@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,300italic');

html {
	background-color: #555657;
	background: url(background-16.svg) no-repeat bottom center fixed;
	background-size: cover;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 64%;
}

#header {
	padding: 0;
	height: 110px;
	background-image: url(header-16.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header-display {
	padding: 0;
	color: #fff;
}
#logoName {
	margin: 15px 0 auto 15px;
	margin: 16px 0 auto 21px;
}
#logoName1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.65em;
	font-weight: 200;
	color: #fff;
	margin: 0 50px 0 0;
}
#logoName2 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.6em;
	font-weight: 400;
	color: #fc0;
	margin: 5px 20px 0 0;
	padding: 2px 0 0 0;
}
#phone {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2em;
	font-weight: 600;
	color: #fc0;
	padding: 6px 6px 6px 9px;
	margin: 10px 20px 0 0;
	text-align: right;
}

#horizBar {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 6px -6px black;
}
#contentWrapper {
	background-color: #e7f0f8;
	padding-bottom: 50px;
}
#main-content {
	font-size: 1.2em;
	line-height: 16px;
}
#right-sidebar-wrapper {
	background-color: #fbfbfb;
	border: 1px solid #e7f0f8;
}
.module-block {
}
p {
	margin-top: 0em;
	margin-bottom: 1.5em;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3em;
	font-weight: 200;
	color: #05233d !important;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 40px;
	margin:3px 0 6px 0;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #69C;
	line-height: 18px;
	margin:7px 0 0 2px;
}
a:link, a:visited {
	color: #0a368f;
	font-weight: inherit;
}
a:link:hover, a:visited:hover {
	text-decoration: none;
}

#footer {
	background: url(header-16.jpg) repeat-x left top;
	background-color: #05233d;
	height: 50px;
	padding: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)));
	width: 100%;
	margin: 20px 0 0 0;
	box-shadow: 0 0 2px 2px #999;
	z-index: 999;
}
#footerNav {
	margin: 4px auto 2px auto;
	padding: 1px 1px 0 0;
}
#footerNav li {
	margin-left: 0px;
	margin-right: 8px;
	padding: 0px;
	margin-bottom: 5px;
}
#footerNav a:link, #footerNav a:visited {
	font: 11px 'Open Sans', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#footerNav a:link:hover, #footerNav a:visited:hover {
	color: #fc0;
	text-decoration: underline;
}
#copyright {
	color: #fff;
	margin: 0 auto;
}
#copyright a:link, #copyright a:visited {
	color: #fff;
	font-size: .85em;
}
#copyright a:link:hover, #copyright a:visited:hover {
	color: #999;
	font-size: .85em;
}

#navigation-container {
	background-color: #333;
}
.navigation-menu li:hover > a:link, .navigation-menu li:hover > a:visited {
	background-color: #000;
	color: #fc0;
}
.navigation-menu a:link, .navigation-menu a:visited {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 7px;
}
.navigation-menu-arrow {
	font-size: 12px;
}

input[type=submit] {
	background-color: #69c;
	color: #fff;
}

td {
	font-size: 1.2em;
}

.module-calendar a:link, .module-calendar a:visited {
	color: #0a368f !important;
}

.module-contact-form {
	width: 600px;
}
.module-contact-form h1 {
	margin-bottom: 20px;
}
#right-sidebar #contactform  {
	border: solid 1px #ccc;
	background: #e7e7e7;
	padding: 5px;
}

.editor img {
	margin: 8px;
}

.photogallery {
	text-align: center;
}
.imageGallery {
	background-image: none;
	background-color: #e7e9e6;
	border: solid 2px #e7e7e7;
	box-shadow: 1px 1px 5px 5px #ccc;
}
#right-sidebar .imageGallery {
	background-image: none;
	background-color: #fbfbfb;
	width: 70%;
	padding: 0;
	border: solid 6px #fff;
	box-shadow: 1px 1px 3px 3px #ccc;
}

.videothumbails_container {
	border: solid 2px #e7e7e7;
	background-image: none;
	background-color: #e7e9e6;
	box-shadow: 1px 1px 3px 3px #ccc;
}

@media screen and (max-width: 999px) {
	#header {
		height: auto;
	}
	#header-display {
		background-color: #05233d;
		background-image: none;
	}
	#logoName img, #displayname {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	#logoName1, #logoName2, #phone2 {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.navigation-menu ul li > ul {
		background-color: #333;
	}
	#footer {
		height: 70px;
	}
}
@media screen and (min-width: 1000px) {
	#logoName img {
		margin-right: 18px;
	}
	#displayname {
		margin: 9px 0 0 0; 
	}
	#container {
		width: 980px;
	}
	.navigation-menu {
		height: 13px;
	}
	.navigation-menu ul {
		float: right;
		margin-top: -1px;
		margin-right: 3px;
	}
	.navigation-menu ul li > ul {
		background-color: #333;
		margin-top: 7px;
	}
	a.navigation-level-2:link, a.navigation-level-2:visited {
		padding: 0 10px;
	}
	a.navigation-level-3:link, a.navigation-level-3:visited {
		padding: 0 10px;
	}
	.navigation-menu ul li ul li > ul {
		margin-top: 0;
	}
	.navigation-menu li li:hover > a:link, .navigation-menu li li:hover > a:visited {
		background-color: #333;
	}
	#right-sidebar-wrapper {
		width: 100%;
	}
	#layoutB #main-content {
		width: 58%;
		margin-right: 5%;
	}
	#layoutB #right-sidebar {
		width: 36%;
		margin-right: 1%;
	}
}
