/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
color: #515151;
}

/***** Common Formatting *****/
h1, h2 { text-align: center; }
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
color: #0b4d0b;
}

h1 {
padding: 0 0 0 5px;
letter-spacing:-1px;
font-size:2em;
font-weight: bold;
}

h2 {
padding: 0 0 10px 0;
letter-spacing:-1px;
font-size:1.5em;
}

h3 {
font-size:1.5em;
padding: 0 0 10px 0;
}
ul#volunteerlist { margin-top: -.9em; padding-bottom: 0; }
ul#volunteerlist li {margin-bottom: 1em;}
ul#youthlist li { padding-bottom: 1em; }
ul#youthlist { margin-top: -17px; }
p, ul, ol {
margin:0;
padding:0 5px 18px 5px;
}

ul, ol {
padding:0 0 18px 40px;
}

ul { list-style-type: square; }

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
color: #0b4d0b;
text-decoration:none;
}
a:hover {color: #0072ff; }


/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }
.img-border 	{border: 1px #0b4d0b solid; padding: 2px; margin-right: 10px;}
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.border-right   { border-right: 1px solid #0b4d0b; }
.marginbotton 	{ margin-bottom: 10px; }

/*----- FONTS ------*/
#navcontainer { color: #fff; }

#content {
	font-size: .8em;
	color: #515151;
}
#content p a, #content p a:visited {
	color: #000000;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}

#footer { 
	color: #fff;
	text-align: center;
}
*html ul#navlist { margin-right: 10px; }
ul#navlist li a, ul#navlist li a:visited {
	display: block;
	width: 190px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	padding: 10px 11px 10px 10px;
}

ul#navlist li a:hover {
	color: #ccc;
}
ul#footerlinks { padding: 5px 5px 0 0; display: none; }
ul#footerlinks li {
	display: inline; 
	list-style-type: none;
	text-align: center;
	font-size: .8em;
	padding: 3px 7px;
}

ul#footerlinks li a, ul#footerlinks li a:visited {
	color: #ccc;

}
ul#footerlinks li a:hover {
	text-decoration: underline;
}

#footer p { 
	padding-top: 5px;
	font-size: .9em;
 }
 .mediumtext { 
	font-size: 1.3em;
	color: #0b4d0b;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 5px;
	letter-spacing: normal;
}
.largetext { 
	font-size: 1.5em;
	color: #0b4d0b;
	padding-bottom: 5px;
	font-weight: normal;
	padding-left: 5px;
	letter-spacing: normal;
}
.smalltext {
	font-size: .7em;
	margin: 20px 0 0 10px;
}

.onehalf {
	font-size: .9em;
	}
.onehalf ul {
	padding-left: 20px;
	list-style-type: square;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.forml {  
	width: 200px;
	float: left;
	clear: both;
	padding-left: 50px;
}
.formr {
	float: left;
}
.formr input {
	width: 160px;
	clear: left;
}
.formr textarea {
	width: 160px;
}
.submit {
	text-align: center;
	clear: both;
}
