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

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: url(images/body_bg.gif) repeat-x #dad3cd;
}

#wrapper{
	margin: 0 auto;
	width: 1000px;
}

#title{
	float: left;
	width: 1000px;
	height: 84px;
	margin-top: 12px;
}

.logo{
	float: left;
	width: 288px;
	height: 84px;
}

.title_rth{
	float: right;
	width: 15px;
	height: 84px;
	background: url(images/title_rth.gif) no-repeat;
}

.title{
	float: left;
	width: 697px;
	height: 77px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #565353;
	padding-top: 7px;
	line-height: 36px;
	background: url(images/title_bg.gif) repeat-x;
}

.clear{
	clear: both;
}

#menu{
	float: left;
	width: 1000px;
}

#menu ul{
	margin: 0px;
	padding: 0px 20px 0 0;
	text-align: right;
}

#menu ul li{
	list-style: none;
	display: inline;
	margin: 0px 7px;
	line-height: 30px;
}

#menu ul li a{
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #fff;
}

#container{
	float: left;
	width: 1000px;
}

.content_top{
	float: left;
	width: 1000px;
	height: 25px;
	background: url(images/content_top.gif) no-repeat;
}

.container{
	float: left;
	width: 970px;
	padding: 0px 15px;
	background: #fff;
}

#left{
	float: left;
	width: 660px;
}

#right{
	float: right;
	width: 284px;
}

h1{
	margin: 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #f49500;
}

h2{
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #279453;
}

.content_btm{
	float: left;
	width: 1000px;
	height: 25px;
	background: url(images/content_btm.gif) no-repeat;
}

.banner{
	float: left;
	width: 630px;
	padding: 0px 15px;
	height: 145px;
}

.text{
	line-height: 18px;
	text-align: justify;
}

.text a{
	color: #ff6000;
	font-weight: bold;
}

.text a:hover{
	color: #000;
}

#form{
	float: left;
	width: 284px;
}

.form_top{
	float: left;
	width: 284px;
	height: 97px;
}

.form_btm{
	float: left;
	width: 284px;
	height: 17px;
}

.form{
	float: left;
	width: 239px;
	display: inline;
	margin-left: 5px;
	padding: 0px 20px;
	background: #34ac40;
}



form, label, input{
	margin: 0px;
	padding: 0px;
}

.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0px;
}

.input_field{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 230px;
}

.internal{
	color: #000;
}

.internal:hover{
	color: #FFF;
}

#footer{
	float: left;
	width: 1000px;
}

.footerlinks{
	float: left;
	width: 980px;
	margin: 10px 0px;
}

.footerlinks ul{
	margin: 0px;
	padding: 0px 0px 0px 100px;
}

.footerlinks ul li{
	list-style: none;
	display: block;
	float: left;
	width: 200px;
	line-height: 24px;
}

.footerlinks ul li a{
	color: #000;
	text-decoration: none;
}

.footerlinks ul li a:hover{
	text-decoration: underline;
}

.footer{
	float: left;
	width: 980px;
	background: url(images/footer_top.gif) no-repeat top #fff;
	padding: 10px 10px 0px 10px;
}

.footer_links{
	float: left;
	width: 500px;
}

.footer_links ul{
	margin: 0px;
	padding: 0px;
}

.footer_links ul li{
	list-style: none;
	display: inline;
	line-height: 36px;
	margin-right: 10px;
}

.footer_links ul li a{
	color: #000;
	text-decoration: none;
}

.footer_links ul li a:hover{
	text-decoration: underline;
}

.copyright{
	float: right;
	line-height: 36px;
}

#application{
	float: left;
	width: 284px;
	padding-left: 350px;
}


#form_container{
	float: left;
	width: 590px;
	height: 100%;
	padding: 30px;
	padding-left: 50px;
	margin: 10px 0px;
	border: 1px dashed #E2E2E2;
	background:#fff;
}
.input_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #cccccc;
	width: 200px;
	margin-top: 20px;
	padding: 5px;
	
} 

.label_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 200px;
}	

.form_heading{
	width: 550px;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 6px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00BAFF;
	
}

.text_new{
	width: 480px;
	float:left;
	padding:10px 0 0 0;
	text-align:justify;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#sitemap{
	margin: 0px;
	margin-left: 150px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 250px;
	float: left;
}
#sitemap ul{
	margin:0px;
	padding:0px;
}

#sitemap li {
	list-style-type:none;
	display:block;
	padding: 5px 0px;
}

#sitemap li a{
	padding-left: 20px;
	color:#4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}
#sitemap li a:hover {
	color:#f49500;
}
