@charset "utf-8";
/* CSS Document */

/*all entries are elements unique to traditional section*/
/*Navigation*/

/* This assumes button 3 is "Search Properties" button and accents it */
#btn3Holder {
	background-image: url("../images/leftBtnAccent.png");
}
/**end accent button 3**/

#oconeeDrop {
	display: none;
	position: absolute;
	width: 195px;	height: 120px;
	margin: 0; padding:0;
	top: 0px; left: 188px;
}
#oconeeDrop a{
	background: none;
	position: relative;
}
#oconeeDrop a:hover {
	color:#996600;
}
#oconeeDrop ul{
	border: 2px #339 outset;
	list-style: none;
	margin: 0; padding:0;
}
#oconeeDrop li{
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px;
	border: 1px #339 inset;
	background-color: #afbeef;
	text-indent: -45px;
}

/*Oconee*/
#aboutOconee{}
#aboutOconee li{margin-top: 13px;}
#weather{}
#golf{}
#map img{
	border:1px solid white;
}
#map img:hover{
	border:1px solid #009966;
}