@charset "iso-8859-1";
/* CSS Document */

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

body {
	background-image: url(../images/backgroundRepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

#frame {
	width: 980px;
	margin: 0 auto;
}

#menuTop {
	width: 980px;
	height: 39px;
	float: left;
	border-top: 3px solid #1a1a1a;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
}

#menuTop ul {
	list-style: none;
}

#menuTop ul li {
	display: inline;
	float: left;
}

#menuTop ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 39px;
	padding-right: 18px;
	padding-left: 18px;
	margin-right: 1px;
	margin-left: 1px;
}

#menuTop ul li a:hover {
	background-color: #403f3f;
}

#menuLine {
	width: 980px;
	height: 13px;
	float: left;
	background-image: url(../images/menuLine.jpg);
	background-repeat: repeat-x;
}

#bannerTop {
	width: 980px;
	height: 173px;
	float: left;
	margin-top: 11px;
}

#mainBody {
	width: 980px;
	float: left;
	margin-top: 11px;
}

#mainBody_left {
	width: 759px;
	float: left;
}

#mainBodyCont {
	width: 742px;
	float: left;
}

#homeTopCont {
	width: 742px;
	float: left;
	border-bottom: 2px solid #d6d6d6;
}

#pageTextContainer {
	width: 742px;
	float: left;
}

#homeTopHead {
	width: 742px;
	height: 35px;
	float: left;
	border-bottom: 3px solid #666666;
}

#homeTopHead h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: 35px;
}

#homeTopBottom {
	width: 742px;
	float: left;
}

#pageContentCont {
	width: 742px;
	float: left;
}

#pageContentCont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 7px;
	line-height: 16px;
}


#pageContentCont ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 7px;
	line-height: 16px;
	background-color: #f3f9eb;
	border: 1px solid #333333;
	padding: 6px;
	list-style: none;
	margin-bottom: 5px;
}

p.titleHead,ol.titleHead {
	padding-top: 12px;
}

#pageContentCont table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 15px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

.lightBlueBold {
	background-color: #d3dfee;
	font-weight: bold;
}

.lightBlue {
	background-color: #d3dfee;
}

.underlineText {
	text-decoration: underline;
}

#pageContentCont table tr td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding-top: 6px;
	padding-left: 6px;
}

#pageContentCont table tr td.noBorder {

}

#homeTopBottomLeft {
	width: 250px;
	float: left;
}

#homeTopBottomRight {
	width: 492px;
	float: left;
	padding-top: 12px;
}

#homeTopBottomRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 12px;
}

#homeTopBottomRight p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
}

#homeTopBottomRight ul {
	padding-bottom: 12px;	
}

#homeTopBottomRight ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60a103;
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/listArrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
}

#homeBottomCont {
	width: 742px;
	float: left;
	margin-top: 20px;
}

.homeBottomBoxCont {
	width: 217px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	_margin-left: 11px;
}

.homeBottomHead {
	width: 217px;
	height: 34px;
	float: left;
	border-bottom: 3px solid #666666;
	margin-bottom: 11px;
}

.homeBottomHead h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 34px;
	color: #666666;
}

.homeBottomBody {
	width: 217px;
	float: left;
}

.homeBottomBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 7px;
	line-height: 16px;
}

p.linkReadMore {
	padding-left: 20px;
	background-image: url(../images/paperIcon.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 16px;
	padding-top: 3px;
}

.homeBottomBody p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
}

.homeBottomBody ul {
	padding-bottom: 12px;	
}

.homeBottomBody ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60a103;
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/listArrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
}

.homeBottomBody ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60a103;
	text-decoration: underline;
}

#mainBody_right {
	width: 221px;
	float: left;
}

.rightBanner {
	width: 221px;
	float: left;
	clear: both;
	margin-bottom: 11px;
}

#quickFormCont {
	width: 221px;
	float: left;
	margin-bottom: 11px;
}

#quickFormTop {
	width: 221px;
	height: 15px;
	float: left;
	background-image: url(../images/quickContactTop.jpg);
	background-repeat: no-repeat;
}

#quickFormBody {
	width: 221px;
	float: left;
	background-color: #e0e3db;
}

#quickFormContainer {
	width: 185px;
	margin: 0 auto;
}

#quickFormContainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 3px solid #babcb6;
}

#quickFormContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#quickFormContainer p.quickContactp {
	padding-top: 11px;
}

#quickFormContainer input.textBox {
	width: 180px;
	height: 19px;
	border-top: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	border-left: 1px solid #404040;
	margin-top: 3px;
	float: none;
	clear: both;
	padding-top: 6px;
	padding-left: 5px;
}

#quickFormContainer input.submitButton {
	margin-top: 3px;
	float: right;
	clear: both;
}

#quickFormBottom {
	width: 221px;
	height: 15px;
	float: left;
	background-image: url(../images/quickContactBottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 980px;
	float: left;
	padding-top: 11px;
	margin-top: 20px;
	border-top: 3px solid #666666;
}

#footer_left {
	width: 362px;
	float: left;
}

#footer_left img {
	padding-right: 8px;
	float: left;
}

#footer_left p, #footer_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

#footer_right {
	width: 618px;
	float: left;
}

#footer_right ul {
	float: right;
}

#footer_right ul li {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #333333;
}

#footer_right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

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