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

/*Main Structure*/

html {
	min-height:100%;
}

#bottom {
	width:100%;
	height:100px;
	background-image:url(images/town_footer.png);
	background-size:auto;
	z-index:-1;
	position:fixed;
	bottom:0px;
}

body {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(206,219,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(206,219,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(206,219,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(206,219,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(206,219,229,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(206,219,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cedbe5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin:0px;
}

#container {
	width:1000px;
	height:830px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 6px rgba(0,0,0,.25);
	border-radius: 5px;
	margin-top:20px;
	z-index:100;
}

#header {
	width:100%;
	height:30px;
	position:relative;
	float:left;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(44,44,44,1) 52%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(52%,rgba(44,44,44,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(44,44,44,1) 52%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(44,44,44,1) 52%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(44,44,44,1) 52%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(44,44,44,1) 52%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header a {
	display:block;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	font-size:11px;
	width:100px;
	height:10px;
	position:relative;
	float:right;
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	margin-top:10px;
	margin-right:90px;
	transition:.25s ease-in-out;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#header a:hover {
	color:rgba(0,175,255,1.00);
	text-shadow: 0px 0px 7px rgba(0,175,255,1.00);
}

#masthead {
	width:100%;
	height:600px;
	position:relative;
	float:left;
}

#stuff1 {
	width:380px;
	position:relative;
	float:left;
	background-color:rgba(0,0,0,0.81);
	border-radius: 8px;
	margin-top:60px;
	margin-left:40px;
	padding:20px;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#bicentennial {
	width:150px;
	height:150px;
	position:relative;
	float:left;
	margin-left:800px;
	opacity:.75;
	transition:.5s;
}

#bicentennial:hover {
	opacity:1;
}

#bicentennial img {
	border:none;
}


#stuff1 a {
	color:rgba(217,245,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	transition:.25s ease-in-out;
}

#stuff1 a:hover {
	color:rgba(104,229,252,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(104,229,252,0.55);
	text-decoration:none;
}

#stuff2 {
	width:880px;
	height:520px;
	position:relative;
	float:left;
	background-color:rgba(0,0,0,0.81);
	border-radius: 8px;
	margin-top:20px;
	margin-left:40px;
	padding:20px;
	overflow:auto;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#stuff2 a {
	color:rgba(217,245,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(217,245,255,0.55);
	text-decoration:none;
	transition:.25s ease-in-out;
}

#stuff2 a:hover {
	color:rgba(104,229,252,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(104,229,252,0.55);
	text-decoration:none;
}

#tit1 {
	font-size:26px;
}

#tit1 img {
	vertical-align:top;
	float:left;
}


#footer {
	width:100%;
	height:200px;
	position:relative;
	float:left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */	
}

#mainnav {
	width:1000px;
	height:40px;
	position:relative;
	float:left;
	margin-top:6px;
}

#mainnav a {
	display:block;
	text-decoration:none;
	position:relative;
	float:left;
	font-family: 'Josefin Sans', sans-serif;
	color:rgba(0,0,0,1.00);
	text-align:center;
	width:120px;
	height:13px;
	font-size:12px;
	margin-left:60px;
	border-radius:3px;
	transition:.25s ease-in-out;
	padding-top:3px;
}

#mainnav a:hover {
	color:rgba(255,255,255,1.00);
	background-color:rgba(127,219,230,1.00);
}

.regions {
	width:100px;
	height:100px;
	margin-top:15px;
	position:relative;
	float:left;
	margin-left:10px;
}

.regions img {
	opacity: 0.4;
	transition:.25s ease-in-out;
}

.regions img:hover {
	opacity: 1;
}



#legal {
	width:1000px;
	height:16px;
	text-align:center;
	margin-top:8px;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Josefin Sans', sans-serif;
	color:rgba(1,73,137,0.59);
}

/*Interior Photo Pages*/

#tit2 {
	width:260px;
	height:27px;
	position:relative;
	float:left;
	background-color:rgba(0,0,0,0.84);
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:30px;
	padding-top:7px;
	padding-left:40px;
	z-index:100;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#select1 {
	width:210px;
	height:470px;
	position:relative;
	float:left;
	background-color:rgba(0,0,0,0.84);
	border-radius:5px;
	margin-top:30px;
	margin-left:40px;
	padding-top:7px;
	padding-left:7px;
	clear:left;
	z-index:100;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#select1b {
	width:210px;
	height:470px;
	position:relative;
	float:left;
	background-color:rgba(0,0,0,0.84);
	border-radius:5px;
	margin-top:30px;
	margin-left:40px;
	padding-top:7px;
	padding-left:7px;
	clear:left;
	z-index:100;
	overflow:auto;
	overflow-x:hidden;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
}

#tit3 {
	position:relative;
	float:left;
	margin-top:4px;
	color:rgba(196,224,253,1.00);
	z-index:100;
}

#tit4 {
	position:relative;
	float:left;
	clear:left;
	margin-top:4px;
	color:rgba(255,255,255,1.00);
	margin-top:-5px;
	z-index:100;
}

#select1 a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	transition:.25s ease-in-out;
}

#select1 a:hover {
	color:rgba(196,224,253,1.00);
	text-decoration:none;
}

#select1b a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	transition:.25s ease-in-out;
}

#select1b a:hover {
	color:rgba(196,224,253,1.00);
	text-decoration:none;
}

#town {
	width:620px;
	padding:10px;
	height:455px;
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:55px;
	z-index:100;
}

#stretch {
	width:96%;
	height:405px;
	background-color:rgba(0,0,0,0.84);
	border-radius:5px;
	padding:10px;
	margin-top:10px;
}

#stretchtit {
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:34px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
	width:100%;
	height:40px;
	text-align:left;
}

#stretchnav {
	width:90%;
	height:14px;
	position:relative;
	float:left;
	padding-right:5px;
}

#stretchnav a {
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
	text-decoration:none;
	display:block;
	position:relative;
	float:right;
	margin-right:20px;
	transition:.25s ease-in-out;
}

#stretchnav a:hover {
	color:rgba(196,224,253,1.00);
	text-shadow: 0px 0px 7px rgba(196,224,253,1.00);
	text-decoration:none;
}

#imgholder {
	width:450px;
	height:300px;
	position:relative;
	float:left;
	margin-left:75px;
	margin-top:3px;
}

#imgholder img {
	border-radius:5px;
}

#stretchcontent {
	width:450px;
	height:20px;
	position:relative;
	float:left;
	margin-left:75px;
	margin-top:5px;
	
	color:rgba(255,255,255,1.00);
	font-family: 'Josefin Sans', sans-serif;
	font-size:12px;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.55);
	text-align:center;
}

.genentry {
	width:48%;
	position:relative;
	float:left;
	padding:1%;
}

.tit23 {
	font-size:20px; 
	clear:both; 
	width:98%; 
	position:relative; 
	float:left; 
}

.tit24 {
	clear:both; 
	width:98%; 
	position:relative; 
	float:left; 
	height:30px;
}