body {
	background: #1e5906 url('../images/body-bg.jpg') top center no-repeat;
	color: #656565;
}
#wrapper {
	position: relative;
	background: transparent url('../images/wrapper-bg.png') top left repeat-y;
	padding: 0 39px;
}
#wrapper-top {
	position: absolute;
	background: transparent url('../images/wrapper-top.png') top left no-repeat;
	top: -30px;
	left: 0;
	height: 30px;
	width: 980px;
}
#wrapper-bot {
	position: absolute;
	background: transparent url('../images/wrapper-bot.png') top left no-repeat;
	bottom: -30px;
	left: 0;
	height: 30px;
	width: 980px;
}

#header h1 {
	background: transparent url('../images/header-logo.png') top left no-repeat;
	color: #af8c00;
	height: 30px;
	padding-top: 24px;
	padding-left: 185px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header #corp-btn {
	display: block;
	background: transparent url('../images/header-corp-btn.png') top left no-repeat;
	width: 159px;
	height: 26px;
}
#header #corp-btn:hover {
	background-position: 0 -26px;
}

#feature {
	border: 2px solid #c5c5c5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#feature .slideshow-control {
	display: block;
	background: transparent url('../images/slideshow-nav.png') top left no-repeat;
	width: 155px;
	height: 22px;
	padding-top: 5px;
	letter-spacing: 3px;
	text-align: center;
}
#feature .slideshow-control a {
	color: #b4b4b4;
	text-decoration: none;
}
#feature .slideshow-control a.active {
	color: #ffffff;
}

#midbar blockquote {
	color: #766401;
	text-transform: uppercase;
}
#midbar a {
	color: #23408f;
	border-bottom: 2px solid #23408f;
	text-decoration: none;
}

#locations {
	height: 1000px;
	border-bottom: 1px solid #a7aaa5;
}
#locations h2 {
	color: #23408f;
	border-bottom: 1px solid #a7aaa5;
	font-weight: normal;
	text-transform: uppercase;
}

.location h3 {
	color: #004b8d;
}
.location a {
	color: #004b8d;
	text-decoration: none;
}
.location a:hover {
	text-decoration: underline;
}

#footer p {
	color: #777676;
}

