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

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
}

#header {
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 159px;
}

#logo {
	float: left;
}

#icons {
	float: right;
	padding-top: 60px;
}

#home-icon {
}

#contact-icon {
}

#menu {
	color: #FFF;
	padding-left: 173px;
	padding-top: 100px;
	width:1000px;
}

#menu ul li {
	display: inline;
}

#menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 22px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f60300;
	border-left-color: #f60300;
}

#menu a:hover, #menu a:active {
	background-image: url(../images/roll.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F9C8C8;
	border-left-color: #F9C8C8;
}

#tree-container {
	height: 394px;
	background-color: #000;
	background-image: url(../images/tree.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#tree {
	height: 394px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

/* Content */

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

#left {
	width:285px;
	float:left;
	margin-right:20px;
}

#content {
	float:left;
	width: 690px;
}

.clear {
	clear:both;
}

.headings {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #F00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F00;
	padding-bottom: 5px;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	float: left;
}

#bottom-menu {
	float: right;
}

#bottom-menu ul {
	margin-top: 0px;
}

#bottom-menu ul li {
	display:inline;
}

#bottom-menu a:link, #bottom-menu a:visited {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#bottom-menu a:hover, #bottom-menu a:active, #bottom-menu a:focus {
	color: #F00;
}

#bottom-menu .current {
	border:none;
}

.county {
	color: #900;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sub-head {
}

.floa-left {
	float:left;
	margin:1em;
}