body {
	font-family: tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #114423;
}

h1, h2, h3, h4, h5, h6 {
	color: #114423;
}

.sectionTitle, .contactTitle {
	padding: 0 8px;
	text-transform: uppercase;
}

#wrap {
	background-color: #fff;
}

#head {
	background: #fff url('/mobile/images/header-bg.gif') left top repeat-x;
	text-align: center;
}

#head h1 {
	background: transparent url('/mobile/images/site-header.gif') center top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 45px;
	margin: 0;
	padding: 0;
}

a, a:link {
	color: #167c71;
}

a:visited, a:hover {
	color: #a08d7e;
}

#bottomNav a:link, #topNav a:link,
#bottomNav a:visited, #topNav a:visited,
#bottomNav, #topNav {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#bottomNav a:link, #topNav a:link,
#bottomNav a:visited, #topNav a:visited {
	margin: 4px;
}

#topNav, #bottomNav {
	background-color: #114423;
	padding: 4px;
}

.contentList, .contentList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contentList {
	border-top: 1px solid #ddd;
}

.contentList li {
	border-bottom: 1px solid #ddd;
	padding: 12px 8px;
}

.contentList li a {

}

#contentContainer {
	padding: 0 8px;	
}

.moreDescriptionContainer {
	text-align: right;
}

#contactContainer {
	margin-top: 12px;
}

.contactElement {
	padding: 8px;
	border-top: 1px solid #ddd;
}

.genericPadding {
	padding: 0 8px;
}

.moreDescriptionContainer {
	text-align: right;
}



/* Water Level Junk
 * *****************************************************/
#waterLevel {
	padding: 8px 8px 14px 8px;
	border-bottom: 1px solid #ddd;
}

#waterLevel h3 {
	padding: 0;
	text-transform: uppercase;
}

.subText {
	font-size: .8em;
	color: #8e8e8e;
}

@media screen and (-webkit-device-pixel-ratio: 2) {
    /* CSS for high-density screens */
    #head h1 {
        background: transparent url('/mobile/images/site-header.png') center top no-repeat;
        -webkit-background-size: 250px 45px;
    }
}