/*
Company:	Energy Forum
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #013467;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd-wrap {
	background: url(/images/blue-hd.jpg) repeat-x 0 0;
	overflow:visible;
}
div#hd {
	width: 959px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
}
div.hd-left {
	width: 630px;
	float: left;
	display: inline;
}
div.hd-right {
	width: 320px;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 20px 0;
}
div#bd-wrap {
	background-color: #f5f5f5;
}

/* Footer */
div#ft {
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 10px 0;
}
div#ft-wrap {
	background-color: #013467;
}
div#ft ul.ft-nav {
	width: 500px;
	margin: 0;
	float: left;
	display: inline;
}
div#ft ul.ft-nav li {
	list-style: none;
	float: left;
	display: inline;
}
div#ft ul.ft-nav li a {
	font-size: 77%;
	padding: 0 15px 0 0;
}
div#ft ul.ft-nav li a:link, div#ft ul.ft-nav li a:visited {
	color: #6699cc;
	text-decoration: none;
}
div#ft ul.ft-nav li a:hover {
	text-decoration: underline;
}
div#ft a:link, div#ft a:visited {
	color: #6699cc;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft p.sponsor {
	font-size: 77%;
	color: #6699cc;
	margin: 0;
	float: right;
	text-align: right;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	height: 145px;
	padding: 5px 0 0 12px;
}
div#logo h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 331%;
	color: #fff;
	font-weight: bold;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	line-height: 95%;
	letter-spacing: -2px;
}
div#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 277%;
	color: #aaccef;
	font-weight: bold;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	line-height: 80%;
	letter-spacing: -1px;
}

/* Content Pic */
img.content-pic {
	border: 11px solid #fff;
}

/* Left */
div#bd div.left {
	margin: 0 0 0 10px;
	width: 430px;
	float: left;
	display: inline;
}
body.inside div#bd div.left {
	width: 484px;
}

/* Right */
div#bd div.right {
	width: 456px;
	float: right;
	display: inline;
}
body.inside div#bd div.right {
	width: 426px;
}
div#bd div.right div.right-pad {
	padding: 0 0 0 30px;
}

/* Action Buttons */
div.action-btns {
	margin: 0 0 20px 0;
}
body.inside div.action-btns {
	margin: 0 0 50px 0;
}
div.action-btns div.action-sign {
	width: 93px;
	margin: 0 16px 0 0;
	float: left;
	display: inline;
}
div.action-btns div.action-sign a {
	display: block;
	line-height: 25px;
	padding: 0 0 37px 0;
	background: url(/images/action-petition.gif) no-repeat 0 100% #95b4d3;
	text-align: center;
	font-size: 77%;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	text-transform: uppercase;
}

div.action-btns div.action-join {
	width: 93px;
	margin: 0 16px 0 0;
	float: left;
	display: inline;
}
div.action-btns div.action-join a {
	display: block;
	line-height: 25px;
	padding: 0 0 37px 0;
	background: url(/images/action-forum.gif) no-repeat 0 100% #95b4d3;
	text-align: center;
	font-size: 77%;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	text-transform: uppercase;
}

div.action-btns div.action-volunteer {
	width: 93px;
	margin: 0 16px 0 0;
	float: left;
	display: inline;
}
div.action-btns div.action-volunteer a {
	display: block;
	line-height: 25px;
	padding: 0 0 37px 0;
	background: url(/images/action-volunteer.gif) no-repeat 0 100% #95b4d3;
	text-align: center;
	font-size: 77%;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	text-transform: uppercase;
}

div.action-btns div.action-survey {
	width: 93px;
	margin: 0 0 0 0;
	float: left;
	display: inline;
}
div.action-btns div.action-survey a {
	display: block;
	line-height: 25px;
	padding: 0 0 37px 0;
	background: url(/images/action-survey.gif) no-repeat 0 100% #95b4d3;
	text-align: center;
	font-size: 77%;
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", Helvetica, sans-serif;
	text-transform: uppercase;
}
div.action-btns a:link, div.action-btns a:visited {
	color: #f9fafb;
	text-decoration: none;
}

/* State Box */
div.state-box-top {
	width: 483px;
	height: 12px;
	background: url(/images/state-box-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.state-box {
	width: 483px;
	overflow: hidden;
	background: url(/images/state-box-bkg.gif) repeat-y 0 0;
}
div.state-box-btm {
	width: 483px;
	height: 12px;
	background: url(/images/state-box-btm.gif) no-repeat 0 0;
	overflow: hidden;
}
div.state-box h1 {
	text-align: center;
	font-size: 462%;
	margin: 0;
	font-style: italic;
	color: #88b489;
	padding: 5px 0;
}

/* States */
div.state-ky {
	background: url(/images/state-ky.gif) no-repeat 50% 50%;
	height: 160px;
}

/* Profile Left */
div.profile-left {
	width: 460px;
	padding: 30px 0;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}
div.profile-left div.pic {
	width: 153px;
	float: left;
	display: inline;
}
div.profile-left div.pic img {
	border: 11px solid #fff;
}
div.profile-left div.pic h4 {
	padding: 3px 11px;
	font-style: italic;
	color: #807e7e;
	margin: 0;
	font-size: 93%;
}
div.profile-left div.text {
	width: 280px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 202px;
	float: right;
	display: inline;
}

/* Profile Right */
div.profile-right {
	width: 460px;
	padding: 30px 0;
	float: right;
	display: inline;
}
div.profile-right div.pic {
	width: 153px;
	float: left;
	display: inline;
}
div.profile-right div.pic img {
	border: 11px solid #fff;
}
div.profile-right div.pic h4 {
	padding: 3px 11px;
	font-style: italic;
	color: #807e7e;
	margin: 0;
	font-size: 93%;
}
div.profile-right div.text {
	width: 280px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 202px;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#new-nav {
	clear: both;
	position:relative;
	overflow:none;
}

div#new-nav ul {
	margin: 0;
	padding: 0;
}

div#new-nav ul li {
	list-style: none;
	float: left;
	/* display: inline; */
}
/* @end */
/* Dropdown menus */
#new-nav .dropdown {
	position:absolute;
	top:37px;
}
	#new-nav .dropdown ul {
		list-style:none;
	}
	#new-nav .dropdown li {
		background:#1F5285;
		border:1px solid #e8eae8;
		color:#666;
		float:none;


		font-size:1.2em;
		padding:4px;
		margin:0px;
		margin-top:-3px;
		/*opacity: 0.95;
			-moz-opacity: 0.95;
			filter:alpha(opacity=95); */
		width:200px;

	}
	#new-nav .dropdown li:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}
	#new-nav .dropdown li a {
		color:#fff;
		font-family: Arial, Georgia, Times, serif;
		background:none;
		text-transform:none;
		font-size:14px;
		text-decoration:none;
	}
	#new-nav .dropdown li a:hover {
		text-decoration:underline;
	}

/* @group Default Headings */
div#bd h3 {
	font-size: 182%;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}
div#bd h3.blue span {
	padding: 2px 4px;
	background-color: #95b4d3;
}

div#bd h3.green span {
	padding: 2px 4px;
	background-color: #678f11;
}
div#bd h1 {
	font-size: 182%;
	font-weight: bold;
	font-style: italic;
	color: #6699cc;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Common Text Styles */
div#bd p {
	color: #807e7e;
	font-size: 93%;
	line-height: 140%;
}
.right-align {
	text-align: right!important;
}
div#bd p.scorecard a:link, div#bd p.scorecard a:visited {
	color: #95b4d3;
}
/* @end */

/* @group Default Lists */
div.states-list {
	padding: 10px 0 20px 0;
}
div.states-list ul {
	margin: 0 2% 0 0;
	padding: 0;
	width: 17%;
	float: left;
	display: inline;
}
div.states-list ul.col3 {
	width: 20%;
}
div.states-list ul.last {
	margin: 0;
}
div.states-list ul li {
	list-style: none;
}
div.states-list ul li a {
	display: block;
	width: 99%;
	font-size: 93%;
	font-style: italic;
	padding: 0 0 1px 0;
}
div.states-list ul li a:link, div.states-list ul li a:visited {
	color: #bfbebe;
	text-decoration: none;
}
div.states-list ul li a:hover {
	color: #14c614;
}
/* @end */


/* @group Forms */
div.join-form {
	padding: 15px 0 0 0;
}
div.join-form form {
	padding: 15px 0 0 0;
}
div.join-form span.x {
	font-size: 77%;
	font-weight: bold;
	font-style: italic;
	color: #95b4d3;
	vertical-align: bottom;
}
div.join-form div.row {
	margin: 0 0 6px 0;
}
div.join-form input.txt {
	border: none;
	border-bottom: 1px solid #95b4d3;
	background-color: transparent;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	padding: 3px 3px 3px 6px;
	vertical-align: bottom;
	width: 293px;
	font-family: Georgia, Times, serif;
}
div.join-form input.btn {
	border: none;
	background-color: #f5f5f5;
	color: #225588;
	font-style: italic;
	font-weight: bold;
	font-size: 108%;
	padding: 1px 3px;
	margin: 0 10px 0 0;
	font-family: Georgia, Times, serif;
	float: right;
	display: inline;
}
div.join-form h2.join-hd {
	margin: 0 0 3px 0;
	padding: 2px;
	font-size: 108%;
	font-style: italic;
}
div.join-form h2.join-hd span {
	background-color: #95b4d3;
	color: #225588;
	padding: 2px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #225588;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */