@charset "utf-8";
/* frames */
body {
	background-image: url(../images/paper_pattern.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2E3A4F;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.80em;
	line-height: 150%;
}
.oneColFixCtrHdr #whiteframe {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr .container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header img {
	display: block;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 75px;
}
.leftCol {
	width: 266px;
	margin-right: 25px;
	float: left;
	clear: left;
}
.rightCol {
	width: 539px;
	float: right;
}
.oneColFixCtrHdr #footer {
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
	background-image: url(../images/owl.png);
	background-repeat: no-repeat;
	background-position: 220px 10px;
	height: 358px;
}
.headimg {
	padding-bottom: 10px;
}
/* text elements */
p {
	margin-top: 0px;
	margin-bottom: 25px;
}
/* links */
a {
	color: #709D33;
	text-decoration: underline;
}
a:link {
	color: #709D33;
	text-decoration: underline;
}
a:visited {
	color: #709D33;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color: #179F7E;
	text-decoration: none;
}
/* slideshow */
#HomeSlide {
	margin-left: 14px;
}
#HomeSlideDD {
	height: 29px;
	width: 510px;
	background-image: url(../images/homeSlide_DropDown-bg.jpg);
	padding-left: 15px;
	line-height: 29px;
	display: none;
	margin-left: 14px;
}
#prev, #next, #pause {
	cursor: pointer;
}
.PortImg {
	margin-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 14px;
}
.paper {
	background-image: url(../images/paper_pattern.jpg);
	padding: 25px;
	width: 475px;
}
.paperShadowTop {
	background-image: url(../images/shadow-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-left: 7px;
}
.paperShadowBottom {
	background-image: url(../images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 7px;
	padding-bottom: 9px;
}
.hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
/* forms */
.form td {
	padding-bottom: 20px;
}
input[type=text], textarea {
	width: 275px;
	padding: 3px 5px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
}
.captcha {
	width: 50px !important;
	text-align: center;
	color: #2E3A4F;
}
input[disabled] {
	background-color: #FFF;
}
input[type=text].error, textarea.error {
	background-color: #FF9F9F;
}
label.error {
	color: #C33;
	display: block;
}
/* sumbmission failure warning */
#SumbmitError {
	color: #C33;
	margin-bottom: 20px;
	text-align: center;
}

/* ready to delete, but need to update contact and quote submission pages */
input.text {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.contactFormFrame {
	margin-left: 175px;
}
.contactFormItem {
	margin-bottom: 20px;
}
/* end of needed deletes */


/*  Twitter Div  */
#twitter_div {
	width: 585px;
	margin-bottom: 5px;
}
ul#twitter_update_list {
	width: 585px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul#twitter_update_list li {
	width: 585px;
	padding: 5px 0 5px 0;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
ul#twitter_update_list li a {
	color: #709D33;
	text-decoration: underline;
}
ul#twitter_update_list li a:hover {
	color: white;
	background-color: #179F7E;
	text-decoration: none;
}
