@charset "utf-8";
/* CSS Document */



body {
	margin: 0px; 
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/headerrepeatbg.jpg) top left repeat-x; 
}
/*.style1 {font-size: 13px;}
.style6 {
	font-size: 15px;
}
.style7 {
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}
.style8 {color: #5b5b5b}
.style9 {font-family: font-size: 13px; color: #5b5b5b; }

.style11 {
	color: #f58020;
	font-weight: bold;
}
.style13 {
	font-size: 13px;
	color: #f36e00;
	font-weight: bold;
}
.style14 {color: #f36e00}
.style15 {color: #262262}
.style16 {
	color: #262262;
	font-size: 12px;
}
*/
h1 {
	text-align:left;
	font-size: 16px;
	color: #262262;
	font-weight: bold;
}

p {
	font-size: 13px; 
	color: #5b5b5b;
	text-align:left;
}

p a:link, p a:visited, p a {
	color: #f58020;
	text-decoration:none;
}
p a:hover {
	color:#FF9900;
	border-bottom:1px #333366 dotted;
}


input, option {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #5b5b5b;
	font-weight:normal;
}


#mainwrap {
	width:750px; 
	text-align:center;
	margin:auto;
}
#header {
	background:url(images/header_mainpic.jpg) top left no-repeat; 
	height:335px;
}
#logowrap {
	float:left;
	margin: 17px 0 0 0;
	padding:0;
}
#navmenu {
	float:right; 
	margin-top:80px; 
	margin-bottom:0;
	font-size: 14px;
	text-align:right;
	margin-left:0;
}
#navmenu li {
	display:inline; 
	list-style:none;
	padding-left:3.5px;
	padding-right:0px; 
	margin-left:0px;
	margin-right:0px; 
	background:url(images/orangebullet.gif) no-repeat left;
}

#navmenu li a:link, #navmenu li a:visited, #navmenu li a {
	color: #f58020;
	font-weight: bold;
	text-decoration:none;
}
#navmenu li a:hover {
	color:#FF9900;
	font-weight: bold;
	border-bottom:1px #333366 dotted;
}
#navmenu li.first {
	background:none;
	padding:0;
	margin-right:1px;
	margin-left:0px;
}


#content {
	padding:10px;
}
#applybox {
	float:right;
	width:252px;
	height:339px;
	background:url(images/applybox.gif) top left no-repeat;
}
#applybox table {
	text-align:left; 
	margin-top:30px;
}
#applybox table tr td {
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}
#apply_title {
	border-bottom:#FF6600 2px solid; 
	color: #262262;
	font-size: 13px;
	font-weight:bold;
	line-height:20px;
}
#footer {
	clear:both; 
	background:url(images/footer.gif) no-repeat left top; 
	height:204px; 
	text-align:left; 
	width:750px; 
	padding:10px 0 0 10px;
	font-size: 13px;
	color: #f36e00;
	font-weight: bold; 
	margin:0 auto;
}
#stateswrap {
	margin-left:0px; 
	padding-left:0; 
	text-align:left; 
	float:left; 
	width:750px;
}
#stateswrap ul  {
	float:left; 
	padding-left:0; 
	margin-left:0px; 
	list-style:none; 
	text-align:left; 
	width:100px;
}
#stateswrap ul li a:link, #stateswrap ul li a:visited, #stateswrap ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #f36e00;  
	font-weight:normal;
	text-decoration:none;
}

stateswrap ul li a:hover {
	color:#FF6600;
}


#siteinfo_left {
	color: #262262;
	font-size: 12px;
	float:left; 
	font-weight:normal; 
	margin-top:20px;
}
#siteinfo_right {
	color: #262262;
	font-size: 12px;
	float:right; 
	font-weight:normal; 
	margin-top:20px;
}
#siteinfo_right li {
	list-style:none; 
	display:inline; 
	font-weight:normal; 
	padding-left:4px;
	padding-right:0px; 
	margin-left:0px;
	margin-right:0px; 
	background:url(images/bluebullet.gif) no-repeat left;
}

#siteinfo_right li.first {
	background:none;
	padding:0;
	margin-right:1px;
	margin-left:0px;
}
#siteinfo_left a, #siteinfo_left a:link, #siteinfo_left a:visited, #siteinfo_right li a, #siteinfo_right li a:link, #siteinfo_right li a:visited {
	color: #262262;
	text-decoration:none;
}
#siteinfo_left a:hover, #siteinfo_right li a:hover {
	color: #262262;
	border-bottom:#f58020 1px dotted;
}



/* =clearfix */
.clearfix:after { content:".";  display:block; height:0; clear:both; visibility:hidden; }

/* Fix for IE-mac */
.clearfix { display:inline-block !important; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
