body{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	color: #434343;
}

h1{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 4em;
	color: #005066;
	font-weight: bold;
}

h2{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 3em;
	color: #000;
	font-weight: bold;
	text-transform: none;
}

h3{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 2em;
	color: #005066;
	font-weight: bold;
}

h4{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.5em;
	color: #005066;
}

h5{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.4em;
	color: ;
}

h6{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: ;
	color: ;
}

a, a:visited{
 color: #005066;
}
	
a:hover{
 color: #433238;
}

a.btn.btn-default, a.btn.btn-default:visited{
 background: #005066;
 color: #fff;
 border:0px;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size: 1.2em;
font-weight: bold;
}

a.btn.btn-default b, a.btn.btn-default strong, a.btn.btn-default:visited b, a.btn.btn-default:visited strong{
	color: #fff000;
}

a.btn.btn-default:hover{
 color: #002939;
 background: #fff000;
}

a.btn.btn-default:hover b, a.btn.btn-default:hover strong, a.btn.btn-default:visited:hover b, a.btn.btn-default:visited:hover strong{
	color: #00aced;
}

a.btn.btn-success, a.btn.btn-success:visited{

}

a.btn.btn-success:hover{

}

a.btn.btn-warning, a.btn.btn-warning:visited{

}

a.btn.btn-warning:hover{

}

a.btn.btn-primary, a.btn.btn-primary:visited{

}

a.btn.btn-primary:hover{

}

input.cbSubmitButton{

-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


hr {
	border-top:1px solid #E81F29;
}


/* Logo styles */

/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
	border:3px solid #fff;
	box-shadow: 0 0 7px 0 #3D3D3D;
}

ul.thumbgallery {
	text-align:center;
}

/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 7px lightgrey;
}

/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}

/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}

ul.social li {
    float: left;
    display: inline;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website */
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Predictive Search dropdown styles ... DELETE if no search for site */
#search-results {
    background: #f2f2f2;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#search-results ul {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

#search-results ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
}

#search-results ul li a:hover {
	color:#fff;
	background:#000;
}

/* Event Manager styles ... DELETE if no events on site */
h3.eventTitle {
    color: #802754;
    font-size: 2em;
    margin-top: 50px;
}

ul#eventList li:first-child h3.eventTitle {
    margin-top: 0;
}

.eventAddress {
    margin-bottom: 20px;
}

li.eventDisplayInList a, li.eventDisplayInList a:visited {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 10px;
}

li.eventDisplayInList a:hover {
    background:#000;
    color:white;
}

.event h3 {
    color: #000;
}

#eventContacts h4 {
    margin-top: 30px;
}

/* ---------- Main Site Styles ---------------*/
header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}


.logo {
	background: #fff000;
}

header h3 {
	color: #fff;
	text-shadow: 0 0 10px #000000;
}

.waternav {
	background: #002939;
	padding:10px 0;
}

.waternav h1 {
	color: #fff000;
	font-size: 1.5em;
}

.navbar-default {
	border: none;
}

.navbar {
	border-radius: 0;
}



.blue {
	background: #005066;
	color: #fff;
	padding: 30px 0;
	margin:50px 0;
}

.blue h3 {
	color: #fff;
}

.blue h3 b, .blue h3 strong {
		color: #fff000;
}

.blue h4 {
	color: #00aced;
}

.blue a {
		color: #fff000;
		text-decoration: none;
}

.blue a:hover {
	color: #00aced;
}

.yellow {
	background:  #fff000;
	color: #005066;
	padding: 30px 0;
	margin:50px 0;
}

blockquote {
	border:1px solid #005066;
	margin: 30px;
	padding: 50px;
}



.pagebtm {
	background: #005066;
	color: #fff;
	padding:10px 0;
}

.pagebtm b, .pagebtm strong, .pagebtm a, .pagebtm a:visited, footer a, footer a:visited {
	color: #fff000;
	text-decoration: none;
}

footer {
	background: #002939;
	color: #fff;
	padding:12px 0;
}

.pagebtm a:hover, footer a:hover {
	color: #00aced;
	text-decoration: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#bx-pager a img {
    width: 10% !important;
}

.alertBox {
	width: 50%;
}




}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {

}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {

}