body, html {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-color:#fff;
	background:#CDC0B0;
	background-repeat: no-repeat;
}
p, a, h1, h2, h3, li, ul {
	font-family: sans-serif;
}
h1 {
  font-size:2.2em;
}
p, h3, li {
  text-align:left;
}
h3 {
  padding:30px 0px 0px 10px;
  font-size:1.6em;
}
span {
	font-family: sans-serif;
}
h3 {
  padding:15px 10px 10px 20px;
}
#wrap {
	width:1068px;
	margin:0px auto;
}


/*************** header ***************/
#header {
  padding:5px 10px;
	height:180px;
	background-image:url('pics/fw/Basin_Mountain.jpg');
}
#header p {
  font-size:.9em;
  margin: 23px 5px 0px 0px;
  float:right;
	line-height: 1.3em; 
}
#header .flush-right{
  text-align:right;
}
#header .email{
  font-size:1.2em;
}
#header #mainTitle a {
	padding:24px 0px 0px 33px;
	font-size:2.8em;
	color:#000000;
	float: left;
	text-decoration:none;	
}
#header #mainTitle a:hover{
	text-decoration: underline;
}
#header #mainTitle h1 a:visited {
	color:#000000;
	text-decoration:none;
}

/*************** nav ***************/
#nav {
	padding:0px 0px 0px 0px;
	text-align:center;
	background-image:url('pics/fw/button.png'); 
}
#nav ul{
  padding:15px;
}
#nav ul li{
  display:inline;
	font-weight:bold;
	font-size:1.2em;
	margin:0px 10px 0px 10px;
	padding-right:35px;
	padding-left:35px;	
}
#nav ul li a:link {
	text-decoration: none;
	color:#ffffff;
}
#nav ul li a:visited {
	text-decoration: none;
	color:#ffffff;
}
#nav ul li a:hover {
  text-decoration:underline;
}
#nav ul li a:active {
	color:#ffffff;
}



/*************** current page highlights nav bar ***************/
#current {
	padding-bottom:15px;
	padding-top:3px;
  padding-right:10px;
	padding-left:10px;		
	background:#838B8B;
}

#activeCategory {
	color:#363232;
}


/*************** main ***************/
#main {
	background:#838B8B;
	min-height:399px;
	height:auto;
	/*ciscoHack*/
	%display: block%; 
  _height:1%;
  %min-height: 1%;
}
#main:after {
	/*ciscoHack*/
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* fuck you Internet Explorer */
/*\*/
* html #main {
  height: 450px;
}
#main a {
	color:#00008B;
}
#main a:link {
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
	color:#0000FF;
}
#main a:hover {
	text-decoration: underline;
	color:#0000FF;	
}
#main a:active {
	color: #1b0e9a;
}
#main p {
  padding:15px 41px 0px 44px;
  line-height:135%;
}
#main ul {
  padding:10px 10px 10px 44px;
}
#main ul li {
  line-height:135%;
}
#main h3 {
  padding:30px 0px 0px 44px;
}

/*************** footer ***************/
#footer {
  padding-top:25px;
  width:1068px;
  height:220px;
	background:#838B8B;
}
#footer a:visited {
	text-decoration: none;
	color:#ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color:#ffffff
}
#footer a:active {
	text-decoration: underline;
	color:#ffffff
}
#footerIMG {
	text-align:center;
  padding-top:5px;
}
.icon {
	display:inline;
	padding:10px;
}
#footer_text {
  padding-top:20px;
	text-align:center;
	font-size:.7em;
	line-height:135%;
}
.footerTextCenter {
  text-align:center;
}
#html #footer {
	height:1px;
}
#footer #disclaimer{
  text-align:justify;
  padding:10px 30px 0px 30px;
}


/*************** HOME ONLY: image rotation ***************/
table { margin: auto; border-collapse: separate; border-spacing: 20px }
td { vertical-align: top; text-align:center; width: 235px }
.roundCorner { 
  background:#363232;
	height: 220px;
	width: 220px;
	padding:0; 
	margin:0; 
	overflow: hidden;
	margin-left:5px;
}
.roundCorner img {
	height: 200px; 
	width: 200px; 
	margin: 10px; 
	top:0; 
	left:0 }



/*************** HOME ONLY: lead paragraphs ***************/
#lead_paragraph{
  padding:10px 0px 0px 44px;
 	font-size: 1.25em;
	font-weight:200;
}


/*************** SUB PAGES: pic style ***************/
#generalContent a:visited {
	text-decoration: none;
	color:#ffffff;
}
#generalContent a:hover {
	text-decoration: underline;
	color:#ffffff
}
#generalContent a:active {
	text-decoration: underline;
	color:#ffffff
}


/***************** Disclaimer ************************/
#disclaimer {
  padding: 20px 80px 0px 80px;
  text-align:justify;
  line-height:200%;
}
