/*-----------------------------------------------------------------------------
Citizens Campaign for the Environment Style Sheet

version:   1.0
author:    Dave Coppola
email:     
website: www.citizenscampaign.org
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Add the following for footer push to work */
html, body {
	height: 100%;
}

/* Body related to position and style */
body {
	position:relative;
	background-color: #FFF;
}

/* Class for centering text */
.center {
	text-align:center;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:center;
}

/* =Wrapper
-----------------------------------------------------------------------------*/

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height:100%;
	position:relative;
	background-image:url(../images/template/bg_olive.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#EEE4D5;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	position:absolute;
	left:-5000px;
}

#campaigns {
	position:absolute;
	left:-5000px;
}

h2#whatsNew {
	margin-bottom:15px;
	width: 220px; 
	height: 27px;
	position: relative;
	overflow:hidden;
}

h2#whatsNew span {
	background: url(../images/template/whats_new.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

h2#calendar {
	margin: 15px 0 15px 0;
	width: 220px; 
	height: 27px;
	position: relative;
	overflow:hidden;
}

h2#calendar span {
	background: url(../images/template/on_the_calendar.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

h3#mission {
	margin-top:20px;
	height:24px;
	width:201px;
	position: relative;
	background: url(../images/template/mission.gif);
}

h3#mission span {
	position:absolute;
	left:-5000px;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color:#006633;
}

a:hover {
	color:#990000;
	background-color:#CCCCCC;
}

a:visited {
	outline:none;
}

/* =Branding
-----------------------------------------------------------------------------*/

#mainLogo a {
	position:absolute;
	background:url(../images/template/Clipboard_CCE_4.png);
	background-color:transparent;
	height:186px;
	width:225px;
	top:9px;
	left:10px;
	z-index:5000;
	outline:none;
}

#mainLogo a:hover, #mainLogo a:visited {
	background-color:transparent;
}

#mainLogo span {
	position:absolute;
	left:-5000px;
}

#print-logo {
	display:none;
}

#slogan {
	position:absolute;
	width: 337px; 
	height: 15px;
	background-image:url(../images/template/slogan.gif); /* Start by using gif */
	background-color:transparent;
	top: 60px; 
	left:255px;
	z-index:5000;
}

html>body #slogan {
	background-image:url(../images/template/slogan.png); /* Switch to PNG except for IE 6 */
}

#slogan span {
	position:absolute;
	left:-5000px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#topNav {
	height:20px;
	line-height:20px;
	text-align:right;
	padding:10px;
	background-color:#FFFFFF;
}

#topNav ul {
	margin:0;
	padding:0;
	display: inline;
	float:right;
} 

#topNav ul li {
	float:left;
	width:auto;
	margin-left: 0;
	padding: 1px 5px 1px 4px;
	border-left: 1px solid #807944;
	list-style: none;
	display: inline;
}
			
#topNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

/* =Program Nav
-----------------------------------------------------------------------------*/

#progNav #programs { 
	margin: 0; 
	padding: 0;
	position:absolute;
	bottom:6px;
	right:0px;
	width:705px;
	background-image:url(../images/template/prog_folder_set.png);
	background-position:0 -68px;
}

#progNav {
	height:128px;
	background-image:url(../images/template/prog_bar.png);
	background-color:#666666;
	position:relative;
	z-index:3000;
}

#search {
	float:right;
	margin: 15px 10px 0 0;
}

#search #q {
	background-image:url(../images/template/search_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:23px;
	background-color:#FFFFFF;
}

#search form {
	margin:0;
}

/* =Hotlinks Nav
-----------------------------------------------------------------------------*/

#featureRight #hotlinks { 
	margin: 13px auto 0 auto; 
	padding: 0;
	position:relative;
	width: 115px;
}
#featureRight #hotlinks li {
	display: inline; 
}
#featureRight #hotlinks li a {
	float: left;
	width: 115px; 
	height: 0;
	padding-top:85px;
	overflow: hidden;
	background-image:url(../images/template/hotlinks.gif);
	background-color:transparent;
}

#featureRight #hotlinks li#subscribe a { background-position: 0 0; }
#featureRight #hotlinks li#about a { background-position: 0 -85px; }
#featureRight #hotlinks li#jobs a { background-position: 0 -170px; }
#featureRight #hotlinks li#action a { background-position: 0 -255px; }
#featureRight #hotlinks li#contribute a { background-position: 0 -340px; }

#featureRight #hotlinks li#subscribe a:hover { background-position: -115px 0; }
#featureRight #hotlinks li#about a:hover { background-position: -115px -85px; }
#featureRight #hotlinks li#jobs a:hover { background-position: -115px -170px; }
#featureRight #hotlinks li#action a:hover { background-position: -115px -255px; }
#featureRight #hotlinks li#contribute a:hover { background-position: -115px -340px; }

/* =Footer Nav
-----------------------------------------------------------------------------*/

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#footer ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
}
			
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#footer a, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover {
	color:#006633;
	background-color:#FFFFFF;
}

/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	position:relative;
}

#dbInfo {
	float:left;
	width:223px;
	padding:20px 17px 20px 17px;
	position:relative;
}

#dbInfo p {
	margin-top:10px;
}

.alert {
	color:#990000;
	font-weight:bold;
}

.alertExpired {
	color:#666666;
	font-weight:bold;
}

#feature {
	float:right;
	width:687px;
	padding:20px 0 20px 0;
	min-height:100%;
	position:relative;
}

.itemDate {
	font-weight:bold;
}

#featureFrame {
	width:460px;
	height:310px;
	background-image:url(../images/template/feature_border.png);
	padding:8px 0 0 8px;
}

#imgHolder {
	width:450px;
	height:300px;
	background-color:#FFFFFF;
}

.missionStatement {
	margin-top:5px;
	margin-left:1px;
}

#featureLeft {
	float:left;
	width:470px;
	margin-left:-2px;
}

#featureRight {
	float:left;
	width:180px;
	background-image:url(../images/template/dot_border.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:3px;
	padding-right:10px;
}

#footerClearAndPad {
	clear: both;
	padding-bottom:50px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;
   line-height:50px;
   background-image:url(../images/template/footer_bg.jpg);
   background-repeat:repeat-x;
   color:#FFFFFF;
   clear:both;
   border-top:solid thin #000000;
   text-align:center;
   background-color:transparent;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

#skip a:active, #skip a:focus { 
	left:0px; 
	top:0px; 
	width:auto;
	height:auto;
	overflow:visible;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
} 

#findFollow {
	padding-left: 42px;
	background: url(../images/find_follow.jpg) no-repeat center left;
}

#rss {
	padding-left: 20px;
	background: url(../images/rss_icon_sq.png) no-repeat center left;
}