/*-----------------------------------------------------------------------------
Main Stylesheet


-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

*{
    margin: 0em;
    padding: 0em;
    }
    
body {
    text-align: center;
    background-color: #f5f5e6;
    font-family: Verdana,Arial,Helvetica,Garuda,sans-serif;
    }
	
#wrapper {
    overflow: hidden;
    font-size: 62.5%;
	background: #ffffff url(/images/bg.jpg) repeat-y;
    width: 963px;
    margin: 16px auto;
    text-align: left;
    padding: 0px 0px 40px 0px;
    }

p.left {
    position: relative;
    left: -325px;
    top: -5px;
    font-size: 0.75em;
    color: #364245;
    clear: both;
    }

img {
    border: 0;
    }

pre, code {
    font-size: 1.2em;
    }

br { 
   clear: both; 
   }

/* =Breadcrumb
-----------------------------------------------------------------------------*/

#breadcrumb {
    background: #294249; 
    height: 112px;
    width: 955px;
    margin: 0px 4px 0px 4px;
    position: relative;
    }
    
#breadcrumb h6 span {
    display: block;
    background: #294249 url(/images/breadcrumb/logo.jpg) no-repeat;
    width: 350px;
    height: 100px;
    text-indent: -5000px;
    position: absolute;
    top: 5px;
    left: 10px;
    }

#breadcrumb .search{
    background-color: #294249;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
    top: 11px;
    }

#nav {
    position: absolute;
    top: 87px;
    right: 0px;
    }
    
#nav ul {
    list-style: none;
    }
    
#nav li {
    display: block;
    margin: 0px 0px 0px 5px;
    float: left;
    }
    
#nav li a {
    text-align: center;
    width: 94px;
    display:-moz-inline-block;
    display: block;
    height: 25px;
    line-height: 25px;
    background: #cece8a url(/images/breadcrumb/normal.jpg);
    text-decoration: none;
    font-size: 1.2em;
    color: #294249;
    }

#nav li a:hover {
    line-height: 25px;
    display: block;
    background: #cece8a url(/images/breadcrumb/rollover.jpg);
    }

/* =SubBar
-----------------------------------------------------------------------------*/

#subbar {
    position: relative;
    height: 30px;
    margin: 0px 4px 0px 4px;
    background:#d4d4b7;
    }

#languages, #languages ul {
    position: absolute;
    list-style: none;
    }

#languages a {
    position: relative;
    margin-left: 0px;
    width: 150px;
    line-height: 21px;
    padding-left: 10px;
    height: 20px;
    color: #5e5e44;
    font-size: 1.2em;
    font-weight: bold;
    background: #d4d4b2;
    text-decoration: none;
    display: block;
    }

#languages img{
    position: absolute;
    left: 135px;
    top: 8px;
    border: 0;
    text-decoration: none;
    }
    
#languages li {
    float: left;
    width: 10em;
    }

#languages li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#languages li:hover ul {
	left: auto;
}

#languages li:hover ul, #languages li.sfhover ul {
	left: auto;
}

#link-unit {
    position: absolute;
    left: 225px;
    top: 7px;
    }

/* =LeftSidebar
-----------------------------------------------------------------------------*/

#left-sidebar {
    float: right;
    width: 168px;
    margin: 20px 0px 0px 0px;
    }
    
/* =Content
-----------------------------------------------------------------------------*/

#content {
    margin: 20px 0px 0px 0px;
    float: left;
    width: 599px;
    }

#content h1 {
    padding: 5px 0px 5px 10px;
    margin: 0px 10px 10px 0px;
    background: #ddddc7;
    font-size: 2.4em;
    color: #334b51;
    font-weight: normal;
    height: 40px 
    line-height: 40px;  
    }
    
#content h3 {
    padding: 30px 10px 0px 0px;
    font-size: 1.6em;
    font-weight: normal;
    color: #334b51;
    }

#content h3 a {
    color: #2f2f26;
    }

#content h2 {
    margin: 30px 10px 0px 0px;
    font-size: 1.8em;
    font-weight: normal;
    color: #294249;
    border-bottom: 1px dotted #9eb0b5;
    }

#content p {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 10px 0px 0px;
    text-align: left;
    }

#content hr {
    margin: 10px 10px 0px 0px;
    }

#content h4 {
    margin: 30px 0px 0px 0px;
    font-weight: bold;
    font-size: 1.8em;
    color: #294249;
    border-bottom: 1px dotted #9eb0b5;
    }

#content ul {
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 10px;
    float: none;
    }
    
#content ol {
    margin-left: 25px;
    margin-right: 10px;
    padding-top: 10px;
    float: none;
    }
    
#content li {
    font-size: 1.2em;
    font-weight: normal;
    }

#content ul li {
    font-size: 1.2em;
    font-weight: normal;
    }

#content ul li ul li {
    font-size: 1.2em;
    font-weight: normal;
    }

#content ul li ul li {
    font-size: 1.0em;
    font-weight: normal;
    }

#content li a {
    font-weight: normal;
    text-decoration: none;
    font-size: 1.2em;
    }

#content li a:hover {
    font-weight: none;
    text-decoration: underline;
    font-size: 1.2em;
    }

#content .secondary-content {
    width: 581px;
    list-style: none;
    float: none; 
    margin-left: 0px; 
    padding-top: 0px;
    }

#content .secondary-content li a {
    border-bottom: 1px dotted #9eb0b5;
    padding-left: 10px;
    display: block;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
    font-size: 1.0em;
    color: #294249;
    }

#content .secondary-content li a:hover {
    background: #ffffff url(/images/content/rollover.jpg);
    }
    
/* =RightSidebar
-----------------------------------------------------------------------------*/

#right-sidebar {
    margin: 20px 10px 0px 10px;
    float: left;
    width: 168px;
    }

#right-sidebar h2 {
    width: 168px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted #9eb0b5;
    color: #294249;
    }

#faqmenu {
    margin: 5px 0px 0px 0px;
    list-style: none;
    }

#faqmenu li {
    font-weight: bold;
    color: #ffffff;
    display: block;
    background: #294249;
    height: 25px;
    }

#faqmenu li a {
    line-height: 25px;
    padding: 0px 0px 0px 6px;
    font-weight: normal;
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: underline;
    }

#faqmenu li a:hover {
    height: 25px;
    display: block;
    background: #d8ebf0 url(/images/right-sidebar/rollover.jpg) repeat;
}

#faqmenu li.selected {
    line-height: 25px;
    padding: 0px 0px 0px 6px;
    background: #d8ebf0 url(/images/right-sidebar/rollover.jpg) repeat;
    display: block;
    height: 25px;
    font-weight: normal;
    font-size: 1em;
    }

#faqmenu li.article {
    padding: 0px 0px 5px 6px;
    background: #d8ebf0;
    font-size: 1em;
    padding-top: 5px;
    height: 1%;
    }
    
#faqmenu li.article a{
    color: #294249;
    }

#faqmenu li.article a:hover {
    display: block;
    height: 1%;
    background: #b9d6de;
    font-weight: bold;
    }
