@charset "utf-8";
/* CSS Document */
body {
	font: 10px tahoma, Arial, Helvetica, sans-serif;
	background: #191718 url(images/bg_top.jpg) repeat-x center top;
	margin: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 936px;
	height: 693px;
	background: url(images/body.png) no-repeat center top;
	margin: 60px auto 0;
	text-align: center;
	position: relative;
	z-index: 3;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header {
	width: 887px;
	height: 77px;
	margin: 29px auto 0px 26px;
	text-align: right;
	left:0;
	position: absolute;
	vertical-align: middle;
	padding-top: 29px;
}
#menu {
	padding: 0px;
	width: 887px;
	height: 41px;
	margin: 110px auto 0px 26px;
	text-align: left;
	left:0;
	position: absolute;
}
#mainContent {
	padding-top: 1px;
	width: 887px;
	left:0;
	margin: 148px auto 0px 26px;
	text-align: left;
	position: absolute;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer {
	padding: 0 10px;
	background:url(images/footer_trees.jpg) repeat-x left bottom;
	height: 339px;
	margin-top: -310px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.TopLeftDirt {
	background-image: url(images/left_top_dirt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: absolute;
	z-index: 1;
	height: 322px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.TopRightDirt {
	background-image: url(images/right_top_dirt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	position: absolute;
	z-index: 2;
	height: 322px;
	width: 100%;
	right: 0px;
	top: 0px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 106px;
	left: 0px;
}
.images {
	float: left;
	height: 278px;
	width: 448px;
}
.para {
	float: left;
	height: 278px;
	width: 429px;
	overflow: auto;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 20px
}
.BottomLeft {
	float: left;
	text-align:center;
	height: 222px;
	width: 448px;
	background-image: url(images/bottom_left.jpg);
	background-repeat: no-repeat;
}
.BottomRight {
	float: left;
	height: 222px;
	width: 439px;
}
.PhoneInput {
	margin-left: 10px;
	font-size: 9px;
	font-weight: bolder;
	color: #CC3300;
	width: 110px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	font-weight: bold;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Controlbar example */
.controlbar {
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
a {
	font-size: 10px;
	font-weight: bold;
	color: #f9bc2e;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
}
.bottom_links{

	margin-right: 7px;
	margin-left: 7px;


}
.bottom_menu{
	font-size: 10px;
	font-weight: bold;
	color: #f9bc2e;
	text-decoration: none;
}

ul { 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 15px; 
	list-style: square; 
	vertical-align: middle;
	margin-top: 5px;
}

li {
	margin: 0px; 
	padding: 0px; 
} 

