/*

Version 1.0c
12 September, 2006

*/

body { background-color:#999999; color:#333333; }
#logo { background:#000000 url(../images/bg-header.jpg) top center no-repeat; }
#content h1 { color:#000000; }
#tagline h2 { color:#ffffff; }
#extra1 h4 { color:#ffffff; background-color:#000000; }
a { color:#000000; }
a:hover { color:#ff6600; }

#tagline { background-color:#000000; }

#subcontent2 { color:#000000; }
#extra1 { color:#000000; background-color:#cccccc; }
#extra2 { color:#ffffff; background-color:#000000; }
#img1 { background-color:#000000; }
#img2 { background-color:#666666; }
#img3 { background-color:#cccccc; }

#container, #tagline, #extra2, #imgboxes img, #extra2 { border-color:#000000; }
#footer, #footer a {
	color: #ffffff;
}
#footer a:hover {
	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 {
	margin: 0;
	padding: 0 0 50px 1px;
	list-style: none;
	width: 140px;
	text-align: left;
	font-weight: bold;
}

#nav li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

#nav li a {
	display: block;
	padding: 5px 0;
	padding-left: 23px;
	margin: 0;
	background: url(../images/arrow.gif) left no-repeat;
	text-decoration: none;
}

/* submenu dropdown */
#nav li ul {
	position: absolute;
	left: 125px;
	top: 0;
	width: 220px;
	display: none;
	z-index: 999;
	background-color: #cccccc; 
}

#nav li:hover ul, #nav li.over ul { 
	display: block;
}

#nav li ul {
	list-style: none;
}

#nav li ul li a {
	background-image: none;
	padding-left: 5px;
}

#nav a:hover { color: #666666; }
#nav a.selected { color: #006699 !important; }





/* submenu background */
/* nav and a class sub for submenus to get rid of the bkgd image 
 #nav a.sub {
	
	background: #cccccc;
	
	background-image: none;
	margin: 0px;
	padding-left: 10px;
}
a:hover.sub {
	color: #666666;
}
.sub {
	background-color: #cccccc;
}
#nav a {
	padding-left: 25px;
	font:1.0em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}


#nav_holder a:hover { color: #666666; }
#nav_holder a.selected { color: #006699 !important; }*/
