﻿body
    {
    margin: 0;
    padding: 0;
    background: #61889d;
    text-align: center;
    }
acronym
    {
    border-bottom: dashed 1px #CCCCCC;
    }
.textbox
{
	color:#23536C;
	font: 11px Verdana, Arial, sans-serif;
	padding:2px;
	vertical-align:middle;
}
.main_header
{
	background: url('../img/logo.jpg') no-repeat; 
	height:158px; 
	width:705px
}
.content {
	width: 650px;
	background: url('../img/menu/content_bg.png') repeat-y;
	float: left;
	color:#23536C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;

}
.content ul 
{
	list-style-type:none;
	list-style-image:url('../img/star.png');
}
.content li {
	line-height:20px;
	vertical-align:middle;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
}
.content-bottom {
	width: 710px;
	background: url('../img/menu/content_bottom.png') no-repeat;
	height: 13px;
	float: left;
}
.quote {
	text-align:center; 
	background:url('../img/quoteL.gif') no-repeat top 80px; 
	height:50px;
}
.quote p {
	width:350px; 
	text-align:center; 
	font-weight:bold;
}
.header {
	background:url('../img/footer.gif') center no-repeat; 
	text-align:center; 
	height:45px;
}
.header div {
	margin-top:12px; 
	color:#FFF; 
	font-size:16px;
	width:90%;
}
.footer {
	background:url('../img/footer.gif') center no-repeat; 
	text-align:center; 
	height:45px;
}
.footer div {
	margin-top:14px; 
	color:#FFF; 
}

/* Menu Styles */
.wrapper1{
	color: #44433f;	
	font: 11px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 1px 0 0;
	}
	.wrapper1 a{
		color: #E5F2FB;
		text-decoration: none;
	}
	.wrapper1 a:hover {
		color: #09548B;
	}
	.wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;
	}
.wrapper {
	/*width: 710px;*/
}
.nav {
	background: #fff url('../img/menu/nav_bg.png') repeat-x;
	float: left;
}
.nav-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url('../img/menu/nav_left.png') no-repeat left top;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url('../img/menu/nav_right.png') no-repeat right top;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	/*width: 648px;*/
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 12px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url('../img/menu/split.png') no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url('../img/menu/menu_left.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url('../img/menu/menu_mid.gif') repeat-x left top;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	cursor: pointer;
}
a .menu-right {
	background: url('../img/menu/menu_right.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url('../img/menu/submenu_top.png') no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url('../img/menu/submenu_bg.png') repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 11px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url('../img/menu/submenu_bottom.png') no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

.link a
{
	font-weight:bold;
	color: #00a4ed;
	text-decoration: none;
}
.link a:hover {
	color: #23536C;
}

#copyright
{
	font-family:Verdana, Arial, sans-serif; 
	font-size:10px; 
	color:#fff;
	height:20px;
	vertical-align:middle;
	padding:3px;
}
