/* BEGIN WRAPPERS */

#wrapper {
	overflow: hidden; /* Keep content within div boundary */
	border: 0px solid #000;
	padding: 0px;
	spacing: 0px;
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
	display: inline-block; /* Ensure IE keeps background colour within div */
	text-align: left; /* for non-IE browsers, to reset wrapper centering */
	}

#header {
	border: 0px solid #000;
	padding: 0px;
	background-color: #ffffff;
	}

#bodywrapper {
	border: 0px solid #f00;
	padding: 10px;
	margin: 0 0 0 0px;
	width: 100%;
	}

#content {
	/* float: right; */
	border: 0px solid #0f0; 
	margin: 0 0 0 230px;
	width: 75%;
	}

#footer {
	float: left;
	/* border: 1px solid #f00; */
	padding: 0px;
	margin: 0 0 0 0px;
	width: 100%;
	background-color: #ffffff;
	clear: both;
	}

/* END WRAPPERS */





/* BEGIN RE-DEFINED HTML TAGS */
body {
	text-align: center; /* for Internet Explorer, to center the wrapper */
	font-size: 0.8em;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #00b04c;
	background-image: url(../assets/volunteer_green.gif);
	background-repeat: repeat;
	color: #222222;
	
	}
	body * {
	font-size: 100%;
	
}

h1 {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #000;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
	}
h2 {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #73AF55;
	line-height: 1.8em;
	font-weight: bold;
	}
h3 {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.4pem;
	color: #FF5100;
	line-height: 1.8em;
	}
h4, h5, h6 {
	color: #555555;
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: 1px;
	}

a {
	color: #ED2939;
	text-decoration: none;
}
a:link {
	color: #ED2939;
}
a:visited {
	color: #ED2939;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #C7D1C5;
}
a:active {
	text-decoration: underline;
	color: #ED2939;
}

/*
a:link {
	color: #004C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #004C00;
	}
a:hover {
	text-decoration: underline;
	color: #EE1B2E;
	}
a:active {
	text-decoration: underline;
	color: #FE4B00;
	}*/

/* END RE-DEFINED HTML TAGS */





/* BEGIN HEADER ROW */

#header_logo {
	/* border:1px solid #bbb; */
	float: left;
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: 115px;
	background: url(/assets/a.gif);
	text-decoration: none;
	}
#logoHolder {
	/* position: absolute;
	left: 11px;
	top: 14px; */
	margin: 0px;
	}

/* END HEADER ROW */





/* BEGIN NAVIGATION */

#navcontainer {
	border: 0px solid #f00;
	float: both; 
	margin: 0px;
	padding: 10px;
	/* height: 140px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	color: #333333;
	}
#navlist {
	/* float: left; */
	list-style-type: none;
	padding-top: 45px;
	margin: 0 0 0 200px;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	}

.nav {
	cursor: hand;
	font-size: .9em;
	}
.navbold {
	font-weight: bold;
	}
.navindent {
	
	padding-left: 10px;
	}

.sectionLinks{
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEDF00;
	line-height: 1.8em;
	font-weight: bold;
}
#sectionLinks_ON a:hover{
	background-color: #FFFFC7;
}
#sectionLinks a {
	display: block;
}
#sectionLinks a:hover{
	background-color: #FFFFC7;
}

/* END NAVIGATION */





/* BEGIN LEFTNAV */

#leftnav {
	/*border: 0px solid #f00;*/
 	float: left;
	padding: 10px;
	margin-top: 30px;
	width: 200px;
	clear: left;
	/*float: right;
	width: 310px;
	padding: 10px;*/
	background-color: #C7D1C5;
	border-left-style: dotted;
	border-left-color: #F6881F;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6881F;
}

/* END LEFTNAV */





/* BEGIN FOOTER ROW */

#footer_container {
	/* border: 1px solid #0f0; */
	/* float: both; */
	margin: 0 0 0 240px;
	padding: 10px;
	/* width: 100%; */
	}

#footer_green {
	border: 0px solid #f00;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	width: 100%;
	height: 40px;
	background-color: #4E7441;
	}

/* END FOOTER ROW */





/* BEGIN CONTENT ROW */

#content_body {
	border: 0px solid #f00;
	float: right;
	margin-top: 15px;
	padding: 10px;
	/* width: 100%; */
	/*background-color: #E4E4E4;*/
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

	

	}

.hr_yellow {
	border: 0px;
	color: #ff9f55;
	background-color: #ff9f55;
	height: 1px;
	}
.hr_green {
	border: 0px;
	color: #008848;
	background-color: #008848;
	height: 1px;
	}

.head {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #000;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.6em;
	}
.head_summercamp {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #000;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.6em;
	}

	.subhead {
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #73AF55;
	font-weight: bold;
	line-height: 1.8em;
}

.callouts {
	color: #007934;
	padding-bottom: 4px;
	padding-top: 6px;
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
.callouts_v {
	color: #007934;
	padding-bottom: 4px;
	padding-top: 6px;
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	}
.callouts_summercamps {
	color: #007934;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 6px;
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-bottom: 4px;
	padding-top: 6px;
	}
.callout_flag {
	font-weight: bold;
	font-family: Calibri, Myriad Pro, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-bottom: 4px;
	padding-top: 6px;
	}

.caption {
	font-size: .9em;
	color: #333333;
	letter-spacing: 1px;
	}

.bodynorm {

	}
.body_summercamp {
	
	font-size: 1.2em;

	color: #000000;
	}
.body_yourvoice {
	
	background-repeat: no-repeat;
	background-image: url(your_voice_red.gif);
	padding-top: 70px;
	width: 730px;
	}

.tagline {
	font-size: 1.2em;
	font-family: Calibri, "Myriad Pro", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.feature {
	}
.feature_italic {
	font-style: italic;	
	}
.feature2 {
	
	font-weight: bold;
	
	}
.feature_underline {
	
	font-weight: bold;
	color: #002200;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1D792C;
	padding-bottom: 2px;
	letter-spacing: 1px;
	}

#listing {
	border: 1px solid #FFFFFF;
	}

/* END CONTENT ROW */
