/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-size: 100%;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

img, img a { border: none; }


/***************  General ***************/


body {
	background:#f6f7e7 url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/bg2_jpg-1433943199) no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 84%;
	}

p { 
	margin: 14px 0;
	line-height: 18px;
	}

.wrapper {
	margin: 0 auto;
	width: 858px;
	}
	
.wrapper-wrap {
	padding: 20px;
	line-height: 21px;
	}

.clear {
	clear: both;
	float: none;
	}


/***************  Navigation ***************/

#nav { background-color: #3b541b; width: 100%; }

/* LEVEL 1 */
ul.dropdown {
	position: relative;
	z-index: 800;
	width: 982px;
	margin: 0 auto;
	padding:0;
	height: 40px;
	font-size: 12px;
	background-color: #3b541b;
	}

ul.dropdown li { 
	float: left; 
	zoom: 1; 
	}

ul.dropdown .last {border-right: none }


ul.dropdown li a {
	text-decoration:none;
	padding:13px 16px 12px 16px;
	color:#f9eed0;
	text-align:center;
	display: block; 
	}
	
ul.dropdown a:hover { color: #fff; }

ul.dropdown a:active, ul.dropdown .selected, ul.dropdown li a:hover { b }

ul.dropdown .selected {background: #83240f; }

ul.dropdown .selected { color: #fff; }

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

ul.dropdown li.hover, ul.dropdown li:hover { position: relative; }


	/* LEVEL 2 */

	ul.dropdown ul { 
		width: 180px; 
		visibility: hidden; 
		position: absolute; 
		top: 100%; left: 0; 
		padding-top: 4px; 
		background: url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/dropdown_bg_png-1433943200) repeat;
		margin: 0;
		}
	
	ul.dropdown ul li {
		font-weight: normal;
		font-size: 12px;
		background: none;
		border-bottom: 1px solid #ccc; 
		float: none;
		line-height: 14px;
		}
								
	/* IE 6 & 7 Needs Inline Block */
	ul.dropdown ul li a	{
		border-right: none;
		width: 90%; 
		display: inline-block;
		text-align: left;
		margin: 0;
		padding: 8px;
		} 

	/* LEVEL 3 */
	ul.dropdown ul ul { left: 100%; top: 0; }
	ul.dropdown li:hover > ul { visibility: visible; }
	

.donate { 
	float: right;
	margin-right: 10px;
	margin-top: -2px;
	}

.donate a { 
	float: right; 
	width:80px;
	height: 51px;
	display:block;
	background: url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/donate_button_png-1433943200) no-repeat bottom left;
	text-indent:  -9999px;
	}

.donate a:hover {
	background: url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/donate_button_png-1433943200) no-repeat top left;
	}

.headwrapper {
	width: 858px;
	margin: 0 auto;
} 


/*************** Header ***************/

#header {
	margin: 0;
	}
	
#header img {
float: right;
margin-top: 4px;
z-index: 100;
}


#logo {
	float: left;
	margin:10px 0 0 10px;
	}

#logo a {
	background:url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/frontrange_logo_png-1433943201) no-repeat scroll 0 0;
	display:block;
	width: 578px;
	height: 116px;
	text-indent:-9999px;
	float: left;
	}

/*************** banner ***************/

.banner {
	margin: 24px 0;
	}



/*************** Home Content ***************/


.content {
	margin-top: -50px;
	background-color: #fff8e4;
	}
	
h1 {
	background:#f2dfb4 url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/headline_bg_jpg-1433943201) repeat-x top left;
	color: #72001a;
	font-size: 31px;
	line-height: 36px;
	font-weight: normal;
	padding: 10px 10px 10px 16px;
	margin-bottom: 18px;
	}

.homepage {
	background: none;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	}

.home_content {
	background: url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/hompage_bg_png-1433943202) no-repeat bottom right;
	padding-right: 280px;
	margin-bottom: 40px;
	}

h3 {
	background: url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/title_h3_bg_jpg-1433943203) no-repeat top left;
	color: #fff;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	text-shadow: #000 1px 1px 1px;
	}
h3 a {
	text-decoration:none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-shadow: #000 1px 1px 1px;
	}
h3 a:visited {
	text-decoration:none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-shadow: #000 1px 1px 1px;
}
h3 a:hover {
	text-decoration:none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-shadow: #000 1px 1px 1px;
}
h3 a:active {
	text-decoration:none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-shadow: #000 1px 1px 1px;
}

.box, .boxlast {
	float: left;
	width: 158px;
	background: #ead395;
	text-align: center;
	height: 135px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	}

.box { 	margin-right: 6px; }

.box p, .boxlast p { line-height: 14px; padding: 0 10px;}

.box p a, .boxlast p a { color: #442006; text-decoration: none; }

.boxlast { margin-right: none; }

.boxlong {
	background: #ead395;
	float: left;
	width: 322px;
	margin: 20px 6px 0 0;
	}
	
.boxlong-photo {
	float: left;
	padding: 10px;
	}
.boxlong-text{
	float: left;
	width: 160px;
	line-height: 14px;
	margin-top: 20px;
	}
.boxlong-text a {
	color: #72001a;
	}

.boxlong-text a:hover {
	color: #be000d;
	}


/*************** Sub Content ***************/

.subpanel-left {
	width: 530px;
	float: left;	
	}

.subpanel-left a {
	color: #72001a;
	}

.subpanel-left a:hover {
	color: #be000d;
	}

.subpanel-left img {
	float: left;
	margin: 10px 20px 10px 0;
	}

.subpanel-left ul {
	margin: 20px 0 20px 26px;
	}

.subpanel-left ul li {
	list-style: disc;
	margin: 20px 0;
	line-height: 14px;
	}


.subpanel-right {
	width: 260px;
	float: right;
	}

.subpanel-right h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}

.subpanel-right h4 a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #72001a;
	}

.subpanel-right h4 a:hover {
	color: #be000d;
	}

.subpanel-right h4 {
	border-bottom: 1px solid #72001a;
	padding-bottom: 4px;
	margin: 10px 0 0 0;
	}

.subpanel-right p {
	margin: 4px 0 20px 0;
	}

.subpanel-right p a {
	color: #72001a;
	}

.subpanel-right p a:hover {
	color: #be000d;
	}

.micro {
	background-color: #efe1c1;
	padding: 12px;
	margin-bottom: 24px;
	height: 100%;
	}

.donation {
	line-height: 14px;
	padding-bottom: 20px;
	}

.donation small {
	font-size: 11px;
	line-height: 14px;
	}

.threebox {
	width: 240px;
	float: left;
	margin: 0 30px 20px 0;
	}


.threebox-last {
	width: 270px;
	float: left;
	margin: 0 0 20px 0;
	}

.threebox, .threebox-last {
	line-height: 14px;
	}
	
.threebox a , .threebox-last a {
	color: #72001a;
}

.threebox a:hover, .threebox-last a:hover {
	color: #be000d;
	}

.threebox ul li, .threebox-last  ul li {
	margin: 20px 0;
	}
	
.threebox-last  ul li small {
	font-size: 11px;
	line-height: 12px;
	}

/*************** Footer ***************/

#footer {
	background:#3b541b url(https://726ac89f3493dcef03fd-369e450afc3d05a1171ba3157e4012ed.ssl.cf2.rackcdn.com/footer_bg_jpg-1433943203) repeat-x top left;
	}

#footer .wrapper {
	background-color: #fff8e4;
	padding: 0;
}

.icons {
	float: right;
	margin: 20px;
	}
	
.icons a {
	margin: 4px;
	}


.credit {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.address {
	font-size: 11px;
	color: #bcc6a2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
.footerlinks {
	color: #bcc6a2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
}
.footerlinks a {
	color: #bcc6a2;
	margin: 0 4px;
	font-size: 11px;
	}
.footerlinks a:hover {
	color: #fff;
	}.paragraphslim {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.centeraligntable {
	text-align: center;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.locationimages {
	float: left;
	width: 225px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 215px;
}
.clearfloats {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.microgrow {
	height: 1210px!important;
	min-height: 500px;
	background-color: #efe1c1;
	padding: 12px;
	margin-bottom: 24px;
}
.boldtext {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
.contentimagebox {
	float: left;
	width: 226px;
	text-align: center;
	height: 165px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 6px;
}
.contentimagebox p {
	line-height: 14px;
	padding: 0 10px;
	text-align: center;
}
.contentimagebox img {
	float: none;
	clear: both;
	margin-left: 13px;

}
.splitcontent {
	text-align: left;
	padding: 0px;
	float: left;
	width: 225px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.microgrow2 {
	height:300px!important;
	min-height:300px;
	background-color: #efe1c1;
	padding: 12px;
	margin-bottom: 24px;
}
.microgrow3 {
	min-height:700px;
	background-color: #efe1c1;
	padding: 12px;
	margin-bottom: 24px;
}
.subpanel-left2 {
	width: 530px;
	float: left;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.boxlonglast {
	background: #ead395;
	float: left;
	width: 158px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxlonglast-photo {
	float: left;
	padding: 10px;
}
.boxlonglast-text {
	float: left;
	width: 160px;
	line-height: 14px;
	margin-top: 20px;
}
.microgrow4 {
	min-height:1275px;
	background-color: #efe1c1;
	padding: 12px;
	margin-bottom: 24px;
	height: 1275px;
}
.eventgrayedout {
	color: #999;
}
