@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/paper_pattern.jpg);
	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: #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; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #mainContent {
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 75px;
}
.leftCol {
	width: 266px;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
	clear: left;
}
.rightCol {
	width: 539px;
	float: right;
	margin-bottom: 25px;
}
input.text {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.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;
}
p {
	margin-top: 0px;
	margin-bottom: 25px;
}
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;
}
img a {
	text-decoration:none;
}
#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;
}
.contactForm {
	width: 275px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.contactFormFrame {
	margin-left: 175px;
}
.contactFormItem {
	margin-bottom: 20px;
}
/*  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;
}
