/* Elements */

body {
/*	margin: 0;
	padding: 0;
	background: #F1EDFF url(images/menu_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #88704A;
*/
	font: 12px/20px Arial, Helvetica, sans-serif;
/*	background: #2A3111;			/* deep green    */
	background: #F8F4E8;
	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;
}
.oneColFixCtr #container {
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #08F5E0;*/
	margin: 0px 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. */
}

h1 {
}

h2, h3 {
	margin-top: 0;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #7a3f1a;
	font-size: 11px;
	}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 136px;
	margin: 0px 0px 0px 0px;
}

#header * {
	text-decoration: none;
}

/* Logo */

#logo {
	float: center;
	padding-top: 0px;
}

#logo h1 {
	float: center;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: center;
	margin: 0;
	padding: 0 0 0 .5em;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 125px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1em;
	border-left: 1px solid #004430;
}

#menu a:hover {
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	padding: 20px;
	z-index: 1;
}

#colOne {
	float: left;
	width: 20%;
	background-image: url(../images/menu_bg.jpg) no-repeat;
	padding: 10px;
	text-align: left;
	font-color: #000000;
	}
#colOne a {
	font-color: #000000;
	font-weight: bold;
	}
#colTwoOfTwo {
	position: relative;
	float: left;
	width: 70%;
	padding: 0 0 0 2em;
	}
#colTwoOfTwo h1 {
	font-size: 2.0em;
	}
#colTwoOfTwo h2 {
	margin-bottom: .5em;
	font-size: 1.5em;
	}
#colTwoOfTwo h3 {
	font-size: 1.0em;
	}
#colTwoOfThree {
	position: relative;
	float: left;
	width: 52%;
	padding: 0 0 0 2em;
	height: 124px;
	}
#colTwoOfThree h1 {
	font-size: 2.0em;
	}
#colTwoOfThree h2 {
	margin-bottom: .5em;
	font-size: 1.5em;
	}
#colTwoOfThree h3 {
	font-size: 1.0em;
	}
#colThree {
	float: right;
	width: 17%;
	background-image: url(images/menu_bg.jpg);
	}

/* Footer */
#footer {
	font-size: 10pt;
	display: block;
	padding: 20px 0;
	color: #000;
	}
#footer p {
	margin: 0;
	text-align: center;
	}

/* Boxed */
.boxed {
	background: url(../images/menu_bg.jpg) repeat-y;
	}
.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	font-size: 1.3em;
	color: #FFFFFF;
	}
.boxed h3 {
	margin: 0;
	font-size: 1em;
/*	background: url(../images/menu_bg.jpg) repeat-y;*/
	}
.boxed p, .boxed ul {
	margin-top: 0;
/*	background: url(../images/menu_bg.jpg) repeat-y;*/
	}

.boxed ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
/*	color: #CADAFF;*/
}

.boxed-content {
	padding: 10px;
	background: #EAF0FF;
	border-left: 2px solid #CADAFF;
}

/* Dropdown Menus  */
#mainContent {
	position:relative;
}
.dropdown #community, .dropdown #projects, .dropdown #member, .dropdown #outages, .dropdown #connections, .dropdown #conservation, .dropdown #orginfo {
	background-color: #CC9F4E;
	padding: 3px;
	top: 340px;
	color: #FFFFFF;
	position: fixed;
	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;
}
.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;
	}
.boxNews {
	background-image: url(../images/news_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	}
.boxNews a:visited, .boxListen a:hover, .boxListen a, li {
	font-weight: normal;
	line-height: 1.5em;
	}

.title {
	font-size: 12px;
	}
.tableHead {
	font-size: 15px;
	font-weight: bold;
	color: #F8F5E0;
	background-color: #77997D;
	text-align: center;
	}

/* FAQ Pages */
.faq li. .faq a {
	margin-left: 20px;
	font-size: 10pt;
	list-style-type: square;
	padding-top: 5px;
	}
.faqQuestion {
	font-size: 14pt;
	font-weight: bold;
	color: #88704A;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.faqAnswer {
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	}
.backtotop {
	text-align: center;
	font-size: 10pt;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 30px;
	}
.warning {
	background-color: #dfc287;
	color: #000000;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	}
.warning_title {
	background-color: #d0a553;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	float: left;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin: 5px 5px 5px 5px;
	}