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

html{
margin: 0; 
padding: 0;

}


 body  {
	
	overflow: auto;
	text-align: center; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(leavesnowtop.gif) left top no-repeat;
	background-attachment:fixed;
	z-index:1;
	
	
}
#container {
	width: 780px;  
	background: #ffffff;
	margin: 0 auto; 
	border: none;
	background:#f9f9f9 url(background1.jpg) center repeat-y ;
	text-align: left; /* over ride centered text align on body */
	z-index: 2;
	

} 



#header { 
	background: #ffffff; 
	padding: 0 50px 0 170px;  /*done to adj image*/
}
#sidebar1lt {
	float: left; 
	width: 155px; 
	background: #ffffff; 
	padding: 30px 5px 15px 5px; 
	z-index: 4;
}
#sidebar2rt {
	float: right; 
	width: 195px; 
	background: #d8ddb8; 
	padding: 5px 10px 5px 5px; 
    margin-top:30px;
	z-index:1;
}



#mainContent { 
	margin: 0 155px; 
	padding: 12px 12px 0 8px; 
	background: #ffffff;
	
} 
#footer {
	padding: 20px 10px 0 200px;
	background:#ffffff;
	z-index:0;
	margin:auto;
	
	
} 
#footer p {
	margin: 0; 
	padding: 10px 0; /* use padding to create space instead of margin - due to margin collapse of footer without zeroed 1st element */
	font-size:10px;
	color:#586e0b;
	
}
.fltrt { /* floats if needed. must precede element - should be next to it on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* place on a div or break element - this should follow the #mainContent div to force #container div to contain all child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*navmenu for vertical menu*/

#navmenu { 
font: 14px Verdana, Arial, Helvetica, sans-serif;
width: 150px;
padding: 0px;
margin: 0px;
text-decoration:none;
list-style:none;
}

#navmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#navmenu ul li {
margin: 0px;
padding: 0px;
list-style-type:none;
}
#navmenu ul li a {
font-size: 14px;
display: block;
border-bottom: 1px dashed #3e3d3c;
padding: 5px 0px 2px 4px;
text-decoration: none;
list-style:none;
color: #855100;
width:150px;

}

#navmenu ul li a:hover, #navmenu ul li a:focus {
color: #000000;
background-color: #d8ddb8;
}
/*end nav*/

/*tags*/

h1 {
font:bold 17px Arial, Helvetica, sans-serif;
color: #855100;
}

h2 {
font: bold 16px Arial, Helvetica, sans-serif;
color:#be984d;
}
h3{
font:bold 12px Arial, Helvetica, sans-serif ;
color:#586e0b;
}

.specstyle{
font-size:14px;
}
/*additionl styles for fonts, links, photos and etc*/

.style1 { /* main content links*/
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#855100;
	text-decoration: underline;

}

.style3{ /* sidebar2rt box links*/
font: bold 12px Arial, Helvetica, sans-serif;
color:#586e0b;
text-decoration:underline;
}

.style3{ /* sidebar2rt box links*/
font: bold 13px Arial, Helvetica, sans-serif;
color:#586e0b;
text-decoration:underline;
}

.style4{ /* sidebar2rt box links*/
font: bold 12px Arial, Helvetica, sans-serif;
color:#855100;
text-decoration:underline;
}
.style5{ /* sidebar2rt box links*/
font: bold 15px Arial, Helvetica, sans-serif;
color:#586e0b;

}

.style6{
color:#586e0b;
font-weight:500;
}

.rtboxtx{ /*optional sidebar2rt text for offers*/
font: 12px Arial, Helvetica, sans-serif;

}
.rtboxtx2{ /*optional sidebar2rt text for offers*/
font: bold 14px Arial, Helvetica, sans-serif;

}

.stlye2subrt{ /* used for certain headers or text in sidebar2rt offer box*/
font: bold 12px Arial, Helvetica, sans-serif;
color:#859541;
}

.stlye3subrt{ /* used for certain headers or text in sidebar2rt offer box*/
font: bold 14px Arial, Helvetica, sans-serif;
color:#859541;
}
.stlye3main{ /* used for certain headers or text in sidebar2rt offer box*/
font: bold 16px Arial, Helvetica, sans-serif;
color:#859541;
}



.photo{ /*for photos*/
border: solid #d8ddb8 2px; 
}

.footerlink{ /*jcdesign*/  

z-index:2;
}
.footerlinkp{
font: 12px Arial, Helvetica, sans-serif;
color:#859541;


}
.ulclean{
list-style:circle;
}

