/*******MAIN STRUCTURE*******/
body {
	background:url(/images/stripe-bg.gif) repeat-x left top #3396CC scroll;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
}
#body-wrapper {
	width:100%;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}

table#content {
	width:100%;
}
table#content td.white-shadow {
	width: 10px;
	background: #ffffff;
	filter: alpha(opacity=30);
	opacity: .30;
}


#center-section {
	width:100%;
	border-left:5px solid #0275B3;
	border-right:5px solid #0275B3;
	background:#FFF;
}
#header {
	
}
#header #logo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#0275B3;
	padding:20px;
	font-weight:bold;
	height:70px;
}

#page-content {
	padding:20px;
	position:relative;
}
#footer {
	padding: 10px 0 15px 0;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	border-top:10px #0275B3 solid;
	text-align:center;
}




div.date {
	float:right;
	font-weight:bold;
	color:#999;
}
	






/*************LINKS************/
a {
	color: #0275B3;
	text-decoration: none;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 13px;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	font-size: 14px;
}












/************MENU**********/
#main-menu {
	width:100%;
	background: url(/images/nav_bg.png) repeat-x top left !important;
	float:none;
}

#main-menu ul#navigation {
	height: 38px;
	padding-top: 3px;
	margin: 0;
	list-style: none;
	font-size: 15px;
}

#main-menu ul li {
	float: left;
	padding: 0 7px;
	background: url(/images/split.png) no-repeat right center;
	position: relative;
	z-index: 2;
}


#main-menu ul li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	color:#FFF;
	text-decoration:none;
}

#main-menu li:hover span.menu-left,
#main-menu li:hover span.menu-mid,
#main-menu li:hover span.menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
#main-menu li:hover a {
	color: #09548B;
}
#main-menu li:hover div.sub {
	display:block;
}
#main-menu li div.sub {
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(/images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
	display:none;
	z-index:200;
}

#main-menu div.sub ul {
	background: url(/images/submenu_bg.png) repeat;
	width: 162px;
	height: 100%;
	margin: 0 auto;
	list-style: none;
	font-size: 14px;
	float:left;
	clear:both;
	padding:0 10px;
}
#main-menu div.sub li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
}

#main-menu li:hover li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px;
	text-indent: 1px;
}
#main-menu li:hover li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
#main-menu span.menu-left {
	background: url(/images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
#main-menu span.menu-mid {
	background: url(/images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
#main-menu span.menu-right {
	background: url(/images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
#main-menu li li a:hover { /**IE**/
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}











/******OTHER/UNIVERSAL******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0275b3;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
td {
	vertical-align: top;
}