@charset "utf-8";
/* CSS Document */
.sep{
	background-color:#B5BAAD;
}
.sealBg{
	background-image:url(../images/seal-bg.jpg);
	height:119px;
	background-repeat:no-repeat;
	border-top:#B5BAAD 1px solid;
}
.sealBg li{
	list-style-position:outside;
	list-style-image: url(../images/bullet.jpg);
	font-weight:bold;
/*	color:#797B76;*/
	font-size:12px;
	padding-bottom:3px;
}
.green li{
	list-style-position:outside;
	list-style-image: url(../images/bullet.jpg);
	font-size:12px;
	padding-bottom:3px;
}
h2{
	color:#797B76;
	font-size:16px;
	margin:0px;
}
.more{
	color:#2E6DB4;
	font-weight:bold;
}
.more:hover{
	text-decoration:none;

}
a{
	color:#333333;
}
a:hover{
	text-decoration:none;
}
.greenLinks{
	font-weight:bold;
	color:#5A8E21;
}
.greenLinks:hover{
	text-decoration:none;

}
.footerBold{
	font-weight:bold;
}
.footerText{
	font-size:10px;
}
.footerText a{
	color:#666666;
}
.footerText a:hover{
	text-decoration:none;
	color:#333333;
}
.footerText h1{
	color:#000000;
	font-weight:bold;
	font-size:11px;
}
.footerText h1 a{
	color:#000000;
	text-decoration:none;
}
.topLink{
	background-image:url(../images/btn-normal.jpg);
	width:125px;
	height:66px;
}

.topLink a{
	color:#FFFFFF;
	text-decoration:none;
	
}


.topLinkOver{
	background-image:url(../images/btn-over.jpg);
	width:125px;
	height:66px;
}
.topLinkOver a{
	color:#FFFFFF;
	text-decoration:none;
	
}
form{
	margin:0px;
}
h1{
	color:#333333;
	font-size:16px;

}
h3{
	color:#2E6DB4;
	font-size:14px;
	margin:0px;
}
.right{
	border-left:1px #B5BAAD solid;

}
.contactBg{
	background-image:url(../images/office.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.contactForm{
	background-image:url(../images/contact-bg.jpg);
	width:508px;
	height:360px;
}
.txtBox{
	width:200px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	border:1px solid #42702A;
	font-size:11px;
}
.txtArea{
	width:350px;
	height:100px;
	font-size:11px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	border:1px solid #42702A;
}
.dottedLine{
	border-bottom:1px dotted #42702A;
	padding:2px;
}
.dottedLineBg{
	border-bottom:1px dotted #42702A;
	padding:2px;
	background-color:#D2D9C9;
}
.bigText{
	font-size:14px;
		border-bottom:1px dotted #42702A;
	padding:2px;
}
.greenSpacer{
	background-color:#94A67B;

}
.faqTopTab{
	background-image:url(../images/faq-tab.jpg);
	width:243px;
	height:30px;
	padding-left:11px;

}
.faqBottomTab{
	background-image:url(../images/faq-tab-bottom.jpg);
	width:243px;
	height:30px;
	padding-left:11px;

}
.faqMid{
	background-color:#FFFFFF;
}
.black{
	color:#000000;
}
.green{
	color:#5A8E21;
	}