* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
select {
	border: 1px #666 solid;
	width: 40px;
	margin-bottom: 5px;
}
label {
	width: 8em;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-right: 5px;
}
.text {
	padding: 3px;
	border: 1px #666 solid;
	font-size: 12px;
}
select {
	width: 5em;
}
input[type="text"] {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px #666 solid;
}
input[type="password"] {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px #666 solid;
}
th {
	text-align: left;
}
.button {
	padding: 3px;
	background: #666666;
	color: #fff;
	font-size: 12px;
	border: none;
	cursor: pointer;
}
.button:hover {
	background: #aaaaaa;
}
a {
	color: #135f89;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
p {
	line-height: 18px;
	font-size: 12px;
	padding: 5px 0;
	color: #333;
}
h1 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
h3 {

}
body {
	background-color: #dae4f1;
	background-image: url(images/back.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#container {
	margin: 10px auto;
	padding: 5px;
	width: 980px;
	margin-bottom: 20px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 148px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	height: 48px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background-image: url(images/menu_grad.png);
	background-repeat: repeat-x;
	position: relative;
}

.nav li {

list-style: none;

height: 46px;

float: left;

position: relative;

}

.nav li a {

height: 46px;

text-indent: -9000px;

display: block;

}

.nav .current a { background-position: 0 -48px; }

.nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* buttons

------------------------------------------*/

a#home {
	width: 84px;
	height: 46px;
}

a#services {
	width: 97px;
	height: 46px;
}

a#aboutus {
	width: 108px;
	height: 46px;
}

a#contactus {
	width: 120px;
	height: 46px;
}

a#howtohelp {
	width: 120px;
	height: 46px;
}

a#howtogive {
	width: 120px;
	height: 46px;
}

a#home { background-image: url(images/home1.gif); }

a#services { background-image: url(images/services1.gif); }

a#aboutus { background-image: url(images/aboutus1.gif); }

a#contactus { background-image: url(images/contactus1.gif); }

a#howtohelp { background-image: url(images/help1.gif); }

a#howtogive { background-image: url(images/give1.gif); }

a#home:hover,

a#services:hover,

a#aboutus:hover,

a#contactus:hover,

a#howtogive:hover,

a#howtohelp:hover

{ background-position: 0 -46px; }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:0px solid #ccc; position: absolute; top: 0; left: 0;
/*THEME CHANGE HERE*/
line-height:18px;
background-color: #e6f0f9;
width: 170px;
visibility: hidden;
z-index: 100000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family: Arial, Helvetica, sans-serif;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D1E1F1;
}


#main_body{
	font-size: 12px;
	width: 978px;
	min-height: 350px;
	border: 1px #ccc solid;
	background-color: #fff;
	background-image: url(images/main_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#main_left {
	float: left;
	width: 650px;
	background: #fff;
	padding: 10px 20px;
}
#main_left ul {
	margin-left: 15px;
}
.quote {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
	color: #666;
	padding: 20px 60px;
	background-image: url(images/leaf.gif);
	background-position: 130px 22px;
	background-repeat: no-repeat;
}
#menu_left ul {
	list-style: none;
	position: relative;
	bottom: 10px;
}
#menu_left ul li { 
	display: block;
	color: #333;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/arrow.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#menu_left ul li a {
	color: #333;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
}
#menu_left ul li a:hover {
	text-decoration: underline;
}
#main_content{
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
	margin-top: 160px;
	padding: 5px;
}
#main_right{
	float: right;
	font-size: 12px;
	width: 250px;
	padding: 0;
	padding-top: 260px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#contact_info {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 300px;
	height: 99px;
	padding-top: 20px;
	padding-left: 5px;
	background-image: url(images/contactus.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.testi_quote {
	font-size: 14px;
	padding: 5px 0;
	padding-right: 55px;
	line-height: 18px;
	font-style: italic;
	width: 600px;
	min-height: 25px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.testi_name {
	font-weight: bold;
	color:#135f89;
}
.testi_addtl {
	font-size: 10px;
}
.question {
	font-size: 14px;
	color: #135f89;
	font-weight: bold;
	padding-bottom: 5px;
}
.answer {
	line-height: 18px;
}
.staff_box {
	width: 130px;
	height: 125px;
	padding: 10px 0;
	margin-right: 5px;
	margin-bottom: 20px;
	float: left;
}
.staff_picture {
	text-align: center;
	margin-bottom: 5px;
}
.staff_picture img {
	border: 5px solid #D1E1F1;
}
.staff_name {
	 font-size: 14px;
	 text-align: center;
	 font-weight: bold;
	 color: #135f89;
}
.staff_title {
	font-style: italic;
	text-align: center;
}
.news_header {
	font-size: 14px;
	color: #135f89;
	font-weight: bold;
}
.news_story {
}
#footer {
	position: relative;
	width: 980px;
	height: 99px;
}
#foot_links {
	float: left;
	position: absolute;
	left: 20px;
	top: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height:31px;
	width:980px;
	margin: 0;
 }
#foot_links ul {
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
	color: #666;
	}
#foot_links ul li { 
	display: inline;
	color: #666;
	font-size: 12px;
}
#foot_links ul li a {
	color: #666;
	font-size: 12px;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#foot_links ul li a:hover {
	color: #666;
	text-decoration: underline;
}
.clear {
	clear: both;
}

.front_flash a {
	color: #fff;
}
.error_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	margin: 10px 0;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}






