@charset "UTF-8";
/* CSS Document */

/*Body*/
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; line-height:19px; }
body { background-color: #666;}

	
/*Headers*/
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; color: #003399; }
h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; line-height:22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


/*Main Links*/	
a:link { color: #013195; }
a:visited { color: #013195; }
a:hover { color: #333; }
a:active { color: #013195; }


/*IDs*/
#wrapper { width:800px; height:auto; margin-right:auto; margin-left:auto; clear:both; float:none; }
#header {width:800px; height:100px; clear:both; }
#main_image {width:800px; height:300px clear:both; padding-top:4px; background-color:#003399;}
#navbar {width:800px; height:20px; clear:both; padding:5px 0px 5px 0px; background:#003399;}
#content_area {width:800px; height:auto; clear:both; background-color:#FFF; }
#footer {width:770px; clear:both; background-color:#FFF;}
#clear_both {width:800px; clear:both;}


/*Classes*/
.fontsize_18pt { font-size: 18px; }
.fontsize_16pt { font-size: 16px; }
.fontsize_14pt { font-size: 14px; }
.fontsize_10pt { font-size: 10px; }
.fontweight_bold { font-weight: bold; }
.fontstyle_italic { font-style:italic; }
.fontcolor_gray {color:#666666;}
.fontcolor_blue {color:#003399;}
.float_left {float:left;}
.float_right {float:right;}
.clear_both {clear:both;}
.padding_rightleft_15px {padding:0px 10px 0px 20px;}
.padding_mainright {padding:0px 30px 0px 15px;}
.margins_topbottom_15px {padding:15px 0px 15px 0px;}
.border_left {border-left:#003399 solid 1px;}
.padding_all_15px {padding:15px;}
.left_column {width:200px; height:100%;}
.right_column {width:510px; height:auto; padding-right:30px;}

/*style the navigation wrapper*/
#nav {
	margin: 0;
	padding: 5px 5px 5px 5px;
	line-height: 100%;
}

/*nav items*/
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link (inside the nav items) */
#nav a {
	padding:  8px 11px;
	margin: 0;
	color:#FFF;
	text-decoration:none;
}

#nav .current a, #nav a:hover {
	color:#FFF;
	background:url(images/gradient_main.png) repeat-y top center;
}

#nav ul li a:hover {color:#333; background:none;}

/* dropdown- display items when the menu is hovered on */
#nav li:hover > ul {
	display: block;
	background:#999;
	border:solid 1px #666;
}

/* level 2 list - where all the action happens*/
#nav ul {
	display: none;
	margin: 0;
	padding: 5px 0px;
	width: 260px;
	position: absolute;
	top: 19px;
	left: 0;
}
#nav ul li {
	float: none;
	margin: 0;
	padding:6px 0px;

}
#nav ul li:hover > ul  {
	display: block;
	background:#999;
	border:solid 1px #666;
	position:absolute;
	left:260px;
	top:0px;
	
}

