@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	text-align: center; 
	color: #000000;
}
#container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/********** Non-displaying sections for printing purposes **********/

#wrapper, #header, #sidebar, #subbanner {
	display: none;
}

.noprint {
	display: none;
}

/********** div#mainContent **********/

#mainContent {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: .9em;
}

h1 {
	font-size: 2em;
	color: #360;

}

h2 {
	font-size: 1.5em;
	color: #009900;
}

h3 {
	font-size: 1.25em;
	color: #060;
}

/* Links */

#mainContent a {
	font-weight: bold;
	text-decoration: underline;
}

#mainContent a:link {
	color: #009900;
}

#mainContent a:visited {
	color: #006600;
}

#mainContent a:hover {
	color: #66cc00;
}

/* Images */

img { /* for all images */
	border: none;
}

.imgl { /* for left aligned images */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgr { /* for right aligned images */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#slideshow { /* rotating image */
	float: right;
}

.arrowup { /* back-to-top image */
	clear: both;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Lists */

#mainContent ul li { /* all lists */
	margin-bottom: .5em;
}

ul.pdflist {
	list-style-image: url(../images/logos/pdficonsml.gif);
}

ul.pdflist li {
	margin-top: 1em;
}

ul.pdflist li li {
	list-style-image: none;
	line-height: 2em;
}

/* special boxes */

blockquote { /* individual quotations or testimonials */
	padding: 5px;
	padding-left: 30px;
	border: 1px solid #360;
	font-style: italic;
	background: transparent url(../images/graphics/quote.gif);
	background-repeat: no-repeat;
}

#dukeofed { /* sc leadership & sr canoe trip */
	margin: auto;
	padding: 5px;
	width: 80%;
	border: 1px solid #030; 
}

.grnbox {
	border:1px solid green;
	padding:5px;
}

.testimonial { /* for testimonial pages */
	padding-left: 30px;
	border-bottom: medium solid #060;
	background: transparent url(../images/graphics/quote.gif);
	background-repeat: no-repeat;
}

#ecsubsidies { /* env ctr subsidies message */
	margin: auto;
	padding: 0px 10px;
	width: 500px;
	border: 1px solid #360;
	background-color: #FFC;
	text-align: center;
	font-size: .9em;
	color: #360;
}

#eventbutton {
	margin-top: 15px;
	width: 160px;
	float:right;
}

#sale { /* oe sale */
	margin-left: 10px;
	padding: 0px 10px;
	float:right;
	border: 1px solid #360;
	background-color:#FFC;
	text-align: center;
	font-size: .9em;
	color: #360;
}

/* Curriculum Links Page */

.strand {
	background-color: #c0c0c0;
	text-align: center;
	vertical-align: bottom;
}

.grade {
	background-color: #ECE9D8;
	text-align: left;
	vertical-align: middle;
}

.topics {
	background-color: #ECE9D8;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
}

/* Tables */

/* Generic Tables */
table.tblborder {
	border-collapse: collapse; /* remove cellspacing */
}

table.tblborder tr, table.tblborder th, table.tblborder td {
	border: 1px solid #999; /* cell borders */
}

table.tblborder th, table.tblborder td {
	padding: 10px; /* cellpadding */
}

tr {
	vertical-align: top;
}

/* SC Dates and Rates Table */
table.datesandrates {
	border-collapse: collapse; /* remove cellspacing */
}

table.datesandrates tr, table.datesandrates th, table.datesandrates td {
	border: 1px solid #999; /* cell borders */
}

table.datesandrates th.program {
	text-align: left;
}

/********** div#footer **********/

div#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: 5px solid #360;
	color: #000;
	font-size: 0.8em;
}

#footer p {
	margin: 0px; 
	padding: 10px 5px; 
}

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

#ftrlogo {
	float:right;
	padding: 5px 0px;
}

