/* CSS Document */
html { 
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:1.5;
	text-align: center;
	background-color: #e9edf3;
}
* {	
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 727px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* header */
#header {
	width: 727px;
	height: 97px;
	background-image: url(images/top_banner.gif);
	background-repeat: no-repeat;
}
/* Content Area */
#content_area {
	width: 727px;
	float: left;
	background: url(images/nav_pic.jpg) no-repeat 0 50px;
	background-color: #004785;
}
#content_area2 {
	width: 727px;
	float: left;
	background: url(images/nav_pic.jpg) no-repeat 0 0;
	background-color: #004785;
}
#content {
	margin: 20px 20px 0 20px;
	font-size: 1.2em;
}
.button a {
	background-color: #2f408f;
	border-top: 2px solid #0aa3cc;
	display: inline;
	font-weight: bold;
	color: #ffffff!important;
	font-style: normal;
	text-decoration: none;
	padding: 0 15px 0 15px;
}
.button a:hover {
	color: #76abfd!important;
}
/* Navigation */
#navigation {
	width: 185px;
	background-color: #004785;
	float: left;
}
#navigation ul {
	margin-top: 9px;
	list-style: none;
	font-size: 1.2em;
}
#navigation ul li {
	background-image: url(images/nav_w_arrow.gif);
	background-repeat: no-repeat;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #012f57;
	font-weight: bold;
}
#navigation ul li ul {
	margin: 3px 0 -3px 0;
}
#navigation ul li ul li {
	background-image: url(images/nav_b_arrow3.gif);
	background-repeat: no-repeat;
	border-bottom: none;
	background-color: #013766;
	padding: 3px 0 3px 16px;
	font-size: 0.8em;
}
#navigation ul li ul li ul {
	margin: 3px 0 3px -15px;
	border-top: 1px solid #012f57;
}
#navigation ul li ul li ul li {
	background-image: none;
	border-bottom: none;
	background-color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 0.8em;
}
#navigation ul li ul li ul li a {
	color: #013766!important;
}
#navigation ul li ul li ul li a:hover {
	color: #0099FF!important;
}  
#navigation a {
	margin-left: 30px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #76abfd;
}
#navigation .current_page {
	display: block;
	background-image: url(images/nav_b_arrow.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #0349d7;
}
#navigation .current_page2 {
	display: block;
	background-image: url(images/nav_b_arrow2.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #0349d7;
}
#navigation .current_page2 a {
	color: #0349d7;
}
#navigation .current_page2 a:hover {
	color: #0099FF;
}
#navigation ul li ul li ul .current_page {
	background-image: none;
	display: block;
	background-color: #ffffff;
	color: #0099FF;
}
#navigation strong {
	margin-left: 30px;
	display: block;
}
.nav_section {
	background-image: url(images/nav_w_arrow2.gif)!important;
	background-repeat: no-repeat;
	background-color: #013766;
}
.welcome {
	background-color: #c8c8c8;
	padding: 1px 0 1px 0 !important;
	background-image: none !important;
	margin-bottom: 5px;
	border-bottom: none !important;
}
.welcome a {
	color: #012f8c !important;
	margin-left: 15px !important;
	font-size: .9em;
}	
.welcome a:hover {
	color: #0349d7 !important;
}	
#right_column {
	float: left;
	width: 542px;
	background-color: #FFFFFF;
	border-bottom: 20px solid #ffffff;
}
/* footer */
#footer {
	clear: both;
	width: 727px;
	background-color: #004785;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
}
#footer ul {
	text-align: center;
	color: #ffffff;
	padding-top: 2px;
}
#footer li{ 
	display: inline;
}
#footer ul li a {
	color: #ffffff;
	padding:0 3px 0 4px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #76abfd;
}
#footer p { 
	margin: 10px 0 0 4px;
	color: #114597;
}

