/*-----------------------------------------------------------------------------
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 */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Center tables by default */
table {
	margin-left:auto;
	margin-right:auto;
}

/* 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;
}

hr {
	margin: 20px auto 20px auto;
	text-align:center;
}

blockquote {
	margin-left: 25px;
}

/* =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-color:#D3C9A9;
}

/* =Headings
-----------------------------------------------------------------------------*/

#campaigns {
	position:absolute;
	left:-5000px;
}

h1 {margin-bottom:1em;}

h1 {
	background-color:#FFFFFF;
	background-image:url(../images/template/top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:20px 225px 5px 20px;
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
	margin-top:25px;
}

h3 {
font-size:1em;
margin-bottom:-1em;
}

.headingMarginRestore {
	margin-bottom:0;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color:#006633;
}

a:hover {
	color:#990000;
	background-color:#CCCCCC;
}

a:visited {
	outline:none;
}

#content a[href^="http:"] {
background: url(../images/externalLink.gif) no-repeat right top;
padding-right: 10px;
}

#content a[href^="http://www.citizenscampaign.org"] {
background: none;
padding-right: 0;
}

#content a:hover[href^="http:"] {
background: url(../images/externalLink.gif) no-repeat right top #CCCCCC;
padding-right: 10px;
}

#content a:hover[href^="http://www.citizenscampaign.org"] {
background: none;
background-color:#CCCCCC;
padding-right: 0;
}

#content a[href^="https:"] {
background: url(../images/externalLink.gif) no-repeat right top;
padding-right: 10px;
}

#content a:hover[href^="https:"] {
background: url(../images/externalLink.gif) no-repeat right top #CCCCCC;
padding-right: 10px;
}

a[href$=".pdf"], #content a[href^="http:"][href$=".pdf"], #content a[href^="https:"][href$=".pdf"] {
background: url(../images/icon_pdf.png) no-repeat right top;
padding-right: 15px;
}

a:hover[href$=".pdf"], #content a:hover[href^="http:"][href$=".pdf"], #content a:hover[href^="https:"][href$=".pdf"] {
background: url(../images/icon_pdf.png) no-repeat right top #CCCCCC;
padding-right: 15px;
}

a[href^="mailto:"] {
background: url(../images/email.png) no-repeat right top;
padding-right: 15px;
display:inline-block;
}

a:hover[href^="mailto:"] {
background: url(../images/email.png) no-repeat right top #CCCCCC;
padding-right: 15px;
}

/* =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:5;
	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_internal.png);
	background-color:#666666;
	position:relative;
	z-index:3;
}

#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;
}

/* =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;
}

#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;
	padding:5px;
}



/* =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;
} 

#fullFrame {
	width:930px;
	background-color:#FFFFFF;
	background-image:url(../images/template/bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:20px auto 25px auto;
	position:relative;
}

#content {
	padding:0 20px 10px 20px;
	word-wrap: break-word;
}

#fullFrame ul {
	margin-left:15px;
}

#fullFrame ol {
	margin:25px;
}

#shareThis {
	position:absolute;
	right:20px;
	top:20px;
}

#findFollow {
	padding-left: 42px;
	background: url(../images/find_follow.jpg) no-repeat center left;
}

.rss {
	padding-left: 40px;
	background:url(../images/rss_icon.gif) no-repeat;
	padding:0 0 2px 32px;
}

#rss {
	padding-left: 20px;
	background: url(../images/rss_icon_sq.png) no-repeat center left;
}

.rss a:hover {
	background-color:#CCCCCC;
}

.instructions {
	font-size:.8em;
}