body {
	background: #e4e6d3 url(images/background.gif) left top repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	width: 867px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 18px 0 0 -598px;
	padding: 360px 164px 100px 165px;
	background: url(images/container_bkgd.jpg) left top no-repeat;
}

#header {
	width: 743px;
	height: 347px;
	position: absolute;
	left: 226px;
	top: 3px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) left top no-repeat;
}

#columnContainer {
	width: 867px;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(images/bkgd_shadow.gif) left top repeat-y;
}

#columnContainerTop {
	width: 867px;
	height: auto;
	margin: 0;
	padding: 10px 0 0px 0;
	background: url(images/columnContainer.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}


#container a:link, #container a:visited {
	color: #b4880e;
	text-decoration: underline;
}

#container a:hover, #container a:active {
	color: #d4a010;
	text-decoration: none;
}

#content {
	width: 480px;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 20px 0 85px;
	font-size: 12px;
}

#content h1 {
	font-size: 18px;
	color: #5c2c00;
	margin-top: 0;
	padding-top: 0;
}

#content h2 {
	font-size: 14px;
	color: #5c2c00;
}

#content h3, #content h4 {
	font-size: 14px;
	color: #7a7000;
}

#content h5 {
	font-size: 12px;
	color: #7a7000;
}

#sideNav {
	width: 180px;
	height: auto;
	float: left;
	margin: 0;
	padding: 15px 85px 0 17px;
	font-size: 11px;
	color: #666666;
}

#sideNav h2 {
	font-size: 16px;
}

#sideNav ul {
	list-style: none;
}

#sideNav ul li {
	
}

hr {
	border-bottom: 1px solid #d4a010;
	border-left: none;
	border-right: none;
	border-top: none;
}

#footer {
	width: 697px;
	height: auto;
	margin: 0;
	padding: 50px 85px 100px 85px;
	background: url(images/bottom_bkgd.jpg) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#686868; border-right:1px solid #c8c8c8; text-decoration:none; background:#fff;}
#dropmenu a:hover {background:#888; color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-left:1px solid #c8c8c8;}
#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}

