/*Overral font, size and color*/
body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #1c337d;
	background-color: #ebdbca;
	font-weight: normal;
}

/*Overal link colors */
a:link, a:visited {color:#3ea165;}
a:hover, a:active {color:#218247;}





/*NAVIGATION OVERRIDES*/

#nav {
	background-image: url(../website/images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 43px;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: transparent;
	text-decoration: underline;
	color: #FFFFFF;
}
#nav li a:active, #nav ul li a.active {background: transparent; color: #6D8A6B;}

/* 2nd Child menu */
#nav .menu li ul a {background: #50AFBC; 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;}
*/
