@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(wp-content/themes/default/images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #336633;
}

img, #small_slide, #fade, #store, #photos
	{
	behavior: url(iepngfix.htc);
}
a {
	color: #FBC730;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	width: 909px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	height: auto;
	position: relative;
}
#header {
	height: 283px;
	width: 899px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
#small_slide {
	height: 249px;
	width: 431px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: -20px;
	top: 60px;
}
#nav {
	float: left;
	height: 53px;
	width: 909px;
	background-image: url(wp-content/themes/default/images//nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
}
#content_wrapper {
	background-color: #003300;
	float: left;
	height: 403px;
	width: 909px;
}
#store {
	float: left;
	height: 290px;
	width: 292px;
	margin-left: 8px;
	margin-top: 20px;
}
#photos {
	height: 290px;
	width: 292px;
	margin-top: 20px;
	margin-left: 6px;
	float: left;
}
#blog {
	float: left;
	height: 290px;
	width: 292px;
	margin-top: 20px;
	margin-left: 6px;
}
#whitaker {
	background-image: url(wp-content/themes/default/images/news_text.jpg);
	float: left;
	height: 72px;
	width: 871px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 18px;
}
.whitaker p {
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: normal;
	text-align: center;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	margin-top: 30px;
}
.spacer {
	padding-right: 10px;
	padding-left: 10px;
	color: #2E6531;
}
#footer_top {
	float: left;
	height: 81px;
	width: 898px;
	border: 5px solid #FFF;
	background-image: url(wp-content/themes/default/images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	float: left;
	height: 107px;
	width: 909px;
	background-color: #003300;
}
/* Navigation */
#nav ul {
	float: left;
	list-style: none;
	width: 909px;
	padding: 0;
	margin: 0 0 0 30px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
	font: normal 15px/55px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFF;
	background-image: url(wp-content/themes/default/images/hover_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#nav ul li#current a {
	background-image: url(wp-content/themes/default/images/hover_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
