@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:.03em;
	color:#1f1f1f;
	background-color:#FCFCEE;
	text-align:center;
	margin:0;
	padding:0;

}

.backgroundhome {
	background: #fcfcee url(images/main_bg.gif) top left repeat-x;
	width:100%;
	padding:0;
	margin:0;

}

.backgroundinside {
	background: #e7edc2 url(images/main_bg.gif) top left repeat-x;
	width:100%;
	padding:0;
	margin:0;

}

a {
	color:#be2244;
	background-color:none !important;
    text-decoration:none !important;
	border:none !important;
	outline:none;
}

a:hover {
	color:#faa815;
	text-decoration: none;

}

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

}

h1 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	color:#314e0a;
	font-size: 29px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}

h2 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	color:#314e0a;
	font-size: 29px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
}

h3 {
	margin:0;
	padding:0;
	margin-bottom:26px;
	color:#cb0131;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
	border-bottom: 1px dashed #e4dfbb;
	padding-bottom:4px;
	
}

h4 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	color:#ffffff;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
}

h5 {
	margin:0;
	padding:0;
	margin-bottom:7px;
	color:#df8f00;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
	
}


#container {
	width:937px;
	margin: 0 auto;
}

#header {
	height:123px;
}

.leftheader {
	float:left;
	width:50%;
	text-align:left;
	padding-top:5px;
}

.rightheader {
	float:right;
	width:50%;
	text-align:right;
	font-size:16px;
	color:#cb0131;
	padding-top:30px;
}	

.rightheader a {
	font-style:italic;
	font-size:15px;
	text-decoration:underline;
	color:#faa815;
}

.rightheader a:hover {
	color:#be2244;

}	


span.number {
	font-size:26px;
}

.maininside {
	background:url(images/maininside_bg.gif) top left repeat-y;
	width:937px;
}

.sidebar {
	float:left;
	width:184px;
	padding-left:25px;
	text-align:left;
	color:#fff;
	padding-top:30px;
	font-size:15px;
}

.sidebar a {
	color:#4e6f20;
	text-decoration:none;
}

.sidebar a:hover {
	color:#314e0a;
}

ul.sidelinks {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:20px;
}

ul.sidelinks li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	background:url(images/sidebar_divider.gif) bottom left no-repeat;
	height:30px;
	margin-bottom:20px;
}

.mainright {
	float:right;
	width:668px;
	padding-left:20px;
	text-align:left;
	padding-top:30px;
	padding-right:40px;
	padding-bottom:40px;

}

.mainrightsponsor {
	float:right;
	width:698px;
	padding-left:20px;
	text-align:left;
	padding-top:30px;
	padding-right:10px;
	padding-bottom:40px;

}

.mainright ul {
	margin:0;
	padding:0;
	margin-left:40px;
	margin-bottom: 25px;
	margin-top:10px;
}

.mainright li {
	list-style-type:disc;
	margin:0;
	padding:0;
	margin-bottom: 15px;
}

.mainright ol {
	margin:0;
	padding:0;
	margin-left:40px;
	margin-bottom:25px;
	margin-top:10px;
	list-style-type:decimal;
}

.mainright ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	margin-bottom: 15px;
}

#nav {
	height:52px;
	background-color:#faa815;
}

#nav ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	display:block;
	height:52px;
}

#nav li a {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	display:block;
	height:52px;
}

ul.sponsors {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:45px;
}

.sponsors li {
	display:block;
	width:170px;
	height:80px;
	display:inline;
	padding:0;
	margin:0;
}	

.sponsors li a {
	display:block;
	width:170px;
	height:80px;
	display:inline;
	padding:0;
	margin:0;
}


.about a {
	width:93px;
	background:url(images/nav_about.gif) bottom left no-repeat;
}

.about a:hover {
	background-position: 0 0;
}

.services a {
	width:184px;
	background:url(images/nav_services.gif) bottom left no-repeat;
}

.services a:hover {
	background-position: 0 0;
}

.volunteer a {
	width:129px;
	background:url(images/nav_volunteering.gif) bottom left no-repeat;
}

.volunteer a:hover {
	background-position: 0 0;
}

.help a {
	width:171px;
	background:url(images/nav_help.gif) bottom left no-repeat;
}

.help a:hover {
	background-position: 0 0;
}

.sponsors a {
	width:110px;
	background:url(images/nav_sponsors.gif) bottom left no-repeat;
}

.sponsors a:hover {
	background-position: 0 0;
}

.events a {
	width:147px;
	background:url(images/nav_events.gif) bottom left no-repeat;
}

.events a:hover {
	background-position: 0 0;
}

.contact a {
	width:103px;
	background:url(images/nav_contact.gif) bottom left no-repeat;
}

.contact a:hover {
	background-position: 0 0;
}

/*end nav*/

ul.logos {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:45px;
}

.logos li {
	display:block;
	width:170px;
	height:80px;
	display:inline;
	padding:0;
	margin:0;
}	

.logos li a {
	display:block;
	width:170px;
	height:80px;
	display:inline;
	padding:0;
	margin:0;
	text-decoration:none !important;
	background-color:transparent !important;
}

ul.photos {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom: 25px;
}

.photos li, .photos li a {
	display:block;
	width:320px;
	height:124px;
	display:inline;
	padding:0;
	margin:0;
	text-decoration:none !important;
	background-color:transparent !important;
	border:none !important;

}

/*begin 3 col layout*/

.holder {
	clear:both;
	margin-bottom:0px;
	background:url(images/holder_bg.gif) top left repeat-y;
	padding-bottom:20px;
}

a.readmore {
	display:block;
	padding: 10px 0;
}

.col1 {
	float:left;
	width:302px;
	text-align:left;
	padding: 22px 10px 0px 0;
}

.col2 {
	float:left;
	width:292px;
	text-align:left;
	padding-bottom:0px;
	padding-top: 22px;
	padding-left:10px;
	padding-right:10px;
	}

.col2 li {
	margin-bottom:10px;

}

.date {
	font-size:11px;
	margin-bottom:10px;
	color:#1f1f1f;
	font-weight:bold;
}

.image {
	margin-top:10px;
}

.images, images a {
	margin-left:20px;
	margin-bottom:20px;
	border: 10px solid #eaeac6;
}

.line {
	clear:both;
	height:1px;
	border-bottom:1px dotted #e4dfbb;
	margin-top:10px;
	margin-bottom:10px;
}

.spacer {
	clear:both;
	height:50px;
	width:100%;
}

.spacersmall {
	clear:both;
	height:10px;
	width:100%;
}

.table {
	margin-bottom:20px;
	border: 1px solid #E7EDC2;
}

.toptable {
	color:#faa815;
	font-size:15px;
	font-weight:bold;
}

td {
	padding:5px;
	border: 1px solid #E7EDC2;

}

ul.buttons {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.buttons li a {
	display:block;
	height: 43px;
	width:161px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	border:none;

}

.donate a {
	background:url(images/donate_btn_side.gif) bottom left no-repeat;
}

.donate a:hover {
	background-position: 0 0;
}

.facts a {
	background:url(images/facts_btn_side.gif) bottom left no-repeat;
}

.facts a:hover {
	background-position: 0 0;
}

.facebookevent a {
	background:url(images/facebook-event.gif) bottom left no-repeat;
	width:162px!important;
	height:44px!important;
}

.facebookevent a:hover {
	background-position: 0 0;
}

.pull a {
	background:url(images/pull_btn_side.gif) bottom left no-repeat;
}

.pull a:hover {
	background-position: 0 0;
}

ul#social {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	margin-top:-4px;
}

ul#social li {
	display:block;
	float:left;
	width:30px;
	height:30px;
	border:none;
	padding-left:10px;
}

.imagestyle {
	margin:0;
	padding:0;
	margin-bottom:20px;
}


#footer {
	background:url(images/footer_bg.gif) top left repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	color:#8a7824;
	font-size:14px;
	font-style:italic;
	background-color:#FCFCEE;
}

#footer ul {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

#footer li {
	list-style-type:none;
	float:left;
	display:inline;
	padding:0;
	margin:0;
	border-right: 1px solid #a99849;
	padding-right:10px;
	margin-right:10px;

}

#footer li a {
	color:#8a7824;
	text-decoration:none;
}	

#footer li a:hover {
	text-decoration:underline;
}	



.footerholder {
	width:937px;
	background-color:#FCFCEE;
	margin:0 auto;
	padding-bottom:20px;
}

.footerleft {
	float:left;
	width:50%;
	text-align:left;
}

.footerright {
	float:right;
	width:50%;
	text-align:right;
}
