@charset "utf-8";
/* CSS Document */
div, body, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #141416;
}
.wrapper {
	width: 100%;
	height: 1000px;
	background-image: url('assets/bg.gif');
	background-repeat: repeat-x;
	padding-top:25px;
}
.container {
	width: 800px;
	height: auto;
	border: 7px solid #d7c7b7;
	margin: 0px auto;
}
	.header {
		width: 800px;
		height:100px;
	}
	#nav {
		position:relative;
		z-index:1000;
		width:800px;
		top: -3px;
		left:0px;
		height: 30px;
		background-color: #d5cdc2;
		font-size: 18px;
		color: #706257;
	}
	#nav, #nav ul {
		list-style: none;
		line-height: 1;
		padding: 0;
		float: left;
		z-index:2000;
	}
	#nav li {
		float: left;
		padding: 0px;
		text-align:left;
		line-height:30px;
		vertical-align:middle;
		font-size: 16px;
		z-index:2000;
		width:160px;
	}
	#nav a {
		color: #706259;
		text-decoration: none;
		display: block;
		padding-right:15px;
		padding-left:5px;
		text-decoration: none;
		font-size: 13px;
}

	}
	#nav .last {
		float: right !important;
		text-align: right !important;
	}
	#nav .lastsfHover {
		float: right !important;
		text-align: right !important;
	}
	
	#nav .last a, #nav .lastsfHover a {
		padding-right: 0px;
	}
	#nav li ul {
		position: absolute;
		left: -999em;
		float: left;
		height: auto;
		width: 16em;
		margin: 0;
		z-index:2000px;
	}
	#nav li:hover ul, #nav li.sfHover ul, #nav li li:hover ul, #nav li li.sfHover ul {
		left: auto;
		background-position: 0 0;
	}
	#nav li ul li {
		background-color: #72645b;
		width: 9em;

	}
	#nav li ul li a {
		color: #d8c8b9;
		padding-top: 2px;
		width:10em;
		padding-bottom: 2px;
		padding-left: 8px;
		padding-right: 7px;
	}
	#nav li ul li a:hover {
		background-color: #d7c7b7;
		color: #706259;
	}
	.banner {
		height: 347px;
		width: 800px;
	}
	.content {
		background-color: #eee7df;
		padding: 13px 0px;
		width: 800px;
		font-size: 12px;
		color: #383732;
		height:auto;
	}
	.content .copy {
		float: left;
		height:auto;
		padding: 0px 15px;
		width: 545px;
		background-image: url('assets/divider.gif');
		background-repeat:repeat-y;
		background-position:top right;

	}
	table, input, select, textarea {
		color: #383732;
		font-size: 12px;
	}
	.content .side-copy {
		width: 191px;
		float:right;
		padding: 0px 15px;
		height:auto;
	}
	.footer {
		background-image: url('assets/bottom_bar.gif');
		background-repeat:repeat-x;
		height: 34px;
		font-size: 11px;
		width: 800px;
		color: #eee7df;
	}
	.footer .tc {
		float: left;
		line-height: 34px;
		height:34px;
		margin-left: 5px;
		vertical-align:middle;
	}
	.footer .tc a {
		color: #eee7df;
	}
	.footer .copyright {
		float: right;
		line-height: 34px;
		height:34px;
		margin-right: 10px;
		vertical-align:middle;
	}
	.footer .copyright a {
		color: #eee7df;
	}
