/*
---------------- GENERAL
-------------------------------------------------------- */	

* {margin: 0px; padding:0px;}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/bg.redtile.gif) repeat scroll center top;
	}
	
#header {
	height: 100px;
	width: 100%;
	background: url(../images/img.logo2.jpg) no-repeat scroll center center;
	margin-top: 0px;
	}

#nav {
	height: 48px;
	float: left;
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	}
	
#container {
	background: #F6EAC2 url(../images/body_repeatx.jpg) repeat-x scroll center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
	
#content {
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	}

#inside_content {
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	margin-top: 35px;
	margin-bottom: 20px;
	}

h1.home {
	font: normal 22px/34px Georgia, "Times New Roman", Times, serif;
	color: #5F532A;
	margin-top: 30px;
	margin-bottom: 28px;
	float: left;
	width: 900px;
	padding-top: 5px;
	}
	
h1.home img {
	float: left;
	margin: -5px 20px 0px 0px;
	}
	
#boxes {
	margin-bottom: 20px;
	width: 900px;
	float: left;
	background: url(../images/bg.boxcontainer_bg.gif) repeat-y scroll center top;
	}

#main_content {
	margin-bottom: 10px;
	margin-left: 15px;
	width:590px;
	float: left;
	}
	
#main_content h1 {
	font: normal 30px/34px Georgia, "Times New Roman", Times, serif;
	color: #5F532A;
	margin-bottom: 10px;
	border-bottom: 1px solid #C0A96A;
	margin-top: 2px;
	padding-bottom: 8px;
	}

#main_content h3 {
	font: normal 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #807150;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	}

#main_content p {
	font: normal 13px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #554E31;
	margin-bottom: 10px;
	clear: both;
	}

#main_content ul {
	padding-left: 10px;
	}

#main_content li {
	font: normal 13px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #554E31;
	margin-bottom: 5px;
	list-style: circle inside;
	}
#main_content a {
	color: #8F2D03;
}
#main_content a:hover {
	color: #4B1B1D;
	background: #FFFFFF;
	text-decoration: none;
}


/*
---------------- CONTACT FORM
-------------------------------------------------------- */

#form_contact {
	padding: 10px 0px 0px 0px;
	float: left;
	}

#contact_form {
	width: 500px;
	padding: 10px 45px 10px 30px;
	background: #907b51;
	margin-bottom: 10px;
	}

#contact_form label {
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: lowercase;
	}

#contact_form input {
	font-size: 20px;
		margin: 5px 0px 10px 0px;
	}

textarea {
	margin-top: 5px;
	}
	
#submit {
	width: 120px;
	font-size: 14px;
	margin-left: 30px;
	}

html>body #firstname, #lastname {
	width: 200px;
	}

#firstname, #lastname {
	width: 197px;
	}

#company, #emailaddress, #comments {
	width: 404px;
	font-size: 20px;
	}
	
#comments {
	margin-bottom: 12px;
	}

.namelabel {
	margin-right: 148px;
	text-align: left;
	}
	
#thank_you {
	height: 125px;
	width: 520px;
	text-align: center;
	margin: 10px 0px 15px 30px;
	padding-top: 100px;
	float: left;
	background: #907b51;
	}
	
#thank_you p {
	padding: 0px;
	}

#main_content .insert {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #796442;
	margin-top: 4px;
	}

/*
---------------- SIDENAV
-------------------------------------------------------- */	
	
.sidebox ul {
	padding: 0px 10px;
	margin-bottom: 10px;
	width: 218px;
	}
	
.sidebox li {
	list-style: url(none) none;
	border-bottom: 1px solid #ddc37a;
	}
	
.sidebox h2 {
	color: #5F532A;
	font: normal 20px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.1px;
	margin: 10px 18px 0px 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddc37a;
	}
	
.sidebox p {
	font: normal 13px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #554E31;
	padding-right: 18px;
	padding-left: 18px;
	margin-top: 10px;
	}
	
.sidebox a {
	color: #913003;
	font: bold 13px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	padding: 10px 5px 10px 10px;
	display: block;
	text-decoration: none;
	width: 203px;
	}
	
.sidebox a:hover {
	text-decoration: none;
	background: #f5e7be url(../images/bg.sidebox_ahover.jpg) repeat-y scroll center top;
	color: #4B1A18;
	}
	
.sidebox {
	width: 258px;
	float: left;
	margin: 0px 5px;
	background: #f8f0d4 url(../images/bg.sidebox_repeatx.gif) repeat-x scroll left top;
	padding-bottom: 10px;
	border: 1px solid #cdb07d;
	}

/*
---------------- FEATURES
-------------------------------------------------------- */	
	
.features {
	width: 290px;
	float: left;
	padding-bottom:35px;
	background: #e6d39f;
	margin: 0px 4px;
	}

html>body .features {
	margin: 0px 5px;
	}

.features h2 {
	color: #5F532A;
	font: normal 20px/28px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddc37a;
	margin-right: 18px;
	margin-left: 18px;
	letter-spacing: -0.1px;
	}
	
.features p {
	font: normal 13px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #554E31;
	padding-right: 18px;
	padding-left: 18px;
	}
	
.features a {
	color: #913003;
	}
	
.features a:hover {
	text-decoration: none;
	background: #F6E9C1;
	}

/*
---------------- FEATURE IMAGES ROLLOVERS
-------------------------------------------------------- */	

.pics{
	display: block;
	margin-bottom: 20px;
	margin-top: 17px;
	}

#location {
	background: url(../images/thumb.horsies.jpg) no-repeat scroll center 6px;
	height: 86px;
	width: 246px;
	margin: 0px 0px 0px 15px;
	}

#location a {
	background: url(../images/thumb.horsies.jpg) no-repeat center top;
	height: 86px;
	display: block;
	text-indent: -9999px;
	border: 6px solid #F1E5BA;
	width: 246px;
	}
	
#location a:hover {
	background: url(../images/thumb.horsies.jpg) no-repeat center -86px;
	height: 86px;
	border: 6px solid #F1E5BA;
	width: 246px;
	}

#possibility {
	background: url(../images/thumb.girl.jpg) no-repeat scroll 5px 6px;
	height: 86px;
	width: 246px;
	margin: 0px 0px 0px 15px;
	}

#possibility a {
	background: url(../images/thumb.girl.jpg) no-repeat center top;
	height: 86px;
	display: block;
	text-indent: -9999px;
	border: 6px solid #F1E5BA;
	text-align: center;
	width: 246px;
	}
	
#possibility a:hover {
	background: url(../images/thumb.girl.jpg) no-repeat center -86px;
	height: 86px;
	border: 6px solid #F1E5BA;
	width: 246px;
	}
	
#donation {
	background: url(../images/thumb.session.jpg) no-repeat scroll center 6px;
	height: 86px;
	width: 246px;
	margin: 0px 0px 0px 15px;
	}

#donation a {
	background: url(../images/thumb.session.jpg) no-repeat center top;
	height: 86px;
	display: block;
	text-indent: -9999px;
	border: 6px solid #F1E5BA;
	text-align: center;
	width: 246px;
	}
	
#donation a:hover {
	background: url(../images/thumb.session.jpg) no-repeat center -86px;
	height: 86px;
	border: 6px solid #F1E5BA;
	width: 246px;
	}

/*
---------------- FOOTER
-------------------------------------------------------- */	

#clear {
	clear: both;
	}

#footer_img {
	height: 80px;
	width: 1000px;
	background: url(../images/bg.footer_repeatx.jpg) repeat-x scroll center top;
	}
	
#footer {
	height:80px;
	width: 1000px;
	background: url(../images/bg.redtile.gif) repeat scroll left top;
	text-align: center;
	}
	
#footer ul {
	margin-top: 10px;
	margin-bottom: 2px;
	}
	
#footer li {
	list-style: none;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	color: #8A6F4C;
	}
	
#footer a {
	font: 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #D9AD76;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #F8F0D4;
	text-decoration: underline;
	}

#footer p {
	font: 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #A0815B;
	margin: 0px 0px 10px 0px;
	}

/*
---------------- NAVIGATION
-------------------------------------------------------- */	

#nav {
	height: 48px;
	width: 900px;
	}

#nav ul{
	width: 800px;
	padding: 0px 50px;	
	}
	
#nav li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 48px;
	text-indent: -9999px;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#home {
	background: url(../images/btn.home.jpg) no-repeat left top;
	width: 116px;
	}
	
#nav li#home a {
	background: url(../images/btn.home.jpg) no-repeat left top;
	width: 116px;
	}
	
#nav li#home a:hover, #nav li#home a.current {
	background: url(../images/btn.home.jpg) no-repeat -116px top;
	width: 116px;
	}

#nav li#home a.current {
	background: url(../images/btn.home.jpg) no-repeat -116px top;
	}
	
/*
---------------- ABOUT BUTTON
-------------------------------------------------------- */	

#nav li#about {
	background: url(../images/btn.about.jpg) no-repeat left top;
	width: 146px;
	}
	
#nav li#about a {
	background: url(../images/btn.about.jpg) no-repeat left top;
	width: 146px;
	}
	
#nav li#about a:hover, #nav li#about a.current {
	background: url(../images/btn.about.jpg) no-repeat -146px top;
	width: 146px;
	}

#nav li#about a.current {
	background: url(../images/btn.about.jpg) no-repeat -146px top;
	}


/*
---------------- history BUTTON
-------------------------------------------------------- */	

#nav li#history {
	background: url(../images/btn.history.jpg) no-repeat left top;
	width: 124px;
	}
	
#nav li#history a {
	background: url(../images/btn.history.jpg) no-repeat left top;
	width: 124px;
	}
	
#nav li#history a:hover, #nav li#history a.current {
	background: url(../images/btn.history.jpg) no-repeat -124px top;
	width: 124px;
	}

#nav li#history a.current {
	background: url(../images/btn.history.jpg) no-repeat -124px top;
	}
	
/*
---------------- donors BUTTON
-------------------------------------------------------- */	

#nav li#donors {
	background: url(../images/btn.donors.jpg) no-repeat left top;
	width: 124px;
	}
	
#nav li#donors a {
	background: url(../images/btn.donors.jpg) no-repeat left top;
	width: 124px;
	}
	
#nav li#donors a:hover, #nav li#donors a.current {
	background: url(../images/btn.donors.jpg) no-repeat -124px top;
	width: 124px;
	}

#nav li#donors a.current {
	background: url(../images/btn.donors.jpg) no-repeat -124px top;
	}

/*
---------------- volunteers BUTTON
-------------------------------------------------------- */	

#nav li#volunteers {
	background: url(../images/btn.volunteers.jpg) no-repeat left top;
	width: 158px;
	}
	
#nav li#volunteers a {
	background: url(../images/btn.volunteers.jpg) no-repeat left top;
	width: 158px;
	}
	
#nav li#volunteers a:hover, #nav li#volunteers a.current {
	background: url(../images/btn.volunteers.jpg) no-repeat -158px top;
	width: 158px;
	}

#nav li#volunteers a.current {
	background: url(../images/btn.volunteers.jpg) no-repeat -158px top;
	}
	
/*
---------------- contact BUTTON
-------------------------------------------------------- */	

#nav li#contact {
	background: url(../images/btn.contact.jpg) no-repeat left top;
	width: 132px;
	}
	
#nav li#contact a {
	background: url(../images/btn.contact.jpg) no-repeat left top;
	width: 132px;
	}
	
#nav li#contact a:hover, #nav li#contact a.current {
	background: url(../images/btn.contact.jpg) no-repeat -132px top;
	width: 132px;
	}

#nav li#contact a.current {
	background: url(../images/btn.contact.jpg) no-repeat -132px top;
	}
