/* ----- THE BASICS ----- */

* { 
	margin:0;
	padding:0;
	} 

*:focus {
        outline:none
}

body, html {
	min-height:101%;
	}

body {
	color:#231f20;
	font-family:verdana,arial,sans-serif;
	font-size:62.5%;
	background:url(../images/assets/bg-new.jpg) center -2px no-repeat #f0ebde;
	}
#header {
	margin:0 0 8px;
}

a:link, a:visited {
	color:#231f20;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

a.thumb img {
	border:none;
	}

.picleft {
	float:left;
	padding:4px;
	margin:0 15px 20px 0;
	border:1px solid #A3A5A8;
	}

.picright {
	float:right;
	padding:4px;
	margin:0 0 20px 15px;
	border:1px solid #A3A5A8;
	}

a.pdf {
	padding:2px 22px 4px 0;
	background:url(../images/icons/pdf.png) no-repeat right 2px;
	}

a.pdf-left {
	padding:2px 0 4px 22px;
	background:url(../images/icons/pdf.png) no-repeat left 2px;
}

.callout {
	margin:0 0 30px;
	padding:18px 15px 20px;
	border:1px solid #ebdc8b;
	background:#fcf5ce;
}

.page ul, .page ol, #latest ul, #latest ol {
	display:table;
	padding-left:20px;
}

/* ----- CONTAINERS ----- */

#wrapper {
	font-size:1.1em;
	line-height:1.3em;
	width:910px;
	margin:0 auto;
/*	background:#f1ece4;*/
	}

#interior-wrapper {
	width:908px;
	/*border-right:1px solid #B0A187;
	border-left:1px solid #B0A187;*/
}
#main {
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	margin:0 0 20px;
	background:#fff;
  -moz-box-shadow:0 0 10px #ccc;
  -webkit-box-shadow:0 0 10px #ccc;
  box-shadow:0 0 10px #ccc;
}
#interior #banner {
	position:relative;
	width:702px;
	height:35px;
	margin:0;
	padding-top:80px;
	}

#brand {
	float:left;
	}

.img-box {
        float:left;
        margin:0 15px 10px 0;
}

.img-box .thumb {
        clear:both;
        margin-bottom:8px;
}

.img-box p {
        font-style:italic;
        text-align:center;
}

/* banners */

#banner {
	float:right;
	display:inline;
	background:url(../images/assets/banners/banner_states.jpg) no-repeat left top;
	}

/*
.states #banner {
	background:url(../images/assets/states_banner_temp.jpg) no-repeat left top;
	}
*/

.georgia #banner {
	background:url(../images/assets/banners/banner_georgia.jpg) no-repeat left top;	
	}


.alabama #banner {
	background:url(../images/assets/banners/banner_alabama.jpg) no-repeat left top;	
	}

.north_carolina #banner {
	background:url(../images/assets/banners/banner_north_carolina.jpg) no-repeat left top;	
	}

.south_carolina #banner {
	background:url(../images/assets/banners/banner_south_carolina.jpg) no-repeat left top;	
	}

.tennessee #banner {
	background:url(../images/assets/banners/banner_tennessee.jpg) no-repeat left top;	
	}

.virginia #banner {
	background:url(../images/assets/banners/banner_virginia.jpg) no-repeat left top;	
	}


.programs #banner {
	background:url(../images/assets/banners/banner_our_programs.jpg) no-repeat left top;
	}


.air #banner {
	background:url(../images/assets/banners/banner_healthy_air.jpg) no-repeat left top;
	}

.about #banner {
	background:url(../images/assets/banners/banner_about_selc.jpg) no-repeat left top;
	}
	
.oil #banner, .coast #banner {
	background:url(../images/assets/banners/banner_coast_wetlands.jpg) no-repeat left top;
	}

.land #banner {
	background:url(../images/assets/banners/banner_land_community.jpg) no-repeat left top;
	}

.forests #banner {
	background:url(../images/assets/banners/banner_southern_forests.jpg) no-repeat left top;
	}

.water #banner {
	background:url(../images/assets/banners/banner_clean_water.jpg) no-repeat left top;
	}


.global_warming #banner {
	background:url(../images/assets/banners/banner_global_warming.jpg) no-repeat left top;
	}

.multimedia #banner {
	background:url(../images/assets/banners/banner_multimedia.jpg) no-repeat left top;
	}

.newsroom #banner {
	background:url(../images/assets/banners/banner_newsroom.jpg) no-repeat left top;
	}

.publications #banner {
	background:url(../images/assets/banners/banner_publications.jpg) no-repeat left top;
	}

.why_you_care #banner {
	background:url(../images/assets/banners/banner_why_you_care.jpg) no-repeat left top;
	}
	
.donate #banner {
	background:url(../images/assets/banners/banner_campaign_2009_yea.jpg) no-repeat left top;
	}

.campaign #banner {
	background:url(../images/assets/banners/banner_campaign.jpg) no-repeat left top;
	}

.phil_reed #banner {
	background:url(../images/assets/banners/banner_phil_reed.jpg) no-repeat left top;
	}

#footer {
	height:65px;
	font-size:11px;
	text-align:left;
	color:#4c4c4c;
	background:url(../images/assets/footer-border.gif) left top repeat-x;
}

/* ----- HEADERS ----- */

#logo {
	float:left;
	width:206px;
	height:115px;
	background:#f7f5f1;
	}

#home #logo {
	margin-top:0;
	}

#logo h1, #logo a {
	display:block;
	text-indent:-9999px;
	width:168px;
	height:63px;
	margin:24px 0 0 18px;
	background:#f7f5f1 url(../images/assets/logo.gif) no-repeat left top;
	}

h2 {
	font-size:1.6em;
	}

#banner h2 {
	position:absolute;
	right:0;
	width:684px;
	padding-right:18px;
	}

h3 {
	font-size:1.4em;
	}

h4 {
	font-size:1em;
	}


/* ----- SEARCH ----- */

#search {
	float:right;
	overflow:hidden;
	width:190px;
	padding:8px;
	}

#search #keywords {
	display:block;
	float:left;
	color:#533b27;
	font-size:1em;
	width:120px;
	padding:4px;
	border:1px solid #968d7d;
	}

#search #submit {
	display:block;
	float:right;
	width:41px;
	height:26px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding:0;
	border:none;
	background:url(../images/assets/form-search-submit.gif) no-repeat;
	cursor:pointer;
}

#search {
	padding:5px 15px 5px 0;
	width:280px;
}

#search #keywords {
        border:1px solid #d1cbb6;
        font-size:1.2em;
        float:left;
        width:224px;
}

/* ----- MAPS ----- */

#map div h2 {
	color:#3A4C00;
	font-size:12px;
	padding-bottom:2px;
	}

#map div h2.subheadline {
	color:#000;
	font-size:11px;
	padding-bottom:4px;
	}

#map div p {
	width:100%;
	display:block;
	}

/* ----- FOOTER ----- */

#footer p {
	padding:15px 10px 0;
}
#footer p.first {
	float:left;
}
#footer p.last {
	float:right;
}
#footer a {
	text-decoration:none;
	text-transform:uppercase;
	color:#4c4c4c;
}
#footer a:hover {
	text-decoration:underline;
}
/* ----- CLEAR ----- */

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */


/* NEW MAP PAGES */
#map-pages p, #map-pages ul, #map-pages ol {
	font-size:12px;
	line-height:18px;
	color:#666;
	margin:0 0 18px;
}
#map-pages ul, #map-pages ol {
	padding:0 0 0 25px;
}
#map-pages #map-container {
	float:none;
	width:657px;
	height:419px;
	padding:0;
	border:none;
	margin:0 auto;
	background:url(../images/assets/map-bg.jpg) no-repeat;
	position:relative;
}
#map-pages #map-container #map {
	float:none;
	width:600px;
	height:371px;
	position:absolute;
	top:24px;
	left:29px;
}
#map-pages #map-container .map-pin {
	width:62px;
	height:80px;
	background:url(../images/assets/map-pin.png) no-repeat;
	position:absolute;
	top:265px;
	left:200px;
	z-index:100;
}
#map-pages #map-container .map-pin img {
	width:32px;
	height:28px;
	padding:14px 0 0 15px;
}
#map-pages #map-container .map-overlay {
	width:585px;
	padding:35px 0;
	border:1px solid #000;
	background:#fff;
  -moz-box-shadow:0 0 5px #333;
  -webkit-box-shadow:0 0 5px #333;
  box-shadow:0 0 5px #333;
	position:absolute;
	top:58px;
	left:35px;
	z-index:200;
}
#map-pages #map-container .map-overlay-details {
	margin:0 35px;
}
#map-pages #map-container .map-overlay-details img {
	display:block;
	float:left;
	margin:0 5px 0 0;
}
#map-pages #map-container .map-overlay-highlight {
	float:right;
	width:367px;
	height:80px;
	padding:10px;
	background:url(../images/assets/highlights-bg.gif) repeat-x;
	position:relative;
}
#map-pages #map-container .map-overlay h2 {
	font-size:16px;
	line-height:20px;
	color:#00674e;
}
#map-pages #map-container .map-overlay h2 a {
	text-decoration:none;
	color:#00674e;
}
#map-pages #map-container .map-overlay h2 a:hover {
	color:#de771c;
}
#map-pages #map-container .map-overlay h3 {
	font-size:14px;
	line-height:20px;
	color:#4c4c4c;
	margin:0 0 10px;
}
#map-pages #map-container .map-overlay h4 {
	font-size:11px;
	color:#4c4c4c;
	margin:0 0 10px;
}
#map-pages #map-container .map-overlay h4 strong {
	font-size:12px;
	color:#de771c;
}
#map-pages #map-container .map-overlay p {
	margin:0;
}
#map-pages #map-container .map-overlay-highlight p.more {
	font-size:12px;
	line-height:15px;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:12px;
}
#map-pages #map-container .map-overlay-highlight p.more a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	padding:0 20px 0 0;
	background:url(../images/assets/more.gif) right top no-repeat;
}
#map-pages #map-container .map-overlay-highlight p.more a:hover {
	color:#de771c;
}
#map-pages #map-container .map-overlay-details p.last {
	clear:both;
	font-size:12px;
	color:#4c4c4c;
	padding:10px 0 0;
}
#map-pages #map-container .map-overlay-details p.last strong {
	font-weight:normal;
	color:#00674e;
}
#map-pages #map-container .map-overlay-details p.last a {
	color:#4c4c4c;
}
#map-pages #map-container .map-overlay-details p.last a:hover {
	color:#00674e;
}
#map-pages #map-container .map-overlay a.close {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../images/assets/map-close.gif) no-repeat;
	position:absolute;
	top:8px;
	right:8px;
}
#map-pages #secondary .section-title {
	width:auto;
	color:#4d4d4d;
	padding:0 0 5px;
	border:none;
	background:url(../images/assets/footer-border.gif) left bottom repeat-x;
}
#map-pages #secondary #launcher {
	margin:20px 0 0;
}
#map-pages #secondary #launcher, #map-pages #secondary #launcher div {
	border:none;
	background:none;
}
#map-pages #secondary #launcher .item {
	float:left;
	width:128px;
	padding:0;
	margin:0 53px 30px 0;
}
#map-pages #secondary #launcher .item-last {
	margin:0 0 20px 0;
}
#map-pages #secondary #launcher a {
	float:none;
	text-decoration:none;
	color:#00674e;
	padding:0;
	border:none;	
}
#map-pages #secondary #launcher a:hover {
	color:#de771c;
}
#map-pages #secondary #launcher img {
	width:128px;
	height:96px;
}
#map-pages #secondary #launcher .info {
	display:block;
	float:none;
	width:auto;
	padding:10px 0 0;
	margin:0;
}
#map-pages #secondary #launcher .info h3 {
	font-size:12px;
	line-height:18px;
}
#map-pages #secondary a.more {
	display:block;
	padding:0 0 10px;
	margin:0;
}
#map-recent-news {
	margin:30px 15px 0;
}
#map-recent-news h4 {
	height:35px;
	font-size:12px;
	line-height:35px;
	color:#4d4d4d;
	margin:0 0 16px;
	background:url(../images/assets/map-sidebar.gif) repeat-x;
}
#map-recent-news ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#map-recent-news ul li {
	font-size:11px;
	line-height:16px;
	color:#4d4d4d;
	margin:0 0 16px;
}
#map-recent-news ul li a {
	display:block;
	text-decoration:none;
	color:#4d4d4d;
}
#map-recent-news ul li a strong {
	color:#00674e;
}
#map-recent-news ul li a:hover strong {
	color:#de771c;
}
/* small maps */
#map-pages #map-title {
	margin:0 0 10px;
}
#map-pages #map-text {
	float:left;
	width:197px;
}
#map-pages #map-container.small {
	float:right;
	width:460px;
	height:295px;
	margin:0;
	background:url(../images/assets/map-bg-small.jpg) no-repeat;
}
#map-pages #map-container.small #map {
	width:405px;
	height:248px;
}
#map-pages #map-container.small .map-overlay {
	width:403px;
	height:176px;
	top:0 !important;
	left:0 !important;
}
#map-pages #map-container.small .map-overlay-details {
	margin:0 10px;
}
#map-pages #map-container.small .map-overlay-highlight {
	width:235px;
}
#map-pages #map-container.small .map-overlay h2 {
	font-size:14px;
	line-height:18px;
}
#map-pages #map-container.small .map-overlay h3 {
	font-size:11px;
	line-height:17px;
}
/* indexes */
#map-pages #map-container.wide {
	width:868px;
	margin:0 auto 25px;
	background:url(../images/assets/map-bg-wide.jpg) no-repeat;
}
#map-pages #map-container.wide #map {
	width:811px;
}
#map-pages #primary ul#launcher {
	padding:0;
}
#map-pages #callout {
	margin:0;
}
/* END NEW MAP PAGES */


/* IE7 FIX */
#sidebar p div {
	display:none !important;
}


/* 25 YEARS */
.years25 #header {
	width:918px;
	height:169px;
	margin:0 0 0 -10px;
	background:url(../images/assets/25years/header.png) left bottom no-repeat;
	position:relative;
	z-index:100;
}
.years25 #content {
	padding-bottom:0;
}
.years25 #main {
	background:url(../images/assets/25years/main.png) repeat-x #fff;
	position:relative;
	z-index:0;
}
.years25 #main h1 {
	float:none;
	width:auto;
	font-size:20px;
	line-height:normal;
	color:#096749;
	margin:0 0 9px;
}
.years25 #main p, .years25 #main ul {
	font-size:12px;
	line-height:18px;
	color:#666;
	margin:0 0 18px;
}
.years25 #main ul {
	padding:0 0 0 25px;
}
.years25 #main a {
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
.years25 #main a:hover {
	text-decoration:underline;
}
.years25 #main img.first {
	float:left;
	margin:0 18px 18px 0;
}
.years25 #bottom {
	width:908px;
	height:536px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	margin:0 -25px;
	background:url(../images/assets/25years/bottom.jpg) no-repeat;
}
.years25 #bottom h2 {
	height:24px;
	font-size:18px;
	line-height:normal;
	color:#fff;
	padding:6px 0 0;
	margin:0 0 10px;
}
.years25 #bottom h3 {
	font-size:16px;
	line-height:normal;
	text-transform:uppercase;
	color:#096749;
}
.years25 #bottom p {
	margin:0 0 15px;
}
.years25 #bottom .state {
	float:left;
	width:267px;
	padding:0 15px 0 0;
}
.years25 #bottom .state ul {
	margin:0;
}
.years25 #bottom p.last {
	clear:both;
	padding:31px 0 0;
	margin:0;
}
.years25 #main25 {
	width:564px;
	float:left;
	padding:0 25px;
}
.years25 #sidebar25 {
	width:242px;
	float:right;
	padding:0 25px;
}
.years25 #sidebar25 h3 {
	padding:22px 0 0;
}
.years25 #sidebar25 h3 a {
	display:block;
	width:242px;
	height:42px;
	text-indent:-9999px;
	background:url(../images/assets/25years/button-donate.png) no-repeat;
}

/* END 25 YEARS */
