@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#main{
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	height: 100%;
}

h1{
	margin: 10px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC3300;
	text-align:center;
	font-weight:bold;
}

h3{
	margin: 0px;
	padding: 8px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0e83af;
	font-weight:bold;
	padding-top:11px;
	width:256px;
	text-align: center;
	background-image: url(images/h3_img.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}

#title{
	float: left;
	width: 900px;
	height: 71px;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
}

#logo{
	float: left;
	width: 322px;
	height: 71px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#title_rth{
	float: right;
	width: 11px;
	height: 71px;
	background-image: url(images/title_rth.gif);
	background-repeat: no-repeat;
}

#topmenu{
	float: right;
	width: 300px;
	height: 51px;
	margin-top: 20px;
	margin-right: 10px;
}

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

#topmenu ul li{
	list-style: none;
	display: inline;
}

#topmenu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	text-decoration: none;
}

#topmenu ul li a:hover{
	color: #000000;
}

.home{
	background-image: url(images/home_icon.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 40px;
	height: 10px;
	float: right;
	padding: 0px 8px;
	padding-top: 15px;
	border-right: 2px dotted #828282;
}

.contact{
	background-image: url(images/contact_icon.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 60px;
	height: 10px;
	float: right;
	padding: 0px 8px;
	padding-top: 15px;
	border-right: 2px dotted #828282;
}

.sitemap{
	background-image: url(images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 40px;
	height: 10px;
	float: right;
	padding-top: 15px;
	margin: 0px 8px;
}

.clear{
	clear: both;
}

#menu{
	float: left;
	width: 900px;
	height: 34px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	margin: 1px 0px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	list-style: none;
	display: inline;
}

#menu ul li a{
	float: left;
	width: 100px;
	padding-top: 8px;
	height: 26px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover{
	background-color: #89CE19;
}

#header{
	float: left;
	width: 900px;
	height: 90px;
	margin-bottom: 2px;
}

.img1{
	float: left;
	width: 286px;
	height: 90px;
	background-image: url(images/img1.gif);
	background-repeat: no-repeat;
}

.img2{
	float: left;
	width: 331px;
	height: 90px;
	background-image: url(images/img2.gif);
	background-repeat: no-repeat;
}

.img3{
	float: right;
	width: 283px;
	height: 90px;
	background-image: url(images/img3.gif);
	background-repeat: no-repeat;
}

#leftlinks{
	float: left;
	width: 256px;
	border: 2px solid #e4e4e4;
}

#leftlinks ul{
	margin:0px;
	padding: 0px;
	border-top:1px solid #e4e4e4;
}

#leftlinks li{
	list-style-type:none;
	display: inline;
}

#leftlinks li a{
	padding-left: 5px;
	border-bottom:1px solid #f2eacf;
	float: left;
	width:251px;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#355d6f;
	text-decoration:none;
	padding-top:5px;
}

#leftlinks li a:hover{
	background-color:#EEEEEE;
}


#form{
	float: right;
	border:2px solid #e4e4e4;
	width: 278px;
}


#form1{
	margin: 0px auto;
	border:2px solid #e4e4e4;
	width: 278px;
}


/*form starts*/

#formfields{
	float: left;
	width: 95%;
	height: 23px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
}

#formtext {
	float: left;
	width:278px;
	height:100%;
	border-top:1px solid #e4e4e4;
}

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


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595F56;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	width: 100px;
}	

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #008FD4;
	text-decoration:none;
}

.formtxt:hover {
	color: #69B447;
}

.formtxt_input {
	margin: 0px;
	padding: 0px;
	width: 20px;
	border: 0px;
}

.formimg{
	margin: 5px 0px;
	padding: 0px;
	width: 145px;
	border: 0px;
	height: 35px;
	}

#form_container{
	float: left;
	height: 100%;
	margin: 10px 0px;
	padding-bottom:7px;
	margin-left:10px;
}


/*form ends*/

.clear_r{
	clear: right;
}

.clear_l{
	clear: left;
}

#center_img{
	margin-left: 18px;
	float: left;
	width: 322px;
	height: 215px;
	background-image: url(images/img4.gif);
	background-repeat: no-repeat;
}

#apply_now{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 175px;
	height: 37px;
}

#services{
	float: left;
	width: 594px;
	border: 2px solid #e4e4e4;
	margin-top: 2px;
}

.orange{
	color: #ff7000;
	width: 594px;
	background-position: 215px 10px;
	border-bottom: 1px solid #e4e4e4;
}

.leftpanel{
	float: left;
	width: 297px;
	height: 100%;
}

.leftpanel ul{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.leftpanel ul li{
	list-style: none;
	display: block;
	line-height: 24px;
}

.leftpanel ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#599A10;
	text-decoration: none;
}

.leftpanel ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

.img5{
	float: right;
	width: 282px;
	height: 166px;
	background-image: url(images/img5.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
}

#container{
	float: left;
	width: 900px;
	height: 100%;
	margin: 10px 0px;
}

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

.form_bg{
	float: left;
	width: 236px;
	background-position: 60px 10px;
	padding-left: 40px;
	background-image: url(images/form_img.gif);
	background-repeat: no-repeat;
}

#newspanel{
	float: left;
	width: 900px;
	height: 100%;
}

.news_title{
	float: left;
	width: 427px;
	color: #ff7000;
	background-image: url(images/news_bg.gif);
	background-repeat: no-repeat;
	background-position: 110px 10px;
	padding-left: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.article_title{
	float: left;
	width: 411px;
	color: #ff7000;
	background-image: url(images/article_img.gif);
	background-repeat: no-repeat;
	background-position: 110px 10px;
	padding-left: 30px;
	border-bottom: 1px solid #e4e4e4;
}

.newspanel{
	float: left;
	width: 436px;
	height: 100%;
	border: 2px solid #e4e4e4;
}

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

.newspanel ul li{
	list-style: none;
	display: block;
	margin-left: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.newspanel ul li a{
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0099CC;
	text-decoration: none;
	line-height: 22px;
}

.newspanel ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

.newslink{
	margin: 5px 0px;
	padding: 0px;
	float: right;
	width: 420px;
	margin-right: 10px;
	height: 100%;
	text-align: right;
}

.newslink a{
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #9d495b;
	text-decoration: underline;
}

.newslink a:hover{
	text-decoration: none;
}

#footerlinks{
	float: left;
	width: 900px;
	border-top: 1px solid #cccccc;
	background-color: #edeeef;
	margin-top: 10px;
	padding: 7px 0px;
	text-align: center;
}

#footerlinks ul{
	margin: 0px;
	padding: 0px;
}

#footerlinks ul li{
	list-style: none;
	display: inline;
	padding: 0px 7px;
}

#footerlinks ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #9A0D02;
}

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

#footer{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	height: 100%;
	margin-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

#footer a{
	color: #006699;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

.green{
		color:#006699;
}

.articles{
	float: left;
	width: 900px;
	height: 100%;
}

.articles ul{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.articles ul li{
	list-style: disc;
	margin-left: 15px;
}

.articles ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#599A10;
	text-decoration: none;
	line-height: 24px;
}

.articles ul li a:hover{
	color: #000000;
	text-decoration: underline;
}
	
#form_container{
	float: left;
	height: 100%;
	padding-left: 200px;
	margin: 10px 0px;
}

#cntctcontainer{
	margin:4px 0px;
	padding:0px;
	width:55%;
	float:left;
	border:1px solid #e6e6e6;
	margin-left:10px;
	padding-bottom:10px;
}

.internal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#599A10;
	text-decoration: none;
	line-height: 24px;
}

.internal:hover{
	color: #000000;
	text-decoration: underline;
}

#resources{
	float: left;
	width: 750px;
	height: 100%;
	padding-left: 150px;
}

.txt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#599A10;
	text-decoration: none;
	line-height: 24px;
}

.txt a:hover{
	color: #000000;
	text-decoration: underline;
}

#dpacontainer{
	float: left;
	width: 480px;
	height: 100%;
}

.contact_base1{
	padding-left: 280px;
}

.contactcontainer1{
	float: left;
	width: 300px;
	height: 100%;
	margin: 10px 0px;
	border: 1px dashed #9A0D02;
	padding: 10px;
}

#formfields1{
	float: left;
	width: 95%;
	height: 23px;
	margin: 0px;
	padding: 5px;
}

#adsense{
	margin: 0 auto;
	width: 468px;
	height: 60px;
}

#adsense1{
	margin: 0px;
	width: 234px;
	float: left;
	height: 60px;
}

#adsense2{
	float: right;
	margin: 0px;
	width: 234px;
	height: 60px;
}

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

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

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



.form_text_dm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.input_field_dm{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 105px;
}

.dm_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.date_input_dm{
	width: 60x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 10px 0 0;}