/* basic page styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-right:3px;
	margin-left:5px;
	padding:0;
}

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:14px;
	font-weight:bold;
	margin-top:5px;
	padding:0;
}

p {
	font-size: 14px;
	margin-top:5px;
	padding:0;
}

li {
	font-size: 14px;
}

.smallText{
	font-size:11px;
}

.normalize{
	font-size:14px;
	font-weight:normal;
}

img {
	border: none;	
}

hr {
background-color:#000000;
}

.handCursor {
	cursor: hand;
	color: #0000FF;
	text-decoration: underline;
}

/* to display the weather information */
#weatherDisplay{
	float:right;
	text-align:left;
	font-size:10px;
	width:60%;
	height:100px;
	position:relative;
	top:-45px;
	padding:0 0 0 0;
	margin:0 0 0 40%;
}

#weatherRadar {
	margin-left:10%;
	width:90%;
	height:183px;
	background-image:url(/images/weather_topo.jpg);
	background-repeat:no-repeat;
	display:none;
}

/*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: 90%;
	text-align:center;
}

.orangeMessage {
	padding: 3px;
	width: 90%;
	text-align:center;
}

/* header styles */

#header .ecec_logo{
	display:none;
}

#header .ecec_logo:hover {
	background-color:#FFFFFF;
}

/* the very top header */
#header_top, #header_middle {
	float:left;
	width:100%;
}

#header_top ul, #header_middle ul, #header_bottom ul {
	list-style:block;
	margin:0;
	padding:0;
}

#header_top li, #header_bottom li{
	display:block;
	padding-right:2em;
	float:left;
	font-size:14px;
	margin-top:5px;
}

#header_top .focus_on_energy{
	display:none;
}

/* the middle header (tabs) */
#header_middle li{
	float:left;
	background-repeat: no-repeat;
	height:35px;
	width:120px;
	margin-right:0px;
}

#header_middle li a:link, #header_middle li a:active, #header_middle li a:visited {
		text-decoration:none;
}

#header_middle p {
	margin-top:15px;
	padding:0;
	font-weight:bold;
	font-size:14px;
	padding-left:1em;
}

/* the bottom header (sub-menu) */
#header_bottom {
	width:100%;
	height:25px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#header_bottom li{
	display:block;
	padding-left:1em;
	padding-right:1em;
	float:left;
	font-size:12px;
	position:relative;
}

#header_bottom li.subNavSelected {
	font-weight:bold;
}

#header_bottom #search{
	float:right;
	padding-right:5px;
	padding-top:1px;
	display:none;
}

#header_bottom #search .searchDeSelected{
	font-size:14px;
	font-weight: bold;
}

#header_bottom #search .searchSelected{
	border: thin inset #999999;
	font-size:14px;
	background-color:#FFFFEE;
	font-weight: bold;
}

/* for the footer */
#footer {
	clear:both;
	width:90%;
	text-align:center;
}

#footer p, #ecec_calendar p {
	font-size:10px;
}

/* main */
#main {
	float:left;
	width:100%;
	padding-left:5px;
}

/* sidebar */
#sidebar {
	padding:0 5px 0 0;
	margin:0;
	width:25%;
	display:none;
}

#sidebar .side-container {
	background-repeat: no-repeat;
	min-height:70px;
	padding: 15px 0 2em 12px;
}

/* news */
#news_display {
	width:90%;
}

#news_display .channel_title {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
}

#news_display ul{
	list-style:none;
}

#news_display li {
	margin-bottom:3px;
}

#news_display .descrip_link a{
	font-size:10px;
}

#news_display .descrip_link a:hover{
	font-size:10px;
}

#news_display ul ul li {
	margin-top:10px;
}

/* ecec news */
#ecec_news {
	width:50%;
}

#ecec_news h3.title{
	border-bottom-width: thin;
	border-bottom-style: solid;
	width:90%;
}

#ecec_news p.date {
	position:relative;
	bottom:3em;
	float:right;
	right:10%;
}

/* ecec calendar */

#ecec_calendar {
	position:relative;
	float:right;
	width:49%;
	font-size:10px;
}

#ecec_calendar a:link, #ecec_calendar a:active, #ecec_calendar a:visited, #ecec_calendar a:hover {
	text-decoration:none;
	color:#000000;
}

#ecec_calendar a:hover {
	text-decoration:underline;
}

#ecec_calendar td {
	text-align:center;
}

#ecec_calendar .today_schedule {
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

#ecec_calendar li {
	margin-bottom:5px;
}

#ecec_calendar ul, #ecec_calendar .today_schedule p {
	margin:0;
	padding:0;
}