/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #4A9B29;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#sky {
	background: url(background.gif) repeat-x center top;
}
#navigation {
	height: 80px;
	width: 900px;
	text-align: center;
}
#maincontent {
	width: 900px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#subnav {
	margin: 0 0 0 15;
	float: left;
	width: 140px;
}
#content {
	float:right;
	width: 750px;
	min-height:490px;
    height:auto !important;
    height:490px;
}
#content a:link {
	color: #003063;
	text-decoration: underline;
}
#content a:visited {
	color: #003063;
	text-decoration: underline; 
}
#content a:active {
	color: #FF0000;
	text-decoration: none; 
}
#content a:hover {
	color: #4B9E3A;
	text-decoration: underline; 
}
#woodycow {
	width: 140px;
	position: absolute;
	top: 420px;
	height: 170px;
}
#clear{
	clear:both;
	height: 1px;
}
#footer {
	text-align: center;
	width:900px;
	margin:5px auto;
}

#footer #socialLinks {
	margin:15px auto 5px;
	padding:0;
	text-align:center;
}

#footer #socialLinks li {
	display:inline;
	list-style:none;
	padding:5px 10px;
}

#footer #socialLinks li a {
	/* for IE */
	height:36px;
	margin:0;
	display:inline-block;
	_zoom:1.0;
    _display:inline;
	overflow:hidden;
}

#footer #socialLinks li a span {
	display:none;
}


#footer #socialLinks li a.facebook {
	background: url(findUsOnFb.png) top left no-repeat;	
	width:225px;
}

#footer #socialLinks li a.chunkAchunk {
	background: url(chuckAchunk.png) top left no-repeat;	
	width:217px;
}

#footer ul.footerLinks {
	padding:0;
	margin:10px 0;
}

#footer ul.footerLinks li {
	display:inline;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none; 
}
#footer a:active {
	color: #FEB325;
	text-decoration: underline overline; 
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#banners {
	width: 898px;
	text-align: center;
	margin: auto;
}
.banner {
	width: 212px;
	float: left;
	height: 107px;
	margin: 0px 6px 8px 5px;
}
