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

/*sticky footer*/
* {margin: 0;font-family: 'edmondsansregular';} html, body {height: 100%;}.wrapper {min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -420px;}.footer, .push {height: 420px;}.footer{background:#262626;}
a{	
	outline:0px;
	border:0px;
	color:#262626;
}
a:visited{
	color:#262626;
}
p{
	font-size: 1.2em;
}
img{	
	outline:0px;
	border:0px;
}

.arrow {
    position: absolute;
    margin: auto;
    top: 95%; bottom: 0;
    left: 90%; right:0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
	z-index:20;
	color:#fff;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.arrow a {
	color:#fff;
	text-decoration:none;
}

.bricklink{
	padding: 10px;
	text-align: center;
	background:#71c4dc;
	color:#fff;
	font-size: 1.3em;
	margin: 15px 0px;
}
.bricklink a{
	color: #fff;
	
}

.top{
	width:100%;
	height:50px;
	position:fixed;
	top:0px; 
	left:0px;
	z-index:100;
	background:#262626;
}
.topback{
	width:100%;
	height:500px;
	position:fixed;
	top:0px; 
	left:0px;
	z-index:50;
	background:#262626;
	display:none;
}
.topPush{
	height:55px;
}
.nav{
	width:960px;
	height:50px;
	margin:0px auto;
}
.nav ul{
	margin:0px;
	padding:0px;
}
.nav ul li{
	margin:0px;
	list-style:none;
	float:left;
	display:block;
	width:160px;
}
.nav ul li a{
	display:block;
	text-align:center;
	line-height:50px;
	font-size:1.1em;
	text-decoration:none;
	font-family: 'edmondsansregular';
	color:#fff;
}
.logo{
	z-index:48;
	width:493px;
	height:285px;
	position:absolute;
	left:50%;
	margin-left:-246px;
	bottom:50px;
}


.about{
	width:100%;
	background:#71c4dc;
}
.aboutTitle{
	width:960px;
	color:#fff;
	font-family: 'starkregular';
	font-size:2em;
	padding:30px 0px 10px;
	margin:0px auto;
	font-weight:100;
	font-style:normal;
	letter-spacing:1px;
}
.aboutSnip{
	width:960px;
	color:#fff;
	font-family: 'aleolight';
	font-size:1.2em;
	padding:10px 0px 50px;
	margin:0px auto;
	line-height:1.5em;
	letter-spacing:1px;
}
.aboutSnip a{
	color:#fff;
}
.links{
	width:960px;
	margin:60px auto;
	text-align:center;
}
.links h2{
	font-family: 'starkregular';
	font-size:2em;
	width:100%;
	border-bottom:1px #262626 solid;
	margin-bottom:15px;
}
.links ul{
	font-family: 'aleolight';
	list-style:none;
	margin:0px;
	padding:0px;
}
.links ul li{
	margin: 0px;
	padding: 10px 0px;
}
.links ul li a{
	margin:0px;
	text-decoration:none;
	font-size:1.5em;
	color:#262626;
	margin-bottom:1px;
}
.links ul li a:hover{
	border-bottom:1px solid #262626;
	margin-bottom:0px;
}
.footWrap{
	width:960px;
	margin:0px auto;
}
.map{
	width:480px;
	float:left;
	padding:20px 0px;
	margin:0px;
	float:left;
}
.contact{
	font-family: 'starkregular';
	color:#fff;
	width:480px;
	margin:0px;
	float:left;
	font-weight:100;
	text-align:center;
}
.contact h1{
	width:90%;
	margin:20px 5%;
	font-size:1.6em;
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
}
.contact h2{
	width:90%;
	margin:25px 5%;
	font-size:1.2em;
	font-family: 'aleolight';
	line-height:1.3em;
}
.contact ul{
	padding:0px;
	list-style:none;
	width:200px;
	margin:0px auto;
}
.contact ul li{
	float:left;
	margin:0px 2px;
}
.contact ul li a{
	width:46px;
	margin:0px;
	padding:0px;
	display:block;
}


.menuBtn{
	display:none;
	
}

.menuBtnBlock{
	width:100%;
	position:relative;
	height:4px;
	background:#fff;
	border-radius:3px;
	transform-origin:0 50%;
	-webkit-transform-origin:0 50%;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;		
}

.menuBtnBlock.mid{
	margin:8px 0px;
	border-radius:1px;
}
.menuBtnBlock.top{
	border-radius:1px 1px 0px 0px;
	height:4px;
	padding:0px;
}
.menuBtnBlock.bot{
	border-radius:0px 0px 1px 1px ;
}

.menuBtnBlock.top.active{
	transform:rotate(39.682deg);
	-webkit-transform: rotate(39.682deg);
}

.menuBtnBlock.mid.active{
	transform:scale(0);
	-webkit-transform:scale(0);
}

.menuBtnBlock.bot.active{
	transform:rotate(-39.682deg);
	-webkit-transform:rotate(-39.682deg);
}

.pageContent{
	width:960px;
	margin:50px auto;
}

.pageContent{
	margin-top:50px;
	clear:both;
}
	
.search{
	position:relative;
	width:290px;
	margin:auto;
	color:#71c4dc;
	height:45px;
	top:20px;
	clear:both;
}

.search ul{
	list-style:none;
	float:left;
	padding:0px;
}
	
.search ul li{
	float:left;
	padding:5px;
}
.searchFilterTitle{
	width:100%;
	text-align:center;
	margin:10px auto 0px auto;
}
.search input[type="text"] {
	width:175px;
	height:22px;
	border-radius:3px;
	outline:none;
	border:none;
	padding:0px 5px;
	border:1px solid #ddd;
}
.search input[type="submit"] {
	width:70px;
	display:block;
	height:22px;
	outline:none;
	border:none;
}

.directory{
	clear:both;
	position:relative;
	padding:0px;
	top:44px;
}
.servPad{
	padding-top:50px;
	clear:both;
}
.servList a{
	color:#262626;
	font-size:1.2em;
}
.btserv{
	display:block;
	margin-bottom:15px;
}

.entityTitle{
	text-align:center;
	font-size:1.5em;
	font-family:'starkregular';
}
.depItem{
	clear:both;
	background:#eee;
	margin:4px 0px;
	padding:2px 0px;
	font-size:1.3em;
}
.depItem a{	
	text-decoration:none;
}
.depList{
	padding-bottom:15px;
}
.depSection{
	margin-bottom:15px;
}
.phonenumber{
	float:right;
}
.dirRadioTitle{
	font-size:0.8em;
}
.entityTitle{
	margin-bottom:25px;
}
.topLogo{
	width:150px;
	margin:auto;
	padding:15px 0px 0px 0px;
	clear:both;
}
.topLogo a {
	clear:both;
}
.service-title{
	clear:both;
	color:#262626;
	font-size:1.3em;
	margin:0px auto;
	margin-bottom:25px;
	width:150px;
	text-align:center;
}
.council{
	overflow:auto;
	text-align:center;
	margin-bottom:25px;
}
.councilMember{
	width:auto;
	height:260px;
	margin:0px 10px;
	text-align:center;
	display:inline-block;
}
.councilMember img{	
	border-radius: 100px;
	margin:10px 0px;
	clear:both;
}
.court{
	overflow:auto;
	text-align:center;
	margin-bottom:25px;
}
.judge{
	width:auto;
	height:260px;
	margin:0px 10px;
	text-align:center;
	display:inline-block;
}
.judge img{	
	border-radius: 100px;
	margin:10px 0px;
	clear:both;
}

.laws{
	text-align: center;
	margin: 15px;	
}


.backPic{
	opacity: 0.4;
    filter: alpha(opacity=40);
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	background: url(../images/lightBack.jpg) no-repeat center center fixed; 
  	background-position: center; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.backPic img{
}
.white{
	color:#fff;
}
.clear{
	opacity: 0;
    filter: alpha(opacity=0);
}
.signin{
	position:relative;
	width:300px;
	margin:auto;
	padding:5px 0px 15px 0px;
	border-radius:6px;
	background:rgba(0,0,0, 0.8);
	clear:both;
	top:50px;
}
.signin ul{
	display:block;
	width:275px;
	margin:0px auto;
	padding:0px;
	padding-top:10px;
	list-style:none;
}
.signin ul li{
	margin:0px;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}

::-ms-input-placeholder { /* Edge */
  color: #ccc;
}

:placeholder-shown { /* Standard one last! */
  color: #ccc;
}

.signin input[type="text"]{
	width:265px;
	height:30px;
	border:none;
	font-size:1.3em;
	padding:5px;
	margin:10px 0px;
	outline:none;
	border-bottom:1px solid #aaa;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	color:#fff;
}

.signin input[type="password"]{
	width:265px;
	height:30px;
	font-size:1.3em;
	padding:5px;
	margin:5px 0px;
	outline:none;
	border:none;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	color:#fff;
}

.signin input[type="submit"]{
	border-radius : 3px;
	padding:8px 0px;
	width:275px;
	font-size:1.4em;
	margin:15px 0px 5px 0px;
	border-radius:4px;
	background:#71c4dc;
	outline:none;
	border:none;
	color:#fff;
	font-family: 'edmondsansregular';
}
.underSign{
    font-family: 'aleobold';
	display:block;
	width:290px;
	margin: 60px auto;
	font-size:0.9em;
	padding:0px 5px;
}
.underSign a{
    font-family: 'aleobold';
	text-decoration:none;
	color:#262626;
}
.fpw{
	margin:auto;
}
.regLink{
	float:right;
}

.register{
	width:300px;
	padding:14px 0px;
	margin:auto;
	background: #363636;
	border-radius:6px;
	position:relative;
	border-radius:6px;
	background:rgba(0,0,0, 0.8);
	clear:both;
	top:50px;
	margin-bottom:150px;
}
.register ul{
	display:block;
	width:275px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
.register ul li{
	margin:0px;
}
.register span{
	color:#ccc;
	display:block;
	margin-top:10px;
}
.register p{
	color:#ccc;
	display:block;
	margin-top:10px;
	padding:0px 10px;
	font-size:0.8em;
	margin-bottom:15px;
	text-align:center;
}

.regTop{
	text-align:center;
	font-size:1.4em;
	color:#fff !important;
}
.register input[type="text"]{
	width:265px;
	height:30px;
	border:none;
	font-size:1.3em;
	padding:5px;
	margin:10px 0px;
	outline:none;
	border-bottom:1px solid #aaa;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	color:#fff;
}
.register input[type="password"]{
	width:265px;
	height:30px;
	font-size:1.3em;
	padding:5px;
	margin:5px 0px;
	outline:none;
	border:none;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	color:#fff;
}

.register input[type="submit"]{
	border-radius : 3px;
	padding:8px 0px;
	width:275px;
	font-size:1.4em;
	margin:15px 0px 5px 0px;
	border-radius:4px;
	background:#71c4dc;
	outline:none;
	border:none;
	color:#fff;
}
.strenthLable{
	width:100%;
	text-align:center;
	color:#fff;
}

#passwordStrength
{
	margin-bottom:5px;
	display:block;
	height:10px;
	float:left;
}
#passwordDescription{
	font-size:0.8em;
	clear:both;
	width:100%;
	color:#aaa;
}
.strength0
{
	width:20%;
	background:#aaa;
}

.strength1
{
	width:20%;
	background:#e00;
}

.strength2
{
	width:35%;	
	background:#e90;
}

.strength3
{
	width:50%;
	background:#c90;
}

.strength4
{
	background:#080;
	width:70%;
}

.strength5
{
	background:#0f0;
	width:100%;
}
.strengthWrap{
	height:30px;
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.select-style {
	width:275px;
	height:30px;
    border-radius: 3px;
    overflow: hidden;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	line-height:30px;
	padding:4px 0px;
	color:#fff;
    background:url(../images/arrow.png) no-repeat 95% 50%;
    background-size: 10px 15px;
}

.select-style select {
    padding:3px 5px;
    width: 100%;
    border: none;
    box-shadow: none;
	color:#fff;
	font-size:1.3em;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


.select-bDay{
	height:30px;
	width:32%;
	margin-right:1%;
	float:left;
    border-radius: 3px;
	background:rgba(255, 255, 255, 0);
	border:1px solid #fff;
	line-height:30px;
	padding:4px 0px;
	color:#fff !important;
	margin-bottom:15px;
}

.select-bDay select {
    padding:3px 5px;
    border: none;
    box-shadow: none;
	color:#fff !important;
	font-size:1.3em;
	background-color:#2b2b2b;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background:url(../images/arrow.png) no-repeat 95% 50%;
    background-size: 10px 15px;
}

.select-bDay select:focus {
    outline: none;
}
.newsPost{
	width:70%;
	padding:5px 0px;
	text-align:center;
	margin:0px auto;
	margin-top:10px;
}
.newsTitle{
	color:#f42727;
}
.newsPost a{
	color:#fff;
	text-decoration:none;
}
.forgotForm{
	color:white;
}

.lastClear{
	clear:right;
}

@media(max-width:1000px){

.aboutTitle{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:1.5em;
}
.aboutSnip{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.links{
	width:90%;
	margin:30px 5%;
}
.footWrap{
	width:90%;
	margin:0px 5%;
}
.map{
	float:none;
	clear:right;
	margin:0px auto;
	max-width:480px;
	width:100%;
}
.contact{	
	float:none;
	clear:right;
	margin:0px auto;
	max-width:480px;
	width:100%;
}
.wrapper {margin: 0 auto -770px;}
.footer, .push {height: 770px;}

.pageContent{
	width:90%;
	margin:50px 5%;
	clear:both;
}
.salmon{
	clear:both;
}
.salImg{
	width:100%;
	margin:0px auto;
	clear:both;
}
.salBox{
	width:100%;
	margin:0px 0px 3px 0px;
	background:#71c4dc;
	height:60px;
	float:none;
	text-align:center;
	color:#fff;
	line-height:60px;
	font-size:1.3em;
	clear:both;
}
.mid{
	margin:0px 0px 3px 0px;
}

}

@media(max-width:960px){

.nav{
	width:720px;
	height:50px;
	margin:0px auto;
	display:block;
}
.nav ul{
	margin:0px;
	padding:0px;
}
.nav ul li{
	margin:0px;
	list-style:none;
	float:left;
	display:block;
	width:120px;
}
.nav ul li a{
	display:block;
	text-align:center;
	line-height:50px;
	font-size:1.1em;
	text-decoration:none;
	font-family: 'edmondsansregular';
	color:#fff;
}



}


@media(max-width:800px){
	
.aboutTitle{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:1.3em;
}
.aboutSnip{
	font-size:1.2em;
}

}
@media(max-width:760px){
	
.depItem{
	clear:both;
	background:#eee;
	padding:5px 0px;
	margin:4px 0px;
}
.phonenumber{
	float:none;
	display:block;
	width:100%;
	text-align:center;
	clear:both;
}

.depName a, .depName{
	display:block;
	width:100%;
	text-align:center;
}
}

@media(max-width:736px){

.topback{
	display:none;
}
}

@media(max-width:735px){

.menuBtn{
	display:block;
	width:38px;
	height:36px;
	position:relative;
	left:100%;
	margin-left:-56px;
	top:10px;
}
.nav{
	width:100%;
	height:50px;
	margin:0px auto;
	margin-top:18px;
	display:none;
}
.nav ul{
	margin:0px;
	padding:0px;
}
.nav ul li{
	margin:0px;
	list-style:none;
	float:none;
	clear:both;
	display:block;
	width:100%;
	border-bottom:1px solid #353535;
}
.nav ul li a{
	display:block;
	text-align:center;
	line-height:50px;
	font-size:1.1em;
	text-decoration:none;
	font-family: 'edmondsansregular';
	color:#fff;
}
.topback{
	width:100%;
	height:360px;
	position:fixed;
	top:0px; 
	left:0px;
	z-index:50;
	background:#262626;
}

}


@media(max-width:600px){
	
.logo{
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
	left:0px;
}
.wrapper {margin: 0 auto -750px;}
.footer, .push {height: 750px;}

}

@media(max-width:500px){
	
.wrapper {margin: 0 auto -730px;}
.footer, .push {height: 730px;}

}
@media(max-height:320px){
.top{
	height:38px;
	padding:0px;
}
.nav{
	height:38px;
}
.menuBtnBlock{
	top:2px;
}
	
}