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

h1{
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	width: 950px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/form_base.gif);
	background-repeat: repeat;
}

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

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

#header1{
	float: left;
	width: 1000px;
	height: 135px;
}

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

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

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

#header2{
	float: left;
	width: 983px;
	height: 44px;
	background-color: #032d78;
	padding-left: 17px;
}

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

.img5{
	float: left;
	width: 320px;
	height: 44px;
	background-image: url(images/header5.gif);
	background-repeat: no-repeat;
}

.img6{
	float: right;
	width: 324px;
	height: 44px;
	background-image: url(images/header6.gif);
	background-repeat: no-repeat;
}

#header3{
	float: left;
	width: 1000px;
	height: 73px;
}

.img7{
	float: left;
	width: 356px;
	height: 73px;
	background-image: url(images/header7.gif);
	background-repeat: no-repeat;
}

.img8{
	float: left;
	width: 320px;
	height: 73px;
	background-image: url(images/header8.gif);
	background-repeat: no-repeat;
}

.img8_c{
	float: left;
	width: 320px;
	height: 73px;
	background-image: url(images/header8_c.gif);
	background-repeat: no-repeat;
}

.img9{
	float: right;
	width: 324px;
	height: 73px;
	background-image: url(images/header9.gif);
	background-repeat: no-repeat;
}

.img9_c{
	float: right;
	width: 324px;
	height: 73px;
	background-image: url(images/header9_c.gif);
	background-repeat: no-repeat;
}

.clear{
	clear: both;
}

#container{
	float: left;
	width: 950px;
	height: 100%;
	padding: 0px 25px;
}

#menu{
	float: left;
	width: 300px;
	height: 161px;
	background-image: url(images/menu_base.gif);
	background-repeat: no-repeat;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	margin-top: 3px;
}

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

#menu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

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

#leftnavi{
	float: left;
	width: 300px;
	height: 161px;
	background-image: url(images/left_base.gif);
	background-repeat: no-repeat;
	margin-left: 26px;
}

#leftnavi ul{
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-left: 45px;
}

#leftnavi ul li{
	list-style: none;
	display: block;
}

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

#leftnavi ul li a:hover{
	color: #2aff00;
}

#form{
	float: right;
	width: 300px;
	height: 161px;
	background-image: url(images/form_base.gif);
	background-repeat: no-repeat;
}

#img_c{
	float: right;
	width: 300px;
	height: 161px;
	background-image: url(images/img_c.gif);
	background-repeat: no-repeat;
}


/* form starts here */
#formtext {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

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

.formfields{
	padding: 2px 0px;
	margin-left: 20px;
}

input, select {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #cccccc;
	width: 130px;	
} 

label {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	width: 120px;
}	

#formtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#formtxt a{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFEA00;
	text-decoration: none;
}

#formtxt a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#formtxt input {
	margin: 0px;
	padding: 0px;
	width: 20px;
	border: 0px;
}

.bg{
	background-color: #ACA88D;
}


#formimg input {
	margin: 0px;
	padding: 0px;
	width: 121px;
	border: 0px;
	height: 31px;
	margin-top: 5px;
}

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

.contactcontainer{
	float: left;
	width: 400px;
	height: 100%;
	margin: 10px 0px;
	border: 1px dashed #666666;
}

.contact_base{
	padding-left: 270px;
}

.optionalc{
	width: 400px;
	height: 25px;
}

.labelc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
	float: left;
	width: 120px;
}

.input {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
	float: left;
	width: 120px;
	margin-top: -1px;
	margin-top: 4px;
}

/*form ends*/

#content{
	margin: 15px 0px;
	float: left;
	width: 950px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

#content_bot{
	font-size: 1px;
	float: left;
	width: 950px;
	height: 3px;
	background-image: url(images/form_base.gif);
	background-repeat: repeat;
}

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

#footerlinks{
	float: left;
	width: 950px;
	padding: 10px 0px;
	text-align: center;
}

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

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

#footerlinks ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #934751;
}

#footerlinks ul li a:hover{
	color: #ff8a00;
}

.copyright{
	float: left;
	width: 950px;
	background-color: #934751;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 0px;
	text-align: center
}

.copyright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover{
	text-decoration: underline;
}

#panel{
	float: left;
	width: 950px;
	height: 100%;
	margin-bottom: 15px;
}

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

#articles ul{
	margin: 10px 0px 10px 10px;
	padding: 0px;
	float: left;
}

#articles ul li{
	list-style-type: square;
	margin-left: 25px;
	line-height: 22px;
}

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

#articles ul li a:hover{
	color: #003366;
}

.txt{
	line-height: 18px;
	text-align: justify;
}
	
.internal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff7000;
	text-decoration: none;
}

.internal:hover{
	color: #003366;
}

.sitemap{
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 80px;
	background-color: #f7f7f7;
	padding: 15px;
	border: 1px dashed #666666;
}

.sitemap ul{
	margin: 10px 0px;
	padding: 0px;
}

.sitemap ul li{
	list-style-type: none;
	display: block;
}

.sitemap ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
	line-height: 22px;
}

.sitemap ul li a:hover{
	color: #99CCCC;
}

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

.contact_base1{
	padding-left: 300px;
}

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

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

#index-content{
	float: left;
	width: 740px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

#panel{
	float: right;
	width: 200px;
	height: 100%;
	margin-top: 5px;
}

.news_panel{
	float: left;
	width: 200px;
	height: 100%;
	border: #744148 1px solid;
	background-color: #c97582;
}

.news_panel ul{
	border-bottom: #744148 1px solid;
	border-top: #744148 1px solid;
	margin: 3px 0px;
	padding: 3px 5px;
}

.news_panel ul li{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	line-height: normal;
}

.news_panel ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/panel_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

.news_panel ul li a:hover{
	color: #a7a7a7;
}

.readmore{
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
	margin-bottom: 5px;
}

.readmore a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.readmore a:hover{
	color: #744d0a;
}

.articles_panel{
	float: left;
	width: 200px;
	height: 100%;
	border: #38879e 1px solid;
	background-color: #61c0cd;
	margin-top: 10px;
}

.articles_panel ul{
	border-bottom: #38879e 1px solid;
	border-top: #38879e 1px solid;
	margin: 3px 0px;
	padding: 3px 5px;
}

.articles_panel ul li{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	line-height: normal;
	color: #000;
}

.articles_panel ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/panel_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

.articles_panel ul li a:hover{
	color: #954852;
}

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

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

#adsense2{
	float: right;
	width: 234px;
	height: 60px;
}
form, input, select, label{
	margin: 0px;
	padding: 0px;
}

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

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

.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;}
	
	
	form, input, select, label{
	margin: 0px;
	padding: 0px;
}

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

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



.punchline1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #8fb730;
	margin: 15px 0px;
}

.punchline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0e91ec;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.form_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #f88601;
	margin: 0px;
	padding: 30px 0 0 0;
	text-align: center;
}