@charset "utf-8";
body {
	background-color: #60672d;
}
.wrapper {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.interface_block {
	background-color: #e8e8be;
	position: relative;
	height: auto;
}
.content_wrapper {
	position: relative;
	z-index: 10;
}

.nav_bottom_gradient {
	background-image: url(interface_images/nav_bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 150px;
	height: 200px;
}

.navigation {
	background-color: #bc8d00;
	width: 150px;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8be;
	margin: 0px;
	padding: 0px;
}
.navigation_wrapper {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 20;
}
.header {
	background-color: #E8E8BE;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-top: 5px;
	height: auto;
}
.logo_details {
	width: 740px;
	background-image: url(interface_images/logo_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 30px;
	top: 0px;
}
.contact_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E8BE;
	text-align: right;
	position: absolute;
	left: 500px;
	top: 65px;
}
.logo img {
	position: relative;
	height: 112px;
}

.logo_banner {
	background-color: #E8E8BE;
	padding-left: 30px;
	position: relative;
	height: 112px;
}





.title_bar {
	position: relative;
	left: 185px;
	top: 0px;
	background-image: url(interface_images/title_bar_strips.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 585px;
}
.page_content {
	position: relative;
	left: 185px;
	top: 0px;
	width: 585px;
	height: 200px;
	background-image: url(interface_images/content_bg_gradient.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 140px;
	padding-top: 10px;
}

.page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404f1e;
	padding-left: 20px;
	width: 450px;
}




.navigation li {

}
.navigation li a:link, .navigation li a:visited {
	color: #e8e8be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	padding-left: 10px;
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC8D00;
}
.navigation li a:hover {
	color: #e8e8be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8BE;
	background-color: #60672D;
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.page_title {
	color: #E8E8BE;
	background-color: #BC8D00;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div {
	margin: 0px;
	padding: 0px;
}

.navigation ul {
	list-style-type: none;
	position: relative;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.contact_details  a:link, .contact_details a:visited {
	color: #E8E8BE;
	text-decoration: none;
}
.contact_details a:hover {
	color: #E8E8BE;
	text-decoration: underline;
}
.page_content a {
	color: #404f1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.page_content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404f1e;
	margin-left: 15px;
}
.page_content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #404f1e;
}
.page_content li {
	margin-bottom: 5px;
}
.page_content .headings {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
