body {
	behavior:url(includes/csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #142633;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #663332;
	
}

h2 {
	font-size: .9em;
	font-weight: bold;
	margin: .25em 0;
	color: #66661E;
}

ul {
	list-style-image: url(images/list_check.jpg);
}

img { border: 0; }

* a { position:relative }

a:link, a:visited {
	color: #7F5618;
	text-decoration: underline;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin-left: auto;				
	margin-right: auto;
}

#header {
	width: 800px;
	height: 110px;
	float: left;
	clear: both;
}

#nav {
	width: 800px;
	height: 35px;
	float: left;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#content {
 	width: 800px;
	background-image: url(images/center_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: both;
}

#left_column {
	width: 235px;
	float: left;
}

#left_menu {
	width: 235px;	
	padding: 10px 0 0 3px;
	float: left;
}

#areas {
	width: 235px;
	height: 78px;
	float: left;
	background-image: url(images/areas.jpg);
		
}

#right_column { 	
	float: left;	
	text-align: left;
	width: 542px;	
	padding: 0 18px 0 0;
}

#bottom {
 	width: 800px;
 	height: 35px;
 	float: left;
	background-image: url(images/bottom.jpg);	
}

#footer {
 	width: 800px;
 	padding: 0;
 	float: left;
	font-size: .8em;
	color: #CCC;
}

/* Begin CSS Drop Down Menu */

#menuh-container {		
		position:relative;	
		width: 800px;
		height: 35px;
		float: left;
		background-image: url(images/nav_bg.jpg);
		background-repeat: no-repeat;
		clear: both;
		z-index: 2;  	 
}

#menuh {
	float:left;	
	background-color: transparent;
	padding-left: 40px;	
}
		
#menuh a {	
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 5px 26px;
	font-size: 12px;
	font-weight: bold;	
}
	
#menuh a:link, #menuh a:visited	{ /* menu at rest */
	color: #333333;
	text-decoration: none;
}
	
#menuh a:hover, #menuh a:active {	/* menu at mouse-over  */
	color: #7F5618;
}	

#menuh ul { 	
	list-style:none;
	background-color: transparent;
	margin:0;
	padding:0;
	float:left;	
}

#menuh li {
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */	
	border-right: 1px solid #AAA;	
	background-color: transparent;
}

#menuh ul ul {
	position:absolute;
	display:none;
	padding-top:  0;
	margin-top: 0;	
	margin-left: -2px;		
	text-align: left;	
	width: 180px;
}


html>body #menuh ul ul {
}

#menuh li li {
	background-color: #DDD;
	border-top: 0;	
	border: 1px solid #AAA;
	border-top: none;	
}
#menuh li li a{
	padding: 6px 4px;
	width: 100%;
}

#menuh ul ul ul	{
	top:1;
	left:100%;	
}

div#menuh li:hover	{
	cursor:pointer;
	z-index: 2;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none; }

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block; }

/* End CSS Drop Down Menu */

#contact_form td {
	padding-bottom: 3px;
}
	
.clr {
	clear: both;
}
