* {
	margin: 0;
	padding: 0;
}

body
{	
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	background: url(images/bg.jpg) top center no-repeat fixed;
	margin-bottom: 30px;
}

img { border: 0;}
img.right { float: right; margin-left: 10px; margin-top: 10px; }
img.left { float: left; margin-right: 10px; margin-bottom: 20px;}
.clear { clear: both; }
.price { position: absolute; top: 0; right: -50px; }

h3 {font-size: 18px; padding: 0 0 10px 10px;}

a
{
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
}

#header
{
	margin: 0 auto;
	width: 980px;
	height: 250px;
	background: #242424;
	position: relative;
}

#logo {
	z-index: 20;
	position: absolute;
	top: -5px;
	left: 0;
	width: 980px;
	height: 225px;
}

#menucontainer
{
	width: 100%;
}

#menu
{
	margin: 0 auto;
	width: 980px;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background:url(images/nav.jpg) repeat-x;
	background-repeat:;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 5px 11px 5px;
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	color: #357c2c;
	background-color: #ffffff;
}

#content
{
	margin: 0 auto;
	width: 920px;
	padding: 20px 30px;
	background: #FFF;
}

.inner { font-style: italic; font-family: georgia; font-size: 16px; }
.inner h3 { text-align: center; }
.inner p { text-align: center; }
.inner ul { float: left; width: 30%; margin: 15px 0 15px 15%; color: #986126; font-weight: bold; }
.green { font-size:24px; color:#2c741f; }

.sebring { text-align: center;}
#content p { margin: 10px 0; line-height: 27px; }
#content .skel { list-style: none; }
#content .skel li { list-style: none; float: left; margin: 5px;}
#content .skel  li img, #content .skel  li p{ display: inline; }


#footer
{
	margin: 0 auto;
	width: 980px;
	color: #FFFFFF;
	height: 65px;
	background: url(images/footer.png) center top no-repeat;
}

/* Slideshow */
#slideshow {
    position:relative;
    height:250px;
	width: 980px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    right:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* slider */
#slide-content {
	width: 980px;
	padding: 33px auto 0;
	margin: 32px auto 0;
	position: relative;
	background: #ffffff;
}

#slider img {
	width: 980px;
	height: 514px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{
	height:470px;
	width:980px;
	overflow:hidden;
	}
#nextBtn { 
	display:block;
	position: absolute;
	bottom: 20px;
	right: 40%;
	}
#prevBtn {
	display:block;
	position: absolute;
	bottom: 20px;
	left: 40%;
}
#prevBtn a, #nextBtn a{ 
	display:block;
	font-size: 18px;
	color: #ffffff;
	}
.nav-container {
	text-align: center;
}

/* // slider */
#events {
	position: relative;
	float: right;
	right: -100px;
	top: -180px;
}
#memberof {
	width: 379px;
	background: url(images/mbrof.jpg) top center no-repeat #bbea9a;
	height: 70px;
	padding: 15px 10px 0 0;
	margin: 0 auto;
}
#memberof img{
	float: right;
	padding-right: 3px;
}