@charset "utf-8";
body {
	margin: 35px 0 0 ;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #555555;
	background-color: #797871;
}

.td1 {
	border-bottom: dotted 1px #c6c6c6;	
}

.td2 {
	background-color: #f7f7f7;
	border-bottom: dotted 1px #c6c6c6;	
}

.redtxt {
	color: #F00;
}

.smalltext {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.input {
	width: 266px;
	height: 23px;
	border: solid 1px #b7babb;
	float: left
}

.input2 {
	width: 132px;
	height: 23px;
	border: solid 1px #b7babb;
	
}

.input3 {
	width: 90px;
	height: 23px;
	border: solid 1px #b7babb;
	
}

.combobox {
	width: 266px;
	height: 23px;
	border: solid 1px #b7babb;
	float: left
}

.multiselect {
	width: 266px;

	border: solid 1px #b7babb;
	float: left
}

.txtarea {
	width: 266px;
	height: 59px;
	border: solid 1px #b7babb;
	float: left
}



.numbertxt {
	color: #758a0f;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align: right
}

.call {
	font-size: 16px;
	font-weight: bold;
	color: #85734d;
}

a img {
	border:none;
}

a {
	color: #748a1d;
}

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

p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #97865b;
	font-weight: bold;
	text-transform: uppercase;
}

#wrap {
	width: 990px;
	
	margin: 0 auto;
}

#top {
	position: relative;
	width: 940px;
	height: 99px;
	padding: 13px 25px 0;
	background: url(../images/topbg.jpg) no-repeat;
	float: left;
}

#top #logo {
	width: 204px;
	height: 99px;
	float: left;
}

#top #call {
	width: 400px;
	position: absolute;
	top: 15px;
	right: 42px;
	float: right;
	text-align: right
}

#nav {
	width: 940px;
	height: 43px;
	margin: 0 25px;
	background: url(../images/nav_bg.jpg) no-repeat;
	float: left;
}

#nav .li {
	height: 27px;
	padding: 13px 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

#nav .li a {
	text-decoration: none;
	color: #FFF;
}

#nav .li a:hover {
	color: #badc00;
}

#contentbg {
	width: 990px;
	background: url(../images/content_bg.jpg) repeat-y;
	float: left
}

#header {
	width: 940px;
	height: 317px;
	margin-top: 10px;
	padding: 0 25px;
	float: left
}

#innerheader {
	width: 940px;
	height: 237px;
	margin-top: 10px;
	padding: 0 25px;
	float: left;
}

#header #img {
	width:632px;
	height: 317px;
	float: left;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:317px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 317;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	width: 632px;
    height: 317px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



#slider-holder { width:632px; height: 317px; float: left }
#slider-holder .jcarousel-clip { width: 632px; height: 317px; position: relative; overflow: hidden; }
#slider-holder ul { width: 632px; height: 317px; position: relative; overflow: hidden; margin: 0; padding: 0 }
#slider-holder ul li { list-style-type: none; float: left; display: inline; height: 317px; width: 632px; margin: 0; padding: 0}
#slider-holder .slide-image { float: right; display: inline; }
#slider-holder .slide-info h2 { font-size: 31px; line-height: 1; color: #899464; text-transform: uppercase; font-weight: normal; margin-bottom: 8px; }

#header #mission {
	width: 272px;
	height: 283px;
	padding: 18px;
	background: url(../images/missionbg.jpg) no-repeat;
	float: left;
}

#header #mission .heading {
	font-size: 30px;
	padding-bottom: 6px;
	color: #FFF;
}

#header #mission .txt {
	font-size: 16px;
	
	line-height: 18px;
	color: #FFF;
}

#header #mission .readmore a{
	width: 109px;
	margin-top: 15px;
	height: 32px;
	background: url(../images/ReadMore.jpg);
	float: left;
}

#header #mission .readmore a:hover{
	width: 109px;
	margin-top: 15px;
	height: 32px;
	background: url(../images/ReadMore_over.jpg) no-repeat;
	float: left;
}


#content {
	width: 940px;
	margin-top: 10px;
	padding: 0 25px;
	float: left
}

#content #help {

	padding: 20px 30px 0;
	margin-left: 151px;
	width: 248px;
	height: 210px;
	background: url(../images/brownbg.jpg) no-repeat;
	float: left;
}

#content #help .helpheading {
	width: 248px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	text-align: center
}

#content #help .helptxt {
	font-size: 15px;
	line-height: 16px;
	padding-top: 10px;
	color: #FFF;
	width: 248px;
	text-align: center;
}

#content #help .helptxt {
	font-size: 15px;
	line-height: 16px;
	padding-top: 10px;
	height: 200px;
	color: #FFF;
	width: 248px;
	text-align: center;
}

#content #help .helptxt .contact a{
	width: 138px;
	color: #FFF;
	height: 27px;
	margin-left: 55px;
	margin-top: 5px;
	background: url(../images/contactus_btn.jpg) no-repeat;
	float: left
}

#content #help .helptxt .contact a:hover{
	
	
	background: url(../images/contactus_btn_over.jpg) no-repeat;
}

#content #help .helptxt .careapp a{
	width: 178px;
	color: #FFF;
	height: 27px;
	margin-left: 35px;
	margin-top: 5px;
	background: url(../images/careapp_btn.jpg) no-repeat;
	float: left
}

#content #help .helptxt .careapp a:hover{
	
	background:  url(../images/careapp_btn_over.jpg)  no-repeat;
}

#content #help .helptxt .class {
	
	text-align: center; 
	padding: 10px 0pt; 
	float: left; 
	clear: left; 
	width: 248px;
	
}
#content #left {
	width: 615px;
	padding-right: 15px;
	float: left;
}

#content #leftinner {
	width: 939px;
/*	padding-right: 15px;*/
	float: left;
}

#content  #leftinner .leftcol {
	width: 400px;
	float: left;
}

#content #leftinner #breadcrumb {
	width: 939px;
	height: 25px;
	font-size: 11px;
	float: left;
}

#content #right {
	width: 308px;
	
	float: left;
}

#content #donate {
	padding: 30px 30px 0;
	width: 248px;
	height: 400px;
	background: url(../images/helpbg.jpg) no-repeat;
	float: left;
}

#content #donate .donateheading {
	width: 248px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	text-align: center
}

#content #donate .donatetxt {
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
	width: 248px;
	text-align: center;
}

#content #donate .donatebtn a{
	width: 176px;
	color: #FFF;
	height: 27px;
	margin-left: 35px;
	margin-top: 5px;
	background: url(../images/applybtn.jpg) no-repeat;
	float: left
}

#content #donate .donatebtn a:hover{
	width: 176px;
	color: #FFF;
	height: 27px;
	margin-left: 35px;
	margin-top: 5px;
	background: url(../images/applybtn_over.jpg) no-repeat;
}

#bottom {
	width: 990px;
	height: 23px;
	background: url(../images/bottombg.jpg) no-repeat;
	float: left
}

#footer {
	position: relative;
	font-size: 13px;
	color: #FFF;
	width: 990px;
	padding: 18px 0;
	float: left;
	text-align: center;
}

#footer .img {
	position: absolute;
	top: 53px;
	/*left: 717px;*/
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color:#c1b69e;
}