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

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}


ul, ol, dl {
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 25px; 
}
a img { 
	border: none;
}

a:link {
	color: #89725b;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #89725b;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FFF;
}


#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
}
#topnavwrapper {
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.header {
	background: #ADB96E;
}

#mainboxwrapper {
	font-size: 11px;
}
#leftsidebar {
	width: 189px;
	float: left;
}
#bigpicturecontainer {
	width: 746px;
	margin-left: 194px;
}
#ridesidecontainer {
	width: 737px;
	margin-left: 203px;
}
#ridesidecontainer p {
	font-size: 12px;
	line-height: 15px;
	color: #425535;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 18px;
}
#bottomcontentwrapper {
	font-size: 11px;
	color: #677e52;
	line-height: 15px;
	margin: 0px;
}
.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
#footer {
	font-size: 9px;
	color: #677e52;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer a:link {
	color: #677e52;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #677e52;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #89725b;
	text-decoration: none;
	font-weight: bold;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bigbrowntext {
	font-size: 18px;
	font-weight: bold;
	color: #89725b;
}
.blackhighlight {
	font-weight: bold;
	color: #000;
}
#grassyknoll {
	background-image: url(../images/bottom_grass.png);
	height: 372px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	z-index: -2000;
}
.projectspagetleftside {
	padding-bottom: 12px;
	padding-top: 0px;
	padding-left: 0px;
}
.projectspagerideside {
	padding-bottom: 12px;
	padding-top: 0px;
	padding-left: 12px;
}
