﻿body {
	margin:0; 
	padding:0; 
	background: #faf9ff;
	font-size: 14px; 
	color: #667;
	font-family: 'Fira Sans', sans-serif;
	width:100%;
	min-width:400px;
	letter-spacing:1px;
}

div#websiteheader {
	margin:0;
	padding:0;
	background: #000000;
	text-align:center;
	z-index:100;
	width:100%;
	display:block;
}

div.fixedheader {
	position:fixed;
}

div.staticheader {
	position:static;
	top:0;
	left:0;
}

div.centeredheader {
	background-color:black;
	display:inline-block;
	margin:0;
	padding:0;
	height:52px;
}

div.logo {
	background-color:white;
	width:300px;
	height:52px;
	margin:0; 
	padding:0 25px 0 25px; 	
	display:inline-block;
	vertical-align:top;
	position:relative;
	top:1px;
}

div.logo h3, div.logo h3 a {
    font-size: 20px;
	font-weight: 400;
    text-decoration:none;
    padding:5px 0 0 0;
	margin: 0;
    letter-spacing: 1px;
	text-align:center;
	color:black;
}

p.site-description {
	font-weight: 500;
	letter-spacing: 1px;
	font-style: italic;  
	font-size: 13px;
	color: #667;
	text-align:center;
    padding:0;
	margin: 0;
}

ul.menuul {
	list-style:none;
	display:inline-block;
	margin:0; 
	padding:0;
	text-align:center;
	height:52px;
}

ul.menuul li {
	display:inline-block;
	padding:0;
	margin:0; 
	height:52px;
}

ul.menuul li a {
	display:table-cell;
	width:100%;
	height:52px;
	line-height:52px;
	padding:0 5px 0 5px;
	margin:1px 0;
	color:white;
	position:relative;
	top:2px;
	letter-spacing:2px;
}

.menuul li a:hover {
	background:#ddf;
	border:0;
	color:black;
}

div.entinfo {
	width:100%;
	border-bottom:2px green solid;
	display:block;
	text-align:center;
}

div.entcell {
	display:inline-block;
	height:32px;
	padding:10px 0 10px 0;
	margin:0 30px 0 30px;
}

span.entpic {
	display:table-cell;
	height:32px;
	margin:0;
	padding:0;
	vertical-align:bottom;

}

span.entlink {
	display:table-cell;
	height:36px;
	min-width:110px;
	padding:0 0 0 10px;
	margin:0;
	text-align:left;
	vertical-align:middle;
	line-height:18px;
}

span.entlink a {
	color: #9393a0;
	text-decoration:none;
}

.bodyrow {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}

.centeredrow {
	display:inline-block;
	padding:0;
	margin:0;
	width:90%;
	max-width:1200px;
	padding:20px 20px 20px 20px;

}

.centeredrow h3 {
	font-size:24px;
	font-weight:600;
	color:#7ad;
	text-align:left;
}

.doubleccell {
	min-height:200px;
	width:45%;
	min-width:350px;
	max-width:560px;
}

.fullcell {
	width:100%;
	min-height:150px;
	max-width:1200px;
}

.doubleccell ul, .fullcell ul {
	text-align:left;
	list-style:disc;
	line-height:20px:
}


.simplecell, .doubleccell, .fullcell {
	display:inline-block;
	height:100%;
	padding:0;
	margin:0;

}

.simplecell p, .doubleccell p, .fullcell p {
	
	margin:0;
}


h1 {
	font-size:18px;
	font-weight:bold;
}

.left {text-align:left}
.center {text-align:center}
.hcenter {margin:0 auto}
.vcenter {vertical-align:middle}
.vtop {vertical-align:top}
a img {	border:0}
p {line-height:24px;}
a {color:inherit}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a.topscrollervisible {
	visibility:visible;
	display:block;
	cursor:pointer;
}

a.topscrollerhidden {
	visibility:hidden;
	display:none;
}

a.topscroller {	
	z-index:2000;
	position:fixed;
	bottom:12px;
	right:12px;

}

@media only screen and (max-width: 550px), (max-device-width: 750px) and (orientation: portrait){

div.logo {
	width:100%; 
    padding:0;
}

div.fixedheader {
	position:fixed;
	top:-52px;
}

span.entlink {
	min-width:220px;	
}



}