

body {
background-color:#FFFFFF;
background: url('../images/siteback/dsiteback3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

::placeholder {
color:#444444;
}

.galleryimg {
max-width:225px;
}

.shadowit {
box-shadow: 1px 1px 4px #888888;
}

.shadowit2 {
box-shadow: 1px 1px 6px #333333;
}

.homepic {
border:1px solid #CCCCCC;
margin-bottom:20px;
}

.paymentcontainer {
padding:20px;
}

.buttonimg:hover {
opacity:0.9;
border:0px;
}

.button.secondary {
background-color:#005994;
color:#FFFFFF;
font-weight:bold;
border-radius:5px;
border:1px solid #00497A;
}

.button.secondary:hover {
background-color:#0068AD;
color:#FFFFFF;
font-weight:bold;
border-radius:5px;
border:1px solid #00497A;
}

.fr-view h3 {
margin-bottom:20px;
margin-top:0px;
background-color:#F2F2F2;
border:1px solid #D9D9D9;
color:#333333;
padding:10px;
}

.fr-view h2 {
font-size:1.0rem;
font-weight:bold;
}

.fr-view h1 {
margin-bottom:20px;
font-size:1.3rem;
margin-top:0px;
background-color:#F2F2F2;
border:1px solid #D9D9D9;
color:#333333;
padding:10px;
}

.fr-view p {
margin-bottom:15px;
}

#headerwrap {
border-top:2px solid #111111;
background-color:#E4B036;
width:100%;
}

#navwrap {
border-top:1px solid #F2F2F2;
background-color:#111111;
width:100%;
}

.topsearchsubmit {
background-color:#333333;
color:#FFFFFF;
padding:7px;
border:1px solid #111111;
cursor:pointer;
}

.topsearchsubmit:hover {
background-color:#444444
}

.smallbutton {
font-size:12px;
border-radius: 5px;
padding:5px;
background-color:#E5E5E5;
color:#555555;
border:1px solid #CCCCCC;
margin-top:10px;
margin-bottom:10px;
}

.smallbutton:hover {
background-color:#E9E9E9;
color:#555555;
border:1px solid #999999;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 50em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

.thenav {
display: block;
margin: 0px;
}

.thenav ul {
list-style: none;
margin: 0;
padding-left: 0;
}

.thenav li {
color: #fff;
background-color: #111111;
display: block;
float: left;
margin: 0px;
padding: 12px 10px;
position: relative;
text-decoration: none;
}
  
.thenav li a {
color: #fff;
text-decoration: none;
display: block;
font-size:14px;
}

.thenav li:hover {
background-color: #444444;
cursor: pointer;
}

.thenav ul li ul {
visibility: hidden;
float: left;
min-width: 200px;
position: absolute;
margin-top:12px;
left: 0;
z-index: 999;
}

.thenav ul li:hover > ul,
.thenav ul li ul:hover {
visibility: visible;
}

.thenav ul li ul li {
clear: both;
padding: 3px 10px;
width: 100%;
font-size:14px;
}

.thenav ul li ul li a {
font-size:14px;
}

.thenav ul li ul li:hover {
background: #444444;
}

.rightheader {
font-size:20px;
font-weight:bold;
padding-left:5px;
margin-bottom:20px;
}

.gmaps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
margin-bottom:20px;
}
.gmaps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}




