@charset "UTF-8";
* {padding:0; margin:0; border:0px;}
img { behavior: url(iepngfix.htc) }
body  {
	font: 12px Georgia, serif;
	background: #005030;
	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: #00502f;
	line-height:16px;
	letter-spacing: .7px;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	position:relative;
	background-image:url(images/con_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:18px;
	
} 
.twoColFixLtHdr #header {
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
	position:relative;
	height:330px;
}
.twoColFixLtHdr #header #logo {
	position:absolute;
	top:16px;
	left:49px;
	z-index:3;
}
.twoColFixLtHdr #header #phone {
	position:absolute;
	top:23px;
	left:511px;
}
.twoColFixLtHdr #header #image {
	position:absolute;
	bottom:0px;
	z-index:2;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	text-align:right;
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 0 0 0;
	line-height:24px;
}
.twoColFixLtHdr #line {
	border-top:1px solid #514c21;
	margin: 0 0 0 215px;	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 125px 25px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h1{
	font: 16px Georgia, serif;
	color: #00502f;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	letter-spacing: 1.5px;
	line-height:20px;
}
.twoColFixLtHdr #mainContent h3{
	font: 16px Georgia, serif;
	color: #00502f;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	letter-spacing: 1.7px;
	line-height:24px;
}
.twoColFixLtHdr #mainContent h2{
	font-family:Geneva, sans-serif;
	color:#514c21;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 2px;
	padding-bottom:5px;
}
.twoColFixLtHdr #mainContent li{
	margin-left:15px;
	font-family:Geneva, sans-serif;
}
.twoColFixLtHdr #footer {
	height:106px;
	background-image:url(images/footer.gif);
	overflow:hidden;
	text-align:right;
	line-height:16px;
	font-size:10px;
	color:#514c21;
	position:relative;
	letter-spacing: .7px;
}
.twoColFixLtHdr #footer #nav {
	font-family:Geneva, sans-serif;
	position:absolute;
	top: 59px;
	left: -54px;
	width: 811px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #514c21;
}
a:visited {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #514c21;
}
a:hover {
	font-family:Geneva, sans-serif;
	text-decoration: underline;
	color: #514c21;
	letter-spacing: .7px;
}
a:active {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #514c21;
}
a.green:link {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #00502f;
}
a.green:visited {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #00502f;
}
a.green:hover {
	font-family:Geneva, sans-serif;
	text-decoration: underline;
	color: #00502f;
	letter-spacing: .7px;
}
a.green:active {
	font-family:Geneva, sans-serif;
	text-decoration: none;
	color: #00502f;
}
.10 {
	font-size:10px;
}