@charset "utf-8";
/* how about we level the playing field - time to reset! */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* changing or setting defaults */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
}
/* general, reusable styles */
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 0 20px 20px 0;
}
.right {
	float: right;
	margin: 0 0 20px 20px;
}
/*-----------------------General Styles------------------------*/
body {
	font-size: 16px;
	line-height: 1.5;
	color: #58585b;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	background-position: center top;
}
.container {
	width: 96%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 1px 1px 10px 0 #737373;
	box-shadow: 1px 1px 10px 0 #737373;
}
h1 {
	font-size: 14px;
	width: 390px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
h1:before {
	content: "This page is about ";
	display: inline;
}
h1 a {
	color: #03C;
}
/*-----------------------Header Styles------------------------*/
header {
	min-height: 118px;
	width: 100%;
	padding-top: 30px;
}
.logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 356px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	transition: none;
}
.logo a:hover {
	background-position: bottom;
}
header nav {
	list-style-type: none;
	float: right;
	margin-top: -45px;
	margin-right: 25px;
}
header nav li {
	display: inline;
}
header nav a {
	font-size: 14px;
	color: #0d204a;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 16px;
	padding-left: 16px;
}
header nav a:hover {
	color: #03C;
}
/*-----------------------Billboard Styles------------------------*/
.billboard {
	width: 100%
}
.billboard .inner {
	/*background-image: url(../images/billboard1.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	text-indent: -9999px;
	/*height: 241px;*/
	width: 93.333333%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
}
.horizontal-rule {
	height: 1px;
	background-color: #949292;
	margin-bottom: 20px;
	}

.horizontal-rule span {
	background-color: white; 
	position: relative; 
	top: -0.5em;

}


#homepage h2 {
	text-align: left;
}
/*-------------slider styles-------------*/
.billboard-list {
	list-style: none;
}
/*-----------------------Content Styles------------------------*/
.content {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.main-content {
	float: left;
	width: 59.375%;
	margin-left: 30px;
	padding-right: 0px;
}
.main-content img {
	background-position: left;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content li {
	list-style-type: none;
	padding-bottom: 24px;
}
.sidebar {
	padding-left: 68%;
	padding-top: 30px;
	margin-right: 30px;
}
.sidebar img {
	clear: both;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0d204a;
	text-transform: uppercase;
	font-weight: bold;
}
.content a {
	color: #03C;
}
.content a:hover {
	color: #3f7bc6;
}
.content p {
	margin-bottom: 24px;
}
h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	color: #0d204a;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 5px;
}
/*--- begins three columns ---*/


.category {
	padding-bottom: 10px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.category-entry {
	float: left;
	width: 29.16666666666667%;
	padding-left: 03.125%;
}
.category h2 {
	padding-top: 8px;
}
.category-entry img {
	width: 93.75%;
}
.last {
	padding-right: 0px;
}

.category-title {
	height: 1px;
	background-color: #949292;
	margin-right: 3.125%;
	margin-left: 3.125%;
	text-align: center;
	margin-bottom: 40px;
	}

.category-title span {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	color: #0d204a;
	background-color: white; 
	position: relative; 
	top: -0.5em;
	padding: 0 30px 0 30px
}

/*----------subpage styles---------*/
.main-content {
	width: 61.45833333333333%;
	float: left;
	margin: 3.125%;
}
aside {
	width: 28.125%;
	float: right;
	margin-right: 3.125%;
}
aside img, .map, .gallery-list img {
	width: 94%;
	margin-bottom: 12px;
	border: 3px solid #f0ebeb;
	-webkit-box-shadow: 1px 1px 7px 0px #626060;
	box-shadow: 1px 1px 7px 0px #626060;
}
.gallery-list img {
	width: 150px;
	margin-bottom: 0;
}
.gallery-list {
	list-style: none;
}
.gallery-list li {
	width: 150px;
	padding: 0 15px 30px 15px;
	float: left;
}
#gallery-page .main-content {
	width: 93.75%;
	margin: 0 3.125% 30px 3.125%;
}
/*-----------------------Footer Styles------------------------*/
footer {
	width: 93.75%;
	padding-top: 60px;
	padding-bottom: 80px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949292;
	margin-right: 3.125%;
	margin-left: 3.125%;
}
footer p {
	font-size: 14px;
	float: right;
	margin-top: -33px;
	margin-bottom: 30px;
}
footer a {
	color: #03C;
}
footer p a:hover {
	color: #3f7bc6;
}

/*-----------------------Media Queries------------------------*/

/*--------920 and below--------*/
@media only screen and (max-width: 920px) {
header nav {
	margin-top: 0;
	float: none;
	text-align: center;
}
header {
	padding-bottom: 30px;
	margin: 0 3.125% 30px 3.125%;
}
.category-entry {
	width: 93.75%;
	margin: 0 3.125% 30px 3.125%;
}
}

/*--------760 and below--------*/
@media only screen and (max-width: 768px) {
.billboard .inner {
	width: 87.5%;
	margin-bottom: 30px;
	margin-left: 30px
}
.main-content {
	width: 90%;
	padding-right: 2.083333%;
	padding-left: 2.0833333%;
}
.sidebar {
	padding-top: 30px;
	padding-left: 30px;
}
footer {
	padding-bottom: 135px;
}
footer p, h1 {
	width: 90%;
	float: none;
}
}

/*--------480 and below--------*/
@media only screen and (max-width: 480px) {
footer {
	padding-top: 30px;
}
footer p {
	padding-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
}
footer p, h1 {
	float: none;
}
}