/* page */
* {
	margin: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
	background-color: #CCCCCC;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Verdana, Arial;
}

/* headers */
h1 {
	font-size: 1.4em;
	font-family: Verdana, Arial;
	color: #B90302;
    padding: 20px 5px 10px;
}

h2 {
   font-size: 1.0em;
   font-weight: bold;
   padding-left: 5px;
}

/* paragraph */
p {
   padding-left: 5px;
}

/* links */
a, a:visited {
	color:#B90302;
	text-decoration:none;	
}                          
a:hover {
	text-decoration:underline;
}

/* lists */
ul {
    list-style: square;
	margin:4px 0 4px 20px;
}

.mt50 {
	margin-top: 50px;
}

/* container */
div#container {
    width: 1080px;
	min-height: 100%;
	height: auto !important;
	height: 100%;                       /* IE only */
	margin: 0 auto -142px;              /* the bottom margin is the negative value of the footer's height */
	background-color :#FFFFFF;
    -webkit-box-shadow: 10px 0px 5px #888888; /* Safari and Chrome */
    box-shadow: 10px 0px 5px #888888;
}

/* header */
div#header {
    height: 250px;
}
div#nav {
	height: 31px;
    background-color: #000000;
    font-size:1.2em;
}

/* nav bar */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: block;
	float: left;
}
div#nav ul li a {
    height: 23px;
    padding: 4px 15px;
	font-weight: none;
	display: block;
    color: #FFFFFF;
    text-decoration: none;
}
div#nav ul li a.selected {
    font-weight:bold;
    text-decoration: underline overline;
}
div#nav ul li a:hover {
	background-color: #6B6B6B;
}

/* content */
div#content {
	overflow:auto;
	padding: 25px;
	padding-bottom: 60px;
}

/* left hand column */
div#pageleft {
	float: left;
	width: 350px;
}

/* right hand column */
div#pageright {
	width: 600px;
	float: right;
}

/* footer */
div#push {
    height: 142px;
}

div#footer {
	position: relative;
	width: 960px;
	height: 142px;
    margin: 0 auto;
}

div#footer p {
	position: absolute;
    width: 960px;
	bottom: 5px;
    font-size: 0.6em;
	text-align: center;
}

/* Map style */
div#map {
    height: 500px;
    width: 550px;
    border: solid;
    border-width: 2px;
    margin: 10px;
}

.headerImage {
    display: block;
    margin: 0 auto;
    height: 230px;
    padding-top: 10px;
}

.gallery-slider-container {
	margin: 20px auto;
	width: 90%;
}

.gallery-image img {
	width: 400px;
	margin: 0 auto;
}

.single-image img {
    width: 600px;
    margin: 20px auto;
    display: block;
}

#container .slick-prev:before,
#container .slick-next:before {
	color: black;
}