/* TOP TITLE BAR */
#top {
	margin:0;
	padding : 0;
	color:#333;
	background : #404040 url('images/head2.jpg') no-repeat;
	border-bottom : 0px solid #fff;
	height:210px;
}
#top h1 {
	padding : 40px 0 0 25px;
	margin : 0;
	font : 14pt Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	letter-spacing:5px;
	text-align:left;
	color:#EAE8D0;
	background:transparent;
}
#top p {
	padding : 5px;
	font-size: 12pt;
}
#top a:link, #top a:visited {
	color: #EAE8D0;
	background:transparent;
	text-decoration: none;
}
#top a:hover {
	color: #fff;
	background:transparent;
	text-decoration: underline;
}

/* Begin CSS Popout Menu */
#menuh-container {
	position:  relative;
	margin-top: 0;
	width:100%;
}
#menuh {
	font-size: 10pt;
	font-family: helvetica, "Trebuchet MS", arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #333;
	background-color: #6E6A5A;
	border-bottom : 0px solid #520934; }
	
#menuh a {
	text-align: left;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
}
#menuh a, #menuh a:visited	/* menu bullet at rest */ {
	color: #fff;
	background-color: #6E6A5A;
	text-decoration:none;
}
#menuh a:hover	/* menu bullet at mouse-over  */ {
	color: #fff;
	background-color: #404040;
}
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
	text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */ {
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:135px;	/* width of each menu box (950 / 7) */
}
#menuh li {
	position:relative;
}
#menuh ul ul /* 2nd-level sub-menu */ {
	position:absolute;
	z-index:500;
	top:auto;
	display:none; /* hides sub-menu when not hovered */
	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, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}
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; /* Hides menu item caption */
}

/* End CSS Popout Menu */

/* LEFT NAV SIDEBAR */
#leftnav {
	float : left;
	width : 175px;
	margin : 0;
	padding : 5px;
	border-right:0px solid #520934;
	color : #EAE8D0;
	background : #9C9473;
}
#leftnav p {
	margin : 5px 5px 10px 5px;
}
.leftnote {
	width: 140px;
	margin: auto;
	padding : 10px;
	color:#404040;
	background: #E4DCB2;
	border : 1px dashed #ffffff;
}
.leftnote a, a:active, .leftnote a:link, .leftnote a:visited {
	color: #404040;
	text-decoration: underline;
}
.leftnote a:hover {
	color: #E4DCB2;
	text-decoration: underline;
	background : #9C9473;
}
#navlist li {
	list-style-type: square;
	color: #404040;
	font-size: 11pt;
	font-variant:small-caps;
	margin: 0 0 0 0;
	padding: 0;
}
#navlist a:active, #navlist a:link, #navlist a:visited {
	color: #404040;
	text-decoration : none; }
	
#navlist a:hover {
	color :#EAE8D0;
	text-decoration : underline; }
#navlist h3 {
	margin : 0;
	padding : 20px 0 5px 10px;
	font-size : 11pt;
	color: #EAE8D0; }

/* FOOTER */
#footer {
	clear : both;
	margin : 0;
	padding : .5em;
	color : #EAE8D0;
	background : #404040;
	border-top : 0px solid #520934; }
	
#footer a:link, #footer a:visited {
	font-size: 11pt;
	color : #eee;
	text-decoration : none;
}
#footer a:hover {
	font-size: 11pt;
	color :#fff;
	text-decoration : underline; }

footerleft {
	width:20%;
	}

footerright {
	width:80% 
	}	
