@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #EFEFE4;
	background-image: url(assets/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}

.sIFR-alternate {
	display: none;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 851px;
}

.header {
	height: 48px;
	margin: 12px 0px;
	padding: 0px 20px;
}

.content_header {
	padding: 14px 0px 6px 0px;
	color: #efefe4;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('assets/ch_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 62px;
	background-color: #77392a;
}

.content_header a {
	color: #a2c8c4;
	text-decoration: none;
}

.content_header h1 {
	color: #efefe4;
	font-family: "Courier New", Courier, monospace;
	font-size: 21px;
	font-weight: normal;
	height: 23px;
	margin: 0px;
	overflow: hidden;
}

.content_header .column {
	width: 395px;
	margin-left: 20px;
	float: left;
}

.header_image {
	z-index: 0;
	background-color: #77392a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 14px 14px 14px;
}

.footer {
	margin-top: 22px;
	color: #A9837A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.footer a, .footer .darktext {
	color: #A9837A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a:hover {
	text-decoration: underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653C33;
	padding: 10px 0px;
	width: 851px;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #653C33;
	margin: 10px 0px;
}

.content a, .content a:visited {
	color: #3E8A88;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	text-decoration: underline;
}

.column {
	margin-left: 20px;
	float: left;
}

.single {
	width: 811px;
}

.double {
	width: 395px;
}

a.bn_button, a.bn_button:hover {
	background-image: url('assets/bw_btn_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #3e8a88;
	cursor: pointer;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 16px 3px 5px;
	text-decoration: none;
	cursor: pointer;
}

/* Menu Styles */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 25px;
	background-color: #77392A;
	padding: 0px 8px;
	position: relative;
	z-index: 1000;
}

.nav ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.nav li {
	float: left;
	position: relative;
}

.nav a { 
	display: block;
	padding: 6px 8px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #EFEFE4; 
} 

.nav a:hover {
	color: #A2C8C4;
}

.nav li ul { 
	position: absolute;
	z-index: 3;
	float: left;
	width: 150px;
	left: -999em;
} 

.nav li:hover ul, .nav li.sfHover ul, .nav li li:hover ul, .nav li li.sfHover ul {
	left: auto;
}

.nav li:hover, .nav li.sfHover {
	color: #A2C8C4;
}

.nav li ul li {
	position: relative;
	background-color: #77392A;
	border: 0;
	width: 150px;
}