/* CSS Document */

body { 
margin: 0;
padding: 0; 
background-color: #044C81; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
}

br {
font-size: 6px;
}

p {
line-height: 18px;
}

a:link, a:visited, a:active {
color: #044C81;
text-decoration: none;
}

a:hover {
color: #88B072;
text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active {
color: #FFFFFF;
text-decoration: none;
}

a.white:hover {
color: #FFFFFF;
text-decoration: underline;
}

blockquote {
margin-left: 10px;
}

#frame { 
width: 1012px; 
background-image: url(../images/frame_bg.jpg); 
background-repeat: repeat-y; 
margin: 0 auto; 
}

#header { 
width: 1012px; 
height: 186px; 
background-image: url(../images/header.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
margin: 0 auto; 
}

#menu { 
width: 1012px; 
height: 28px; 
background-image: url(../images/menu_bg.jpg);
background-repeat: no-repeat;
margin: 0 auto;
padding: 4px 55px;
}

#menu_sub { 
width: 1012px; 
height: 19px; 
background-image: url(../images/menu_sub.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
margin: -8px auto; 
}

#menu_sub_bp { 
width: 1012px; 
height: 19px; 
background-image: url(../images/menu_sub_bp.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
margin: -8px auto; 
}

#main { 
width: 1012px; 
background-image: url(../images/main_bg.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
margin: -8px auto; 
padding: 0; 
}

#left_column {
margin: 1px 0 0 65px !important;
margin: 1px 0 0 33px;
width: 320px;
float: left;
}

#slides {
width: 297px;
height: 335px;
}

#right_column {
margin: 20px 70px 0 0 !important;
margin: 20px 35px 0 0;
width: 525px;
float: right;
}

#main_bp {
width: 1012px;
background-image: url(../images/bp_watermark.jpg);
background-position: bottom right;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

#main_content {
width: 525px;
padding-left: 424px;
padding-right: 82px;
}

#main_content_bp {
width: 850px;
padding-left: 100px;
}

#footer { 
width: 1012px; 
height: 46px;
background-image: url(../images/footer.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
margin: 0 auto; 
}

#bottom_nav {
width: 1012px;
height: 35px;
background-color: #044C81;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
}

#report_card_dls {
padding: 7px;
}

ul.report_card {
font-size: 10px;
list-style-type: square;
margin-left: 0;
padding-left: 1.5em;
text-indent: 0em;
}

/* Drop Down Menu Styles */
#nav, #nav ul {padding: 0; margin: 0; list-style: none;z-index:1000;}
#nav a {display: block;} /* For variable width menu items */
#nav li {float: left; padding-right: 14px;} /* For variable width menu items */
#nav li ul {position: absolute; margin-left: 0; margin-top: -1px; width: 13em; left: -999em; background-color: #FFFFFF; border: 1px solid #96CC8D;}
#nav li ul li {width: 13em; padding: 0;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;} /* IE hover */

#nav li a img {height: 20px; border-width: 0;}

#nav li a#media {background: url(../images/menu_media.jpg) top left no-repeat;}
#nav li a#media:hover {background: url(../images/menu_media_f2.jpg) top left no-repeat;}
#nav li:hover a#media, #nav li.sfhover a#media {background:url(../images/menu_media_f2.jpg) top left no-repeat;}

#nav li ul li a, #nav li ul li a:active, #nav li ul li a:visited, #nav li ul li a:hover {color: #3F7D35; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; font-weight: bold; padding: 4px 8px 4px 8px;}
#nav li ul li a:hover {color: #000000; background-color: #EFEFEF; padding: 4px 8px 4px 8px;}