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

/* base styles */

html{ 
	height:100%; 
}
body {
	background-color: #d4e6c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #676767;
	padding: 0;
	margin: 0 15% 20px 15%;
}
a:link {
	color: #99a88b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #99a88b;
}
a:hover {
	text-decoration: none;
	color: #99a88b;
}
a:active {
	text-decoration: underline;
	color: #99a88b;
}

p {
	margin: 4px 0 17px 0;
}
h1 {
	font-size: 23px;
	color: #486672;
	margin: 0;
}
h2 {
	font-size: 18px;
	color: #486672;
	margin-bottom: 0;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 0;
}
.footerText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerText a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.footerText a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footerText a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.footerText p {
	margin: 0;
}

/* page layout */

#pagewrapper {
	width: 868px;
	background: url(../images/bkg_content_over.gif);
	background-repeat: repeat-y;
	min-height: 350px;

}

#plank {
/* defined width div throughout */
	width: 868px;
}

#contentwrapper {
/* adds in the second background to float to the bottom */
	background: url(../images/bkg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentleft {
/* content left column */
	width: 251px;
	float: left;
	margin-left: 37px;
	margin-top: 20px;
}

#contentright {
/* content right column */
	width: 515px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#nav {
/* background added to the div above in the inc_nav include */
	height: 28px;
	padding-left: 288px;
}

#footer {
	width: 868px;
	height: 84px;
	background: url(../images/bkg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}


/* contact form table data */

/*.table { 
	border-top: 1px solid #d4e6c1; 
	border-right: 1px solid #d4e6c1;
}

.tableData { 
	border-bottom: 1px solid #d4e6c1; 
	border-left: 1px solid #d4e6c1; 
}	
	*/
.required {
	font-size: 10px;
	font-style: italic;
	color:#333333;
	text-align: right;
}


