/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
	background: #fff url("../images/top-bg.gif") repeat-x;
}

/*Overal link colors */
a:link, a:visited {color:#39434A;}
a:hover, a:active {color:#9FACB9;}





/*NAVIGATION OVERRIDES*/

#nav {
	background-image: none repeat scroll 0 0 transparent;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: transparent; color: #fff;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}

/* 2nd Child menu */
#nav .menu li ul a {background: #ECB328; color: #fff;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #39434A;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{background: #EF6928; color: #fff;}



/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*
#content-side {display: none;}
.content-main {width: 770px;}
#content {background: none;}
*/

