html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #572712;
	text-decoration: none;
}
a:hover {
	color: #763701;
	text-decoration: none;
}

body {
	background: #763701 url(images/background.jpg) repeat-x;
	color: #282828;
	font: normal 11px Tahoma, sans-serif;

}

p,code,ul {}

li {
	
}

h1 {font: normal 1.8em Tahoma,sans-serif; color: #572712;}
h2 {
	font: bold 1.4em sans-serif;
	color: #572712;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
h3 {font: bold 1em Tahoma,sans-serif; color: #572712;}

form,input {margin: 0; padding: 0; display: inline;}


h1,h2,h3 {padding-top: 10px; color: #572712; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	background: #FEFEFE;
	font-size: 11px;
	margin: 0 auto;
	width: 904px;
	padding: 0px;
	
}

.outer-container {
	
}


#menuh-container
	{
			
	
	}

#menuh
	{
	font-size: small;
	font-family: Tahoma,sans-serif;
	width:904px;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #FEFEFE;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #572712;
	background-color: #D4B296;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #572712;
	background-color: #FEFEFE;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	z-index:100;
	width:113px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	z-index:100;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

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

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

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;}



.main {
	margin: 0 0 0px 0px;
	float: right;
	width: 904px;
 	background:#FEFEFE;
}

.left {
	margin: 0 0 0px 0px;
	float: right;
	width: 330px;
	padding: 5px;
	font-size: 12px;
 	background:#F4EFD4;
}

.left2 {
	margin: 0 0 0px 0px;
	float: right;
	width: 330px;
	padding: 5px;
	font-size: 12px;
 	
}

.right {
	margin: 0 0 0px 15px;
	float: left;
	width: 500px;
	padding: 5px;
	font-size: 12px;
	background: #FEFEFE;
}
.right p {
	color: #282828;
	font: normal 12px Tahoma, sans-serif;
	background: #FEFEFE;
}
.right li {
	background: #FEFEFE;
	color: #282828;
	font: normal 12px Tahoma, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px;
}

.left h1 {
font-size: 1.8em;
padding-top: 10px;
color: #572712;
}

.right h1 {
font-size: 16px;
padding-top: 10px;
color: #572712;
text-transform: uppercase;
}

.bottom {
	margin: 0 0 0px 0px;
	float: left;
	width: 904px;
	font-size: 12px;
	background: #D4B296;
}
.bottom p {
	color: #FEFEFE;
	font: normal 12px Tahoma, sans-serif;
	padding: 10px 17px 10px 10px;
	text-transform: uppercase;
	text-align: center;
}

.foot {
float: right;
width: 904px;
font-size: 9px;
color:#FEFEFE;
text-align:right;
background:#763701;
}

#flashcontent {
		height: 400px;
		z-index:-500;
	}
