@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: url(../i/bg.jpg) fixed top center repeat-x #6A5f47;
	color: #b3aea3;
}

a {
	color: #b3aea3;
	text-decoration: none;	
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#hold {
	width: 784px;
	margin: 0px auto;
}

#masthead {
	height: 131px;
	width: 784px;
	position: relative;
	background: url(../i/masthead-bg.jpg) no-repeat bottom center;
}

#logo {
	position: absolute;
	top: 8px;
	left: 0px;
}

/* Main Navigation
-------------------*/

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../i/nav-left.gif) no-repeat;
	width: 524px;
	height: 35px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	position: relative;
	text-align: left;	
}

#nav a {
	display: block;
	float: left;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 11px;
	height: 24px;
	text-decoration: none;
	color: #330c09;
	background: url(../i/nav-bg.gif) no-repeat bottom right;
}

#nav a.nav-home {
	padding-left: 12px;
}

#nav a.last {
	background: none;
}

#nav a.selected {
	background: url(../i/nav-selected-bg.gif) repeat-x;
	color: white;
}

#nav a.nav-home.selected {
	background: url(../i/nav-home-selected.gif) no-repeat;
	border: none;
}

/* Home Page
-------------*/

#home-content {
	position: relative;
	background: url(../i/home-body-bg.gif) repeat-y;
}

#home-right {
	position: absolute;
	right: 0px;
	top: 0px;
}

#hero {
	padding-left: 1px;
}

#accomplishments {
	margin-right: 1px;
	padding: 10px;
	padding-left: 16px;
	width: 234px;
	background: url(../i/accomp-bg.jpg) no-repeat;
	font-size: 11px;
}

#accomplishments h3 {
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #b19f81;
}

#accomplishments h3.first {
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 16px;
}

#accomplishments p, #accomplishments a {
	margin: 0px;
	margin-bottom: 8px;
}

#accomplishments p {
	line-height: 18px;
	color: white;
}

#accomplishments a {
	color: white;
	text-decoration: none;
	display: block;
}

#accomplishments p a {
	display: inline;
	color: #b19f81;
	text-decoration: underline;
}

#accomplishments .acc-date {
	color: #b19f81;
}

#accomplishments img {
	margin-right: 10px;
	margin-bottom: 6px;
}

.acc-div {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 30px;
	margin-bottom: -5px;
	background: url(../i/acc-div.jpg) no-repeat;
	height: 20px;
}

#home-body {
	padding: 20px;
	padding-left: 30px;
	padding-right: 270px;
	background: url(../i/home-body-bottom.gif) no-repeat bottom;
}

#home-body h1 {
	margin: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	color: #b19f81;
}

#home-body p {
	font-size: 12px;
	color: white;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 12px;
}

/* Footer 
----------*/

#footer {
	position: relative;
	background: url(../i/footer-right-bg.jpg) no-repeat top right;
	padding-top: 24px;
	height: 120px;
	font-size: 11px;
	line-height: 16px;
}

#footer-right {
	position: absolute;
	left: 543px;
	top: 24px;
}

#footer-right a {
	color: #b3aea3;
}

#footer .col {
	float: left;
	margin-left: 30px;
	margin-right: 50px;
}

#copyright {
	margin-top: -25px;
	color: #92876f;
	font-size: 9px;
	clear: both;
}

/* Interior 
------------*/

#interior-content {
	position: relative;
	background: url(../i/home-body-bg.gif) repeat-y;
}

#interior-border {
	background: #330c09;
	height: 3px;
	font-size: 1px;
	margin-left: 1px;
	margin-right: 1px;	
}

#interior-hero {
	padding-left: 1px;
}

#interior-content h1 {
	padding-top: 20px;
	margin: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	color: #b19f81;
}

#interior-content p {
	color: white;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 18px;
}

#body {
	min-height: 350px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background: url(../i/home-body-bottom.gif) no-repeat bottom;
}

#interior-content ul, #interior-content li {
	margin: 0px;
	padding: 0px;
}

#interior-content li {
	margin-left: 18px;
	margin-bottom: 3px;
	color: white;
}

#interior-content ul {
	margin-bottom: 18px;
}