/*
      ATVTrail House Stylesheet
      Main styles
      <p class= "pa"	"pb"	"pc"	"pd">
      <h1> <h2>
	  
*/




.pb {font-weight: bold;}

.pa {font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
.pab {font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 285px;
	font-style: italic;
}

.pc {font-size: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	}	
	
.pd {font-size: 75%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	}
	

h1 {
font-style: italic;
font-weight: bold;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 175%;
	}

h2 {
font-style: italic;
font-weight: bold;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 150%;
	}

h3 {
font-style: italic;
font-weight: bold;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 120%;
	}
	
ul {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
text-align: left;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
list-style-position: inside;
list-style-type: circle;
padding: 6px;
margin: 2px;
}	

.ul1 {
	text-indent: 225px;
}

.ul2 {
	text-indent: 25px;
}

a:hover {
	color: #8DA5A5;
	text-decoration:none;
	}
	
	
#hover1 a {
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
		line-height:15px;
	display:block;
	padding:5px;
	border: 1pt dotted rgb(103,81,81);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#hover1 a:hover {
	color:#ffffff;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}



* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: #f5f3e6;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #8e9c6D;
}
#navigation2 {
 color: #333;
 padding: 5px;
 margin: 0px 0px 0px 0px;
 background: #665d51;
}
#leftcolumn { 
 background: #8e9c6D;
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 219px;
 float: left;

 }
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #665d51;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


.clear { clear: both; background: none; }
