/*

Version 1.0e
25 April, 2006

*/

body {
	background-color: #CCCC66;
	color: #333333;
}
#header { background:url(../images/bg-header.gif); }
#sub_container { background:url(../images/bg-subcontainer.gif) top center repeat-y; }
#content h1 { color:#ee5a10; }
#tagline h2 { color:#cdcb9c; }
#subcontent h3 { color:#333333; }
#extra1 h4 { color:#ffffff; background-color:#000000; }
a { color:#ee5a10; }
a:hover { color:#ff6600; }

#tagline { background-color:#000000; }

#nav a { color:#000000; }
#nav a:hover { color:#ee5a10; }
#nav a.selected { color: #ee5a10; }

#extra2 { color:#ffffff; background-color:#000000; }
#img1 img { border-color:#000000; }
#img2 img { border-color:#cdcb9c; }
#img3 img { border-color:#000000; }

#container, #tagline, #extra2 { border-color:#000000; }

/* A List Apart dropdown menu, right side lists */
/* Define the menu within a div element, not within the menu include file */

/* remove bullets */
#nav ul {
	margin-left: 2px;
	padding: 10px 5px 10px 10px;
	list-style: none;
	width: 136px;
	text-align: left;
	}
#nav ul li {
	position: relative;
	}
/* submenu dropdown */
#nav li ul {
	position: absolute;
	left: 120px;
	top: -10px;
	width: 200px;
	display: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	list-style: none;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	border-bottom: 0;
	}
	/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; background:url(../images/arrow.gif) left no-repeat;}
* html #nav ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { 
	display: block;
	}
/* submenu background */
/* nav and a class sub for submenus to get rid of the bkgd image */
 #nav a.sub {
	/* right drop-down menu  adjust subcontent 1 to - overflow: visible */
	/* end right drop-down menu */
	background: #e3e2c8;
	-moz-opacity:.95;
	filter:alpha(opacity=80);
	background-image: none;
	margin: 0px;
	padding-left: 10px;
}
/* submenu hover color */
a:hover.sub {
	color: #ee5a10;
}
.sub {
	background-color: #e3e2c8;
}
/* define background-images */
#nav a {
	padding-left: 25px;
	font:1.0em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#nav ul a {
	background:url(../images/arrow.gif) left no-repeat;
}

