body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
/* <H> Tag Settings */
h1, h2, h3 {
	font-weight: normal;
	color: #666666;
}

h1 {font-size: 45px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

#main_content h2 {
	color: #0C95CA;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0 0 0 0;
}

#rightbar h2 {
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: normal;
	padding: 10px 0 0 16px;
	
}

/* Text (<ul> <ol>) Styling */
ul, ol {
	line-height: 1.5em;
	text-align: justify;
}

/* Text (<p>) Styling */
p {
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 20px 0;
}

/* Page */
#page_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
#main_content {
	float: left;/* Switch Left Or Right Sidebar (1 of 2) */
	width: 600px;
}

/* Paragraph */
#paragraph {
	margin: 0 0 40px 0;
}
#text {
	margin: 0px 40px 0 0;
}


/* Link Styling */
a:link, a:visited {	color: #0C95CA; text-decoration: none; }
a:active, a:hover { color: #0C95CA; text-decoration: underline; }

/* Page Background Images */
#middleimage {
	background-image:url(images/middle.jpg);
    background-repeat:repeat; 
    background-position:center top;

}
#topimage {
	background-image:url(images/top.jpg);
    background-repeat:repeat-x;
    background-position:center top;
}
#footerimage {
	height: 150px;
    background-image:url(images/bottom.jpg);
    background-repeat:repeat-x;
    background-position:center top;
}

/* Header */
#header-wrapper {
	width: 940px;
	height: 190px;
	margin: 0 0 0 160px;
}

/* Menu */
#menu-wrap {
	float: right;
	width: 640px;
	padding-top: 99px;/* Menu Image Height */
}
#menu-wrap a {	
    padding-top: 5px; /* Menu Text Padding */
}

#menu-wrap a {
	color: #FFFFFF;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;	
}

ul#menu{margin:0; padding:0; list-style:none; clear:both; }  
#menu li{overflow:hidden; display:inline; float:left; margin-right:2px;}  
#menu li a{background:url('images/button2.png') no-repeat; width:100%; height:100%; display:block;}  

/* Home Button */  
#menu li.home{width:100px; height:50px; text-align: center;}  
#menu li.home a{background-position:-0px -0px;}  
#menu li.home a:hover{background-position:-0px -50px;}  
#menu li.home a.selected{background-position:-0px -50px;}

/* Energy Management Button */  
#menu li.energy{width:100px; height:50px; text-align: center;}  
#menu li.energy a{background-position:-0px -0px;}  
#menu li.energy a:hover{background-position:-0px -50px;}  
#menu li.energy a.selected{background-position:-0px -50px;}  


/* Logo */
#logo {
	float: left;
	width: 300px;
	height: 100px;
	margin: 0 auto;
}
#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	position: relative;
	top: 10px; /* Logo Height */
}
#logo p {
	font-size: 12px;
	color: #666666;
}
#logo h1 {
	font-size: 40px;
}
#logo a {
	text-decoration: none;
	color: #666666;
}
#logo h1 a {
	text-decoration: none;
	color: #666666;
}

/* Rightbar */
#rightbar {
	float: right; /* Switch Left Or Right Sidebar (2 of 2) */
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
}
#rightbar ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: circle;
	line-height: normal;
}
#rightbar li {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0px;
}

#rightbar li {
	margin: 0;
	padding: 10px 0px;
}
#rightbar li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666666;
}
#rightbar li a:hover { text-decoration: underline; }

#rightbar p {
	padding: 0 0 0 15px;
	line-height: 1.5em;
}
#rightbar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.rightbar_banner {
	background: url(images/sidebar.png) repeat-x left top;
	width: 280px;
	height: 42px;
	margin-bottom: 20px;
}


/* Footer */
#footer {
	width: 100%;
	height: 100px;
	margin: auto;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #0C95CA;
}
#footer a {
	color: #0C95CA;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}



.watermarked
{
	margin-top: 5px;
	font-size: 13px;
	height:18px;
	width:165px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	vertical-align: top;
}

.contactForm
{
	height:16px;
	width:263px;
	font-size: 13px;
	color: Black;
	vertical-align: top;
	margin-top: 5px;
}

.contactWatermark
{
	margin-top: 5px;
	font-size: 13px;
	height:18px;
	width:265px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	vertical-align: top;
}

.contactSubject
{
	height:16px;
	width:263px;
	font-size: 13px;
	color: Black;
	vertical-align: top;
	margin-top: 5px;
}

.contactSubjectWatermark
{
	margin-top: 5px;
	font-size: 13px;
	height:18px;
	width:265px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	vertical-align: top;
}

.contactComments
{
	height:136px;
	width:263px;
	font-size: 13px;
	color: Black;
	vertical-align: top;
	margin-top: 5px;
}

.contactCommentsWatermark
{
	margin-top: 5px;
	font-size: 13px;
	height:138px;
	width:265px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	vertical-align: top;
}
