* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	background-color: #342812;
	color: #e4ecd9;
	font: 14px/20px Verdana, Helvetica, sans-serif;
}

#container {
	width: 920px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -330px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#home {
	background: #473818 url(images/body_bg_home.jpg) repeat-x;
}

#header_home {
	padding-top: 15px;
	margin-bottom: 46px;
}

.clear {
	clear: both;
}

#header_home h1 {
	margin-bottom: 0px;
}

#nav {
	float: left;
	text-transform: lowercase;
	color: #aec68e;
	font: italic bold 16px/28px Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #d9be8d;
	text-decoration: none;
	padding: 7px 15px;
}

#nav li a:hover {
	background-color: #d9be8d;
	color: #00444c;
}

#nav li a.current {
	background: url(images/nav_star.png) no-repeat 0 center;
	color: white;
}

#nav li a:hover.current {
	background-color: transparent;
	color: white;
}

#home_left {
	width: 575px;
	float: left;
	display: inline;
	background: url(images/home_divider.gif) no-repeat scroll right 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 40px;
}

#home_welcome {
	float: left;
	width: 585px;
}

#home_welcome p {
	line-height: 1.7em;
	margin-bottom: 0px;
}

#home_tagline {
	float: left;
	width: 575px;
	height: 66px;
	z-index: 1;
	position: relative;
}

#home_tagline h1 {
	margin-bottom: 0px;
}

#home_img {
	float: left;
	width: 120px;
	margin-top: -70px;	
	margin-right: 10px;
}

#home_paragraph {
	float: right;
	width: 445px;
}

#home_right {
	float: right;
	width: 290px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.clearfooter {
	height: 330px;
	clear: both;
}

#footer {
	height: 330px;
	width: 100%;
	min-width: 960px;
	background: #342812 url(images/footer_bg.jpg) repeat-x 0 top;
	position: relative;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	position: relative;
}

.utilitylinks {
	clear: both;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
	width: 920px;
	position: relative;
}

.utilitylinks span.copyright {
	float: right;
	display: inline;
	color: #b19a62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}