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

body, html {
	padding:0px;
	margin:0px;
	background-color:#27441d;
	font-family:Verdana, Geneva, sans-serif;
}

body img {
	border:0px;
}

ul {
    list-style: none;
}

#header {
	width:100%;
	background:url(images/skygrass.jpg) repeat-x top;
}

#logo {
	float:right;
	margin:50px 150px 0px 0px;
	width:300px;
	height:150px;
	text-align:center;
}

#topLinks {
	float:left;
	width:900px;
}

#tents {
	background:url(images/tents.png) bottom left no-repeat;
}

.topLinkBlock {
	background:url(images/toptab.gif) no-repeat top center;
	width:124px;
	height:28px;
	padding-top:15px;	
	text-align:center;
	float:left;
}

.dark {
	background:url(images/toptabdark.gif) no-repeat top center;	
}

#main {
	width:100%;
	background-color:#608c34;
}

#content, .listing {
	padding:1em 0em 1em 0em;
	width:100%;
}

.listing {
	width:90%;
	margin:0px auto 0px auto;
}

#content .mainLeft {
	float:left;
	width:540px;
	padding:5px;
	background-color:#2b4313;
	margin-left:1em;
}

#content .mainRight {
	float:right;
	width:300px;
	background-color:#2b4313;
	margin-right:1em;
}

#content .fullText {
	background-color:#2b4313;
	margin:0em 1em 0em 1em;
	padding:5px;
}

#content .fullText li {
	list-style:none;
}

.listingDetails {
	float:left;
	width:200px;
}

.listingImage {
	text-align:right;
	float:right;
	width:250px;
}

.imageBlock {
	float:left;
	margin:5px;
}

.imageBlockText {
	font-size:11px;
	color:#CCC;
	text-align:center;
	width:100%;
}

#news
{
	width:295px;
	margin-left:5px;
	margin-bottom:10px;
}

#footer {
	background-color:#0c1409;
	width:100%;
	background:url(images/footerbg.gif) top repeat-x;
}

#footer .legals {
	width:400px;
	height:30px;
	margin-left:1em;
	color:#666;
	font-size:10px;
	padding-top:8px;
	float:left;
}

#footer .footerLinks {
	float:right;
	width:450px;
	color:#FFF;
	font-size:12px;
}

#footer .footerLinkBlock {
	background:url(images/footerLinkBg.gif) no-repeat top center;
	width:109px;
	height:49px;
	float:right;
	padding-top:15px;
	text-align:center;
}

.wrap {
	width:900px;
	margin:0px auto 0px auto;
}

.block {
	clear:both;
	width:100%;
}

.bImages img {
	margin-right:1em;
}

/* Fonts ------------------------------ */

span.topDesc {
	font-size:15px;
	font-weight:bold;
	line-height:24px;
}

span.bigComma {
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0px;
}

#content .mainLeft, #content .mainRight {
	color:#FFF;
	font-size:13px;
	line-height:18px;
}

.note {
	color:#999;
	font-size:11px;
}

/* Links ------------------------------ */

a.mainLinks, a.bottomLinks {
	color:#FFF;
	text-decoration:none;
}

a.mainLinks {
	font-size:14px;
}

a.bottomLinks {
	font-size:12px;
}

a.mainLinks:hover, a.bottomLinks:hover {
	text-decoration:underline;
}

a.mainLinks, a.mainLinks:hover {
	font-weight:bold;
}

a.bodyLinks, a.bodyLinks:hover {
	color:#FFF;
	font-weight:bold;
}

.mainLeft a, .mainRight a {
	color:#FFF;
}

/* Misc ------------------------------- */

.clear {
	clear:both;
}

.firstBlock {
	margin-left:1em;
}