@charset "utf-8";
/* CSS Document */
html {
	font-size:62.5%; /* sets base to 10px for easy math */
}
body {
	background-color: #000000;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 1.4em; /* sets the default sizing to 14px (1.4 x 10) */
}
#container {
	position:relative;
	min-width: 320px;
	max-width:1280px;
	margin:0 auto;
	position: relative;
}
/* Left Column */
#l-column-box {
	max-width: 350px;
	float: left;
	min-width: 320px;
	color:#FFFFFF;
	font-size:100%;
	width:100%;
	margin:0;
}

#l-column {
	background-color:#173639;
	margin:0;
	padding:10px 10px 2px 10px;
}
#l-column img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0 auto;
}
#l-column h1{
	font-size:130%;
	font-weight:400;
	margin:0 30px 2px 30px;
}
#l-column h2{
	font-size:110%;
	font-weight:400;
	margin:0 30px 10px 30px;
	color: #D1AD43;
}

#contact-box {
	text-align:left;
	margin: 5px 30px 15px 30px;
}
.town-directory a{
	color: #D1AD43;
	margin:15px 0;
}
.town-directory a:link {
	text-decoration: none;
}
.town-directory a:visited {
	text-decoration: none;
}
.town-directory a:hover {
	text-decoration: underline;
}
.town-directory a:focus {
	text-decoration: none;
}
.town-directory a:active {
	text-decoration: none;
}

/* END Left Column */

/* Middle Column */
#m-column {
	max-width: 450px;
	float: left;
	min-width: 320px;
}
#m-column img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0;
}
#middle-image-box {
	width:100%;
	background-color:#F1BC30;
}
#right-image-box {
	width:100%;
	/*background-color:#F1BC30;*/
}
#announcement {
	padding:15px;
	background-color:#F1BC30;
}
#announcement h1{
	font-size:200%;
	font-weight:500;
	margin:0;
	text-align:right;
	font-family:"PT Serif";
	color:#275B61;
}
#announcement h2{
	font-size:100%;
	font-weight:600;
	margin:0;
}
#announcement p{
	font-size:100%;
	font-weight:400;
	margin:10px;
}
#announcement a:link {
	text-decoration: underline;
	color:#666666;
}
#announcement a:visited {
	color:#666666;
}
#announcement a:hover {
	color:#000000;
}
#announcement a:focus {
	color:#000000;
}
#announcement a:active {
	color:#000000;
}

#menu-box {
	text-align:center;
	margin: 10px auto;
	width: 340px;
	padding-left:5px;
}

.main-links {
	line-height:2.0;
	font-size:140%;
	text-align:left;
}
.main-links a:link {
	color: #D1AD43;
	text-decoration: none;
}
.main-links a:visited {
	color: #D1AD43;
	text-decoration: none;
}
.main-links a:hover {
	color: #D1AD43;
	text-decoration: underline;
}
.main-links a:focus {
	color: #D1AD43;
	text-decoration: none;
}
.main-links a:active {
	color: #D1AD43;
	text-decoration: none;
}

/* Right Column */
#r-column {
	max-width: 430px;
	float: left;
	min-width: 320px;
	margin-left:5px;
}
#r-column img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:5px 0;
}

/* END Right Column */

/* Copyright */
#copyright {
	max-width: 350px;
	min-width: 320px;
}
#copyright img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0 auto;
	padding-top:30px;
}
#copyright-mobile {
	clear:left;
	max-width: 350px;
	min-width: 320px;
}
#copyright-mobile img {
	display: block;
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0 auto;
	padding-top:30px;
}

.conservation-plan {
	text-align:right;
	margin:5px 20px;
}
.conservation-plan a:link {
	color: #D1AD43;
	text-decoration: none;
}
.conservation-plan a:visited {
	color: #D1AD43;
	text-decoration: none;
}
.conservation-plan a:hover {
	color: #D1AD43;
	text-decoration: underline;
}
.conservation-plan a:focus {
	color: #D1AD43;
	text-decoration: none;
}
.conservation-plan a:active {
	color: #D1AD43;
	text-decoration: none;
}
#copyright-links {
	text-align:left;
	margin:5px 0;
	padding:0;
}
#copyright-links ul {
	list-style-type: none;
	padding-left:28px;
}
#copyright-links li {
	padding-bottom:8px;
}

#copyright-links a:link {
	color: #D1AD43;
	text-decoration: none;
}
#copyright-links a:visited {
	color: #D1AD43;
	text-decoration: none;
}
#copyright-links a:hover {
	color: #D1AD43;
	text-decoration: underline;
}
#copyright-links a:focus {
	color: #D1AD43;
	text-decoration: none;
}
#copyright-links a:active {
	color: #D1AD43;
	text-decoration: none;
}
.actual-copyright {
	color:#fff;
	font-size:85%;
	text-align:left;
	margin:25px 10px 10px 10px;
}

/* END Copyright */

/* Universal Classes */
.slide {
	white-space:nowrap;
}
.gray-link {
	color:#CCC !important;
}
.gray-link:hover {
	color:#F2F2F2 !important;
}
.this-italic {
	font-style:italic;
}
.this-bold {
	font-weight:bold;
}
.this-smaller {
	font-size:0.85em;
}

.img-right {
	float:right;
}
.img-left {
	float:left;
}
#copyright-mobile {
	display:none;
}
#copyright {
	display:block;
}
.dsd_box a {
	font-size:85%;
	color: #999999;
	margin-left:25px;
}
.dsd_box a:link {
	text-decoration: none;
}
.dsd_box a:visited {
	text-decoration: none;
}
.dsd_box a:hover {
	text-decoration: underline;
}
hr.lt_gray {
	padding: 0;
	border: none;
	height: 1px;
	width:98%;
	clear:both;
	padding:5px auto;
	color: #666666; /* old IE */
	background-color: #666666; /* Modern Browsers */
}

@media only screen and (max-width: 950px) {
#l-column-box {
	width:320px;
}

}

@media only screen and (max-width: 850px) {
body {
	font-size: 1.2em;
}
#copyright-mobile {
	display:block;
}
#copyright {
	display:none;
}

}
 @media only screen and (max-width: 340px) {
body {
	font-size: 1.1em;
}
#copyright-mobile {
	display:block;
}
#copyright {
	display:none;
}

}

