@charset "utf-8";
/* CSS Document */

/*Website Background*/
/*Use the following html and body styles if you wish to have a SOLID color background.*/
html{border-top:30px solid #343434;}
body{
	margin-top:-30px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #355636;
	background-image: url(../images/bkbrnd_ponderosa_4th_july.jpg);
}
/*Use the following code (remove comment tags) if you wish to have a BACKGROUND IMAGE.*/
/*html{border-top:none;}
body{background:#355636 url(../images/background.jpg) no-repeat top center;margin-top:0}*/

/*Link Colors*/
a:link, a:visited, a:hover, a:active{
	color:#336;
}
/*Heading Colors*/
h1{
	color:#304830;
	text-align: left;
}
h2{color:#304830;}
h3{color:#515039;}
h4{
	color:#606048;
	text-align: left;
}
/*Underline Color*/
.underline{border-bottom:1px #606048 dotted;}
/*Header Image - No need to change anything here. If you do make a customized header though, just be sure to save it as header.jpg, and place it in your images folder */
#header a {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/*Navigation Link Colors*/
ul#sidenav a:hover, ul#sidenav li:hover a,ul#sidenav li.iehover a {
	color:#060;
	font-size: small;
}
/*Footer Text Color*/
#footer{color:#95c790;background-color: #355636;}
/*Footer Link Color*/
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{color:#95c790;}
/*Far Right Column h4 Background and Text Colors*/
#rightColMain h4, #rightColSub h4{background:#5c6d5e;color:#fff;}
/*Promotion Section's (in the Upper Right Corner) h3 Color*/
#promote h3{color:#054E3A;}
/*Ponderosa Palette Color Style Classes*/
.palette_h2{background:#304830;color:#fff;}
.palette_bkg{background:#355636;color:#fff;}
.palette_links{background:#073570;color:#fff;}
.palette_h3{background:#515039;color:#fff;}
.palette_h4{background:#606048;color:#fff;}
.palette_rgrad{background:#a8a890;color:#fff;}
.palette_rbkg{background:#5c6d5e;color:#fff;}
.palette_topgrad{background:#d2d2cb;color:#666;}
.palette_sidehover{background:#e0e2d5;color:#666;}
.palette_navborder{background:#ccc;color:#666;}
.palette_linkhover{background:#fff;color:#666;border:1px solid #666;}
.ponderosa{border:#355636 1px solid;padding: 1px 2px;}

