@charset "utf-8";

body {
	position: relative;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #D6D5C6;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.bottomnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #D6D5C6;
}
.bottomnav a:link {
	color: #808153;
	text-decoration: none;
}
.bottomnav a:visited {
	color: #808153;
	text-decoration: none;
}
.bottomnav a:hover {
	text-decoration: none;
	color: #993300;
}
.bottomnav a:active {
	text-decoration: none;
	color: #808153;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.spacertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}
.bodytext a:link {
	color: #666666;
	text-decoration: none;
}
.bodytext a:visited {
	color: #666666;
	text-decoration: none;
}
.bodytext a:hover {
	text-decoration: underline;
	color: #B2663F;
}
.bodytext a:active {
	text-decoration: none;
	color: #666666;
}
.bodytextmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
}
.bodytextmain a:link {
	color: #62602E;
	text-decoration: none;
}
.bodytextmain a:visited {
	color: #62602E;
	text-decoration: none;
}
.bodytextmain a:hover {
	text-decoration: underline;
	color: #62602E;
}
.bodytextmain a:active {
	text-decoration: none;
	color: #62602E;
}
.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B2663F;
	padding-left: 8px;
	padding-right: 8px;
}
.sidebarbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 10px;
}
.bodytextcustom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	padding-left: 39px
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #62602E;
	font-weight: bold;
}
.header a:link {
	color: #62602E;
	line-height: 1.5;
	text-decoration: none;
	margin-right: 20px;
}
.header a:visited {
	color: #62602E;
	line-height: 1.5;
	text-decoration: none;
	margin-right: 20px;
}
.header a:hover {
	text-decoration: underline;
	line-height: 1.5;
	color: #333333E;
	margin-right: 20px;
}
.header a:active {
	text-decoration: none;
	line-height: 1.5;
	color: #62602E;
	margin-right: 20px;
}


.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #740707;
	padding: 0px 0px 0px 3px;
	text-align: left;
	}
.requiredblank {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	padding: 0px 0px 0px 3px;
	text-align: left;
	}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	vertical-align: top;
	text-align: left;
	margin-right: 25px;
	}
.formcontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	vertical-align: top;
	}
.formexpert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	vertical-align: top;
	text-align: left;
	margin-right: 25px;
	}




.headeritalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #62602E;
	font-weight: bold;
	font-style: italic;
	padding-right: 5px;

}
.runinhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C3B13;
	line-height: 1.5;
	font-weight: bold;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C3B13;
	line-height: 1;
	font-weight: bold;
	padding-left: 20px;
}

#social_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	visibility: hidden;
	display: block;
}
	#facebook_link {
		position: relative;
		height: 82px;
		width: 31px;
		/*background-color: #3B5997;*/
		margin: 0;
		float: right;
		clear: right;
		top: 53px;
		/* Box Shadow for IE versions < 9 */
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=245, Strength=3);
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
		padding: 0;
		visibility: visible;
	}
		#facebook_link p {
			/*-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);*/
			margin: 0;
			padding: 0;
		}
			/* Because IE STILL thinks people want a border by default around every image */
			#facebook_link p img {
				border: none;
			}
	#twitter_link {
		position: relative;
		height: 82px;
		width: 31px;
		/*background-color: #33CCFF;*/
		margin: 0px;
		float: right;
		clear: both;
		top: 59px;
		/* Box Shadow for IE versions < 9 */
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=245, Strength=3);
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
		padding: 0;
		visibility: visible;
	}
		#twitter_link p {
			/*-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);*/
			margin: 0;
			padding: 0;
		}
			/* Because IE STILL thinks people want a border by default around every image */
			#twitter_link p img {
				border: none;
			}
