@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#002e59;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear:both;
}
.clear_space, p{
	margin:0;
	padding:0;
}
p {
	margin-bottom:20px;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
img, .no_border {
	border:none;
}
img.banner {
	display:block;
	margin-bottom:12px;
}	

h3.title {
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	width:auto;
	background:url(../images/dotted_line_repeater.gif) repeat-x bottom left;
	font-size:18px;
	color:#0053a0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}	

/*** Major conatiners ***/
#wrapper {
	width:756px;
	margin:0 auto; padding:0;
	text-align:left;
	background:#0053a0;
}
#header {
	width:auto;
	height:118px;
	background:url(../images/header_bg.gif) repeat-x top left;
	margin:0; padding:0 0 0 13px;
}
#img_header {
	width:492px;
	height:247px;
	margin-bottom:10px;
	float:right;
	background:url(../images/navheader_img.jpg) no-repeat top left;
}
#header_login {
	float:right;
	width:198px;
	height:117px;
	padding:0;
	margin:0 6px 0 0;
	color:#4d4e4f;
	background:url(../images/header_login_bg.jpg) no-repeat bottom right;
}
#header_login p{
	margin:97px 0 0 0;
}
#header_login input {
	border:1px solid #7C7C7C;
	background-color:#fef6e8;
	color:#686868;
	font:normal 10px Arial, Helvetica, sans-serif;
	padding:4px; margin:0 0 5px 0;
	height:14px;
}
#header_login .submit, #header_login label{
	color:#0053a0;
	font-size:14px;
}
#header_login .submit {
	margin-left:10px;
	text-decoration:underline;
}
#header_login label {
	display:block;
	margin:5px 0;
}
#login_form {
	margin:0 0 12px 0;
}
#header_login a{
	color:#4d4e4f;
	text-decoration:none;
}
#header_login a:hover{
	color:#0053a0;
	text-decoration:underline;
}
#main_nav {
	display:block;
	font-size:16px;
	width:250px;
	text-decoration:none;
	color:#4d4e4f;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-left: -2px;
	height: 27px;
	padding-left: 8px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	padding-top: 5px;
}
#main_nav a {
	display:block;
	font-size:16px;
	width:250px;
	text-decoration:none;
	border-bottom:1px solid #e3ad60;
	color:#4d4e4f;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-left: -2px;
	height: 27px;
	padding-left: 8px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	padding-top: 5px;
	
}
#main_nav ul, #main_nav li{
	margin:0; padding:0;
	list-style:none;	
	
}
#main_nav a:hover {
	display:block;
	font-size:16px;
	width:250px;
	text-decoration:none;
	border-bottom:1px solid #e3ad60;
	color:#0053A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-left: -2px;
	height: 27px;
	padding-left: 8px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	padding-top: 5px;
}
#fullwidth_container {
	width:auto;
	padding:5px 0 0 0;
	background: #FFF url(../images/left_col_fakie.gif) repeat-y left top;
}
#left_col {
	float:left;
	width:249px;
	padding:8px 8px 0 8px;
	background-color:#fdebcf;
	color:#333;
	font-size:14px;
}
#left_col p {
	width:auto;
	text-align:center;
}
#main_container_col {
	float:right;
	width:467px;
	margin:0 11px 15px 0;
	background-color:#FFF;
}
.info {
	font-size:14px;
}
.info b {
	font-size:18px;
	font-weight:normal;
}
.info i {
	display:block;
	margin:5px 0 0 0;
	font-size:13px;
	font-style:normal;
}
#footer {
	clear:both;
	width:auto;
	text-align:center;
	color:#FFF;
	font:normal 10px Arial, Helvetica, sans-serif;
	padding:10px 5px;
	background-color:#0053a0;
}
#footer a, #footer a.alt{
	color:#FFF;
	text-decoration:none;
}
#footer a.alt{
	text-decoration:underline;
}
#footer a.alt:hover, #footer a:hover{
	color:#00acfc;
}
.sidenavbkgnd {
	background-color: #FBF3E8;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.bodylinks {
	color: #4d4e4f;
}
a.bodylinks:hover {
	color: #002E59;
}
.border {
	border: 1px solid #EEC183;
}

.required {color:#cc0000;}