/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul {list-style: none;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	font-size: 14pt;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	background-color: #85876f;
}

strong, .strong {
	font-weight: bold;
}

a:link { color: #blue; text-decoration: underline }
a:active { color: red; text-decoration: none }
a:visited { color: #6c7e8a; }
a:hover { color: #85876f; text-decoration: underline }

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 12pt;
	}

p {
	font-size: 14pt;
	margin-bottom: 8pt;
	line-height: 1.3em;
	}

.home p { font-size: 13.25pt; }

div#container {
	background-color: #f1e7d9;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 980px;
	text-align: left;
}

#header {
	padding-top: 6px;
	font-size: 10pt;
	text-align: center;
	background-color: #445a68;
	color: white;
	height: 27px;
	width: 980px;
	margin: 0 auto;
}

#footer p {
	font-size: 8pt;
	margin:0 8px;
	padding-bottom: 8px;
	text-align:center;
}

#banner {
	height: 180px;
	width: 980px;
	background-image: url(images/mountains.jpg);
	margin: 0 auto;
}

#navFill {
	float:right;
	height: 33px;
	width: 560px;
	background-image: url(images/tagLine.gif);
	}

#content {
	padding: 12px 96px 48px 63px;
	text-align: left;
}

#contentLeft {
	width:220px;
	padding-right:24px;
	float:left;
	text-align: center;
}

#contentCenter {
	width:425px;
	padding-right:24px;
	float:left;
}

#contentRight {
	width:240px;
	padding:0px;
	float:left;
}

div.box {
	border: 1px solid #3f2c17;
	padding:12px 12px 8px 12px;
	margin-bottom:12px;
}

div.box h2 {
	font-size: 13pt;
	font-weight: bold;
	Margin-bottom:12px;
}

div.box h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom:0px;
}

div.box p {
	font-size: 12pt;
}

#contentLeft table.schedule {
	width:220px;
	float: none;
	border: 1px solid #3f2c17;
	font-size:10pt;
	margin:0 0 24px 6px;
	background-color: #d7cab6;
}

table.schedule {
	float:right;
	border: 1px solid #3f2c17;
	font-size:10pt;
	margin:0 0 24px 24px;
	background-color: #d7cab6;
}
table.schedule tr.odd {
	background-color: #e6d9c5;

}

table.schedule tr.even {

}

table.schedule td.header {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color:#fff;
	background-color: #445a68;
	padding: 4px;
}

table.schedule td.subhead {
	border-top-color: #b0a698;
	font-size: 10pt;
	font-weight: bold;
	background-color: #b8ae9f;
	padding: 4px;
	border-top: solid 2px
}

table.schedule td {
	padding:4px;
}

table.schedule td.time {
	text-align:right;
}


table.schedule#summerCamp {
	float:none;
	font-size:10pt;
	margin:0 0 24px 0px;
	background-color: #d7cab6;
}

table.schedule#summerCamp td {
	min-width:80px;
}

ul.curriculumList {
	list-style: none;
	margin-bottom:24px;
	font-size: 10pt;
}

#greenPower p { font-size: 8pt; }
#greenPower img { border: none; }