@charset "utf-8";
/* CSS Document */

body {
text-align: center;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
}

#wrapper {
width: 960px;
text-align: left;
margin: 0px auto;
}

#header {
background:url(images/logo.gif) left top no-repeat;
height: 111px;
width: 960px;
}

#topnav {
float: right;
margin: 80px 20px 0px 0px;
}

#topnav a{
color: #ffffff;
text-decoration: none;
}

#topnav a:hover{
color: #013347;
text-decoration: none;
}

#topnav ul {
list-style: none;
color: #ffffff;
font-weight: bold;
}

#topnav li {
float: left;
display: block;
height: 23px;
}

#topnav li.on {
background: url(images/tab_on.jpg);
padding: 8px 8px 0px 12px;
}

#topnav li.on-end {
background: url(images/tab_on_end.jpg);
padding: 0px;
width: 4px;
height: 31px;
margin-right: 2px;
}

#topnav li.off {
background: url(images/tab_off.jpg);
padding: 8px 8px 0px 12px;
}

#topnav li.off-end {
background: url(images/tab_off_end.jpg);
padding: 0px;
width: 4px;
height: 31px;
margin-right: 2px;
}

#masthead {
background:url(images/masthead.jpg);
height: 188px;
width: 960px;
clear: both;
}

#masthead_interior {
background:url(images/masthead2.jpg);
height: 105px;
width: 960px;
clear: both;
}

#center_back {
background: url(images/home_back.jpg) no-repeat #e5ecf2;
width: 942px;
padding: 9px 9px 0px 9px;
margin-top: 8px;
height: 100%;
overflow: hidden;
clear:both;
}

#center_bottom {
background:url(images/home_back_bottom.gif);
width: 960px;
height: 12px;
clear: both;
}

#center_inner_top {
background: url(images/home_inner_top.gif);
width: 941px;
height: 5px;
font-size: 1px;
}

#center_inner_body {
background: #ffffff;
width: 901px;
height: 100%;
overflow: hidden;
padding: 10px 20px 10px 20px;
}

#center_inner_body p{
margin: 0px 0px 10px 0px;
line-height: 19px;
font-size: 14px;
}

.subheader {
color: #ec2f06;
font-size: 17px;
font-weight: bold;
}

#center_left_adv {
font-size: 14px;
width: 310px;
float:left;
padding: 0px 20px 0px 0px;
border-right: 1px dotted #69a9ba;

}

#center_left {
font-size: 14px;
width: 430px;
float:left;
padding: 0px 20px 0px 0px;
border-right: 1px dotted #69a9ba;

}

#center_right {
font-size: 15px;
width: 430px;
float:left;
padding: 0px 0px 0px 20px;
}
#center_right_adv {
font-size: 15px;
width: 550px;
float:left;
padding: 0px 0px 0px 10px;
}

.mini_logo{
background: url(images/logo_small.gif);
width: 27px;
height: 30px;
float:right;
display: block;
}

#home_center_inner_bottom {
background: url(images/home_inner_bottom.gif);
width: 941px;
height: 5px;
font-size: 1px;
}

#subfooter_header {
color: #34809f;
font-size: 14px;
font-weight: bold;
border-bottom: 1px #747372 dotted;
clear: both;
padding: 5px;
width: 950px;
margin-top: 8px;
}

.general_list li {
margin: 0px 0px 10px 0px;
font-size: 14px;
}

#subfooter {
border-bottom: 1px #747372 dotted;
overflow: hidden;
height: 100%;
}

#subfooter ul {
width: 220px;
float:left;
margin: 15px 15px 15px 5px;
padding: 0;
list-style: none;
}

#subfooter li{
margin: 0px 0px 3px 0px;
}

#footer {
color: #36474e;
padding: 5px;
clear: both;
margin-top: 10px;
}

#footer a{
color: #36474e;
text-decoration: none;
}


#subfooter a{
color: #34809f;
}

#employment {
font-size: 14px;
width: 550px;
margin: 0px auto;
}

#employment td{
padding: 3px;
}
form {
	margin:0px;
	padding:0px;
}
input {
	font-size:10pt;
}
table {
	font-size:11pt;
}

.required { color:red;}
