/* COMBINED BASE+STYLES FILE */

/* 	Copyright 2008 Paul Hansen, Ecopixel - www.ecopixel.com */

/*  base.css ------------------------------------------------------------------
	Set general styles common to most projects.
	
	VERSION: 1.0.5

	HISTORY:
	1.0.5: Added clear* classes for br clearing tags
	1.0.4: Added navslide
	1.0.3:	- navbread can now be ol#navcrumbs
			- nav is now navmain
			- merged reset and base for faster loads
	1.0.2: nav is now normal "text-decoration: none"
	1.0.1: Added text-decoration to navigation list.
	1.0: 2006-12-26
--------------------------------------------------------------------------- */
/*	BEGIN RESET 
	General idea from undohtml.css (CC) 2004-2005 Tantek Celik
	Also: Concepts from YUI's reset.css
	Also: http://style.cleverchimp.com/corestyle/base.html */

html,body,
h1,h2,h3,h4,h5,h6,p,blockquote,
dl,dt,dd,
table,th,td,
form,
pre,code,kbd,address,abbr,
a img,a:link img,:visited img { 
	font-weight: normal;
	font-style: normal;
	border: 0;
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

/* Setting these specifically seems to create more cross-browser 
   issues than it fixes. Noted here for reference only. */
input,select,fieldset {
}

table {
	border-collapse: collapse; /* Equivalent to cellpadding="0" */
	border-spacing: 0; /* cellpadding="0", Gecko only, CSS2 */
	font-size: inherit; /* for html4 doctype, see: http://css-discuss.incutio.com/?page=UsingEms */
}

/* Set consistent cross-browser styling to lists */
ul,ol {
	margin-left: 0;
	padding-left: 2.5em;
}
ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}

/* 	END RESET, BEGIN BASE */

/* A good starting point for most projects */
body {
	width: 100%;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* form legend: IE6 makes these blue */
legend {
	color: #000;
}


/* For our nav elements, remove padding/margin and list styles
   We cover both direct and dir-wrapped ul here */
ul#navtop, ul#navmain, ul#navsub, ul.navsub, ul#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
ul#navslide, #navslide ul,
#navtop ul, #navmain ul, #navsub ul, .navsub ul, #navcrumbs ul, #navcrumbs ol, #navpage ul, #navpagebot ul, #navbot ul, #navfoot ul {
	margin: 0;
	padding: 0;
}

#navtop li, #navmain li, #navsub li, .navsub li, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li,
#navslide li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, .navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot a,
#navslide a {
	text-decoration: none;
	line-height: 1em; /* most padding control */
}

/* Add consistent margins back to these elements */
h1 { margin: 1em 0 0.4em; font-size: 1.6em; }
h2 { margin: 1em 0 0.4em; font-size: 1.4em; }
h3 { margin: 1em 0 0.4em; font-size: 1.2em; }
h4,h5,h6 { margin: 1em 0 0.4em;	font-size: 1.0em; font-weight: bold; }

dl { margin: .5em 0; }

p,blockquote,ul,ol {
	margin: 1em 0;
}

/* We like this for line heights */
h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 160%;	
}


/* For clearing... */
br.clearboth {
	clear:both;
	height:0;
}

br.clearleft {
	clear:left;
	height:0;
}

br.clearright {
	clear:right;
	height:0;
}



/*  styles.css -----------------------------------------------------------------
	Copyright 2009 Paul Hansen / Ecopixel, LLC / www.ecopixel.com
	All Rights Reserved.

	Produced for the Charlotte Land Trust
	www.charlottelandtrust.org
	March 2009
------------------------------------------------------------------------------ */

#ep_credit {
	width: 750px;
	text-align: right;
	margin: 0 auto;
	background-color: #246E9B;
	padding-bottom: 10px;
}


body {
	background-color: #E9EFEC;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	clear: both;
	position: relative;
	width: 100%;
	background: #DAE4DF url(bg-header.png) top left repeat-x;
	padding-top: 7px;
}

#wrap-main {
	position: relative;
	width: 100%;
	background-color:#FFF;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	width: 750px;
}


/* --------------------------------
	Navigation
----------------------------------- */

/* Order must be :link, :visited, :hover, :active */

a {
	color: #650C00;
}

a:visited {
	color: #846966;
}

a:hover {
	color: #CC3300;
}

#logo-link {
	display: block;
	width: 428px;
	height: 82px;
	margin: 0 auto;
}

#wrap-navmain {
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: both;
	background: #55836B url(bg-header.png) bottom left repeat-x;
	margin-top: 6px;
	border-top: 1px solid #BFD0C7;
	float: left;
}

ul#navmain,ul#navfoot {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#navmain li,#navfoot li {
   float: left;
   position: relative;
   right: 50%;
}

#navmain a,#navfoot a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0.5em 0.8em;
	font-weight: normal;
	font-size: 1em;
}

#navmain a {
	color: #FFF;
}

#navmain a:hover {
	background-color: #3C7155;
}

#navmain a.nav-act,
#navmain a.nav-act:hover {
	border-right: 2px solid #3C7155;
	background-color: #FFF !important;
	color: #2B6547;
}



/* ---------------------------------------------------------------------------
	Content formatting
------------------------------------------------------------------------------ */

#content {
	width: 750px;
	padding: 12px 0;
	position: relative;
}

div.csc-frame-invisible {
	position: relative;
	width: 610px;
	clear: both;
	overflow: hidden;
	left: -20px;
}

/* .csc-frame-slideshow1 */
.csc-frame-slideshow1 ul,
.csc-frame-slideshow1 li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.csc-frame-slideshow1 ul.slideshow1-buttons  {
	position: absolute;
	display: block;
	z-index: 100;
	right: 0;
	top: 0;
	width: 77px;
	height: 21px;
	overflow: hidden;
	padding: 7px !important;
}

ul.slideshow1-buttons li {
}

a.slideshow1-button {
	float: left;
	height: 0;
	padding-top: 21px;
	width: 21px;
	margin-right: 7px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1em;
	display: block;
	/* note: IE7 doesn't like "bottom" align, had to do -21px */
	/* Firefox is picky about x,y order */
	background: url(bg-slideshow1-buttons.png) left -21px no-repeat;
}

.csc-frame-slideshow1 a.slideshow1-next,
.custom-35 a.slideshow1-next {
    padding-right: 0;
}

.csc-frame-slideshow1 a.slideshow1-prev { background-position: left -21px; }
.csc-frame-slideshow1 a.slideshow1-play { background-position: -21px -21px; }
.csc-frame-slideshow1 a.slideshow1-pause { background-position: -42px -21px; }
.csc-frame-slideshow1 a.slideshow1-next { margin-right: 0; background-position: -63px -21px;}

.csc-frame-slideshow1 .slideshow1-prev:hover { background-position: left top;}
.csc-frame-slideshow1 .slideshow1-play:hover { background-position: -21px top;}
.csc-frame-slideshow1 .slideshow1-pause:hover { background-position: -42px top; }
.csc-frame-slideshow1 .slideshow1-next:hover { background-position: -63px top; }

.custom-35 a.slideshow1-prev { background-position: left -21px; }
.custom-35 a.slideshow1-play { background-position: -21px -21px; }
.custom-35 a.slideshow1-pause { background-position: -42px -21px; }
.custom-35 a.slideshow1-next { margin-right: 0; background-position: -63px -21px;}

.custom-35 .slideshow1-prev:hover { background-position: left top;}
.custom-35 .slideshow1-play:hover { background-position: -21px top;}
.custom-35 .slideshow1-pause:hover { background-position: -42px top; }
.custom-35 .slideshow1-next:hover { background-position: -63px top; }

/*

a.enlarge {
	background: url(bg-slideshow1-buttons.png) bottom -84px no-repeat;
}

a.close {
	background: url(bg-slideshow1-buttons.png) top -84px no-repeat;
}
*/

h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	margin: 0 0 0.8em 0;
}


h2 {
	color: #2B6547;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;

}

h3 {
	color: #2B6547;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	margin-top: 1.8em;
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: 1px solid #95B2A3;
}

h4 {
	font-weight: bold;
	color:#000;
	margin-bottom: 0;
	margin-top: 1em;
}

p {
	margin: 0 0 0.8em 0;
}

/* ---------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------ */

#wrap-footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	background-color: #CCD9D2;
	background-color: #E9EFEC;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #95B2A3;
/*	border-bottom: 1px solid #95B2A3; */
}

#footer {
	clear: both;
	position:relative;	
	margin: 0 auto;
	width: 750px;
	color: #000 !important;
	margin-bottom: 0;
}


#footer a {
}

ul#navfoot {
	margin: 0.8em 0;
}

#navfoot li {
}

#navfoot a {
	padding: 0.2em 0.8em;
	text-decoration: underline;
	border-right: 1px solid #BFD0C7;
}

#navfoot li.nav-last a {
	border-right: none;
}

#footer-content {
	color: #000;
	clear: both;
}

#footer p {
	text-align: center;

/*	line-height: 1.2em; */
}


/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */


.csc-div {
	clear: both;
	height:0;
	border-top: 1px solid #95B2A3;
	width:100%;
	margin: 0.8em 0;
	padding: 0;
}

.csc-div hr,.access-tip {
	display: none;
}

.csc-textpic-caption {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.4em 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
}



/* forms */
form label:hover {
	background-color:#FFFFCC;
}


/* existing styles Sept 2007 *******************************/

.csc-mailform label,.csc-mailform input,.csc-mailform textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	text-align: left;
}

.csc-mailform label {
	text-align: right;
	width: 12em;
	padding-top: 0.1em;
	padding-right: 0.5em;
}

.csc-mailform legend {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
}

fieldset.csc-mailform {
	border: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
	clear: both;
}

.csc-mailform-submit {
		
}

/* overlay new styles for Mailform Feb 2008 ***********************************/

/* span around "label" and property elements. */
.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.csc-mailform span.csc-mailform-check input {
	margin-right: 0.5em;
}

.csc-mailform span.csc-mailform-check label {
	text-align: left;
	display: block;
	width: auto;
	float: left;
}

.csc-mailform span.csc-mailform-radio {
	display: block;
	margin: 0;
}

.csc-mailform span.csc-mailform-radio br {
	clear: both;
}

.csc-mailform span.csc-mailform-radio input {
}

.csc-mailform span.csc-mailform-radio label {
	width: auto;
	float: none;
	padding-left: 0.4em;
	text-align: left;
	display: inline;
}

/* inside fieldsets for checkbox groups */
.csc-mailform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ----------- end of mailform */







/* NEWS */

.news-latest-img,
.news-list-img {
	float: left;
	text-align: left;
	width: 170px;
}

/*.news-list-img {
	float: right;
	text-align: left;
	width: 170px;
}
*/
.news-latest-img a {
}

.news-latest-img img,
.news-list-img img {
	padding: 5px 10px 5px 0;
	display: inline;
}


.news-latest-text,
.news-list-text {
	padding-left: 175px;
}


.news-single-item .news-single-img {
	float: right;
	padding: 5px 0 10px 20px;
}

.news-latest-text h3,
.news-list-text h3 {
	padding-top: 0;
	margin-top: 0;
}


.news-list-timedata {
	float: right;
	font-size: small;
	padding-right:5px;
	padding-left:5px;
}
.news-single-timedata {
	font-size: small;
}


.csc-frame-frame1  {
	margin: 1em 0;
	padding: 0.5em 1em 0 1em;
	border: 2px solid #D6D3A4;
	background-color: #EEEBC8;
}

.csc-frame-frame1 h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0 0 1em 0;
	padding: 0 0 0.1em 0;
	border-bottom: 1px solid #D6D3A4;
	color: #2B6547;
}


.csc-frame-frame1 p  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #2B6547;
}


.csc-frame-ruler-before  {
	clear: both;
	border-top: 1px solid #95B2A3;
	margin: 1em 0 0 0;
	padding: 0.5 0 0 0;
}

.csc-frame-ruler-before::after {
    display: none;
}

.csc-frame-ruler-after {
	clear: both;
	border-bottom: 1px solid #95B2A3;
	margin: 0 0 1em 0;
	padding: 0 0 0.5 0;
}

.csc-frame-ruler-after::after {
    display: none;
}

/* for slideshow */
.csc-frame-frame2 {
}



/* table class="contenttable contenttable-0" summary="Algae Monitoring Summary" */
/* tr-even, tr-odd */

table.contenttable {
	width: 100%;
}

table.contenttable tr {
	border-bottom: 1px solid #A1C0D4;
}

table.contenttable .tr-0 {
	border-top: 1px solid #A1C0D4;
}

table.contenttable .tr-even {
	background-color: #D3E2EB;
}

table.contenttable .tr-odd {
	background-color: #E9F1F5;
}


table.contenttable td,
table.contenttable th {
	padding: 0.2em 1em;
	text-align: right;
}

table.contenttable th {
	font-weight: bold;
}


/* for nicer index menus  */

div.nav-col {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}



.csc-menu-3 {
	border-bottom: 1px solid #95B2A3;
	float: left;
	width: 100%;
	margin: 1em 0;
	overflow: hidden;
}

.csc-menu-3 ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

.csc-menu-3 li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.csc-menu-3 a {
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1.2em; /* padding control */
	background: url(bg-menu-updown.png) left 0.4em no-repeat;
	padding-bottom: 0.3em;
}


.csc-linkToTop a {
	padding-left: 15px;
	background: url(bg-menu-updown.png) -800px 50% no-repeat;
}


/* PayPal donation form */

.paypal-form {
    float: left;
    width: 480px;
    margin-bottom: 1em;
}

.paypal-form p {
    margin: 0;
}

.paypal-box {
    margin: 0;
    float:right;
    width:253px;
    border-left: 1px solid #95B2A3;
    margin-left: 15px;
}

.paypal-box-caption {
    margin:0;
    padding: 0 15px 15px 15px;
    font-style: italic;
}

form.paypal-form label:hover,
form.paypal-form label:active,
form.paypal-form label:focus {
	background-color:#FFFFCC;
    
}

.paypal-error {
	background-color: #FF9;
    padding: 1em 0.5em;
}

.paypal-form .input-text {
    padding: 0.6em 0.8em;
}

.paypal-form .input-radio-list label {
    padding: 1em 0.5em;
    display: block;
}


.paypal-form .input-standalone label {
    padding: 1em 0.5em;
    display: block;

}

.paypal-form .input-submit {
    font-weight: bold;
    padding: 0.6em 0.8em;
    border-radius: 0.6em;
    margin: 1em 0;
    background-color: #55836B;
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    border: none;
}

.paypal-form .input-submit:hover,
.paypal-form .input-submit:active,
.paypal-form .input-submit:focus {
    background-color: #3C7155;
}

.paypal-form .paypal-thanks {
    padding-left: 0.6em;
    font-style: italic;
}