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

html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../images/html_bg.jpg);
}

#top_bar_wrapper{
	min-width: 1100px;
	height: 25px;
	background-color: #747474;
	border-bottom: 1px solid #FFF;
}

#top_bar_content{
	width: 1000px;
	height: 25px;
	margin: 0px auto;
	color: #FFF;	
}

.top_bar_text{
	width: auto;
	height: 21px;
	float: right;
	margin-right: 20px;
	padding-top: 4px;
	font-size: 14px;
}

.top_bar_text a{
	color: #FFF;
	text-decoration: none;
}

.top_bar_text a:hover{
	color: #FC6;
	text-decoration: underline;
}

#banner_wrapper{
	min-width: 1100px;
	height: 150px;
}

#banner_content{
	width: 1000px;
	height: 150px;
	margin: 0px auto;
}

#banner_logo{
	width: 300px;
	height: 150px;
	float: left;
	background-image: url(../images/header_logo.png);
}

#banner_title{
	width: 569px;
	height: 150px;
	float: right;
	background-image: url(../images/title.png);
}

#nav_wrapper{
	min-width: 1100px;
	height: 45px;
	background-color: #0058A5;
	border-bottom: 1px solid #FFF;
}

.nav_content{
	width: 1000px;
	height: 45px;
	margin: 0px auto;
}

.nav_content ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.nav_content_active{
	color: #FFF;
	text-decoration: none;
	width: auto;
	height: 35px;
	float: left;
	padding: 10px 25px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	background-color: #FFF;
}

.nav_content ul li a{
	color: #FFF;
	text-decoration: none;
	width: auto;
	height: 35px;
	float: left;
	padding: 10px 25px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.nav_content ul li a:hover{
	color: #007CC6;
	text-decoration: none;
	background-color: #FFF;
	width: auto;
	height: 35px;
	padding: 10px 25px 0px 30px;
	margin: 0px 0px 0px 0px;
}

#body_wrapper{
	min-width: 1100px;
	height: 420px;
	background-color: #114E86;
	border-bottom: 1px solid #FFF;
}

#body_content{
	width: 1000px;
	height: 420px;
	margin: 0px auto;
	color: #FFF;
}

h3{
	color: #FC6;
	text-shadow: 1px 1px #000;
	padding: 0xp;
	margin: 0px;
}

.subnav{
	width: 560px;
	height: 30px;
	margin: 10px 0px 0px 0px;
}

.subnav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.subnav_active{
	color: #FFF;
	text-decoration: none;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px;
	margin: 5px 40px 0px 0px;
	font-size: 18px;
}

.subnav ul li a{
	color: #FC6;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px;
	font-size: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 5px;
}

.subnav ul li a:hover{
	color: #FF3;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 5px;
}

p.body{
	color: #FC6;
	text-shadow: 1px 1px #000;
	font-size: 15px;
}

p.body a{
	color: #FC6;
	text-shadow: 1px 1px #000;
	font-size: 15px;
	text-decoration: none;
}

p.body a:hover{
	color: #FF3;
	text-shadow: 1px 1px #000;
	font-size: 15px;
	text-decoration: none;
}

p.body_yellow{
	color: #FFF;
}

p.body_yellow a{
	color: #FC6;
	text-decoration: none;
}

p.body_yellow a:hover{
	color: #FF3;
	text-decoration: underline;
}

.contact_numbers{
	color: #FFF;
	width:230px;
	height: 100px;
	float:left;
}

.contact_numbers a{
	color: #FC6;
	text-decoration: none;
}

.contact_numbers a:hover{
	color: #FF3;
	text-decoration: underline;
}

#online_body_wrapper{
	min-width: 1100px;
	height: 580px;
	background-color: #114E86;
	border-bottom: 1px solid #FFF;
}

#footer_wrapper{
	min-width: 1100px;
	height: 200px;
	background-color: #0058A5;
	border-bottom: 1px solid #FFF;
}

#footer_content{
	width: 1000px;
	height: 200px;
	margin: 0px auto;
	color: #FFF;
}

#footer_content a{
	text-decoration: none;
	color: #FFF;
}

#footer_content a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer_left{
	width: 500px;
	height: 200px;
	float: left;
}

#footer_right{
	width: 500px;
	height: 200px;
	float: right;
	text-align: right;
}

label{
	width: 9em;
	float: left;
	text-align: right;
	margin-right: .5em;
	display: block;
	}

.submit input{
	margin-left: 152px;
	}
	
select{
	width: 166px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFFEE8;
	border: 1px solid #ddd;
}

input[type="text"]{
	width: 166px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFFEE8;
	border: 1px solid #ddd;
}

input[type="captcha"]{
	width: 50px;
	/*display: block;*/
	margin-bottom: 5px;
	background-color: #FFFEE8;
	border: 1px solid #ddd;
}

textarea{
	width: 160px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFFEE8;
	border: 1px solid #ddd;
}

b.red{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #F00;
	font-size: 14px;
}

/*table, tr, td{
	border: 1px solid #FC6;
	padding: 3px;
	margin: 3px;
	font-size: 12px;
}

table{
	border-collapse: collapse;
}

td{
	width:120px;
}

th{
	color: #FC6;
}*/

table {
  /*font-family: arial, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
	border: 1px solid #FC6;
	padding: 3px;
	margin: 3px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

/*tr:nth-child(even) {
  background-color: #dddddd;
}*/