html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	color: #333333;
	height: 100%;
}

div#shadowWrapper {
	text-align: left;
	margin: auto;
	width: 842px;
	min-height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/backgrounds/contentDarkBackground.png');
	background-repeat: repeat-y;
}

div#shadowWrapper[id] {
	background: url('/images/Coalition/shadow.png') repeat-y;
}

div#mainWrapper {
	margin: 0 7px 0 7px;
}

div#header {
	background-color: #737373;
	width: 830px;
	height: 60px;
}

div#header img.logo {
	margin: 8px 0 0 10px;
	/*
	width: 199px;
	height: 43px;
	*/
	width: 251px;
	height: 25px;
}

div#header h1 {
	visibility: hidden;
	position: absolute;
}

div#banner, div#banner img {
	width: 830px;
	height: 250px;
}

div#nav {
	width: 750px;
	height: 36px;
	position: relative;
	top: -10px;
	left: 40px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url('/images/Coalition/navBG.gif') repeat-x;
}

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav li {
	float: left;
	margin: 10px 20px 0 20px;
}

div#nav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}

div#subnav li a {
	padding: 0 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}

div#nav li a:link, div#nav li a:visited {
	color: #666666;
}

div#subnav li a:link, div#subnav li a:visited {
	background: url('/images/Coalition/navArrowOff.gif') no-repeat;
	color: #666666;
}

div#nav li a:hover, div#nav li a:active {
	color: #990000;
	/*color: #f60;*/
}

div#subnav li a:hover, div#subnav li a:active {
	background: url('/images/Coalition/navArrowOn.gif') no-repeat;
	/*color: #f60;*/
	color: #990000;
}

div#nav li.selected a {
	/*color : #f60 !important;*/
	color: #990000 !important;
}

div#subnav li.selected a {
	background: url('/images/Coalition/navArrowOn.gif') no-repeat !important;
	/*color : #f60 !important;*/
	color: #990000 !important;
}

div#leftCol {
	float: left;
	width: 115px;
	margin: 15px 20px 0 40px;
}

div#subnav {
	width: 115px;
}

div#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #cccccc;
}
div#subnav li {
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0 5px 10px;
}

div#login {
	width: 115px;
}

div#login h2 {
	font-size: 1.2em;
	font-weight: normal;
}

div#login label {
	text-transform: uppercase;
	font-size: .75em;
}

div#login .inputtext {
	border: 1px solid #cccccc;
	width: 115px;
	height: 12px;
	font-size: .75em;
	padding: 2px;
}

div#login a.submit {
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: none;
	padding: 0 10px 0 0;
}

div#login a.submit:link, div#login a.submit:visited {
	background: url('/images/Coalition/navArrowOff.gif') right no-repeat;
	color: #666666;
}

div#login a.submit:hover, div#login a.submit:active {
	background: url('/images/Coalition/navArrowOn.gif') right no-repeat;
	color: #990000;
	/*color: #f60;*/
}

div#contentWrapper {
	float: left;
	width: 615px;
	border-left: 1px solid #cccccc;
}

div#content {
	margin: 0 20px 20px 20px;
	line-height: 1.4em;
}

div#content h2 {
	font-size: 1.2em;
	font-weight: bold;
}

div#content h3 {
	font-size: 1em;
	font-weight: bold;
}

div#content ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 5px;
}

div#content ul.arrow {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content ul.arrow li {
	background: url(/images/Coalition/arrow.gif) top left no-repeat;
	padding: 0 0 0 15px;
}

div#content div.showHide {
	opacity: .00;
	filter:alpha(opacity=00);
}

div#footer {
	font-size: .75em;
	margin: 40px 20px 0px 200px;
	padding: 0 0 20px 0;
}

a {
	text-decoration: underline;
}

li a {
	text-decoration: none;
}

a:link, a:visited {
	color: #008FB3;
}

li a:link, li a:visited {
	color: #333333;
}

a:hover, a:active {
	/*color: #990000;*/
	color: #f60;
}

li a:hover, li a:active {
	/*color: #990000;*/
	color: #f60;
}



/* PAGE SPECIFIC STYLES */

/* member list & energy links page */

div#col1, div#col2 {
	float: left;
	width: 260px;
}

div#col1 {
	margin: 0 40px 20px 0;
}

/* member benefits page */

div#content ul.member_benefits li {
	margin-bottom: 10px;
}

/* program details page */

div#content ul.program_details li {
	margin-bottom: 10px;
}

/* energy links page */
ul.related_books li, ul.quotes li, ul.energy_facts li {
	margin-bottom: 10px;
}
