/* CSS Document */

html, body { height: 100%; }

body {
	margin: 0;
	background: url('../images/green/body_bg.gif') #b1ba7c;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#main-container {
	width: 980px;
	border: 10px solid #FFFFFF;
	margin: 2em auto;
	margin-bottom: 0;
}

#header {
	width: 100%;
	height: 237px;
	border-bottom: 10px solid #FFFFFF;
}

#header-logo {
	float: left;
	width: 270px;
	border-right: 10px solid #FFFFFF;
	height: 200px;
}

#header-logo {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#header-image {
	float: left;
	width: 700px;
}

#header-image {
	width: 980px;
	background-image: url('../images/header_image.jpg');
	height: 100%;
}

#horizontal-nav {
	width: 980px;
	border-bottom: 10px solid #FFFFFF;
}

#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 270px;
	border-right: 10px solid #FFFFFF;
	height: 100%;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	background-image: url('../images/green/sidebar_bg.jpg');
	background-repeat: repeat-x;
	padding-top: 4em;
	background: #6c8349;
}

#sidebar .sidebar-item {
	text-transform: uppercase;
	margin: 0.5em 0;
	width: 100%;
	cursor: pointer;
	color: #000000;
}

#sidebar .sidebar-item p {
	margin: 0;
	padding: 0.5em 1em;
}

#sidebar .sidebar-item.selected {
	cursor: default;
	color: #FFFFFF;
}
	

#sidebar .sidebar-item.rollover { text-decoration: underline; }

#search-label, #search-field {
	height: 100%;
	line-height: 100%;
}

#horizontal-nav {
	background-color: #1A1718;
}

#horizontal-nav .nav-item {
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #CDE092;
	font-size: 0.75em;
	margin-left: 0.5em;
	cursor: pointer;
}

#horizontal-nav .nav-item.selected {
	background-color: #464648;
	cursor: default;
}

#horizontal-nav .nav-item p {
	padding: 1em 0.5em;
	margin: 0;
}

#horizontal-nav #search-container {
	margin-right: 1em;
	padding: 0.5em 0;
}

#search-label {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: normal;
}

#search-field {
	float: right;
	border: 1px solid #000000;
}

#search-field input {
	height: 1.3em;
	border: none;
}

#search-button {
	float: right;
}

#search-button button {
	border: 1px solid #000000;
	margin-left: 0.5em;
}

#content {
	display: table-cell;
	vertical-align: top;
	width: 660px;
	padding: 1em 20px 0 20px;
	height: 100%;
	background-color: #F6F2DE;
}

#content h1 {
	text-transform: uppercase;
	margin: 20px 0 0 0;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #9f4240;
}

#content p {
	margin: 0 0 0.5em 0;
	line-height: 1.5em;
}

#inner-container {
	display: table;
	border-collapse: collapse;
	width: 980px;
}

#footer-ctnr {
	width: 1000px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	padding: 0.5em 0;
}

#footer-ctnr .footer-link {
	margin: 0 1em;
}

#footer-ctnr .footer-link a {
	color: #FFFFFF;
}

.clear { clear: both; }