#splash {
	position: absolute;
	z-index: 9991;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #d7c78c url('/mobile/images/nav-topper.png') no-repeat center 130px;
	-webkit-background-size: 282px 95px;
	-moz-background-size: 282px 95px;
	-o-background-size: 282px 95px;
	background-size: 282px 95px;
	text-align: center;
	display: none;
	color: #000;
}
div#closeSplash {
	clear: both;
	background: #006cb5;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#83301e),color-stop(100%,#c84c30));
	background: -webkit-linear-gradient(top,#83301e,#c84c30);
	background: -moz-linear-gradient(top,#83301e,#c84c30);
	background: -o-linear-gradient(top,#83301e,#c84c30);
	background: linear-gradient(top,#83301e,#c84c30);
	border: 1px solid #6b1b0b;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	line-height: 26px;
	padding: 0 8px;
	width: 5em;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	top: 225px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-o-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	margin: 0 auto;
}
body {
	background: #d7c78c;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

#topOfPage {
	position: absolute;
	left: -3500px;
}
#toTop {
	display:none; 
	position:fixed; 
	right:5px; 
	bottom:5px; 
	z-index: 64000;
	
	background: #006cb5;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#6ab75a),color-stop(100%,#4c963d));
	background: -webkit-linear-gradient(top,#6ab75a,#4c963d);
	background: -moz-linear-gradient(top,#6ab75a,#4c963d);
	background: -o-linear-gradient(top,#6ab75a,#4c963d);
	background: linear-gradient(top,#6ab75a,#4c963d);
	border: 1px solid #347a26;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	line-height: 26px;
	padding: 0 8px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-o-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
}

#toTop span {
	display: inline-block;
	text-indent: -9999px;
	background: transparent url('/mobile/images/top-arrow.png') no-repeat;
	height: 15px;
	margin: 6px 2px 0;
	width: 17px;
	-webkit-background-size: 17px 15px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	background: #d7c78c;
}
#navigation {
	background-color: #d7c78c;
	margin: 0;
	position: absolute;
	width: 250px;
	background-image: url('/mobile/images/nav-topper.png');
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-size: 214px 72px;
	padding-top: 75px;
	top: 0;
	bottom: 0;
	/*-webkit-box-shadow: inset -10px 0 5px -5px #9b8251;
	-moz-box-shadow: inset -10px 0 5px -5px #9b8251;
	-o-box-shadow: inset -10px 0 5px -5px #9b8251;
	box-shadow: inset -10px 0 5px -5px #9b8251;*/	
	
}
#navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #847236;
}
#navigation ul li a {
	border-bottom: 1px solid #847236;
	color: #564813;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 10px 28px 10px 10px;
	position: relative;
	text-decoration: none;
	background: transparent url('/mobile/images/arrow-right.png') no-repeat right center;
	-webkit-background-size: 19px 14px;
	-moz-background-size: 19px 14px;
	-o-background-size: 19px 14px;
	background-size: 19px 14px;
}
#navigation #homeLink {
	color: #7b0909;
	background: transparent url('/mobile/images/home.png') no-repeat right center;
	-webkit-background-size: 23px 14px;
	-moz-background-size: 23px 14px;
	-o-background-size: 23px 14px;
	background-size: 23px 14px;
}
#contentContainer {
	background-color: #fff;
	left: 0px;
	position: relative;
	-webkit-box-shadow: 0 0 5px 5px #9b8251;
	-moz-box-shadow: 0 0 5px 5px #9b8251;
	-o-box-shadow: 0 0 5px 5px #9b8251;
	box-shadow: 0 0 5px 5px #9b8251;
}

#bodyHome #contentContainer {
	padding-bottom: 400px;
}

#contentHeader {
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	background: #006cb5;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#c84c30),color-stop(100%,#83301e));
	background: -webkit-linear-gradient(top,#c84c30,#83301e);
	background: -moz-linear-gradient(top,#c84c30,#83301e);
	background: -o-linear-gradient(top,#c84c30,#83301e);
	background: linear-gradient(top,#c84c30,#83301e);
	border-bottom: 1px solid #6b1b0b;
	display: block;
	position: absolute;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 5px rgba(0,0,0,0.75);
	-o-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 5px rgba(0,0,0,0.75);
}
#contentHeader  .header-button {
	background: #006cb5;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#83301e),color-stop(100%,#c84c30));
	background: -webkit-linear-gradient(top,#83301e,#c84c30);
	background: -moz-linear-gradient(top,#83301e,#c84c30);
	background: -o-linear-gradient(top,#83301e,#c84c30);
	background: linear-gradient(top,#83301e,#c84c30);
	border: 1px solid #6b1b0b;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	left: 5px;
	line-height: 26px;
	padding: 0 8px;
	position: absolute;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-o-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
}

#contentHeader .header-button.right {
	left: auto;
	right: 5px;
}
#contentHeader .header-button.icon span {
	display: inline-block;
	text-indent: -9999px;
}
#contentHeader .header-button.menu span {
	background: transparent url('/mobile/images/menu.png') no-repeat;
	height: 15px;
	margin: 6px 2px 0;
	width: 17px;
	-webkit-background-size: 17px 15px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

#contentHeader .header-button.back span {
	background: transparent url('/mobile/images/back.png') center center no-repeat;
	height: 15px;
	margin: 6px 2px 0;
	width: 17px;
	float: right;
	-webkit-background-size: 9px 14px;
	-moz-background-size: 9px 14px;
	-o-background-size: 9px 14px;
	background-size: 9px 14px;
}

#contentText {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 10px 10px 10px;
	/*box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,0.9);*/
}
#contentText {
	min-height: 100%;
}
#contentText > *:first-child {
	margin-top: 0;
}
#contentText > *:last-child {
	margin-bottom: 0;
}

/* redefine headers */
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

.sectionTitle {
	padding: 4px 0 0 0;
	border-bottom: 2px solid #c6b395;
	margin: 20px 0 0 0;
	
}


/* Section List Styles
 ****************************************************/
.cwSectionList {
    border: 1px solid #d1d1d1;
    border-top: none;
    margin-top: 10px;
}

.even {
    background-color: #fff;
    padding: 6px;
    border-top: 1px solid #d1d1d1;
}

.odd {
    background-color: #f2f2f2;
    padding: 6px;
    border-top: 1px solid #d1d1d1;
}

/*.even:hover, .odd:hover {
	background-color: #f9f9e5;
}*/


/* Menus
 ****************************************************/
.contentContainer input, .mobileNavSelect {
	font-size: 105%;
	width: 100%;
	margin: 4px 0;
}

.cwHeader {
	margin-bottom: 0;
}



/* Date Box Styles
****************************************************/*
.cwCalList {
	margin: 0;
	padding: 0 0 15px;
	list-style-type: none;
}

.cwCalList li {
	margin: 8px 0 18px 0;
	padding: 0;
}

.calBigDate {
	float: left;
	width: 3em;
	text-align: center;
	margin-right: 8px;
}

.calBigDate .month {
	text-transform: uppercase;
	text-align: center;
	font-size: .7em;
	padding: 0;
} 

.calBigDate .day {
	text-align: center;
	font-size: 1.6em;
}

.calTitleLink {
	margin-top: 3px;
	float: left;
	width: 70%;
}


/* Button Links
 ****************************************************/
.buttonLink {
	background: #006cb5;
	background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#83301e),color-stop(100%,#c84c30));
	background: -webkit-linear-gradient(top,#83301e,#c84c30);
	background: -moz-linear-gradient(top,#83301e,#c84c30);
	background: -o-linear-gradient(top,#83301e,#c84c30);
	background: linear-gradient(top,#83301e,#c84c30);
	border: 1px solid #6b1b0b;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	line-height: 26px;
	padding: 0 8px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	-o-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.15);
	display: inline-block;
	overflow: hidden;
}

.buttonLink span {
	display: inline-block;
	text-indent: -9999px;
	height: 15px;
	margin: 6px 2px 0;
	width: 17px;
	-webkit-background-size: 17px 15px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

.buttonLink.telButton span {
	background: transparent url('/mobile/images/phone.png') no-repeat center center;
	-webkit-background-size: 17px 14px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

.buttonLink.emailButton span {
	background: transparent url('/mobile/images/email.png') no-repeat center center;
	-webkit-background-size: 17px 14px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

.buttonLink.mapButton span {
	background: transparent url('/mobile/images/point.png') no-repeat center center;
	-webkit-background-size: 17px 14px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}

.buttonLink.staffButton span {
	background: transparent url('/mobile/images/staff.png') no-repeat center center;
	-webkit-background-size: 17px 14px;
	-moz-background-size: 17px 15px;
	-o-background-size: 17px 15px;
	background-size: 17px 15px;
}


.buttonMargin {
	margin-right: 10px;
}

#contentHeader .header-button.back span {
	background: transparent url('/mobile/images/back.png') center center no-repeat;
	height: 15px;
	margin: 6px 2px 0;
	width: 17px;
	float: right;
	-webkit-background-size: 9px 14px;
	-moz-background-size: 9px 14px;
	-o-background-size: 9px 14px;
	background-size: 9px 14px;
}

a, a:active, a:visited {
	color: #7b0909;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #c84c30;
	text-decoration: none;
}

.navPad {
	padding: 10px;
}

.navPad .sectionTitle {
	margin: 0;
}

.subText {
	font-size: 0.7em;
	color: #7f8d96;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}