@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #257635;
}
a:visited {
	color: #3B521C;
}
a:hover {
	color: #007A30;
}
a:active {
	color: #007A30;
}

#masthead ul {
	padding: 0;
	float: right;
	margin: 70px 6px 0 0;

}
#masthead ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
}
#masthead ul li a {
	text-decoration: none;
	color: #717171;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}



#masthead ul li a:link {
	
}
#masthead ul li a:visited {
	
}
#masthead ul li a:hover {
	color: #000;
}
#masthead ul li a:active {
	
}




#masthead ul li .selected {
	color: #000;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px;
}
#container #leftCol {
	width: 240px;
	background-image: url(../images/vert_divider.gif);
	background-repeat: no-repeat;
	background-position: 246px;
	/*height: 544px;*/
	float: left;
	padding: 0 10px 0 0;
	margin-right: 12px;
}
#container h1 {
	font-size: 16px;
	font-weight: bold;
	color: #257636;
	padding: 0;
	margin: 15px 0 0 0;
}
#container #footer {
	background-image: url(../images/footerBar.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 770px;
	background-position: 3px 0;
	font-size: 10px;
	text-align: right;
	padding-top: 13px;
}

#container #leftCol h2 {
	background-image: url(../images/greenTitleBar.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #FFF;
	padding: 0 0 0 10px;
	margin: 15px 0 10px 0;
}
#container #leftCol ul {
	margin: 0;
	padding: 0 0 0 4px;
}
#container #leftCol ul li {
	list-style-type: none;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 4px;
	padding-bottom: 8px;
}

#container h2 {
	font-size: 14px;
	font-weight: bold;
	color: #257636;
	padding: 0;
	margin: 15px 0 0 0;
}
.picDesc {
	font-size: 11px;
}
#container .customerQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6a5e4d;
	float: right;
	width: 220px;
	padding: 9px 5px 5px 17px;
	position: relative;
}
.customerQuote .quoteEnd {
	font-size: 36px;
	line-height: 23px;
}
.customerQuote .quoteStart {
	font-size: 36px;
	position: absolute;
	left: 0;
	top: 0;
}
.imageRight {
	float: right;
	padding: 10px 0 10px 10px;
}
.imageLeft {
	float: left;
	padding: 10px 10px 10px 0;
}
#butSubmit {
	background-image: url(../images/but_submit.gif);
	height: 25px;
	width: 95px;
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
