/* Bunker Park Stable CSS
Author: Larry Preston, Podomani, Inc. www.podomani.com
Date: 12/12/2006
*/

html {
	background: #094468 url(images/bak.jpg) repeat-x;
	margin: 0;
	padding: 0;
	
	}
	
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%; 
	color: #4d4c4d;
	}
	
h1, h2, h3 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #783954;
	font-size: 120%;
	}
	
h3 {
	font-size: 100%;
	}
	
p {
	margin: 0;
	padding: 10px 0 0 10px;
	}
	
a:link, a:active, a:visited {
	color: #783954;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
#header {
	background: url(images/header.jpg) no-repeat;
	height: 180px;
	margin: 0;
	padding: 0;
	}
	
#header .location {
	color: #FFF;
	margin:0;
	padding: 140px 0 0 400px;

	}
	
	
#header .activities {
	color: #bbbaba;
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 450px;
	border-right: #b2b2b2 thin solid;
	}
	

#wrapper {
	text-align: left;
	margin: 0px 0px;
	padding: 0px;
	border:0;
	width: 800px;
	}
	
#left {
	float: left;
	width: 624px;
	margin: 0;
	}

/**************************************************************************
UPDATE
Author: JD Hendrickson
Date: 01/29/2007
Description: Fixing the color of links placed in the site content.
**************************************************************************/
#left a{ color: #00009d; }
#left a:hover{ text-decoration: none; }
#left a:visited{ color: #00009d; }

#right {
	float: right;
	width: 166px;
	margin: 0;
	}
	
/*******************************************************
* CLEARFIX
* http://www.positioniseverything.net/easyclearing.html
*
* Applied to fix footer clearing issue in firefox,
* safari, and IE6.
*******************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/******************************************************/


#feature {
	background: url(images/feature-bak2.png) no-repeat;
	color: #000;
	margin: 0 0 0 9px;
	padding: 2px 16px 1px 0;
	height: 124px;
	font-size:80%;
	}
	
#menu {	
	background: url(images/nav-bak.png)  no-repeat;
	color: #fff;
	height: 517px;
	font-size: 80%;
	}
	
#menu ul {
	list-style:none;
	margin: 0;
	padding:25px 25px;
	}
	
#menu li {
	margin: 0 0 10px 0;
	}
	
#menu a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
	}
	
#menu a:hover {
	color:#999;
	text-decoration: none;
	}
	
#faqlists li {
	padding: 0 0 8px 0;
	}