/* 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;
	margin-bottom: 0.5em;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}

/* 	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... */
div.clearboth, 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 Clean Spaces, LLC
	www.cleanspacesvt.com

------------------------------------------------------------------------------ */

body {
	background-color: #9FB07C;
	background-color: #614B67;
	background-color: #918195;
	color: #614B67;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

html { height: 100%; margin-bottom: 1px; }

h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 140%;	
}

#logo {
	display: block;
	width: 406px;
	height: 78px;
	position: absolute;
	left: 154px;
	top: 0;
}

#wrap-main {
	clear: both;
	width: 100%;
	background: #9FB07C url(bg-wrap-main.png) center top repeat-y;
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}

#wrap-main2 {
	display: block;
	position: relative;
	width: 750px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFF;
	overflow: visible;
	overflow: hidden;
}
	
#main {
	overflow: hidden;
	display: block;
	float: left;
	width: 550px;
}

.csc-textpic-imagewrap {
	position: relative;
}

.csc-frame-indent {
	margin-left: 150px;
}

/* callout box */
.csc-frame-frame1 {
}

/* footnotes */
.csc-frame-frame2 {
	border-top: 1px solid #D6CEB9;
	margin-top: 1.8em;
	padding: 1em 0 1em 150px;
	font-family: Arial, Helvetica, sans-serif;
}

.csc-frame-frame2 p {
	font-size: 1em;
}

#wrap-footer {
/*	margin-top: 5px; */
	clear: both;
	border-top: 5px solid #614B67;
	border-top: 5px solid #918195;
	border-top: 5px solid #614B67;
/*	border-top: 5px solid #CBDFAB; */

	background-color: #918195;
	background-color: #614B67;
	background-color: #B4BBA2;
	background-color: #918195;
	background-color: #614B67;
	background-color: #918195;
	width: 100%;
	padding-bottom: 30px;
/*	border-bottom: 5px solid #918195; */
	overflow: hidden;
}

#footer {
	clear: both;
	position:relative;	
	margin: 0 auto;
	width: 750px;
	color: #FFF;
}


#wrap-callout {
	display: none;
	clear: both;
	background: #CFD4C4 url(bg-wrap-main.png) center top repeat-y;
	width: 100%;
}

#callout {
	clear: both;
	position:relative;	
	margin: 0 auto;
	width: 750px;
	background: #9A8C9E url(bg-callout.png) left top no-repeat;
}



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

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

a {
	color: #614B67;
}

a:visited {
	color: #9A8C9E;
}

a:hover {
	color: #9FB07C;
}



#wrap-header {
	width: 100%;
	position: relative;
	background: #614B67 url(bg-wrap-header.png) left bottom repeat-x;
	height: 107px;
	overflow: hidden;
}

#wrap-header2 {
	position: relative;
	width: 750px;
	height: 107px;
	margin: 0 auto;
	overflow: visible;
}

#header {
	top: 0;
	left: -176px;
	position: absolute;
	height: 107px;
	width: 1100px;
	background: #614B67 url(bg-header.png) center bottom no-repeat;
}

#header-action a {
	position: absolute;
	display: block;
	top: 0;
	left: 461px;
	width: 265px;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	background: url(bg-header-action.png) left top no-repeat;
}

#header-action a:hover {
	background-position: left -29px;
}

#header-spot {
	position: absolute;
	display: block;
	top: 0;
	left: 746px;
	width: 180px;
	height: 107px;
	background: url(bg-spot-lemon.jpg) left top no-repeat;
}

body.layout-0 #header-spot { background-image: url(bg-spot-lemon.jpg); }
body.layout-1 #header-spot { background-image: url(bg-spot-lavender.jpg); }
body.layout-2 #header-spot { background-image: url(bg-spot-cinnamon.jpg); }
body.layout-3 #header-spot { background-image: url(bg-spot-grapefruit.jpg); }
body.layout-4 #header-spot { background-image: url(bg-spot-basil.jpg); }
body.layout-5 #header-spot { background-image: url(bg-spot-peppermint.jpg); }
body.layout-6 #header-spot { background-image: url(bg-spot-eucalyptus.jpg); }
body.layout-7 #header-spot { background-image: url(bg-spot-cocoa.jpg); }

#navmain-content { 
	background-position: left -120px;
	background-repeat: no-repeat;
	padding: 46px 10px 0 10px;
	width: 160px;
	float: left;
	color: #FFF;
}

#navmain-content p {
	margin: 0;
}

#navmain-content a {
	color: #FFF;
}

body.layout-0 #navmain-content { background-image: url(bg-spot-lemon.jpg); }
body.layout-1 #navmain-content { background-image: url(bg-spot-lavender.jpg); }
body.layout-2 #navmain-content { background-image: url(bg-spot-cinnamon.jpg); }
body.layout-3 #navmain-content { background-image: url(bg-spot-grapefruit.jpg); }
body.layout-4 #navmain-content { background-image: url(bg-spot-basil.jpg); }
body.layout-5 #navmain-content { background-image: url(bg-spot-peppermint.jpg); }
body.layout-6 #navmain-content { background-image: url(bg-spot-eucalyptus.jpg); }
body.layout-7 #navmain-content { background-image: url(bg-spot-cocoa.jpg); }

#wrap-navmain {
	float: right;
	width: 180px;
	background: #9A8C9E url(bg-nav-corners.png) left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#navmain {
	float: left;
	background-color: #614B67;
	padding-top: 18px !important;
	overflow: hidden;
	/* border-bottom: 5px solid #9A8C9E; */
/*	border-bottom: 5px solid #CFD4C4; */
	border-bottom: 5px solid #614B67;
}

#navmain li {
	float: left; /* IE6 requires this */
}

#navmain a {
	color: #DBD6DC;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 0.6em 20px 0.6em 10px;
	line-height: 100%;
	background-color: #614B67;
}

#navmain a:hover {
	color: #FFF;
	background: #9FB07C url(bg-navmain-a.png) right 50% no-repeat;
}

#navmain a.nav-act,
#navmain a.nav-act:hover {
	color: #FFF;
	background-color: #9A8C9E;
	background-image: none;
}


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

#content {
	font-size: 1.15em;
	padding: 20px 0;
	overflow: hidden;
	background-color: #FFF;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #9FB07C;
	margin: 0 0 0.4em 0;
	line-height: 0.9em;
}

h2 {
	color: #614B67; 
	/* color: #9A8C9E; */
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.8em 0 0 0;
}

h3 {
	font-weight: bold;
	border-bottom: 1px solid #9A8C9E;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 {
	font-weight: bold;
}

.csc-textpic-image {
	position: relative;
	padding-top: 0.2em;
}

p {
	margin: 0 0 1em 0;
}


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

ul#navfoot {
	position: relative;
	float: left;
	padding: 0;
}

#navfoot li {
	float: left;
	padding-bottom: 5px;
	background-color: #614B67;
}

#navfoot a {
	float: left;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #B0A5B3;
	padding: 0.3em 1em;
	border-right: 1px solid #918195;
}

#navfoot a:hover {
	color: #FFF;
}
#navfoot li.nav-first {
	background: #614B67 url(bg-nav-corners.png) -180px bottom no-repeat;
}

#navfoot li.nav-last {
	background: #614B67 url(bg-nav-corners.png) right bottom no-repeat;
}

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


#footer-content {
	margin-top: 0;
	float: right;
	color: #FFF;
	text-align: right !important;
	font-size: 0.85em;
}

#footer-content a {
	color: #FFF;
	text-decoration: none;
}

#footer-content a:hover {
	color: #FFF;
}

#footer-content p {
	text-align: right;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding-top: 0;
}


/* --------------------------------
	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 #D6CEB9;
	width:100%;
	margin: 1em 0;
	padding: 0;
}

.csc-div hr {
	display: none;
}





.csc-textpic-caption {
	padding: 0.4em 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	color: #9A8C9E;
}




div.csc-frame-frame1 {
	margin: 1em 0;
}

.csc-frame-frame1 .csc-header,
.csc-frame-frame1 .csc-textpicHeader {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) top left no-repeat;

}

.csc-frame-frame1 .csc-header h1,
.csc-frame-frame1 .csc-header h2,
.csc-frame-frame1 .csc-header h3,
.csc-frame-frame1 .csc-textpic-text h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #D9DCC3;
}

.csc-frame-frame1 .csc-textpic-text {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) left bottom no-repeat;
}

.csc-frame-frame1 .csc-textpic-text p {
	margin: 0;
	padding: 0 0 1em 0;
}



/* Fancier links in line */
/*#content h4 {
	border: 1px solid #FFCC66;
	padding: 0.2em;
}*/

#content h4 a {
	padding: 0.2em 20px 0.2em 0;
	background: url(bg-h4-a.png) right 50% no-repeat;
}



/* forms */

#footer-content strong,
#footer-content b  {
	font-size: 1.3em;
/*	line-height: 180%; */
}

#footer-content p {
	margin-top: 0.3em;
	line-height: 1.8em;
	margin-bottom: 0;
}


/* 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 */


/* 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;
}