@charset "UTF-8";
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: #2A3111;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #88704A;
}
img {
	border: 0;
}
.oneColFixCtr #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F8F5E0;
	margin: 20px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:visited, a:link {
	color: #3E6F59;
	text-decoration: underline;
}
a:hover {
	color: #F29246;
	text-decoration: underline;
}

.alignright {
	position: relative;
	float: right;
	padding-left: 20px;
	display: block;
}
#mainContent {
	position:relative;
}
.dropdown #community, .dropdown #projects, .dropdown #member, .dropdown #outages, .dropdown #connections, .dropdown #conservation, .dropdown #orginfo {
	background-color: #CC9F4E;
	padding: 3px;
	top: 170px;
	color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index:1;
}
#community {
	left: 170px;
}
#projects {
	left: 200px;
}
#member {
	left: 290px;
}
#outages {
	left: 410px;
}
#connections {
	left: 530px;
}
#conservation {
	left: 645px;
}
#orginfo {
	left: 80px;
}
.menu {
	padding: 15px 0px 0px;
	height: 25px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #393e18;
	vertical-align: middle;
	text-align: center;
}
.sidemenu {
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	width: 150px;
	line-height: 20px;
	font-weight: bold;
	color: #7a3f1a;
	font-size: 11px;
}
td {
	vertical-align: top;
}
.dropdown a:visited, .dropdown a {
	color: #333333;
	text-decoration: none;
}
.dropdown a:hover {
	color: #ffffff;
}
.marginRight {
	padding-left: 20px;
}
.sidemenu a:visited, .sidemenu a:link {
	color: #7a3f1a;
	text-decoration: none;
}
.box {
	background-image: url(/images/news_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}

.boxAnderson {
	background-image: url(/images/AndersonRepairs_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}

.boxScholarship {
	background-image: url(/images/scholar_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}

.boxListen {
	background-image: url(/images/listen_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 2px;
	padding-left: 85px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}
.boxListen a:visited, .boxListen a:hover, .boxListen a {
	text-decoration:none;
	font-weight: bold;
	color: #A18467;
}
.sidemenu a:hover {
	color: #264F3D;
	text-decoration: underline;
}
h1 {
	color: #3D704F;
	font-size: 18px;
}
h2 {
	color: #3D704F;
	font-size: 15px;
}
.tableHead {
	font-size: 15px;
	font-weight: bold;
	color: #F8F5E0;
	background-color: #77997D;
	text-align: center;
}
