/* CSS Document */


body {
background-color: #353B91;
background-image: url(../images/structure/top_adaptaboard.jpg);
background-repeat:repeat-x;
background-position:top;
}

#top {
background-image:url(../images/structure/top_bg_adaptaboard.png);
background-repeat:no-repeat;
}

#content {
padding: 50px;
background-image:url(../images/structure/content_bg_adaptaboard.jpg);
background-repeat: repeat-y;
}

#top_nav {
height: 38px;
}

#footer {
clear: both;
margin: 0 auto;
width: 1000px;
background-image:url(../images/structure/footer_adaptaboard.jpg);
min-height: 266px;
padding-top: 30px;
background-repeat:no-repeat;
}


#top_nav {
line-height: 3.3em;
font-weight: bold;
background-image:url(../images/structure/nav_bg_adaptaboard.jpg);
}

/***********************************************************************************************
 Content
***********************************************************************************************/

.right_box {
width: 150px;
border: 1px solid #333333;
padding: 25px 5px 25px 40px;
float: right;
margin-left: 40px;
margin-bottom: 50px;
}

.right_box li {
margin-bottom: 0.8em;
}

.right_box_front {
width: 190px;
border: 1px solid #333333;
padding: 25px 5px 25px 40px;
float: right;
margin-left: 40px;
margin-bottom: 50px;
}

.right_box_front li {
margin-bottom: 0.8em;
}

#content ul {
/*margin-top: 1em;
margin-bottom: 1.3em;*/
margin-top: 0.5em;
margin-bottom: 1.3em;
margin-left: 1em;
font-size: 1.2em;
list-style-position:outside;
line-height: 150%;
}

#sub_nav {
font-size: 1.2em;
margin-bottom: 2em;
}



/***********************************************************************************************
 Text
***********************************************************************************************/

/* set base font size to equivalent of 10px */
body {
font-size: 62.5%;
}

body, input, textarea {
font-family:Arial, Helvetica, sans-serif;
}

p {
font-size: 1.2em;
line-height: 150%;
margin-bottom: 2.3em;
color: #666666;
}

li {
color: #666666;
}

h1 {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 5.5em;
font-weight: normal;
margin-bottom: 0.2em;
color: #000000;
}

h2 {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 2.5em;
font-weight: normal;
/*line-height: 2.2em;*/
/*font-style:italic;*/
margin-bottom: 0.2em;
color: #353B91;
}

.h2_raised {
margin-top: -1em;
font-style: italic;
}

h3 {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 1.5em;
/*line-height: 1.8em;*/
font-weight: normal;
margin-bottom: 1.0em;
}

h4 {
font-size: 1.8em;
line-height: 1.8em;
font-weight: normal;
color: #FE0000;
}

h5 {
font-size: 1.4em;
line-height: 1.4em;
font-weight: normal;
color: #BBB;
}

a:link, a:active, a:visited {
color: #018D3A;
}

a:hover {
color: #666666;
}


/***********************************************************************************************
 Top Nav
***********************************************************************************************/


#top_nav ul {
list-style: none;
/*float: left;*/
font-size: 1.3em;
padding-left: 24px;
}

#top_nav ul li {
display:inline;
background-image:url(../images/structure/nav_div.png);
background-position: right;
background-repeat:no-repeat;
}

/*#top_nav ul li.first_element {
background-image:none;
}*/

#top_nav ul li a {
text-decoration: none;
color: #FFFFFF;
padding: 9px 27px;/* width of "buttons" - was 38 */
cursor: pointer;
}

#top_nav ul li a:hover {
color:#003366;
}


#top_nav ul li.nav_active a{
text-decoration: none;
color:#FFFF00;
}

#top_nav ul li.nav_active a:hover, li.nav_active a:active{
text-decoration: none;
color: #003366;
}


/***********************************************************************************************
 Footer
***********************************************************************************************/

