@charset "iso-8859-1";

@import url(http://fonts.googleapis.com/css?family=Teko:300,400,500,600,700|Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Open+Sans:400,300,600,700);

body {
	font:100% 'Open Sans', sans-serif;
	color:#222222;
	margin:0;
	background:#262724;
}

a {
 	color: #002157;
 	text-decoration:underline;
} 
 
a:hover {
 	color: #942120; 
 	text-decoration:underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

img {
	border:none;
}

.clear{
	clear: both;
}

h1 {
  font-size: 500%;
  margin: 0;
  font-weight: 400;
  color: #942120;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 60pt;
}

h2 {
}

h3 {
  font-size: 300%;
  margin: 0;
  font-weight: 100;
  color: #706c52;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 40pt;
}

h4 {
  font-size: 250%;
  margin: 0;
  font-weight: 100;
  color: #e9e7d0;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 40pt;
}

h5 {
	font-size: 140%;
	margin:0;
	font-weight:600;
	color:#979795;
}

.small-text {
	font-size:80%;
}

.medium-text {
	font-size:120%;
}

.large-text-bold {
	font-size:130%;
	font-weight:700;
}

.red {
	color: #942120;
	font-weight:600;
}

p {
	margin:0;
}

.border-pics img {
	border: #c2c3c6 solid 4px;
}

.border-margin-left {
	border: #c2c3c6 solid 4px;
	margin-left:10px;
}

.border {
	border:1px solid #c2c3c6;
}

.image-size-down {
	display:inline-block;
}

.image-size-down img {
	width:100%;
	height:auto;
}

.column-wrapper {
	width:100%;
	overflow:hidden;
}

.hide {
	display:none;
}

#home-background {
	width:100%;
	position:relative;
}

.white-bkgd {
	background-color:#f3f3f3;
}

.off-white-bkgd {
	background-color:#e9e7d0;
}

.scroll-to-top a {
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 2px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  position:fixed;
  bottom:0;
  right:0;
  margin:0 20px 20px 0;
  z-index:100000;
}

.scroll-to-top a:hover {
	background-color:#343530;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#home-background img {
	width:100%;
	height:auto;
}

.wrapper {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#nav-container {
	width:100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#nav {
	/*max-width:1200px;*/
	width:100%;
	margin:auto;	
	text-transform:uppercase;
	text-align:center;
	font-weight:300;
	color:#f3f3f3;
	font-size: 160%;
	font-family: 'Teko', sans-serif;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	 z-index: 100000;
	
}

#nav ul {
	width:100%;
	margin:0;
 	padding:0;
}

#nav li {
  list-style-type: none;
  margin: 0;
  padding: .8% 1% .5% 1%;
  display: inline-block;
  cursor: pointer;
  /*float:left;*/
  
}

#nav li:hover {
	background-color:#942120;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

#nav a {
	color: #fff;
	text-decoration:none;
}


#logo {
	max-width:742px;
	width:62%;
	margin:7% auto 0 auto;
}

#logo img {
	width:100%;
	height:auto;
}

#subpage-logo {
  max-width: 500px;
  width: 42%;
  margin: 6% auto 0 auto;
}

#subpage-logo img {
	width:100%;
	height:auto;
}

#direct-entries-container {
	width:100%;
	background-color:#e9e7d0;
	padding:2% 0;
}

#direct-entries {
	max-width: 1200px;
	width: 96%;
	text-align: center;
	margin: auto;
	overflow: hidden;
}

/*#direct-entries a {
	color: #fff;
	text-decoration:underline;
}

#direct-entries a:hover {
	color:#731344;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/

#direct-entries ul {
	width:100%;
	margin:0;
 	padding:0;
	/*overflow:hidden;*/
}

#direct-entries li {
	list-style-type:none;
	width:31%;
	margin: 0 3% 0 0;
 	padding:0;
 	display:block-inline;
	float:left;
	background-color: #f3f3f3;
	color:#fff;
}

#direct-entries li:last-child {
	margin-right:0;
}



.direct-entry-pic {
	max-width:370px;
	width:100%;
	margin-bottom: -5px;
}

.direct-entry-pic img {
	width:100%;
	height:auto;
}

.direct-entry-text-wrapper {
	width:100%;
}

.direct-entry-title {
  color: #f3f3f3;
  background-color: #343530;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-size: 200%;
  padding: 2% 0 .5% 0;
  font-weight: 100;
}

.direct-entry-arrow {
	width:100%;
	text-align:center;
	height:9px;
	margin-top: -9px;
}

.direct-entry-text {
  width: 90%;
  padding: 5%;
  text-align: center;
  color: #343530;
  font-weight: 600;
}

.more-button-wrapper {
	width:178px;
	margin:auto;
	background-color:#942120;
	margin-top:4%;
	overflow:hidden;
}

.more-button {
	display: inline-block;
	background-color: #343530;
	padding: 10px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	float:left;
	width:110px;

}

.more-button:hover {
	background-color:#979795;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more-button a {
	color:#fff;
	text-decoration:none;
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-bottom: 12px;
	            font-style:normal;
                background-color: #942120;
                font-weight: 500;
}

.button a:hover {
                background-color: #343530;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}


.arrow {
	width:48px;
	float:right;
	text-align:center;
	padding-top: 12px;
}

.arrow img {
	max-width:23px;
	height:auto;
}

#main-container {
	width:100%;
	background-color:#f3f3f3;
}

#main {
	max-width: 1200px;
	width: 96%;
	margin: auto;
	padding:2% 0;
}

.main-c1 {
	width:66%;
	padding-right:2%;
	float:left;
}

.main-c2 {
	width:32%;
	float:right;
}

.announcements-box {
	width: 87.5%;
	padding:5%;
	border-left:5px solid #ccccca;
	border-right:5px solid #ccccca;
	border-top:5px solid #ccccca;
}

.announcement-box-bottom {
	width:100%;
	height:35px;
	background-image:url(images/graphics/announcements-bottom-arrow.png);
}

.announcements-box2 {
	width: 87.5%;
	padding:5%;
	border:5px solid #ccccca;
}

.announcement-box-bottom2 {
	width:100%;
	height:35px;
	background-image:url(images/graphics/announcements-bottom-arrow.png);
	margin-top:-5px;
}

#footer-container {
	width:100%;
	background-color: #343530;
}

#footer { 
	max-width:1200px;
	width:96%;
	margin:auto;
	overflow:hidden;
	text-transform:uppercase;
	font-size:90%;
	font-weight:600;
	color:#767676;
}

#footer a {
	color: #767676;
	text-decoration:none;
}

#footer a:hover {
	color:#f3f3f3;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-c1 {
	display:inline-block;
	padding:2%;
	float:left;
}

.footer-c1:first-child {
	padding-left:0;
}

/*.footer-c1:last-child {
	padding-right:0;
	float:right;
}*/

.footer-c2 {
	max-width:390px;
	width:33%;
	padding:2% 0 2% 2%;
	float:right;
	text-align:right;
}

.map {
	width:97%;
	border:5px solid #585856;
}

.nav-bottom {
	width:420px;
	/*width:100%;*/
	overflow:hidden;
}

.nav-bottom-c1 {
	width:195px;
	padding-right:1%;
	float:left;
}

.nav-bottom-c2 {
	width:220px;
	/*padding-right:1%;*/
	float:right;
}

.social-media {
	width:150px;
	overflow:hidden;
}

.icon {
	width:30px;
	float:left;
}

.follow {
	width:120px;
	float:right;
	padding-top:5px;
}

.margin-bottom-minus-5 {
	margin-bottom:-5px;
}

#bottom-bar {
	width:100%;
	padding:.5% 0;
	text-align:center;
	background-color:#262724;
	color:#52544f;
	text-transform:uppercase;
	font-size:80%;
}

#bottom-bar a {
	color: #52544f;
	text-decoration:underline;
}

#bottom-bar a:hover {
	color:#f3f3f3;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/***************subpages***************/

.pic-float-right {
	max-width:350px;
	width:60%;
	float:right;
	margin:0 0 2% 2%;
}

.pic-float-right img {
	width:100%;
	height:auto;
}

/***************live here page***************/

.live-here-c1 {
	width:31%;
	padding:1%;
	float:left;
}


/***************youth page***************/

.members-c1 {
	width:31%;
	padding:1%;
	float:left;
}

.members-c1:first-child {
	padding-left:0;
}

/***************government page***************/

.gov-c1 {
	width:31%;
	padding:1%;
	float:left;
}


/***************events page***************/

.events-c1 {
	width:48%;
	padding:1%;
	float:left;
}

.events-c2 {
	width:48%;
	padding:1%;
	float:right;
}


/***************business page***************/

.alphabet {
	width:100%;
	margin:auto;
	text-transform:uppercase;
	font-size:120%;
	font-weight:600;
	/*letter-spacing:15pt;*/
	text-align:center;
}

.list-wrapper {
	width:100%;
	margin-bottom:2%;
	padding-bottom:2%;
	border-bottom:solid 1px #706c52;
	overflow:hidden;
	
}

.list-wrapper ul {
	width:100%;
	margin:0;
 	padding:0;
}

.list-wrapper li {
	list-style-type: none;
	padding: 1%;
	width:18%;
	float:left;
	display:inline;
	min-width:150px;
	min-height:100px;
	font-size:80%;
	/*text-transform:uppercase;*/
}

/*.list-wrapper li:first-line {
	font-weight:bold;
}*/

.top {
	width:100%;
	text-align:right;
	text-transform:uppercase;
	font-size:80%;
}

/***************contact page***************/

#contact-wrapper {
	width:100%;
	clear:both;
	overflow:hidden;
}

#map {
	width:48%;
	float:left;
}

#contact-form {
	width:48%;
	float:right;
}

.contact-pic {
	max-width:500px;
	width:100%;
}

.contact-pic img {
	width:100%;
	height:auto;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

/*================ FORM ========================*/

form{
	width: 100%;

	}

fieldset{
	border: 0;
	padding: 10px 0 ;
	clear: left;
	}
	
textarea, input, select{
	border: 1px solid #c2c3c6;
	padding: 2%;
	width: 96%;
	}

label{
	font-weight: bold;
	}	
	
textarea:focus, input:focus, select:focus{
	background: #c2c3c6;
	border: 1px solid #424343;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: none;
}
	
#phone{display:inline-block;width: 90px;margin-right: 10px;}
.dash{display: inline-block; width: 10px; }

input[type="submit"]{
	border: 1px solid #c2c3c6;
	padding: 3px 0;
	margin-top: 5px;
	font-weight: bold;
	/*font-size: 1.3em;*/
	width: 130px;
	cursor: pointer;

	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
	background: #f6f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	}
	
.submit {
	background-color: #942120;
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0 0 0;
	font-size:100%;
	font-weight:700;
	cursor:pointer;
}






/***************responsive***************/

@media screen and (max-width: 1250px){
#nav li {
  list-style-type: none;
  margin: 0;
  padding: .8% .5% .5% .5%;
  display: inline-block;
  cursor: pointer;
}	
}

@media screen and (max-width: 1130px){
#nav li {
  list-style-type: none;
  margin: 0;
  padding: .8% .5% .5% .5%;
  display: inline-block;
  cursor: pointer;
  font-size: 90%;
}
}

@media screen and (max-width: 1100px){
.footer-c2 {
  max-width: 300px;
  width: 50%;
  padding: 2% 0 2% 0;
  float: right;
  text-align: right;
  /* clear: both; */
}	
}

@media screen and (max-width: 1025px){
#logo {
  max-width: 742px;
  width: 62%;
  margin: 70px auto 0 auto;
}

#subpage-logo {
  max-width: 500px;
  width: 42%;
  margin: 70px auto 0 auto;
}

.announcements-box2 {
  width: 86.5%;
  padding: 5%;
  border: 5px solid #ccccca;
}

h1 {
  font-size: 400%;
  margin: 0;
  font-weight: 400;
  color: #942120;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 60pt;
}

h5 {
  font-size: 120%;
  margin: 0;
  font-weight: 600;
  color: #979795;
}

h3 {
  font-size: 250%;
  margin: 0;
  font-weight: 100;
  color: #706c52;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 30pt;
}

.footer-c2 {
  max-width: 250px;
  width: 50%;
  padding: 2% 0 2% 0;
  float: right;
  text-align: right;
  /* clear: both; */
}
}

@media screen and (max-width: 980px){
#footer {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 600;
  color: #767676;
}

.footer-c2 {
  max-width: 1000px;
  width: 100%;
  padding: 0;
  float: none;
  text-align: right;
  clear: both;
}

.map {
  width: 100%;
  border: none;
}

.footer-c1:first-child {
  padding-left: 2%;
}
}

@media screen and (max-width: 800px){
h1 {
  font-size: 300%;
  margin: 0;
  font-weight: 400;
  color: #942120;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 40pt;
}

h5 {
  font-size: 110%;
  margin: 0;
  font-weight: 600;
  color: #979795;
}

h3 {
  font-size: 225%;
  margin: 0;
  font-weight: 100;
  color: #706c52;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 30pt;
}
}

@media screen and (max-width: 775px){
.main-c1 {
  width: 100%;
  padding-right: 0;
  float: none;
  margin-bottom: 2%;
}

.main-c2 {
  width: 100%;
  float: none;
}

.announcements-box2 {
  width: 88.5%;
  padding: 5%;
  border: 5px solid #ccccca;
}
}

@media screen and (max-width: 700px){
.more-button-wrapper {
  width: 48px;
  overflow: hidden;
  margin: auto;
  background-color: #942120;
  margin-top: 4%;
}

.more-button {
  display: inline-block;
  background-color: #343530;
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  float: left;
  width: 110px;
  display: none;
}

.arrow {
  width: 48px;
  float: right;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 8px;
}

.direct-entry-title {
  color: #f3f3f3;
  background-color: #343530;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-size: 150%;
  padding: 2% 0 .5% 0;
  font-weight: 100;
}

.footer-c1 {
  display: inline-block;
  padding: 2%;
  float: left;
  width: 96%;
  text-align: center;
}

.social-media {
  width: 150px;
  overflow: hidden;
  margin: auto;
}

.nav-bottom {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
}

.nav-bottom-c1 {
  width: 100%;
  padding-right: 0;
  float: none;
}

.nav-bottom-c2 {
  width: 100%;
  padding-right: 0;
  float: none;
  margin-bottom: 2%;
}

h4 {
  font-size: 225%;
  margin: 0;
  font-weight: 100;
  color: #e9e7d0;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 40pt;
}

.members-c1 {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom:3%;
}

.scroll-to-top a {
  display:none;
}
}

@media screen and (max-width: 600px){
.announcements-box2 {
  width: 88%;
  padding: 5%;
  border: 5px solid #ccccca;
}

#subpage-logo {
  max-width: 500px;
  width: 42%;
  margin: 50px auto 0 auto;
}

.pic-float-right {
	max-width:350px;
	width:100%;
	float:none;
	margin:0 0 2% 0;
}
}

@media screen and (max-width: 500px){
#logo {
  max-width: 742px;
  width: 62%;
  margin: 50px auto 0 auto;
}

#direct-entries li {
  list-style-type: none;
  width: 100%;
  max-width: 370px;
  margin: 0 auto 2% auto;
  padding: 0;
  display: block;
  float: none;
  background-color:#f3f3f3;
  color: #fff;
}

#direct-entries li:last-child {
  margin-right: auto;
}

.direct-entry-title {
  color: #f3f3f3;
  background-color: #343530;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-size: 200%;
  padding: 2% 0 .5% 0;
  font-weight: 100;
}

#contact-form {
	width: 100%;
	float: none;
}

#map {
	width: 100%;
	float: none;
}

.events-c1 {
  width: 100%;
  padding: 0;
  float: none;
}

.events-c2 {
  width: 100%;
  padding: 0;
  float: none;
}	

.gov-c1 {
  width: 100%;
  padding: 0;
  float: none;
}
}

@media screen and (max-width: 450px){
.announcements-box2 {
  width: 87.5%;
  padding: 5%;
  border: 5px solid #ccccca;
}
}

@media screen and (max-width: 400px){
h1 {
  font-size: 250%;
  margin: 0;
  font-weight: 400;
  color: #942120;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  line-height: 40pt;
  text-align: center;
}

.list-wrapper li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  float: left;
  display: inline;
  min-width: 150px;
  min-height: 10px;
  font-size: 70%;
  text-transform: uppercase;
  margin-bottom: 2%;
}

#logo {
  max-width: 742px;
  width: 80%;
  margin: 50px auto 0 auto;
}

#subpage-logo {
  max-width: 500px;
  width: 50%;
  margin: 50px auto 0 auto;
}
}


