/* basic page styles */

#body_container, #footer{
	margin: 0 auto 15px;
	text-align:left;
	background-color:#FFFFFF;
	padding-top:7px;
	border: 4px inset #666666;	
	padding-bottom:10px;
}

#body_container, #header_bottom, #footer {
	width: 985px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#C0AC7B;
	text-align:center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top:5px;
	padding:0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top:5px;
	padding:0;
}

h3 {
	font-size:.75em;
	font-weight:bold;
	margin-top:5px;
	padding:0;
}

p {
	font-size: .75em;
	margin-top:5px;
	padding:0;
}

li {
	font-size: .75em;
}

li ul li {
	font-size:1em;
}

hr {
	text-align:center;
}

.smallText{
	font-size:.7em;
}

.normalize{
	font-size:1em;
	font-weight:normal;
}

.highlight {
	background-color: #FFFF33;	
}

img {
	border: none;	
}

img.right {
	margin:10px;
	float:right;
}

img.left {
	margin:10px;
	float:left;
}

hr {
	background-color:#000000;
}

.homeSelect{
	top:-1px;
}

.homeSelect a{
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
}

.handCursor {
	cursor: hand;
	color: #0000FF;
	text-decoration: underline;
}

/* to display the weather information */
#weatherDisplay{
	float:left;
	text-align:left;
	font-size:10px;
	width:90%;
	height:100px;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.indentArea {
	margin-top:10px;
	margin-bottom:10px;
	text-indent:15px;
}

/*Below this area are customizable by stylesheet, so no colors here */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.specialHighlight {
	font-weight:bold;
}

.userName {
	font-style: italic;
	font-weight: bold;
}

.blueMessage{
	padding: 3px;
	width: 93%;
	text-align:center;
}

.orangeMessage {
	padding: 3px;
	width: 93%;
	text-align:center;
}

.emergency_num {
	color: #FF0000; 
	font-weight:bold;
}

/* header styles */

#header .ecec_logo{
	float:left;
	width:250px;
	height:110px;
	background-repeat: no-repeat;
}

#header .ecec_logo:hover {
	background-color:#FFFFFF;
}

/* the very top header */

#header_top ul, #header_middle ul, #header_bottom ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header_top li{
	display:block;
	padding-right:2em;
	float:left;
	font-size:.7em;
	margin-top:5px;
}

#header_top .focus_on_energy{
	float:right;
	position:relative;
	top:-12px;
	width:211px;
	height:60px;
	background-image:url(/template_images/focusonenergy.gif);
}

#header_top #topHeadline{
	float:left;
	width:250px;
	margin-left:140px;
	margin-top:5px;
	position:relative;
	font-size:1.2em;
	font-weight:bold;
}

#header_top #topHeadline a {
	text-decoration:none;
}

#header_top #topHeadline p {
	margin-bottom:5px;
	margin-top:5px;
}


/* the middle header (tabs) */
#header_top, #header_middle {
	float:right;	
	width:735px;
}

#header_middle li.topTab{
	display:block;
	float:left;
	background-repeat: no-repeat;
	height:35px;
	width:120px;
	margin-right:0px;
	position:relative;
	z-index:0;
}

#header_middle li.bottomTab {
	display:block;
	float:left;
	background-repeat: no-repeat;
	height:35px;
	width:120px;
	margin-right:0px;
	top:-9px;
	position:relative;
	z-index:0;
	
}

#header_middle li.bottomClear {
	display:block;
	float:left;
	background-repeat: no-repeat;
	height:35px;
	width:120px;
	margin-right:0px;
	top:-9px;
	position:relative;
	z-index:0;
}

#header_middle li.topClear {
display:block;
	float:left;
	background-repeat: no-repeat;
	height:35px;
	width:120px;
	margin-right:0px;
	position:relative;
	z-index:0;
}

#header_middle li.topClear:hover, #header_middle li.bottomClear:hover {
	background-color:#FFFFFF;
}

#header_middle li.spacer{
	float:left;
	display:block;
	min-width:60px;
	min-height:35px;
	background-image:url(/template_images/spacer.gif);
}

#header_middle li.spacer:hover{
	background-color:#FFFFFF;
}
#header_middle li a:link, #header_middle li a:active, #header_middle li a:visited {
		text-decoration:none;
}

#header_middle p {
	margin-top:10px;
	padding:0;
	font-weight:bold;
	font-size:.9em;
	text-align:center;
}


#header_middle .popupMenu {
  font-size:1em;
  font-weight:bold;
  position:relative;
  padding:3px;
  z-index:500;
  max-width:108px;
  margin:0;
  top:-13px;
  right:-2px;
  cursor:pointer; 
  word-wrap:break-word;
}

#header_middle .popupMenu tr{
	padding-bottom:6px;
}

/* the bottom header (sub-menu) */
#header_bottom {
	height:25px;
	margin: 0px;
	padding: 0px;
	float:left;
	position:relative;
	top:-15px;
	overflow:hidden;
	z-index:0;
}

#header_bottom li{
	display:block;
	padding-left:1em;
	padding-right:1em;
	float:left;
	font-size:.75em;
	margin-top:5px;
	position:relative;
	overflow:hidden;
	font-weight:bold;
}

#header_bottom li.subNavSelected {
	font-weight:bold;
	top:-1px;
}

#search{
	margin-right:5px;
	overflow:hidden;
	font-size:1em;
	font-weight:500;
	float:right;
}

#search .searchDeSelected{
	font-size:14px;
	font-weight: bold;
}

#search .searchSelected, #google_search input{
	border: thin inset #999999;
	font-size:14px;
	background-color:#FFFFEE;
	font-weight: bold;
}

#header_bottom #peak_marquee {
	float:right;
	width:250px;
	margin-right:5px;
}

/* for jump menus on pages */
#jumpMenu {
	text-align:right;
}


/* for the footer */
#footer{
	text-align:center;
}

#footer p{
	font-size:10px;
}

/* main */
#main {
	float:left;
	width:689px;
	height:75%;
	min-height:75%;
	padding-left:5px;
}

#main #main_content {
	font-size:1ems;
}

#load_mng .orangeMessage{
	width:100%;
	margin-bottom:0;

}

.display_list {
	margin-left:10px;
}

.display_list img {
	margin-right:5px;	
	float:left;
}

.display_list td {
	min-height:135px;
	font-size:.75em;
	margin-bottom:10px;
	margin-right:5px;
}

/* sidebar */
#sidebar {
	padding:0 5px 0 0;
	margin:0;
	width:245px;
	float:right;
	min-height:675px;
}
#sidebar .font_size {
	margin:0px;
	padding:0px;
	font-size:0.85em;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

#contact {
	font-weight:bold;
}

#sidebar .side-container {
	background-repeat: no-repeat;
	min-height:70px;
	padding: 15px 0 10px 12px;
	margin-top: 5px;
}

#counter {
	width:214px;
	text-align:right;
	cursor:pointer;
	margin-top:6px;
}

#counter #current_count {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:2px;

	margin-top:2px;
	letter-spacing:.3em;
}

/* for search results */
#search_results h3 {
	font-size:.9em;
	font-weight:normal;
	margin-bottom:1px;
}

#search_results .summary, #search_results .keymatch_summary {
	margin-top:0px;
}

#search_results .summary{
	position:relative;
	margin-bottom:0px;
	top:-16px;
}


