/*Overral font, size and color*/
body {
	background-color: #F7EB95;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*Overal link colors */
a:link, a:visited {color:#F6EEA3;}
a:hover, a:active {color:#FFFFFF;}





/*NAVIGATION OVERRIDES*/

#nav {
	background-color: #415089;
	background-image: url(../images/nav-bg01.jpg);
	background-repeat: repeat-x;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: transparent;
	color: #6392E4;
}
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}

/* 2nd Child menu */
#nav .menu li ul a {
	color: #fff;
	background-color: #42518C;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background-color: #596CB8;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{background: #F6E890; color: #6392E4;}



/*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;}
*/
