* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

h2, h3 {
	width: 400px;
}

h1 {
	color: #867656;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
}
h2 {
	color: #A0410D; 
	/* color: 9AA59F; */
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 10px;
}
h3 {
	color: #777;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
}
h4 {
	font-size: 15px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9AA59F;
}

p {
	line-height: 20px;
	margin: 0 0 15px;
}

ul {
}

ol {
}
a {
	color: #AD572A;
	text-decoration: none;
}
a:hover{
	padding-bottom: 0px;
	border-bottom: 1px solid #AAA;
}
a:visited {
	color: #741F0A;
}
td {
	vertical-align: top;
}

#w1 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#banner1 {
	height: 125px;
	border-bottom: 10px solid #867656;
	background: #FAF8F0 url(images/banner_bg.png) no-repeat left bottom;
}
#quicknav {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px 2px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #E6E4DC;
	background-image: url(images/quicknav_corner.png);
	background-position:-1px 20px;
	background-repeat: no-repeat;
}
#quicknav img {
	position: absolute;
	left: -1px;
	bottom: -1px;
}
#quicknav li {
	float: left;
	list-style: none;
	padding: 0 5px;
}
#quicknav a {
	color: #AD572A;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	border: none;
}
#quicknav a:hover {
	color: #FFF;
	background: #AD572A url(images/quicknav_hover.png) repeat-x left top;
}
#banner2 {
	border-top: 1px solid #36301D;
	border-bottom: 1px solid #36301D;
}
#banner2 .lines {
	height: 310px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #293628 url(images/bg_hatched.png);
}
#flash-box {
	width: 750px;
	float: right;
	border-left: 1px solid #FFF;
}
#nav {
	width: 199px;
	padding: 10px 0;
	float: left;
}
#nav li {
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	list-style: none;
	padding: 2px 5px;
}
#nav a {
	color: #FFF;
	width: 174px;
	text-decoration: none;
	padding: 1px 5px 1px 10px;
	display: block;
	border: none;
}
#nav a:hover {
	padding: 0 5px 0 10px;
	border-top: 1px solid #B0A691;
	border-bottom: 1px solid #B0A691;
	background: #AD572A url(images/quicknav_hover.png) repeat-x left top;
}
#content {
	border-top: 10px solid #867656;
	background: #FFF url(images/content_bg.png) repeat-y left top;
}
#content .lines {
	border-bottom: 1px solid #FFF;
}
#left-col {
	width: 200px;
	float: left;
}
#sub-nav {
	height: 150px;
	overflow: visible;
	padding: 5px 0;
	background: url(images/side-nav_bg.png) no-repeat right top;
}
#sub-nav li {
	font-size: 13px;
	list-style: none;
	padding: 2px 5px;
}
#sub-nav a {
	color: #867656;
	width: 174px;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	display: block;
	border: none;
}
#sub-nav a.highlighted {
	padding: 1px 5px 1px 10px;
	border-top: 1px solid #E2DFD7;
	border-bottom: 1px solid #E2DFD7;
	background: #F9F8F6;
}
#sub-nav a:hover {
	color: #FFF;
	padding: 1px 5px 1px 10px;
	border-top: 1px solid #867656;
	border-bottom: 1px solid #867656;
	background: #B0A691;
}
#right-col {
	width: 725px;
	padding: 15px 0;
	float: right;
}
#hr-footer {
	height: 2px;
	clear: both;
	border-top: 1px solid #22242C;
	border-bottom: 1px solid #22242C;
	background: #474A5C;
}
#footer {
	height: 40px;
	border-top: 1px solid #FFF;
	background: #F1EEDF url(images/footer_bg_grad.png) repeat-x left top;
}
#footer p {
	color: #777;
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 10px;
}


.clear {
	clear: both;
	height: 1px;
	border: 0;
	background: none;
}
.hidden {
	display: none;
}
.inset-left {
	float: left;
	margin: 0 10px 5px 0;
	z-index: 99999;
}
.inset-right {
	float: right;
	margin: 0 0 5px 10px;
}
.framed {
	padding: 3px;
	border: 1px solid #CCC;
	background: #F6F3E4;
}
.column-left {
	width: 300px;
	float: left;
}
.column-right {
	width: 400px;
	float: right;
}
.button {
	color: #F1ECD4;
	padding: 5px;
	border: 1px solid #867656;
	background: #AD572A url(images/quicknav_hover.png) repeat-x left top;
}
.button:hover {
	color: #AD572A;
	border: 1px solid #867656;
	background: #F1ECD4;
padding: 5px;
}