*html {height: 100%;}

body {
	min-height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .9em;
	color: #000;
	background: #000 url(images/body_bg2011.jpg) no-repeat center 20px;
	font-family: Arial, Verdana, Helvetica, Times, sans-serif;
	}
a {color: #0071D8;}
a:hover {outline: none}	


ol li {
	margin-bottom: 10px;
	margin-left: -15px;
	}
a {outline: none;}
img {border: 0;}

#bigbox {  /* affects footer position */
	width: 1010px; /* keep this - affect menu position on smaller monitors */
	height: 900px;
	text-align: left;
	vertical-align: top;
	margin: 20px auto 10px auto;
	padding: 0;
	position: relative;
	}


div#home {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 300px;
	height: 190px;
	background: transparent;
	}
/** Main Menu **/
#main-menu {
		width: 200px;
		position: absolute;
		top: 234px;
		left: 40px;
		vertical-align: top;
		}
#main-menu ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 200px;
		height: auto;
		border: 0;
}
#main-menu li {
		display: block;
		margin: 0;
		margin-bottom:43px;
		padding: 0;
		height: 32px;
		border: 0;
		color: #FFF;
}
#main-menu a {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		border: 0;
		color: #FFF;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
#main-menu a:hover {
	color: #fcfb9a;
}

/** content area **/
#rightcol {
	position: absolute;
	top: 100px;
	left: 230px;
	padding: 0;
	width: 620px;
	height: 500px;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
  border: 0px solid silver;	
}
  #rightcol #overflow {height: 440px; overflow: auto; color: #000; padding-right: 10px;}
  .page-title img {margin: 0 0 0px 20px; border: 0;}

h1 {font-size: 1.6em; color: #DF5829; margin: 0 0 15px 0px;}
h2 {font-size: 1.1em; color: #cccccc; margin: 0 0 10px 0;}
h3 {color: #0071D8;}
p {line-height: 155%; margin: 0 0 15px 0;}
p a {color: #000000; text-decoration: underline;}
p a:hover {color: #006ece;}
#extra {padding-left: 10px;}
#extra p {text-indent: -10px; margin-bottom: 10px;} /* fp - bullet points */
	
	line-height: 150%;
}

.home_list {
	font-size: 1.2em;
	line-height: 1.3em;

}

/** Others.php **/
#testimonial {
	margin-left: 10px;
	font-style: italic;
	font-size: 1.2em;
}

/** Footer **/
#footer {
 padding: 0 0 10px 0;
	color: #FFF;
	width: auto;
	text-align: center;
	vertical-align: top;
	font-size: .9em;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: gray;
	text-decoration: none;
 }
#music {
	text-align: center;
	width: 50px;
	margin: 70px 0 0 10px;
	padding: 0;
	color: gray;
	font-size: .8em;
	background: #000000;
	vertical-align: middle;
	}


li a:link, li a:visited {
	color: #000000;
	text-decoration: none;
}
li a:hover, li a:active {
	text-decoration: underline;
	color: #006ece;
}
/** Volunteer.php **/
.contact_label {
	text-align: right;
	vertical-align: top;
	font-size: .9em;
	}
.contact_field {
	vertical-align: top;
	font-size: .9em;
	color: red;
	}
.cotact_field span {
	color: #cf0103;
	size: 9pt;
	}
.contact_field input,
.contact_field textarea {
	font-size: 8pt;
	background: transparent;
	line-height: 10pt;
	border: 1px solid #9D7D34;
	width: 300px;
	}
.contact_botton {
	font-size: 8pt;
	background: transparent;
	padding: 0 3px;
	margin: 5px 0 0 0;
	border: 1px solid #9D7D34
	}
.contact_botton a {
	font-size: 8pt;
	background: transparent;
	border: 0;
	color: #cccccc;
	}
#button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
    }
#button ul {
   margin:0px;
	 padding: 0px;
   list-style:none;
    }
#button a {
	display:block;
	padding: 2px 5px 2px 8px;
	color: #02283C;
	text-decoration: none;
    }
#button a:hover {
	display:block;
	text-decoration: underline;
	background-color: ;
    }
