@charset "UTF-8";
body  {
	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: #A5733E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #8C5922;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 19px;
}
.twoColFixLtHdr a:link, .twoColFixLtHdr a:visited{
	color: #006600;
	text-decoration: none;
}
.twoColFixLtHdr a:hover{
	color: #000000;
	text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-color: #FFFFFF;	
} 
.twoColFixLtHdr #hmcontainer {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-color: #FFFFFF;	
} 
.twoColFixLtHdr #header {
	height: 134px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;

} 
.twoColFixLtHdr #navigation {
	margin-left: -491px;
	position: absolute;
	left: 50%;
	top: 88px;		
} 
 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 22px;
	font-weight: normal;
	color: #986836;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.p_as_h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 22px;
	font-weight: normal;
	color: #986836;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 21px;
	font-weight: normal;
	color: #986836;
}
h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 21px;
	font-weight: normal;
	color: #986836;
}

.twoColFixLtHdr  #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;	
} 
.twoColFixLtHdr #footer {
	background-image: url(images/bottomcurve.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	/*height: 300px;*/
	width: 985px;
	margin: 0 auto;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr a:visited{
	color: #003300;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover{
	color: #000000;
	text-decoration: none;
}

.twoColFixLtHdr #contentWrapper {
	background:#ffffff;
	margin-top: 0px;
	
} 
.twoColFixLtHdr #flashContent {
	height: 342px;
	width: 1001px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 134px;	
}
.twoColFixLtHdr #secFlashContent {
	height: 384px;
	width: 407px;
	
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.home {
	text-align:center;
	font-size:9px;
	font-weight:lighter;
	color: #00893a;
	padding-bottom:5px;
}
.heading1 {
	font-size:22px;
	font-weight:normal;
}

/* link to refering sites */
#refer a, #refer a:link, #refer a:visited , #refer a:hover , #refer a:active {
	text-align:center;
	font-size:6px;
	font-weight:lighter;
	color: #9e6c37;
}
#secFlashContent {
	float:right;
	width:385px;
	display:inline;
}
div#image {
	border:1px solid black;
	padding:5px;
	float:left;
}
div#image p {
	padding:0;
	margin:0;
}
/*SIDEBAR FORMATING */
.twoColFixLtHdr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A87641;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
}
.twoColFixLtHdr  #sidebar1>ul {
	display: block;
	color: #006600;
	width: 126px;
	font-size: 16px;
}
.twoColFixLtHdr  #sidebar1>ul>li {
	list-style:none;
	margin-left:-20px;
	padding-left:20px;
	margin-bottom: 15px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #327838;
	padding-bottom: 15px;
}
#sidebar1 .nav-links {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.twoColFixLtHdr  #sidebar1 ul li a:link {
	color: #006600;
	text-decoration: none;
}
.twoColFixLtHdr  #sidebar1 ul li a:hover {
	color: #330033;
	text-decoration: none;
}
.twoColFixLtHdr  #sidebar1 ul li a:visited {
	color: #006600;
	text-decoration: none;
}
/*FORMAT NAV BUTTONS AS LINKS*/

.twoColFixLtHdr  #sidebar1 ul li input.button-link {
	color: #006600;
	text-decoration: none;
	padding:0;
	border:0;
	margin:0;
	background-color:transparent;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:126px;
	white-space: normal;
	text-align:left;
}
.twoColFixLtHdr  #sidebar1>ul>li>form>input.button-link {
	font-size: 16px;
}
.twoColFixLtHdr  #sidebar1 ul li input.button-link:hover {
	color: #330033;
}
.tertiary-nav li {
	list-style:none;
	border:none;
	padding:2px 0;
}
.tertiary-nav {
	margin-left:-30px;
}
.tertiary-nav li input.button-link {
	font-size:12px;
}
.hidden {
	display:none;
}
.selected {
	background-image:url(images/arrow-down.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
/* END NAV BUTTONS AS LINKS */
/* CONTACT US FORM */
#webform textarea {
	width:375px;
	height:150px;
}
#webform {
	float:left;
	background-color:#FFC;
	border: 1px solid #8C5922;
	width: 600px;
}
#webform label {  
	margin-left: 12px;  
	display: block;     
	margin-bottom: -0.75em;
} 
#webform input, #webform select, #webform textarea {     
	display: inline;     
	position: relative;     
	left: 15em;     
	top: -.5em; 
}
#webform input[type=text] {
	width:375px;
}
#webform input#captcha {
	width:150px;
	left:0;
}
#webform img {
	margin-left:5px;
	border: 1px solid black;
}
#webform p {
	margin-left:5px;
}
.form_text {     
	display: inline;     
	position: relative;     
	left: 14em;   
	top: -.5em;
	border:thin;
	padding: 1px;
	font-size:14px;
}
.shifted {
	display: inline;     
	position: relative;     
	left: 3em;   
}

#message {
	color:#0000FF;
}
/* end forms */


