@charset "utf-8";
/* CSS Document */

/** GENERAL **/
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #413c34;
}
body {
	background-image: url(../images/green_tile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #65855e;
}
a:visited {
	color: #65855e;
}
a:hover {
	color: #85013a;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0;
	padding:0;
}
h1 {
	font-size: 22px;
	color: #336633;
}
h2 {
	font-size: 14px;
	color: #85013a;
	margin: 15px 0 0 30px;
}
h3 {
	font-size: 16px;
	font-style:italic;
	color: #85013a;
	text-align: right;
	padding: 0 10px 0 0;
}
.highlightText{
	color:#85013a;
}
.background{
	background:url(../images/gradient_tile.jpg) repeat-x top left;
}
.shadowLeft{
	background-repeat:repeat-y 
	background-position: top left; 
	width:12px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadowLeft[class] {
	background-image: url(../images/shadowLeft.png);
}
.shadowBL{
	background-repeat:no-repeat;
	background-position: top left; 
	width:12px; 
	height:12px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadowBL[class] {
	background-image: url(../images/ShadowBottomLeft.png);
}
.shadowRight{
	background-repeat:repeat-y; 
	background-position: top left; 
	width:12px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadowRight[class] {
	background-image: url(../images/ShadowRight.png);
}
.shadowBR{
	background-repeat:no-repeat;
	background-position: top left;  
	width:12px; 
	height:12px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadowBR[class] {
	background-image: url(../images/ShadowBottomRight.png);
}
.shadowBottom{
	background-repeat:repeat-x;
	background-position: top left;
	height:12px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadowBottom[class] {
	background-image: url(../images/ShadowBottom.png);
}
.header{
	background:url(../images/header.jpg) no-repeat top left; 
	width:878px; 
	height:230px;
}
.watermark{
	background:url(../images/watermark.gif) no-repeat top left #fef1d8;
}
#mainPadding{
	margin:35px 25px;
}

/** MENU **/
.menuBg{
	background: url(../images/menuBg.gif) no-repeat top left; 
	width:878px; 
	height:56px;
}
#navcontainer{
	width: 723px;
	float: right;
}
ul#navlist{
	margin: 0;
	padding: 0;
	float:right;
}
#navlist li{
	display: inline;
	list-style-type: none;
	color: #5b8055;
	font-size:16px;
	font-weight:bold;
	display:block; 
	float:left; 
	padding: 24px 70px 0 70px; 
	height:32px;
	margin:0;
}
#navlist a { 

}
#navlist a:link, #navlist a:visited{
	color: #5b8055;
	text-decoration: none;
}
#navlist a:hover {
	color: #85013a;
	text-decoration: underline;
}

/** HOME PAGE **/
#feature{
	float:right; width:220px; height:249px; 
	background:url(../images/featureBg.gif) no-repeat top left;
	margin-left:20px;
}
#feature ul{
	list-style-image:url(../images/bullett.gif); 
	list-style-position:outside; color:#65855e;	
}
#feature p{
	margin-right:25px; 
	text-align:right;
}
.spacer{
	margin-right:20px;
}
/** FOOTER **/
.footer{
	color:#cebfa4; 
	font-size:11px;
}
.footer a{
	color:#cebfa4; 
}
.footer a:visited{
	color:#cebfa4; 
}

/* CONTACT FORM */

.contactInfo {

	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 325px;
}
.contactContainerColor {
	background-color: #f9eacf;
}
.contactCopy {

	font-size: 12px;
}
.copyAreaCode {

	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-size: 14px;
	color: #85013a;
	font-weight: bold;
	padding: 15px 0 5px 0;
}
.fields {

	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {

	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}
