/* -- Site Wide formatting Attributes -- */

/* --
Orange: #F3A252
Dk Green: #98AD8C
Lt Green: #E3ECAE
Burgandy: #7F2C1E
-- */

body {
	background-color: #E3ECAE;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: small;
	font-family: Verdana;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
	background-color: #E3ECAE;
}

td img {
	display: block;
}

#volunteer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* -- Site Wide Text Attributes -- */

p{
	line-height: 1.7em;
}

a {
	font-size: small;
	font-family: Verdana;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

.no_decoration{
	text-decoration: none;
	color: #F3A252;
}

.no_decoration:hover{
	text-decoration: none;
	color: #F3A252;
}

h1 {
	font-size: 140%;
	letter-spacing: 3px;
}

.header {
	font-size: 150%;
	letter-spacing: 2px;
	font-weight: bold;
	font-variant: small-caps;
}

.headline{
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0 0;
	color: #98AD8C;
}

.subHead {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0 0;
}

.subHead_green a {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0 0;
	color: #98AD8C;
	text-decoration: none;
}

.subHead_green a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.dropCap {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	font-size: 420%;
	color: #333333;
	line-height: .8em;
}

.date {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 4px;
	margin-left: 0px;
}

.ask{
	display: block;
	width: 100px;
	float: right;
	color: #999999;
	background-color: #000000;
	border: solid 2px #333333;
	padding: 4px;
	position: relative;
	top: 0px;
}

.ask:hover, .ask a:hover{
	background-color: #333333;
	text-decoration: none;
}

.ask a{
	color: #ffffff;
	text-decoration: none;
}


/* -- Content Pages -- */
#content_page{
	background-color: #98AD8C;
}

#wrapper{
	width: 1000px;
	border-left: solid 6px #000000;
	border-right: solid 6px #000000;
	clear: both;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header{
	height: 248px;
	width: 1000px;
	background-image: url(../images/static/header_bg.gif);
	background-repeat: no-repeat;
}

#content{
	width: 1000px;
	background-color: #ffffff;
	clear: left;
}

/* -- Primary Content Attribues -- */

#left_nav{
	margin: 217px 0 0 10px;
	float: left;
}

#right_nav{
	margin: 217px 0 0px 0;
	float: right;	
}



/* -- Primary Content Attribues -- */

#primary {
	margin: 20px 20px 0 20px;
	width: 670px;
	float: left;
	text-align: left;
}

* html #primary {
	margin: 20px 20px 0px 10px;
	width: 668px;
	float: left;
	text-align: left;
}

#lead_photo{
	float: right;
	margin: 0 0 4px 4px;
}

#primary p{
	margin: 10px 0 0 0;
}

/* -- Secondary Content Attribues -- */

#secondary {
	margin: 20px 0 20px 0;
	width: 265px;
	float: left;
	background-color: #E3ECAE;
	border: 3px solid #000000;
}

* html #secondary {
	margin: 20px 10px 20px 0;
	width: 265px;
	float: left;
	background-color: #E3ECAE;
	border: 3px solid #000000;
}

#secondary h1, img {
	text-align: center;
}

#secondary h1 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000000;
	padding: 4px 0;
	background-color: #98AD8C;
	font-size: 130%;
}

#secondary p {
	margin: 0 20px 10px 20px;
}


#secondary img {
	margin: 0 20px;
}

/* -- Footer Attribues -- */

#footer {
	height: 20px;
	width: 1000px;
	padding: 9px 0 0 0;
	background-color: #000000;
	color: #F3A252;
	text-align: center;
	font-size: 90%;
	font-style: italic;
	clear: both;
	font-family: Courier;
}

#footer a {
	font-size: 90%;
}

/* ---------- ***  Secondary Page jquery Dropdown menu *** ---------- */

/* -------- LEVEL ONE -------- */
ul.dropdown { 
	position: relative; 
}

ul.dropdown li {  
	float: left; 
	zoom: 1;
	padding: 0 8px 0 0;
}

ul.dropdown a:hover { 
	color: #000000; 
}

ul.dropdown a:active { 
	color: #000000; 
}

ul.dropdown li a { 
	display: block; 
	padding: 4px 8px; 
	color: #F3A252;
	text-decoration: none;
	font-size: 130%;
	font-family: Courier;
}

ul.dropdown li:last-child a { 
	border-right: none; } /* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover {  
	color: #ffffff; 
	position: relative; 
}
ul.dropdown li.hover a { 
	color: #F3A252; 
}

ul.dropdown li.hover a:hover { 
	color: #7F2C1E; 
}


/* -------- LEVEL TWO -------- */
ul.dropdown ul { 
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
}
ul.dropdown ul li { 
	font-weight: normal; 
	background: #000000;
	font-size: 80%; 
	color: #E3ECAE; 
	border-bottom: 1px solid #F3A252;
	float: none; 
}

ul.dropdown ul li.hover a:hover {
	color: #7F2C1E;
}
									  
/* -------- IE 6 & 7 Needs Inline Block -------- */
ul.dropdown ul li a { 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	} 

/* -------- LEVEL THREE (not in use) -------- */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




/* -- Admin -- */

#adminContent{
	margin: 0 auto;
	text-align: left;
	width: 1002px;
	background-image: url(/images/static/content_BG.jpg);
}

#adminTable td {
	border-bottom: solid 1px #666666;
}

#adminTable tr:hover {
	background-color: #999999;
}

#adminTableHead {
	background-color: #333333;
	color: #ffffff;
}

div.adminScroll {
	height: 200px;
	width: 970px;
	overflow: auto;
	padding: 8px;
	margin: 0 auto;
}

div.adminScrollLong{
	height: 400px;
	width: 970px;
	overflow: auto;
	padding: 8px;
	margin: 0 auto;
}

div.adminScroll p, div.adminScrollLong p {
margin: 5px 10px;
text-align: left;
}

div.adminScroll hr, div.adminScrollLong hr {
width: 98%;
}

.active{
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
