/* CSS Document 
blue = #4d75a4
green = #6db43f
orange = #db6227
brown = #984a22
yellow = #f7ae20
light tan = #f4f3eb

*/

#navWrap { 
	float: left; 
	width: 215px; 
	padding: 0; 
	margin: 0 20px 0 0;
	background: url(/images/navWrapBg.jpg) no-repeat top right;
}

#nav {
	width: 185px;
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:600;
	}

.navBottom {
	display:none;
}
	
#nav ul { 
	list-style: none;
	padding:0 0 0 0; 
	color: #6f4805;
	}

#nav ul li { 
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
	
#nav a {
	display: block;
	width:165px;
	padding: 4px 0 4px 20px;
	color: #984a22;
	text-decoration: none;

}
#nav a:link, #nav a:visited {

}
		
#nav a:hover {
	color: #4d75a4;
	background: #f4f3eb url(/images/bullet.gif) no-repeat 5px 50%;
}
#nav a.selected {
	color: #4d75a4;
	background: #f4f3eb url(/images/bullet.gif) no-repeat 5px 50%;
}	

	
#banner_ads { 
	margin: 10px 0 0 0px; 
	padding: 0px 0 0 0px; 
	float: left; 
	width: 188px; 
	text-align: center;
	background:green;
	}

#banner_ads img {border:0; margin-bottom:15px;}

.home_link {
	text-indent:-9999px;
	height:100px;
	width:179px;
	display:block;
	margin-left: 10px;
	:-moz-any-link:focus;
	outline: none;
	}
