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

*{
	margin:0px;
	padding:0px;
}

body{
	background:#23373e;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:arial;
	font-size:12px;

}

.before{
	float:right;
	margin:7px 0 0 0;
}

#container{
	width:1002px;
	margin:0px auto;
}

#top{
	background: url(../images/top-bg.jpg) repeat-x top left;
	width:1002px;
	float:left;
	height:120px;
}

.top-rt{
	float:right;
	width:auto;
}

.top-rt ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.top-rt ul li{
	background:url(../images/top-but.jpg) no-repeat top left;
	height:24px;
	padding:0 0 0 15px;
	width:auto;
	float:left;
}

.top-rt ul li a{
	background:url(../images/top-but-rt.jpg) no-repeat top right;
	line-height:21px;
	padding:3px 14px 6px 0;
	width:auto;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.call{
	color:#FFF;
	font-size:18px;
	margin:29px 0 0 0;
}

.logo{
	/*background:url(../images/logo.jpg) no-repeat top left;*/
	width:390px;
	height:59px;
	float:left;
	margin:34px 0 0;
}

#nav{
	background:url(../images/nav-bg.jpg) repeat-x top left;
	width:1002px;
	height:27px;
	padding:10px 0 0 0;
	float:left;
	clear:both;
	text-align:center;
}

/*#nav a{
	color:#000;
	text-decoration:none;
	padding:0 8px;
}

#nav a:hover{
	text-decoration:none;
	padding:0 8px;
}*/

#banner{
	background:#fff url(../images/banner.jpg) top left no-repeat;
	width:1002px;
	height:260px;
	float:left;
	clear:both;
	border-bottom:1px solid #2a434b;
}

.tagline{
	font-size:28px;
	color:#284048;
	text-align:left;
	margin:68px 0 0 322px;
}

.click{
	margin:13px 135px 0 0;
	float:right;
}

.right-form{
	width:329px;
	float:right;
	border:1px solid #2a434b;
	height:260px;
	background:#faffea;
	border-top:none;
	border-bottom:none;
	border-right:none;
}

.right-form-inner{
	width:295px;
	float:right;
    height:260px;
	border-bottom:1px solid #2a434b;
	margin:0 0 15px 0;
}

.right-form-inner label{
	float:left;
	margin:4px 0 4px 0px;
	text-align:left;
	width:88px;
	display: inline;
}

.right-form-inner label.radio-text{
	width:30px;
	float:left;
}


#content{
	width:1002px;
	float:left;
	clear:both;
	height:auto;
	overflow:hidden;
	background:#FFF;
	
}

form{
	margin:0px;
	padding:0px;
}

label{
	float:left;
	margin:4px 0 4px 12px;
	text-align:left;
	width:88px;
	display: inline;
}

label.radio-text{
	width:30px;
	float:left;
}

input{
	margin:4px 0 4px 0;
	width:195px;
	height:15px;
	display: inline;
}

input.submit{
	width:61px;
	height:24px;
	float:left;
	margin:4px 0 0 116px;
	display: inline;
}

input.radio{
	width:30px !important;
	float:left;
	clear:none;
}


h3{
	font-size:21px;
	float:left;
	margin:9px 0 9px 12px;
	border-bottom:1px #666 solid;
	width:301px;
	text-align:left;
	padding-bottom:11px;
	color:#3a5b66;
	font-weight:normal;
	display: inline;
}

h3.inner{
	font-size:21px;
	float:left;
	margin:9px 0 9px 0px;
	border-bottom:1px #666 solid;
	width:295px;
	text-align:left;
	padding-bottom:11px;
	color:#3a5b66;
	font-weight:normal;
	display: inline;
}

h1{
	font-size:21px;
	float:left;
	border-bottom:1px #666 solid;
	width:642px;
	text-align:left;
	color:#3a5b66;
	font-weight:normal;
	display: inline;
	margin:0px;
	padding:0px;
	padding-bottom:11px;
}

h2{
	font-size:21px;
	float:left;
	border-bottom:1px #666 solid;
	width:299px;
	text-align:left;
	color:#3a5b66;
	font-weight:normal;
	display: inline;
	margin:0px;
	padding:0px;
	padding-bottom:11px;
}


.break{
	clear:both;
}

#left{
	width:643px;
	height:auto;
	padding:0 15px 15px 15px;
	float:left;
	background:url(../images/dot.jpg) repeat-y right top;
	margin:15px 0;
}

#left ul{
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
}

#left ul li{
	line-height:27px;
	list-style:inside;
}

#left ul li a{
	color:#304E58;
	text-decoration:none;
}

#left ul li a:hover{
	color:#304E58;
	text-decoration: underline;
} 

#left ul ul{
	margin:0px 0 0 22px;
	padding:0px;
	float:left;
	text-align:left;
}

#left ul ul li{
	line-height:27px;
	list-style:inside;
}

#left ul ul li a{
	color:#304E58;
	text-decoration:none;
}

#left ul ul li a:hover{
	color:#304E58;
	text-decoration: underline;
} 


#left p{
	text-align:left;
}

#right{
	width:295px;
	height:auto;
	padding:0 15px 15px 15px;
	float:left;
	margin:15px 0;
}

#right p{
	text-align:left;
}

.more{
	float:right;
	font-style:italic;
	font-weight:bold;
}

.footer{
	background:#faffea;
	height:59px;
	width:1002px;
	float:left;
	border-top:1px solid #23373e;
}

.footer-link{
	float:left;
	margin:24px 0 0 12px;
}

.footer-link a{
	color:#000;
	text-decoration:none;
}

.copy{
	float:right;
	margin:24px 12px 0 0;
}

.box{
	border:1px solid #B4B9A3; height:auto; width:97%; float:left; padding:9px; margin:12px 0 0 0;
}

.head{
	color:#273E46;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #273E46;
	width:100%;
}

.subhead{
	color:#273E46;
	font-size:18px;
	font-weight:normal;
	width:100%;
	text-decoration:underline;
}

.slideInfoZone h2{
	border:0 none !important;
font-size:12px !important;
font-weight:normal !important;
padding:9px 0 0 !important;
}