
/*=============================== Standard Tags =================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: url(../gfx/bg.png) 0 top repeat-x;
	background-color: #47badf;	
}

body {
	height: 100%;
	font-family: Arial, Helvetica;
	color: #636263;
	font-size: 12px;
	line-height: 21px;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; color: #6db33f; font-weight: normal; }


h3 {
	display: block;
	background-repeat: no-repeat;
	text-indent: -2000em;
}

#footer h4 {
	display: block;
	background-repeat: no-repeat;
	text-indent: -2000em;
}

li {
	margin-left: 15px;
}

ol li {
	margin-left: 25px;
}

a {
	color: #6db33f;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a img {
	border: none;
}

strong {
	color: #6db33f;
}

/*
	color: #73cde8;
*/

fieldset {
	padding: 20px;
	border: 1px solid silver;
}

legend {
	border: 1px solid silver;
	background: white;
	padding: 5px 10px;
}


.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.fl { float: left; }
.fr { float: right; }

td {
	vertical-align: top;
}


/*=============================== Main Layout =================================*/


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -119px auto;
	width: 920px;
}


#cloudbg {
	position: relative;
	z-index: 1;
	height: 119px;
	background: url(../gfx/body_bg.png) center bottom repeat-x;			
}


#title h1 {
	margin: 50px 0 0 35px;
	padding: 0;
	float: left;
}

#title h1 a {
	display: block;
	height: 100px; /* Don't forget print.css too */
	width: 220px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {
}


#header {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10000;
	
}

#station-select {
	position: absolute;
	background: url(../gfx/stations_bg.png) 0 0 no-repeat;
	width: 300px;
	height: 34px;
	top: 0;
	right: 23px;
	padding: 12px 0 12px 12px;
	
}


#roundfoot {
	background: url(../gfx/roundfoot.png) 0 0 no-repeat;
	height: 10px;
}



/*=============================== PNGenius =================================*/


h3 {
	width: 480px;
	height: 30px;
	color: #51c8e8;
	font-size: 12px;	
	text-transform: uppercase;
	margin: 0 0 6px 0;
}


/*========================= Jquery Select Replace =============================*/


div.selectbox-wrapper {
	position: absolute;
	width: 260px;
	max-height: 550px;
	overflow: auto;
	
}


.selectbox {
	width: 250px;
	display: block;
	height: 15px;
	background: url(../gfx/bg_select.png) 230px 8px no-repeat;
	border: 1px solid #5ba835;
	color: #fff;
	padding: 4px 0 4px 4px;
}


div.selectbox-wrapper ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #99ca78;	

}


div.selectbox-wrapper ul li {
	color: white;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 6px;
	cursor: pointer;
	
}


div.selectbox-wrapper ul li.selected { 
	background-color: #a8e3f3;
}

div.selectbox-wrapper ul li.current { 
	background-color: #a8e3f3;
}


div#stations_container.selectbox-wrapper * {
	z-index: 99999;
}

/*========================= Home Page, Slideshow =============================*/


#main {
	height: 365px;
}

#main img {
	height: 365px;
	width: 920px;
}

#fader div {
	display: none;
}

/*===================== Two Column Layout - Left Sidebar ==============================*/

#content {
	background: #fff;
}


#onecolumn {
	clear: both;
	padding: 10px;
	min-height: 300px;
}

#container2ls {
	width: 100%;
	float: right;
	margin-left: -270px;
	background: #fff;
}

#content2ls {
	background: #fff;
	margin-left: 338px;
	padding: 25px 35px 35px 0;
	min-height: 300px;	
	border-top: 1px solid #6db33f;
}

#sidebar2ls {
	width: 230px;
	padding: 20px;
	float: left;
}

.subhead {
	color: #6db33f;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 7px;
	display: block;
}
/*=============================== Content =================================*/

#content2ls ul li {
	list-style: none;
	background: url(../gfx/bullet.png) 0 8px no-repeat;
	margin-left: 5px;
	padding-left: 15px;

}

table.history th, table.history td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.history th {
	width: 140px;
	text-align: left;
}

table.history td {
	padding-bottom: 10px;

}

.right {
	float: right;	
	margin-left: 15px;
	margin-top: 7px;
}

.left {
	float: left;	
	margin-right: 15px;
	margin-top: 7px;
}


.insetr {
	display: block;
	float: right;	
	margin-left: 15px;
	margin-top: 7px;
}

.insetl {
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 15px;
}

#content2ls dt a {
	text-decoration: none;
	font-weight: bold;
}

#content2ls dt a:hover {
	text-decoration: none;
}

#content2ls dd {
	margin-bottom: 15px;
}

#content2ls dl {
	margin-top: 6px;
}

#content2ls a {
	color: #59a939;
}

#eventlist ul {
	margin-bottom: 20px;
}

#eventlist ul li {
	background: none;
	margin-left: -13px;	
}

#linklist strong {
	color: #73cde8;
}

#linklist ul li {
	background: url(../gfx/bullet_grey.png) 0 12px no-repeat;
	line-height: 25px;
}

#linklist ul {
	margin-top: -6px;
	margin-bottom: 15px;	
}


#curreport {
	height: 117px;
	float: right;
	width: 150px;	
	margin-right: 170px;
	margin-top: 40px;
}


/*============================= Library =================================*/


#library strong {
	color: #73cde8;
}

#library h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #73cde8;
	cursor: pointer;
}

#library h4:hover {
	text-decoration: underline;
}

#library ul li {
	background: url(../gfx/bullet_grey.png) 0 12px no-repeat;
	line-height: 25px;
}

#library ul {
	margin-top: -6px;
	margin-bottom: 15px;	
}



/*============================= Blog =================================*/

.blogentry {
	margin-bottom: 30px;
}


.blogentry em {
	display: block;
}

.blogarchives {
	margin-top: 20px;
}

/*=============================== Navigation =================================*/

#nav {
	position: relative;
	float: right;
	padding: 2px 0;
	margin-top: 124px;
	font-size: 13px;
	margin-right: 20px;
}

#nav ul { 
	list-style: none;
}

#nav li {
	position: relative;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}

#nav li a {
	color: #6db33f;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 30px;
}

#nav li a:focus {
  color: #51c8e8;	
}

#nav li a:hover, #nav li a.selected {
	text-decoration: none;
	color: white;
	background: #a4ddf0;
}


/*============================= Subnav =================================*/

#subnav, .blogarchives {
	margin-top: 12px;
	margin-left: 15px;	
}

#subnav strong, .blogarchives strong {
	display: block;
	color: #51c8e8;
	margin-bottom: 5px;
}

#subnav ul li a.selected {
	font-weight: bold;
	background: url(../gfx/bullet_arw.png) 4px 3px no-repeat;
	margin-left: 12px;
	padding-left: 13px;
}

#subnav ul li a:hover {
	text-decoration: underline;
}

#subnav ul {
	list-style: none;
	margin-left: -29px;
}

#subnav ul li a {
	color: #6db33f;
	text-decoration: none;
	padding-left: 15px;
	line-height: 26px;
	margin-left: 0;
}


/*============================= Footer =================================*/

#footer {
	color: #ffffff;
	padding-top: 10px;
	position: relative;
	z-index: 3;
	display: block;
	min-height: 185px;
	width: 100%;
	background: url(../gfx/footer_bckgrnd.png) 0 48px no-repeat;
}

#footer h4 {
	color: #ffffff;
	width: 120px;
	height: 20px;
	margin-bottom: 33px;
}

#footer p a, #footbottom p a {
	color: #ffffff;
	font-weight: bold;
}

#footer ul li a {
	color: #fff;
	line-height: 28px;
}

#footer .one, #footbottom .one {
	width: 247px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	position: relative;
}

#footer .one {
	min-height: 190px;
}

#footer .one p {
	margin-left: 3px;
}

#footer .one img {
	float: right;
	margin-left: 20px;
}

#footer .one h4 {
	background: url(../gfx/header-education.png) 0 0 no-repeat;	
}

#footer .two, #footbottom .two {
	width: 260px;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 4px;
	float: left;
	position: relative;
}

#footer .two {
	min-height: 190px;
}


#footer .two img {
	float: right;
}


#footer .two h4 {
	background: url(../gfx/header-airshed.png) 0 0 no-repeat;	
}





#footer .three, #footbottom .three {
	float: right;
	width: 310px;
	margin-left: 12px;
	padding-left: 20px;
	overflow: hidden;
}


#footer .three {
	min-height: 210px;	
}

#footer .three h4 {
	margin-left: 10px;
	background: url(../gfx/header-news.png) 0 0 no-repeat;	
	
}

#footer .three ul {
	margin-top: -9px;
	margin-left: -17px;
}

#footer .three ul li {
	padding-left: 15px;
	list-style: none;
	line-height: 28px;
	background: url(../gfx/bullet.png) 0 12px no-repeat;
}

#footer .three ul li a {
	line-height: 18px;
}

#footer .three p {
	margin-left: 15px;
}









#footbottom {
	color: #ffffff;
	position: relative;
	z-index: 2;
	height: 28px;
	width: 100%;
	background: url(../gfx/footer_bottom.png) 0 0 no-repeat;
	padding-bottom: 20px;
}

#footbottom  ul li a {
	color: #fff;
	line-height: 28px;
}


#footbottom .one ul li {
	float: left;
	margin-left: 25px;
}



#footbottom .one ul li a, #footbottom .two ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
}


#footbottom .one ul li:first-child, #footbottom .two ul li:first-child {
	list-style: none;
	margin-left: 0px;
}

#footbottom .one ul li a:hover, #footbottom .two ul li a:hover {
	color: #ccc;
}


#footbottom .two ul li {
	float: left;
	margin-left: 25px;	
}

#footbottom .three p {
	margin: 0;
	padding: 0;
}



/*=============================== PAMZ Data =================================*/

span.help {
	font-weight: normal;
	margin-right: 30px;
	float: right;
}



h1.stationname {
}



#help {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	z-index: 9000;
	width: 700px;
	padding: 20px 40px;
	border: 2px solid #666;
	background: white;
	display: none;
}

#help img {
	margin-left: 10px;
}

.curdate a {
	color: #888;
	text-decoration: none;
	border: 1px solid silver;
	padding: 3px 25px 3px 5px;
	background-image: url(../gfx/arrow-down.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.curdate a:hover {
	color: #666;
	border: 1px solid #666;
	
}

.curdate a strong {
	color: #636263;
}

#dateselect {
	margin-bottom: 30px;
}


#dateselect ul li {
	float: left;
	list-style: none;
	margin-left: 0px;
	margin-right: 10px;
}


#sslider {
	margin-top: 4px;
	display: block;
	width: 50px;
}

#eslider {
	margin-top: 4px;
	display: block;
	width: 50px;
}

#chooseStart {
	width: 310px;
	float: left;
	margin-right: 10px;
}

#chooseEnd {
	width: 310px;
	float: left;
	margin-right: 10px;
}

#dateHelp {
	width: 165px;
	float: right;
}

#dateRangeBtn {
	padding: 3px 10px;
}

/*=============================== Tabs =================================*/



.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}


/*============================= Data Display =================================*/


#tabs {
	position: relative;
	min-height: 400px;
}


#data {
	clear: both;
	position: relative;
}


#graph {
	position: relative;
	height: 420px;
	width: 830px;
}


#map {
	height: 470px;
	width: 850px;
	border: 2px solid #666;
}

.infowin {
	min-height: 120px;
	width: 260px;
}

#maplegend {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid silver;
	background: #f7f7f7;
	height: 200px;
	width: 396px;
	float: left;
}

#maplegend ul li {
	margin-left: 0px;
	list-style: none;
	padding-left: 38px;
	margin-bottom: 10px;
}

#maplegend ul li.blue {
	background-image: url(../gfx/blue-dot.png);
	background-repeat: no-repeat;
}

#maplegend ul li.green {
	background-image: url(../gfx/green-dot.png);
	background-repeat: no-repeat;
}

#maplegend ul li.dkgreen {
	background-image: url(../gfx/dkgreen-dot.png);
	background-repeat: no-repeat;
}




#displayPassive {
	float: right;
	width: 396px;
	height: 200px;
	border: 1px solid silver;
	padding: 10px;
	margin: 10px 0;
	background: #f7f7f7;
}



#displayPassive ul.passiveDate {
	margin: 0 auto;
	padding: 0;
	width: 200px;
}


#displayPassive ul.passiveDate li {
	list-style: none;
	margin: 0;
	float: left;
	text-align: center;
	display: block;
}

#displayPassive ul.passiveDate li.pcur {
	width: 140px;
}

#displayPassive ul.passiveDate li.pprev, #displayPassive ul.passiveDate li.pnext {
	width: 30px;
} 



#displayPassive .passiveInfo {
	clear: left;
	padding-top: 10px;
	text-align: center;
	font-size: 90%;
}



#displayPassive ul.passiveParams {
	clear: left;
	padding-top: 20px;
	margin: 0 auto;
	width: 360px;
}

#displayPassive ul.passiveParams li {
	list-style: none;
	margin-left: 10px;
	float: left;
	width: 108px;
	display: block;
	border: 1px solid silver;
	padding: 10px 0;
	background: white;
}

#displayPassive ul.passiveParams li label {
	float: left;
	margin-left: 10px;
}


.swatch {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	display: block;
	height: 15px;
	width: 30px;
}

#swatch_so2 { background-color: #edc240; }
#swatch_o3 { background-color: #cb4b4b; }
#swatch_no2 { background-color: #afd8f8; }




#choices {
	float: left;
	width: 396px;
	min-height: 300px;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid silver;
	background: #f7f7f7;
	line-height: 24px;
	font-size: 90%;
}


#disclaimer {
	float: right;
	width: 396px;
	min-height: 300px;
	border: 1px solid silver;
	padding: 10px;
	margin: 10px 0;
	background: #f7f7f7;
	font-size: 90%;
}

#table {
	min-height: 400px;
}

#table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;	
	font-size: 10px;
}

#table table td {
	border: 1px solid silver;
	padding: 3px;
}



#table table tr.dataStn td {
}




#zoomout {
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 50px;
	font-size: smaller;
	color: #999;
	background-color: #eee;
	padding: 2px 5px;	
}

#reset {
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 125px;
	font-size: smaller;
	color: #999;
	background-color: #eee;
	padding: 2px 5px;	
}

#zerospan {
	position: relative;
	float: right;
	font-size: smaller;		
}

#zoomout:hover, #reset:hover {
	background-color: #ccc;
	color: #eee;
}


.tickLabel {
	font-size: 8px;
	
/*
		border-right: 1px solid silver;
		-webkit-transform: rotate(+90deg); 
		-moz-transform: rotate(+90deg);	
*/

}


#graphview {
	float: right;
	margin-right: 5px;
	visibility: hidden; 	
}

#graphduration {
	float: right;
	visibility: hidden; 
}


#graphnav {
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 10px;
	border: 1px solid silver;
	background: #f7f7f7;
}


#graphnav ul li {
	list-style: none;
	margin-left: 0px;
}

#graphnav ul li.prev {
	float: left;
}

#graphnav ul li.next {
	float: right;
}



.graphlabel label {
	font-weight: bold;
}

.graphlabel label em {
	font-weight: normal;
}


.threshold a {
	color: red;
}



ul#allornothing li {
	float: left;
	list-style: none;
	margin-left: 0px;
}


ul#allornothing li:first-child {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid silver;
}


.xticks { }

.blank {
	visibility: hidden;
}

#tooltip .blank {
	visibility: visible;
}


.additionalDates {
	border: 1px solid silver;
	padding: 5px 10px;
	background: #f7f7f7;
}


/*============================= Loader =================================*/



#loader {
	position: absolute;
	height: 500px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url('../gfx/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}






#credit {
	display: none;
}



/*============================= Google Search =================================*/


.searchResult {
	margin: 30px 0;
}


#content2ls .pages a, #content2ls .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #6db33f;
	width: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#content2ls .pages span.current {
	font-weight: bold;
	background: #006225;
}


#content2ls .pages a:hover {
	background: #6ba55b;
	color: white;	
}


/*============================= Form Elements =================================*/



form label {
	display: block;
	margin-bottom: 6px;
}

label .label, #login label span {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

label span.highlight {
	width: auto;
	float: none;
	font-weight: bold;
	color: red;
}

.buttons {
	padding: 10px 0;
	text-align: center;
}

#error {
	color: #FF0000;
	text-align: center;
}


.captcha {
	float: right;
	margin-right: 60px;
}


a.contest img {
	padding: 3px;
	margin: 10px 5px;
	border: 1px solid #6db33f;
}

a.contest:hover img {
	border: 1px solid #51c8e8;
}


/*============================= Ozone Management =================================*/




#ozone-tabs {
	height:auto !important; /* real browsers */
	height:580px; /* IE6: treated as min-height*/
	min-height:580px; /* real browsers */
	position: relative;
}

#ozone-overview {
	position: relative;
}

.piegraph {
	border: none;
}


.qtip-content strong {
	color: #006225;
}


.ozleft {
	width: 50%;
	float: left;
}
.ozright {
	width: 50%;
	float: right;
}

#ozone-results ol {
	list-style-type: upper-alpha;
}

#ozone-results ol li {
	margin-bottom: 30px;
}

#ozone-results ol li ul li {
	margin-bottom: 0px;
}

#ozone-results ol li ol {
	margin-top: 20px;
}

#ozone-results ol li ol li {
	list-style-type: lower-roman;
}

#ozone-results ol li ol li ul li {
	list-style-type: disc;
}
#ozone-results ol li ol li ul li ul {
	margin-bottom: 20px;
}

#ozone-results ol li ol li ul li ul li {
	list-style-type: circle;
	margin-bottom: 0px;
}

#curSlide {
	position: absolute;
	z-index: 10000;
	right: 25px;
	top: 40px;
	font-size: 90%;
}

#pager {
	position: absolute;
	z-index: 10000;
	right: 10px;
	top: 20px;
}

ul#pager li {
	float: left;
	list-style: none;
}

ul#pager li a {
	color: #006225;
	text-decoration: none;
}

ul#pager li a:hover {
	color: #a4ddf0;
}


ul.checkmark {
	float: right;
	margin-right: 80px;
}

ul.checkmark li {
	width: 100px;
	float: left;
	list-style: none !important;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

ul.checkmark li.yes {
	background-image: url('../gfx/icon-check.png');
	background-repeat: no-repeat;
	background-position: right top;
}

ul.checkmark li.no {
	background-image: url('../gfx/icon-x.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.sm-graph {
	float: right;
}


#ozone-btn {
	height: 110px;
	width: 110px;	
	background-image: url('../gfx/pamz-home-promo.png');
	background-position: 2px -34px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99999;
	top: 0px;
	left: 930px;	
}

#ozone-btn a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000em;
	outline: none;
}


#hero-btn {
	height: 110px;
	width: 136px;	
	background-image: url('../gfx/pamz-home-promo.png');
	background-position: -294px -34px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99999;
	top: 0px;
	left: 920px;
}

#hero-btn a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000em;
	outline: none;
}




#photo-btn {
	height: 146px;
	width: 130px;	
	background-image: url('../gfx/pamz-home-promo.png');
	background-position: -140px 0;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99999;
	top: 0px;
	left: 920px;
	
}

#photo-btn a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000em;
	outline: none;
}




/*=============================== AQHI =================================*/



#aqhi {
	position: relative;
	cursor: pointer;
	display: none;
	left: 584px;
	top: -90px;
	z-index: 1000;
	height: 72px;
	width: 266px;
	padding: 12px 35px 5px 35px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#aqhi h1 {
	position: absolute;
	color: white;
	margin: 0 0 4px 0;
}

#aqhi h2 {
	position: absolute;
	width: 260px;
	color: white;
	margin: 26px 0 0 0;
}
#aqhi h2 strong {
	position: absolute;
	font-size: 82px;
	color: white;
	right: 0;
	top: -5px;
}

#aqhi em {
	position: absolute;
	bottom: 8px;
	color: #f7f7f7;
}


.secondary-tabs {
	padding-top: 3em;
}


ul.secondary-ul {
	background: #ccc;
	position: absolute;
	border-top: 0.1em dotted #fff;		
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	top: 3em;
	left: 0;
	right: 0;
}

ul.secondary-ul li {
	float: left;
	list-style: none;
	border-left: 0.1em dotted #fff;	
	margin-left: 0;
}

ul.secondary-ul li:first-child {
	border-left: none;
}

ul.secondary-ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0.5em 2em;
	outline: none;
}

ul.secondary-ul li a:hover, ul.secondary-ul li a:active  {
	background: #f7f7f7;
}

ul.secondary-ul li a.selected {
	background: #fff;
}


#flasher {
	position: absolute;
	z-index: 999;
	right: -20px;
	top: 10px;
	height: 50px;
	width: 160px;
}


#ozone-documents ul li a {
	position: relative;
}

.next-arrow {
	display: block;
	position: relative;
	left: 760px;
	bottom: 220px;
	width: 80px;
	padding-top: 32px;
	background-image: url(../gfx/arrow-next.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	
}



.pledge-heading {
	background: #6ec0d7;
	padding: 20px 20px 40px 20px;
}

h2.pledge-heading strong {
	color: white;
}


#pledge-form {
	margin: 20px 0;
	background-image: url(../gfx/airy-sky.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#pledge-form label {
	display: block;
	width: 100%;
	float: left;
}


ul#ways-to-pledge {
	height: 308px;
	width: 716px;
	margin: 0 auto;
	background-image: url(../gfx/pamz-ways-to-pledge.jpg);
}

ul#ways-to-pledge li {
	list-style: none;
	text-indent: -3000em;
}


.buttons input {
	padding: 3px 5px;
}


.pledge_button {
	float: left;
	width: 100%;
	margin: 20px 0 0 180px;
}


table.contest-winner {
	table-layout: fixed;
}


table.contest-winner td {
	vertical-align: top;
	text-align: center;
}

#loggedin {
	float: right;
	padding-right: 40px;
}

#userlogin {
	width: 50%;
	margin: 0 auto;
	padding: 40px 40px 200px 40px;
}

