body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.bkgImage{
	background:	#fff url(images/bkg_taptree_winter.jpg) no-repeat top left;
	top:0;
	left:0;
}
h1, h2, h3, h4, h5, h6	{
	color:#330000;
	margin-bottom:	0;
	}
	 
h1{
	font-size: 130%;
	color: #AC052F;
	padding: 0;
	margin-bottom: 10px;
}
h2{
	font-size: 90%;
	color: #41667B;
	padding:0;
	margin-bottom:0;
}
h3{
	font-size: 80%;
	color: #AC052F;
	font-style: bold;
	padding: 0;
}
.spanboldh3 {
	font-size: 100%;
	color: #AC052F;
	font-weight: bolder;
	padding: 0;
}
h4 {
	font-size: 60%;
	color: #CCC;
	padding: 0;
	text-align: center;
}
.spanbold {
	font-size: 100%;
	font-weight: bolder;
}
p{
	color: #444;
	font-size: 80%;
	margin-top: 8px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
}
 
p em {
	color: #FF0000;
	font-weight: bold;
}


h5 {font-family:"Times New Roman", Times, serif; font-size:26px; color:#33CC66;}

h6 {font-family:"Times New Roman", Times, serif; font-size:26px; color:#6633CC;}







image{border: 0;}
/* containers */
#wrapper{
	width: 775px;
	background-color: #FFFFFF;
	margin:auto;
	margin-top:0px;
	text-align:left;
	border: 1;
}
#navbanner	{
	width:	100%;
	height:	28px;
	background:	#AC052F;
	margin:	0;
	text-align:	center;
	}

#leaf{
	position: absolute;
	top:500px;
	left:1px;
	width:	87px;
	height:	100px;
	background-image: url(images/redleaf.jpg);
	background-position : left;
	background-position: top;
	background-repeat: no-repeat;
}
#leftcol{
	position: absolute;
	top:400px;
	left:105px;
	width:354px;
	height: 210px;
}
#rightcol {
	position: absolute;
	top:370px;
	left: 500px;
  	width: 275px;
	text-align: justify; 
} 
#identity{
	position: absolute;
	top:50px;
	left:500px;
	width: 280px;
	height: 98px;
	text-align: center;
	background-image: url(images/folsom_logo_address2.gif);	
	background-position : center;
	background-position: top;
	background-repeat: no-repeat;
}
#snapshot{
	position: absolute;
	top: 152px;
	left: 500px;
	width: 280px;
	height: 196px;
	text-align: center;
	/*take these out:
	background-image: url(images/snapshot_house2.jpg); 
	background-position : top; 
	background-position : center; 
	background-repeat : no-repeat; */
}
/* inline classes not used yet  */

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}
.doubleBreak{
	height: 10px;
}
.callOutBox {
	position: relative;
	background: #D0D0D0;
	border: 1px solid #6699FF;
	text-align:center;
	width: 100%;
	padding: 15px 0;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-right: 4px;
}


/* LINKS 
	IE Windows note: FIRST :visited, THEN :hover, or it won't work
*/
a {
	color: #0066CC;
	text-decoration:underline;
}
a:visited {
	color: #0066CC;
	text-decoration:underline;
}

a:hover {
	color: #AC052F;
}
#footerBox{
	border: 1px solid #AC052F;
	background-color: #FFF;
	color: #666;
	padding:6px 0;
	clear:both;
}
a.footLinks{
	color:#AC052F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:70%;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	padding:6px 0;
}
a.footLinks:visited{
	color:#AC052F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:70%;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	padding:6px 0;
}
a.footLinks:hover{
	color:#0355A7;
	font-size:70%;
	font-weight:normal;
	text-decoration:none;
	padding:6px 0;

}
.clearit{
	clear: both;
	display: block;
}
/***  start nav list classes ***/
#navcontainer 
{
margin: 0; 
padding: 0;  /***  pushes from leftside ***/
} 

#navcontainer UL 
{ 
list-style: none; 
margin: 0; 
padding: 0; 
border: none; 
} 

#navcontainer LI 
{
	display: block;
	margin: 0;
	padding:0px;
	float: left;
	width: auto;
	font-family: Trebuchet MS, Georgia, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;	
} 

#navcontainer A 
{ 
color: #FFF; 
display: block; 
width: auto; 
text-decoration: none; 
background: #AC052F; 
margin: 0; 
padding: 5px 42px;    /***  bkg space inbetween links ***/
border-left: 0px solid #fff; 
border-top: 0px solid #fff; 
border-right: 0px solid #aaa; 
} 

#navcontainer A:hover,#navcontainer A:active { color: Yellow; background: #940126; } 
#navcontainer A.active:link, #navcontainer A.active:visited 
{ 
position: relative; 
z-index: 102; 
background: #AC052F; 
font-weight: bold; 
} 
/***  subnav not used  ***/
#subnav 
{ 
position: relative; 
top: -1px; 
z-index: 101; 
margin: 0; 
padding: 0px 0 3px 0; 
background: #810222; 
border-top: 1px solid #fff; 
border-bottom: 1px solid #aaa; 
} 

#subnav UL 
{ 
list-style: none; 
margin: 1px 0 0px 13px; 
padding: 0px; 
border-right: 1px solid #fff; 
border-left: 1px solid #aaa; 
} 

#subnav LI 
{ 
position: relative; 
z-index: 102; 
display: block; 
margin: 0; 
padding: 0; 
float: left; 
width: auto; 
} 

#subnav A 
{ 
color: #fff; 
display: block; 
width: auto; 
text-decoration: none; 
margin: 0; 
padding: 2px 12px 2px 10px; 
} 

#subnav A:hover, #subnav A:active { color: #FFF; } 
#subnav A.active:link, #subnav A.active:visited { color: #FF0000; } 
#subnav BR, #navcontainer BR { clear: both; } 

/***  end nav list classes  ***/

/** stylesheet reads the last class entry, so these positions will be read instead of the top **/
/** these positions are slightly adjusted **/
/** USE FOR ALL INSIDE PAGES **/
#leftcolInside{
	position: absolute;
	top:60px;
	left:95px;
  	width:367px;
}
#rightcolInside {
	position: absolute;
	top:370px;
	left:500px;
  	width:280px;
	text-align: justify; 
}
#leafInside{
	position: absolute;
	top:30px;
	left:1px;
	width:87px;
	height:100px;
	background-image: url(images/redleaf.jpg);
	background-position: left;
	background-position: top;
	background-repeat: no-repeat;
}
#snapshotInside{
	position: absolute;
	top: 152px;
	left: 500px;
	width: 280px;
	height: 196px;
	text-align: center;
	background-image: url(images/snapshot_insidehouse.jpg);/** different pict than home page **/
	background-position : top;
	background-position : center;
	background-repeat : no-repeat;
}
.sidePicts{
	text-align: center; 
		}
.pictCaption{
	color: #AC052F;
	font-size: 70%;
	text-align: center; 
	padding-bottom: 15px;
}
