/* CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #575757; 
	text-align: center;
}

#wrapper {
	width: 1010px; 
	margin: 0 auto 0 auto;
	padding: 19px 0 20px 0;
	text-align: left;
}

img {
}

p {
margin: 0;
padding: 0 0 14px 0;
}

ul {
margin: 0;
padding: 0;
}

hr {
width: 100%;
height: 1px;
margin: 5px 0 5px 0;
padding: 0;
border: 0;
line-height: 0;
background: #d6d6d6;
}

h1 {
font-size: 18px;
color: #0066a1;
font-weight: bold;
margin: 0 0 0 0;

}

h2 {
font-size: 12px;
color: #0066a1;
font-weight: bold;
margin: 0 0 0 0;
}

h3 {
/* styles here */
}

a:link, 
a:visited, 
a:active {
color: #0066a1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clr_right {
clear: right;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_left {
clear: left;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_both {
clear: both;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
/*========================== END GENERAL STYLES =======================*/


/*========================== BEGIN LEFT COLUMN STYLES =======================*/
#main_col_left {
	float: left;
	width: 335px; 
	padding: 2px 10px 15px 0;
}
#main_logo {
	padding: 0 0 12px 0;
}
#main_video {
	padding: 0 0 22px 0;
}
#latest_power_news_left {
	float: left;
	width: 100px;
}
#latest_power_news_right {
	float: left;
	width: 260px; 
}
#latest_power_news_right a,
#latest_power_news_right a:link,
#latest_power_news_right a:visited,
#latest_power_news_right a:active {
	display: block;
	padding: 0;
	color: #0066a1;
	font-weight: bold;
	text-decoration: none;
}
#latest_power_news_right a:hover {
	text-decoration: underline;
}

/*========================== END LEFT COLUMN STYLES =======================*/


/*========================== END RIGHT COLUMN STYLES =======================*/
#main_col_right {
	float: left;
	width: 660px;
	padding: 0 0 15px 0;
}
#main_nav {
	padding: 0;
}
#main_nav ul {
	margin: 0;
	padding: 0;
}
#main_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
}
#donate_now {
	text-align: right;
}
#in_the_press {
	float: left;
	width: 260px;
	padding: 27px 30px 0 70px;
}
#in_the_press a,
#in_the_press a:link,
#in_the_press a:visited,
#in_the_press a:active {
	display: block;
	padding: 0 0 8px 0;
	color: #575757; 
	text-decoration: none;
}
#in_the_press a:hover {
	text-decoration: underline;
}
#in_the_press .nolink {
	display: block;
	padding: 0 0 8px 0;
	color: #575757; 
}
#adspace {
	padding: 5px 0 5px 0;
}
#around_the_state {
	float: left;
	width: 290px;
	padding: 27px 0 0 0;
}
.state_article {
	padding: 0 0 8px 0;
}
.state_article_left {
	float: left;
	padding: 0 12px 0 0;
}
.state_article a,
.state_article a:link,
.state_article a:visited,
.state_article a:active {
	/*display: block;
	padding: 0 0 8px 0;*/
	color: #0066a1;
	font-weight: bold;
	text-decoration: none;
}
.state_article a:hover {
	text-decoration: underline;
}
.blue {
	color: #0066a1;
	font-weight: bold;
}
#sign_up_form {
	width :222px;
	height: 100px;
	padding: 35px 20px 20px 20px;
	color: #0066a1;
	background: url(../images/news/GCAPP_form_bg.jpg) no-repeat;
}
#sign_up_form form {
margin: 0;
padding: 0;
border: 0;
}
#sign_up_form input {
	width: 150px;
	/*height: 19px;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #575757; 
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px solid #c6c6c6; 
	background-color: #ffffff; 	
}
#sign_up_form input.submit {
	width: 30px;
	/*height: 19px;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #0066a1; /*#575757;*/
	margin: 3px 0 3px 0;
	padding: 1px;
	border: 1px solid #c6c6c6; 
	background-color: #ffffff; 	
}
/*========================== END RIGHT COLUMN STYLES =======================*/


/*========================== BEGIN FOOTER STYLES =======================*/
#footer {
	color: #9b9b9b;
	font-size: 9px;
}
#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: #9b9b9b;
}
#footer a:hover {
	color: #888888;
}
#logo_float {
	float: left;
}
#footer_copy {
	float: left;
	line-height: 1;
	padding: 54px 0 0 12px;	
}
#footer_right {
	float: right;
	text-align: right;
	line-height: 1;
	font-size: 11px;
	padding: 44px 0 0 0;
}
/*========================== END FOOTER STYLES =======================*/


/*========================== BEGIN ARTICLE POPUP STYLES =======================*/
html {
	height: 100%;
}
body.article {
	height: 100%;	
}
#article_wrap {
	min-height: 100%;
}
#article {
	padding: 30px 20px 0 20px;
	text-align: left;
	width: 600px;
}
#article_news {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 180px;
}
#article_left_col {
	float: left;
	width: 160px;
	padding-top: 20px;
	padding-bottom: 180px;
}
#article_right_col {
	float: left;
	width: 440px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#article_footer {
	position: relative;
	bottom: 0px;
	height: 176px;
	margin: -176px 0 0 0;
	background: url(../images/news/news_bg_bottom.png) no-repeat; /* need iepngfix here */
	/*background-position: bottom left;	*/
}

/*========================== END ARTICLE POPUP STYLES =======================*/


/*========================== BEGIN IPOWEREDTHEWALL POPUP STYLES =======================*/

body.ipowered {
	height: 100%;	
	background:#e4eccb;
}
#ipowered_wrap {
	min-height: 100%;
	background: url(../images/news/news_bg_bottom.png) no-repeat; /* need iepngfix here */

}
#ipowered_content {
	padding-left: 50px;
	padding: 30px 20px 0 20px;
	text-align: left;
	width: 500px;
	

}




/*========================== END ARTICLE POPUP STYLES =======================*/