@charset "utf-8";

* {
	margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: 1em Georgia, Times, serif; /* 1em = 16pts */
	color: #666666;
	text-align: center;
}

/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #rightCol { 
	float:left; 
}
/* end of hack - don't remove this comment */

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

img.border {
	padding: 2px;
	border: 1px solid #034e91;
}

img.thumb {
	padding:2px;
	border: 1px solid #034e91;
	margin: 10px;
}

h1, h2 {
	color: #00467f;
	font-style: normal;
}

h1 {
	font-size: 1.5em;
	padding-bottom: 15px;
}

h2 {font-size: 1.2em;
	line-height: 1.25;	
}

h2.energy {font-size: 1.2em;
	line-height: 1.25;	
	margin-bottom: 15px;
}

h2.energy a {
	color: #00467f;
}

#leftColInner p  {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: .75em;
}
 
#rightColInner p  {
	line-height: 1.60;
	margin-bottom: .85em;
}

#footer p  {
	line-height: 1.60;
	margin: 8px 30px 0 0;
}
 
a {
	color:#0000FF;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
}
	
#header {
	width: 900px;
	height: 183px;
}

#nav {
	width: 900px;
	height: 37px;
	background-color: #00467f;
	text-align: right;
}

#navBot {
	width: 900px;
}
	
#leftCol {
	float: left;
	width: 318px;
}

#rightCol {
	float: left;
	width: 582px;
}

#leftColInner {
	padding: 0px;
}

#rightColInner {
	padding: 20px 20px 20px 30px;
}

#footer {
	clear:both;
	font-size: .8em;
	margin: 15px 0;
	text-align: right;
}

#footerNav {
	width: 900px;
	height: 30px;
}
	
#header, #leftColInner, #rightColInner, {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

input.textHP {
	font-size:.9em;
	float: left;
	padding: 3px 0 4px 0;
	padding-left: 3px;
	margin-right: 7px;
	width: 200px;
	color: #666666;
	border: 1px solid #335d91;
}

input.textJoin {
	font-size:.9em;
	float: left;
	padding: 3px 0 4px 0;
	padding-left: 3px;
	margin-right: 7px;
	width: 200px;
	color: #666666;
	border: 1px solid #335d91;
}

textarea.comment {
	font-size:.9em;
	padding: 3px 0 4px 0;
	color: #666666;
	border: 1px solid #335d91;
}

submit {
	float: left;
}

label {
	display:block;
	clear:both;
	margin:.5em 0 0;
	padding-bottom:.5em;
	color: #00467f;
}

div.formsection {
	float:left;
	}

#leftColInner div.rule {
	width: 318px;
	height: 1px;
	background-color: #335d91;
	margin: 15px 0;
}

.clear {
	clear: both;
}

#footer div.rule {
	width: 900px;
	height: 1px;
	background-color: #335d91;
	margin: 2px 0;
}

#nav ul {
	padding: 8px 30px 0 0;
}
#nav li {
	display: inline;
	padding: 0 0 0 30px;
	list-style-type: none;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
}
#nav li a:hover {
	color: #FF6666; text-decoration: none;
}

#footerNav ul {
	padding: 7px 30px 0 0;
}
#footerNav li {
	display: inline;
	padding: 0 0 0 30px;
	list-style-type: none;
}
#footerNav li a {
	text-decoration: none;
	color: #666;
}
#footerNav li a:hover {
	color: #FF6666; text-decoration: none;
}

.basic_ul_list{
	margin: 0 0 25px 20px;
	padding:0;
	}
.basic_ul_list li {
	/* list-style-position:inside; */
	padding: .4em 0 0 0; /* pads text */
	margin: 0 10px 0 24px; /* about 10 px each side b/c bullets hang left by about 16px (14px in FF) */
	line-height: 1.40;
}

/* styles for the checkbox and radio button sets */
div.formsection .buttongroup {
	float:left;
 	}
div.formsection .buttongroup input {
	float:left;
	clear:both;
	margin:5px 0 0 0;
	padding:0;
	line-height:0;
	}
div.formsection .buttongroup label {
	width:25em; /* note this width is not 25ems because of the  */
	float:left;
	margin:5px 0 0 1em; /* creates spacing betwen adjacent c/boxes, and btw each c/box and its label */
	font-weight:normal; /* reset the inherited value */
	clear:none; /* reset the inherited value */
	color: #666666;
	} 
