﻿@charset "UTF-8";
/* Css Reset Begin */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, sub, sup, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-size: 100%;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

ul, ol {
	list-style-type: none;
}

*:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

button, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

body {
	font: 13px/1.231 sans-serif;
	*font-size: small;
}

select, input, textarea, button {
	font: 99% sans-serif;
}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

html {
	overflow-y: scroll;
}

a:hover, a:active {
	outline: none;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}
/* Css Reset End */

/* Clear Floated Elements Begin */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
/* Clear Floated Elements End */

body {
	background: #ffffff;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	color: #333333;
}

a {
	color: #006666;
}

.container {
	width: 980px;
}

header {
	background: #ffffff;
	padding: 20px 0 40px 0;
}

.logo {
	width: 100%;
	height: 50px;
	background: url('../images/logo.jpg') no-repeat center center;
	text-indent: -9999px;
}

.menu {
	margin: 25px auto 0 auto !important;
	width: 980px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 0.9em;
}

		.menu a {
			display: inline-block;
			font-weight: 700;
			text-decoration: none;
			padding: 0 10px 0 10px;
		}

section {
	background: #f9f9f9;
}

	section .content {
		margin: 0 auto 0 auto;
		padding: 40px 0 40px 0;
		background: url('../images/separator.png') no-repeat center bottom;
	}

	.no-background {
		background: none !important;
	}

		section .content h1 {
			font-size: 1.6em;
			font-weight: bold;
			color: #006666;
			margin-bottom: 20px;
			-webkit-text-shadow: 1px 1px 0 #ffffff;
			-moz-text-shadow: 1px 1px 0 #ffffff;
			-o-text-shadow: 1px 1px 0 #ffffff;
			-khtml-text-shadow: 1px 1px 0 #ffffff;
			text-shadow: 1px 1px 0 #ffffff;
		}
	
		section .content h2 {
			font-size: 1.3em;
			font-weight: bold;
			color: #111111;
			margin-bottom: 20px;
			-webkit-text-shadow: 1px 1px 0 #ffffff;
			-moz-text-shadow: 1px 1px 0 #ffffff;
			-o-text-shadow: 1px 1px 0 #ffffff;
			-khtml-text-shadow: 1px 1px 0 #ffffff;
			text-shadow: 1px 1px 0 #ffffff;
		}

		section .content h3 {
			font-size: 1em;
			font-weight: bold;
			color: #111111;
			margin-bottom: 20px;
			-webkit-text-shadow: 1px 1px 0 #ffffff;
			-moz-text-shadow: 1px 1px 0 #ffffff;
			-o-text-shadow: 1px 1px 0 #ffffff;
			-khtml-text-shadow: 1px 1px 0 #ffffff;
			text-shadow: 1px 1px 0 #ffffff;
		}

		section .content p {
			line-height: 160%;
			margin-bottom: 10px;
			-webkit-text-shadow: 1px 1px 0 #ffffff;
			-moz-text-shadow: 1px 1px 0 #ffffff;
			-o-text-shadow: 1px 1px 0 #ffffff;
			-khtml-text-shadow: 1px 1px 0 #ffffff;
			text-shadow: 1px 1px 0 #ffffff;
		}

		section .content .separator {
			height: 30px;
		}

.left {
	float: left;
	width: 380px;
	height: 400px;
	overflow: hidden;
}

	.left ul li {
		float: left;
		width: 180px;
		height: 120px;
		margin: 0 10px 10px 0;
	}

.right {
	float: left;
	width: 600px;
	height: 400px;
	overflow: hidden;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}

.slider {
	height: 500px;
	background: url('../images/slider.jpg') no-repeat center center;
	padding: 0 !important;
}

footer {
	height: 200px;
	background: #006666;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}