/* colors
bg
body			004

text
navigation		ff9
body			666
shadow			black
h1				2c4a7d
h3				690
a				369
*/

/* fonts */

/* standard elements */
body{
	margin: 0;
	padding: 0;
	background: #004 url('/images/bg_body.jpg') no-repeat center top;
}
body, th, td{
	font-size: 12px;
	line-height: 1.4;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}
h1{
	font-size: 28px;
	color: #2c4a7d;
}
h2{
	font-size: 22px;
	color: #5c7aad;
}
h3{
	margin-bottom: 3px;
	font-size: 16px;
	color: #690;
}
p{
	margin: 0 0 15px 0;
	padding: 0;
}
a{
	margin: 0;
	text-decoration: none;
	color: #369;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}

/* reusable classes */
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.noheight{
	height: 0;
	line-height: 0;
}
.title {
	font-size: 20px;
	color: #2c4a7d;
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}
.author {
	font-size: 13px;
	color: #690;
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
}
/* pagewrap */
#pagewrap{
	position: relative;
	margin: 24px auto 35px;
	padding: 45px 20px 30px 20px;
	width: 920px;
}
#pagewrap_top{
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 45px;
	background: url('/images/pagewrap_top.png') no-repeat top center;
}
#pagewrap_right{
	z-index: -1;
	position: absolute;
	top: 45px;
	right: 0;
	bottom: 30px;
	width: 20px;
	background: url('/images/pagewrap_right.png') repeat-y top center;
}
#pagewrap_bottom{
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	background: url('/images/pagewrap_bottom.png') no-repeat bottom center;
}
#pagewrap_left{
	z-index: -1;
	position: absolute;
	top: 45px;
	left: 0;
	bottom: 30px;
	width: 20px;
	background: url('/images/pagewrap_left.png') repeat-y top center;
}

/* header */
#header{
	z-index: 3;
	position: absolute;
	top: 55px;
	left: 30px;
	width: 900px;
	height: 180px;
	background: url('/images/bg_header.jpg') no-repeat top left;
}
#page_home #header{
	height: 280px;
}
#logo{
	z-index: 2;
	display: block;
	position: absolute;
	bottom: 28px;
	left: 11px;
	padding-right: 138px;
	width: 152px;
	height: 202px;
	background: url('/images/logo_energy.png') no-repeat right 115px;
}
#page_home #logo{
	bottom: 26px;
	width: 264px;
	height: 303px;
	background: url('/images/logo_home_energy.png') no-repeat right 175px;
}
#header_image{
	margin-left: 222px;
}
#page_home #header_image{
	margin-left: 304px;
}
#header_subtag{
	z-index: 3;
	position: absolute;
	top: 42px;
	right: 33px;
}
#page_home #header_subtag{
	top: 100px;
	right: 10px;
}
#header_door_left{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 271px;
	background: url('/images/header_doors_left.png') no-repeat right top;
}
#page_home #header_door_left{
	width: 356px;
	background-image: url('/images/header_doors_home_left.png');
}
#header_door_right{
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -36px;
/* 	width: 399px; */
	background: url('/images/header_doors_right.png') no-repeat left top;
}
#page_home #header_door_right{
	background-image: url('/images/header_doors_home_right.png');
}
#bg_header_door_right{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('/images/bg_header.jpg') no-repeat -537px top;
}
#jump_to_main{
	position: absolute;
}
#jump_to_main a:hover, #jump_to_main a:active, #jump_to_main a:focus{
	position: relative;
	left: 0;
}

/* top_navigation */
#top_navigation{
	z-index: 4;
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 13px;
}
#top_navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_navigation li{
	display: inline;
	padding-right: 23px;
}
#top_navigation a{
	color: #ff9;
	text-shadow: black 2px 2px 4px;
}

#top_navigation a:hover{
	text-decoration: none;
	color:#fff;
}

/* mainwrap */
#mainwrap{
	position: relative;
	margin: 0 auto;
	padding: 220px 0 20px;
	width: 920px;
	background: url('/images/bg_main.png') no-repeat center top;
}
#page_home #mainwrap{
	padding-top: 320px;
}
#mainwrap_bottom{
	z-index: -1;
	position: absolute;
	top: 770px;
	right: 0;
	bottom: 0;
	left: 0;
	background: white;
}
/* rightbar */
#rightbar{
	float: right;
	padding: 0 40px 0 37px;
	width: 268px;
}
#rightbar_class_information{
	margin: 0;
	padding: 0;
	list-style: none;
}
#rightbar_other_classes{
	margin: 0;
	padding: 0 0 0 15px;
}
#main_divider{
	position: absolute;
	top: 210px;
	right: 365px;
	bottom: 80px;
	width: 15px;
	background: url('/images/divider_top.png') no-repeat right top;
}
#page_home #main_divider{
	top: 310px;
}
#main_divider_top{
	z-index: 1;
	position: absolute;
	top: 511px;
	bottom: 0px;
	left: 0;
	width: 15px;
	background: url('/images/divider_bottom.png') no-repeat right bottom;
}
#main_divider_middle{
	position: absolute;
	top: 511px;
	bottom: 14px;
	left: 0;
	width: 15px;
	background: url('/images/divider.png') repeat-y right top;
}

/* maincontent */
#maincontent{
	margin-right: 353px;
	padding: 0 47px 0 34px;
}
/* footer */
#footer{
	margin-top: 50px;
	text-align: center;
}
#footer .item{
	display: inline;
	padding: 0 10px;
}
#footer a{
	color: #666;
}

.rightphoto {
	padding: 3px;
	border: 1px solid #FFF;
}
