/* typography */
body {
	margin: 0;
	background: #FFF url(../img/page_back_nosplash.png) repeat-x top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;	
}
body.body_splash {
	background: #FFF url(../img/page_back.png) repeat-x top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #4CA1D8;
	margin-top: 20px;
	margin-bottom: 10px;
}

img {
	border: 0;
}

h3 {
	border-bottom: 1px solid #4CA1D8;
	clear: both;
}

a {
	color: #4CA1D8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #2578AF;
	text-decoration: none;
}

div {
	margin: 0;
}

ul {
	list-style-image: url(../img/bullet.png);
	line-height: 1.7em;
}

.listfake {
	margin: 0!important;
	padding: 0!important;
	float: none!important;
}

/* div blocks */

#contentskip {
	display: none;
	background: #9CCBEA url(../img/menu_roll.png) repeat-x center center;
}

#container {
	margin: auto;
	min-width: 800px;
	padding: 0 100px;
}

#header {
	clear: left;
	background: #FFF url(../img/team.jpg) no-repeat right;
	margin: 0;
}

#header h1 {
	height: 127px;
	line-height: 127px;

	margin: 0;
	font-size: 107px;
	background: url(../img/enerdata_logo.png) no-repeat top left;
}

#header a {
	text-decoration: none;
}

#header a span {
	visibility: hidden;
}

#team {
	height: 4px;
	width: 286px;
	background: url(../img/team_top.png) no-repeat;
	position: absolute;
	right: 100px;
	top: 26px;
}

#splash {
	height: 200px;
	padding: 0 20px 10px 306px;
}

#splash_left {
	height: 214px;
	width: 279px;
	position: absolute;
	left: 1in;
	top: 143px;
	background: url(../img/splash_left.png) no-repeat;
}

#splash ul {
	list-style-image: url(../img/splash_bullet.png);
}

#splash li {

}

#splash p, #splash li {
	color: #FFF;
	font-size: large;
}

#splash h3 {
	color: #000;
	background: url(../img/home_splash_heading.png) no-repeat;
	line-height: 44px;
	text-indent: -5000px;
}

body #content {
	margin-top: 20px;
}

body.body_splash #content {
	margin-top: 0;
}

#content p img {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 0;
}

#footer {
	background: #4CA1D8;
	text-align: right;
	color: #FFF;
	padding: 5px 75px;
	clear: both;
	margin: 10px 0;
}

#footer a, #splash a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover, #splash a:hover  {
/*	color: #003399;*/
	text-decoration: none;
}

#footer p {
	font-size: small;
	margin: 0 20px;
}

/* menu */
.cgprmenu {
	color: #FC0!important;
}

#menu {
	position: relative;
	right: 0px;
	background: #4CA1D8 url(../img/menu_back.png) repeat-x;
	height: 30px;
	padding: 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
}

#menu ul li {
	float: left;
	border-left: 2px solid #FFF;
}

#menu ul li.firstoption {
	border-left: 0px;
}

#menu ul a {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	text-decoration:none;
	color: #FFF;
	width: auto;
	padding: 0 15px;
	background: #4CA1D8 url(../img/menu_back.png) repeat-x;
	font-size: 1.0em;
}

#menu ul a:hover {
	background: #9CCBEA url(../img/menu_roll.png) repeat-x center center;;
}

/* tables */
td, th {
	border: 2px solid #4DA2D9;
	text-align: center;
	padding: 2px 9px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}

table.subhead tr td:first-child {
	text-align: left;
}

th {
	background: #6CB8E9;
	color: #FFF;
}

.stripe {
	margin-top: 15px;
}

.stripe tr:hover {
	background: #EAEAFF; 
}

/* embellishments */
.curdate {
	margin: 0;
}

.boxout {
	width: 170px;
	border: 1px solid #4DA2D9;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	text-align: center;
	background: #FAFAFA;
	color: #4DA2D9;
	font-size: 135%;
	font-family: serif;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

.subtle_highlight, #loginform, #subscribeform {
	padding: 25px;
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
	width: auto;
}
#subscribeform p, #subscribeform fieldset {
	clear: left;
	margin: 4px 0;
}

fieldset input, fieldset label {
	float: none!important;
	width: auto!important;
	display: inline!important;
	margin: 0!important;
	line-height: 100%!important;
}

fieldset p {
	margin: 0!important;
}

#subscribeform sup {
	color: #C00;
	font-weight: bold;
}

#subscribeform label {
	display: block;
	float: left;
	width: 105px;
	text-align: right;
	padding: 0 10px;
	line-height: 170%;
}
#subscribeform input {
 	display: block;
	float: left;
	margin: 0 15px 0 0;
}
#subscribeform select {
 	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 205px;
}

.textlabel {
	display: block;
	float: left;
	width: 125px;
}
#login {
	width: 100px;
}

#contactForm h3 {
	font-size: small;
}

.hist_price {
	border-bottom:1px solid #4CA1D8;
	font-size:small;
	clear:right;
	padding: 2px 0;
}

.hist_price:hover {
	background: #EAEAFF;
}

.side_buffer {
	padding-left: 200px;
}

#iframe {
	overflow:auto;
	width:100%;
	height:350px;
	border: 1px solid #999;
	margin: 20px 0px;
	background: #F3F3F3;
}

#iframe p{
	margin: 20px;
	line-height: 1.5em;
	font-size: 11px;
}
#terms_buttons {
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}
#terms_buttons a{
	padding: 5px 10px; 
	font-size: 10px; 
	border: 1px solid #666; 
	background: #CCC; 
	color: #333; 
	text-decoration: none;
}
select.forward_location {
	font-size: 100%;
}
.row_even {
	background: #D1E6F3;
}
.row_odd {
	background: #FFFFFF;
}
.spacer_row {
	background: #4DA2D9;
}
#forward_table {
	width: 550px; 
	font-size: 12px; 
	margin-left: 40px;
}
#forward_table td {
	white-space: nowrap;
}
.highlight {
	color: #D33;
}
#cgpr_banner {
	position: relative;
	margin-left: 350px;
	top: -65px;
}
#cgpr_banner img {
	border: 1px solid #3B7CA6;
}