/*
	Stylesheet written by Dan Schulz on 28 January 2007.
	Permission granted to reproduce for non-commercial purposes only.
	Adjusted to fit design for Noble Hays. 18 October 2007.
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FFF;
	color: #000;
}

#container {
	height: 100%;
	/*background-image: url(../images/Navbkd.gif);*/
	min-height: 100%;
	background: #78362F;
	margin-bottom: -3em;
}

html>body #container {
	height: auto; /* for modern browsers as IE 5 and 6 treats height as min-height anyway */
}
#header {
	margin-left: 0em;
	background: #26034C;
	color: #FF9900;
	text-align: center;
	height: 101px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
}
#lheader {
	margin-left: 90px;
	position: relative;
	float: left;
}
#rheader {
	margin-right: 130px;
	position: relative;
	float: right;
}
#header h2 {
	padding: 0.25em 0;
}
	
#menu {
	float: left;
	list-style: none;
	position: relative;			/* need this to set the z-index */
	width: 8em;
	z-index: 1;				/* needed to fix a depth-sorting error */
	margin-top: 0.5em;
	}
#menu li {
	float: left;			/* IE 5.x bug fix */
	width: 8em;
}
#menu a {
	background: transparent;
	color: #25024D;
	display: block;
	height: 1%;			/* IE 5.01 bug fix */
	text-decoration: none;
	text-indent: 0.25em;
	width: 100%;
}
#menu a:hover {
	background: #FF9900;
	color: #703132;
	style: strong;
}
#menu li:hover {
	background-color: #FF9900;
	color: inherit;
}
#menu li:hover ul {
	left: 5em;
}
#menu ul {
	margin-left: -1px;
	min-height: 1%;
	position: absolute;
	left: -999em;
	list-style: none;
	background-color: #FF9900;
}
#menu ul li {
	clear: both;
	width: 8em;
}
#menu li:hover ul ul {
	min-height: 1%;
	position: absolute;
	left: -999em;
}
#menu ul li:hover ul {
	left: 9em;
}
#menu ul ul li {
	width: 10em;
}
#content {
	float: left;
	margin: 0 -12em 0 -8em;
	width: 100%;
}
#wrap {
	background: transparent;
	color: inherit;
	margin: 0 12em 0 8em;
	padding: 0 0.5em;
}
#content h2, #content p {
	padding: 0.25em 0;
}
#content p {
	text-indent: 1em;
}
#content h1 {
	padding: 0.25em 0;
	text-align: center;
}
#content ul {
	list-style-type: none;
	padding: 0;
	text-indent: 1em;
}
#content ul li{
	background-image: url(../arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
	
#sidebar {
	background: transparent;
	display: inline;			/* IE 5 and 6 bug fix */
	float: right;
	padding: 0 0.5em;
	width: 12em;			/* IE Box Model Hack */
	voice-family: "\"}\"";		/* IE Box Model Hack */
	voice-family: inherit;		/* IE Box Model Hack */
	width: 11em;
}
#sidebar p {
	text-indent: 1.5em;
	padding: 0.25em 0;
}
#clear-footer { /* needed to make room for the footer */
	clear: both;
	height: 3em;
}
#footer {
	background: #DE750B;
	clear: both;
	color: inherit;
	height: 3em;
	border-top: 1px solid #000;
}
#footer p {
	padding-top: 1em;
	text-align: center;
}
