/* Reset */
@import url('reset.css');


body {
	font: 11px Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-repeat.jpg);
	background-repeat:repeat-x;
	background-color:#013646;
	color: #2D2D2D;
	border:none;
	height:100%;
	line-height:160%;
}

h1,h2,h3,h4 {padding-bottom:10px;}
h1 {
	color: #0b6e97;
	font-size: 18px;
	margin:0px 0px 10px 0px;
	padding: 0;
	letter-spacing: 0px;
}
h2 {
	font-size:14px; color:#39C;	 padding:0;
}
h3 {
	font-size:12px; color:#666;	padding:0;
}
.img {vertical-align:middle; border:0;}
.divider { height:5px; background:url(../images/bg-line.gif) repeat-x center; }
.bgwrap {
	background: url(../images/bg-main.jpg) top center no-repeat;
	margin: 0 auto;
	padding-top:15px;
	text-align: left;
	height:100%;
}

.smallred{font-size:9px; color:#ff0000;}

.smallblue{font-size:9px; color:#2B5168;}

.red{color:#ff0000;}
.blue{color:#2B5168;}

a:link, a:visited {
	color:#069; text-decoration:underline;	
}
a:hover, a:active {
	color:#09C; text-decoration:underline;	
}

a.link_newshome:link, a.link_newshome:visited {
	color:#2B5169; font-weight:bold; text-decoration:none;
}
a.link_newshome:hover, a.link_newshome:active {
	color: #0A2A3E; 
}

a.link_newstitle, a.link_newstitle:visited{
	color:#09c; font-size:16px; font-weight:bolder; text-decoration:none;
}
a.link_newstitle:hover{
	color:#0A2A3E; text-decoration:underline;
}

ul.bullet{
	list-style:square; padding-left:25px; color:#069;
}
ul li{padding-bottom:5px;}

#interiorcontent ul {list-style:square; padding-left:25px; color:#069;}

#symboldate{
	position:absolute;
	left: 601px;
	top: 10px;
	width: 300px;
	text-align:right;
}

#homepagesplash {
	height: 180px;
	width: 870px;
	padding:20px 0px 0px 0px;
	margin: 0px auto 55px auto;
}
#homepagesplash h1 {
}
#container {
	position:relative;
	width: 950px;
	margin: 0px auto 0px auto;
	padding:20px 0px 0px 0px;
	background:url(../images/bg-containerstart.png) top no-repeat;
	height:auto;
}
#containerend{
	height:23px;
	background:url(../images/bg-containerend.png) bottom no-repeat;
}
#bodycontent {
	width:950px;
	margin: auto;
	background:url(../images/bg-bodycontent.gif) repeat-y left; height:100%;
}
#header {
	padding: 0;
	height: 51px;
	margin: 0 auto;
	width: 950px;
	text-align:right;
}
#menubar{
	padding:12px 0px 0px 0px;
	text-align:right;
	float:right;
	/*width:545px;*/
}
#leftprofilebox {
	float:left;
	margin:0;
	padding: 0px 30px 0px 70px;
	width: 387px;
}
#leftinteriorsubnav {
	float:left;
	margin:0;
	padding: 0px 30px 0px 40px;
	width: 175px;
}

#leftinteriorsubnav ul.submenu_ul li.submenu_item a.subnav_link:link, #leftinteriorsubnav ul.submenu_ul li.submenu_item a.subnav_link:visited{
	display:block;
	width:175px; height:30px;
	padding:5px 0px 0px 20px;
	background:url(../images/bg-subnav.png) top no-repeat;
	color:#2B5169; text-decoration:none; font-weight:bold;
}
#leftinteriorsubnav ul.submenu_ul li.submenu_item a.subnav_link:hover, #leftinteriorsubnav ul.submenu_ul li.submenu_item a.subnav_link:active{
	display:block;
	width:175px; height:30px;
	padding:5px 0px 0px 20px;
	background:url(../images/bg-subnav.png) 7px -35px no-repeat;
	color:#09C; text-decoration:none; font-weight:bold;
}
#leftinteriorsubnav ul.submenu_ul li.submenu_item a.subnav_link_hilight{
	display:block;
	width:175px; height:30px;
	padding:5px 0px 0px 20px;
	background:url(../images/bg-subnav.png) 7px -35px no-repeat;
	color:#09C; text-decoration:none; font-weight:bold;
}

#interiorcontent{
	float:right;
	margin:0;
	padding:0px 40px 20px 0px;
	width:640px;
}
}
img.profileimg {
	padding: 30px 10px 0px 0px;
}
#rightnewsbox {
	float:right;
	margin:0;
	padding: 0px 40px 0px 0px;
	width: 380px;
}
#rightnewsbox h2 {
	color:#0B6D97; font-size:14px;
}
#footercontainer {
		
}
#footer {
	color:#fff;
	width: 850px;
	margin: 20px auto 0px auto;
	padding:20px; background-color:#2B5169; border:none; color:#fff;	
	clear: both;
	overflow:hidden;
}
#footer .footersectionpane {
	width:auto;
	padding:5px 15px;
	border-right:1px solid #666;
	float:left;
	height:90px;
}

#footer .footernotepane {
	width:15%; padding:10px; background-color:#0A2A3E; border:none; color:#fff;
	float:right; font-size:11px;
}

#footer .footernotepane a:link, #footer .footernotepane a:visited {
	color:#FC0;	
}
#footer .footernotepane a:hover, #footer .footernotepane a:active {
	color:#fff;	text-decoration:underline;
}



#footer .footersectionpane h3 {
	font-size:12px; color:#FC0; padding-bottom:10px;
}
#footer a, #footer a:visited {
	color:#fff; text-decoration:none; font-size:11px;	
}
#footer a:hover, #footer:active {
	color:#09F;
}	
#copyright {
	width:950px; margin:0 auto;
	padding-top:20px;
	font-size:10px; color:#fff; padding-bottom:20px;
}
#copyright strong{
	color:#FFB900;
}
#copyright a, #copyright a:visited {
	color:#D1E8EF;
}
#copyright a:hover, #copyright a:active{
	color:#FC0;	
}

