/* Element Styles --------------------------------------------*/

html, body {
  height: 100%;
	padding:0px 0px;
	margin:0px;
	color:#5189AE; /* #91B4CC */
	font-size:85%;
}

h1 {
	padding-left:25px;
	background-image: url('../images/headline_deco.jpg');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-size:1.5em;
	font-weight: bold;
	color:#1A2C4E;
}

h3{
	font-weight: bold;
	font-size:1.125em;
	line-height: 1.2em;
	color:#4d9303;
}

/* ID Styles --------------------------------------------*/

#wrapper{
	margin: 0px auto;
	padding:0px	20px;
	width:900px;
}

#sidebar{
	width:256px;
	height:100%;
	float:left;
	clear: none;
}

#header{
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	height:90px;
	width:617px;
	float:left;
	padding-left:283px;
	padding-top:36px;
}

#nav{
	width:258px;
	position:relative;
	background:url('../images/nav.jpg');
	background-repeat:no-repeat;
	float:left;
	padding-top:25px;
}

#nav ul{
	list-style-type: none;
}

#nav ul li{
	color:#124;
	padding: 2px 0px;
	font-weight:bold;
	background-image: url('../images/nav_divider.jpg');
	background-repeat:repeat-x;
	background-position: bottom;
}

#nav a:link, #nav a:visited{
	font-size:11px;
	color:#124;
	text-decoration:none;
	padding-left: 10px;
	display: block;
}

body.page_home #nav ul li#page_home a,
body.page_mission #nav ul li#page_mission a,
body.page_news #nav ul li#page_news a,
body.page_regulatory #nav ul li#page_regulatory a,
body.page_science #nav ul li#page_science a,
body.page_states #nav ul li#page_states a,
body.page_cleaning #nav ul li#page_cleaning a,
body.page_blog #nav ul li#page_blog a,
body.page_links #nav ul li#page_links a,
body.page_about #nav ul li#page_about a,
body.page_contact #nav ul li#page_contact a,

#nav a:hover, #nav #selected a:link, #nav #selected a:visited{
	font-size:11px;
	color:#4d9303;
	text-decoration:none;
	padding-left: 10px;
	background-image: url('../images/nav_arrow.gif');
	background-repeat:no-repeat;
	background-position: 2px 5px;
}

#donate {
	text-align: center;
	margin: 10px 0px;
}

div.video{
	width:208px;
	padding:25px 25px 40px 25px;
	position:relative;
	float:left;
	background-image: url('../images/video_bg.jpg');
	background-repeat:no-repeat;
}

div.video p {
	margin: 0px 0px 10px 0px;
	color: #1A2C4E;
	font-size: 11px;
}






#news-clips {
	width:208px;
	margin-top: 10px;
	padding:30px 25px 30px 25px;
	position:relative;
	float:left;
	background-image: url('../images/news_bg.jpg');
	background-repeat:no-repeat;
}

#news-clips a {
	color: #112244;
	}

.gsc-resultsHeader, .gsc-search-box,
.gs-publisher, .gs-relativePublishedDate,
.gs-publishedDate, .gsc-cursor, .gs-watermark,
.gs-clusterUrl, .gs-location {
	display: none;
}

.gs-result {
	margin: 0 0 1em;
}






#clean_america{
	width:258px;
	position:relative;
	float:left;
	background-image: url('../images/clean_bg.jpg');
	background-repeat:no-repeat;
}

#content_wrapper{
	width:578px;
	height:100%;
	position:relative;
	background:url('../images/main.jpg');
	background-repeat:no-repeat;
	float:left;
}

#main_content{
	position:relative;
	float:left;
	top:60px;
	left:52px;
	width:506px;
	min-height: 300px;
}

#main_content a {
	color: #1A2C4E;
}

#main_content a:hover {
	text-decoration: none;
}

#slideshow{
	position:relative;
	top:20px;
	left:36px;
	background-color:#fff;
	width:530px;
	height:250px;
}

#company_news{
	float:left;
	height:100%;
}

#col_1{
	float:left;
	width:231px;
	padding: 0px 21px 0px 0px;
	border-right: 1px dotted #CCC;
	margin-top: 1.75em;
}

#col_2{
	float:left;
	width:232px;
	margin: 1.75em 0px 0px 21px;
}

#footer {
	padding-top:60px;
	padding-left:323px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position:bottom;
	bottom:0;
	width:509px;
	height:35px;
	float:left;
	clear:both;
	color:#124;
	font-weight:bold;
	margin-top: 50px;
}

#footer a:link,#footer a:visited{
	color:#124;
	text-decoration:none;
}

#footer a:hover{
	color:#4d9303;
}

/* Classes --------------------------------------------*/

.photo_right {
	float: right;
	color: #000;
	line-height: 13px;
	margin-left: 10px;
	text-align: center;
}

.photo_left {
	float: left;
	color: #000;
	line-height: 13px;
	margin-right: 10px;
	text-align: center;
}

.photo_left img, .photo_right img, .photo_center img {
	margin: 3px 0px;
	border: solid 1px #000;
}

.photo_center {
	color: #000;
	line-height: 13px;
	text-align: center;
}

