@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background: #C06D3C url(images/background.png) repeat;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#wrapper {
	background: #A9D8E1;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]display: block; */
	/* [disabled]visibility: visible; */
	/* [disabled]overflow: visible; */
}
header {
	height: 150px;
	background: #93CED9 url(/images/banner02.png) no-repeat;
	border-bottom: 3px solid #8D3E0F;
}

/* Main Navigation */
#nav {
	/* [disabled]position: relative; */
	/* [disabled]width: 1024px; */
	margin: 0 auto;
	padding: 10px;
}

ul#navigation {
	margin: -30px auto 0px 35px;
	position: relative;
	float: left;
	border-left: 1px solid #C06D3C;
	border-right: 1px solid #C06D3C;
}

ul#navigation li {
	display: inline;
	font-size: 1em;
	/* [disabled]font-weight: bold; */
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-top: 1px solid #C06D3C;
	border-bottom: 2px solid #C06D3C;
}

ul#navigation li a {
	padding: 5px 20px;
	color: #fff;
	/* [disabled]text-shadow: 1px 1px 0px #fff; */
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #C06D3C;
	border-left: 1px solid #C06D3C;
	border-top: 1px solid #C06D3C;
	background: #0D7374;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.3s linear, background 0.3s linear;
}

ul#navigation li a:hover {
	background: #A9D8E1;
	color: #8D3E0F;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li:hover > a {
	background: #A9D8E1;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: #0D7374;
	box-shadow: none;
	/* css3 transitions for smooth hover effect */
	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.3s linear, visibility 0.3s linear;
}

ul#navigation ul {
	/* [disabled]top: 43px; */
	left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background: none;
	padding: 7px 15px;
	color: #fff;
	/* [disabled]text-shadow: 1px 1px 0px #fff; */
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}
article {
	float: left;
	width: 284px;
	/* [disabled]height: 1200px; */
	background: #A9D8E1;
}
article h2 {
	font-weight: normal;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 1.6em;
	color: #8D3E0F;
}
.gallery h2 img {
	padding: 2px;
	border: 1px solid #8D3E0F;
}

article h3 {
	font-weight: normal;
	/* [disabled]margin-left: 10px; */
	color: #8D3E0F;
}
article img {
	display: block;
	margin: 5px auto;
	border-width: 0px;
}
article p {
	margin: 0px 5px 0px 0px;
	color: #0B5B5B;
}
a {
	color: #72320C;
	text-decoration: none;
}
a:hover {
	color: #8D3E0F;
	text-decoration: underline;
}
section {
	float: left;
	/* [disabled]height: 1200px; */
	width: 740px;
	background: #A9D8E1;
	margin-bottom: 10px;
}

section h1 {
	margin-top: 10px;
	margin-left: 30px;
	font-weight: normal;
	color: #8D3E0F;
	font-size: 2.6em;
}
section h2 {
	font-weight: normal;
	color: #8D3E0F;

	margin-left: 35px;
}
section h3 {
	font-weight: normal;
	color: #8D3E0F;
	margin-top: 20px;
	font-size: 1.4em;
}
section p {
	margin-right: 20px;
	color: #0B5B5B;
	margin-left: 20px;
}
section .bubbleSect img{
	float: left;
	border-radius: 10px;
	margin: 10px 20px 10px 10px;
}
section .bubbleSect {
    background: #93CED9;
    width: 600px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #0D7374;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-top: 0.75em;
}
.news {
	background: #93CED9;
	border-radius: 10px;
	border: 1px solid #0D7374;
	width: 204px;
	padding: 15px;
	
	margin: 20px auto 0px;
}
.galleryBub {
	background: #93CED9;
	width: 200px;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #0D7374;
	float: left;
	margin: 10px 6px;
	height: 160px;
}

section .galleryBub img {
	margin: 0px auto 0px 10px;
	border-width: 0px;
}

section .galleryBub p {
	margin-right: 10px;
	color: #094A4A;
}
.galleryBubThin {
	background: #93CED9;
	width: 140px;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #0D7374;
	float: left;
	margin: 10px 6px;
	height: 160px;
}
section .galleryBubThin img {
	margin: 0px auto 0px 10px;
	border-width: 0px;
}
section .galleryBubThin p {
	margin-right: 10px;
	color: #094A4A;
}

#wrapper section .galleryBub h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#wrapper section .galleryBubThin h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

#full {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}


#full p img {
	float: left;
	margin: 0px 0px 20px 10px;
}
#full h3 {
	margin-left: 360px;
}


#full .text {
	width: 614px;
	float: right;
	margin-bottom: 15px;
	margin-right: 50px;
}
#full img {
	margin-bottom: 50px;
	float: left;
	margin-left: 30px;
	margin-top: 80px;
}
#full .h1nudged {
	margin-bottom: 10px;
	margin-left: 150px;
}

#full .thanks img {
	float: left;
	margin: 20px 0px 20px 20px;
	overflow: visible;
	visibility: visible;
	display: block;
	border-radius: 10px;
	border: 1px solid #0D7374;
}
#full .accord .fullLeft {
	margin-left: 20px;
}
#full .accord p img {
	margin-right: 8px;
	padding: 10px;
	background: #93CED9;
	border: 1px solid #0D7374;
}



footer {
	clear: both;
	width: 1024px;
	border-top: 3px solid #8D3E0F;
	margin-top: 10px;
	background: #93CED9;
}
footer p {
	color: #0B5B5B;
	margin: 0px;
	padding: 10px;
}
footer .center {
	text-align: center;
}
section .video420 {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 90px 0px;
	background: #93CED9;
	border-radius: 10px;
	border: 1px solid #0D7374;
	margin-top: 10px;

}


section .video560 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	background: #93CED9;
	border-radius: 10px;
	border: 1px solid #0D7374;
	padding: 20px 40px 20px 0px;

}
section .video420 p {
	font-size: 1.1em;
	color: #8D3E0F;
	line-height: 1.4em;
	/* [disabled]padding-top: 0px; */
	text-align: center;
	display: block;
}
section .video560 p {
	font-size: 1.1em;
	color: #8D3E0F;
	line-height: 1.4em;
	/* [disabled]padding-top: 0px; */
}


.gallery {
	width: 1024px;
}
.gallery h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.8em;
	margin-left: 0px;
}
.gallery p {
	margin-bottom: 10px;
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.gallery .breadcrumbs {
	text-align: center;
}
.breadcrumbs .bread {
	font-size: 1.2em;
	color: #8D3E0F;
}




.thumb {
	width: 236px;
	margin-right: 4px;
	margin-left: 13px;
	float: left;
	text-align: center;
	background: #93CED9;
	border-radius: 10;
	border: 1px solid #0D7374;
	margin-bottom: 16px;
	padding-bottom: 10px;
	display: block;
}

.thumb img {
	margin-top: 10px;
	border-width: 0px;
}
.story {
	float: left;
	width: 600px;
	margin-left: 20px;
	padding: 5px 20px 10px;
	background: #93CED9;
	border-radius: 10;
	border: 1px solid #0D7374;
	margin-top: 20px;
}
#wrapper .gallery .mixedMedia .image-row .image-set .thumb {
	margin-top: 8%;
	/* [disabled]text-decoration: none; */
}




.gallery #galCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 514px;
}
#wrapper .gallery .mixedMedia {
	margin: 10px auto;
	width: 970px;
	overflow: hidden;
}

#wrapper #full .thanks {
	width: 600px;
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
	height: 240px;
	background: #93CED9;
	border-radius: 10px;
	border: 1px solid #0D7374;
}
#wrapper section .video560 .contactCenterImg {
	margin-right: auto;
	margin-left: 50px;
	text-align: center;
	width: 500px;
	border-radius: 10px;
	border: 1px solid #0D7374;
}
#wrapper section .oneCenter {
	/* [disabled]width: 150px; */
	margin-right: auto;
	margin-left: 245px;
}
.gallery .enlarge {
	margin-left: 20px;
}
.gallery .image-row .image-set .thumb .imgCenterText {
	text-align: center;
	margin-left: auto;
	width: 236px;
	margin-right: auto;
}
.gallery .notice {
	display: block;
	width: 27em;
	/* [disabled]margin-right: auto; */
	margin-left: 2.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #0D7374;
	background-color: #93CED9;
	margin-bottom: 1em;
	border-radius: 10px;
	float: left;
	height: 19em;
}
.notice h3 img {
	float: left;
	margin-right: 0.5em;
}
.gallery .notice p {
	/* [disabled]margin-right: -1em; */
	/* [disabled]padding-right: 1em; */
	width: 27em;
}
.latest {
	background: #93CED9;
	width: 400px;
	padding: 15px;
	border-radius: 20px;
	border: 1px solid #0D7374;
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.latest h3 {
	text-align: center;
}

.latest figure {
	/* [disabled]display: inline; */
	width: 180px;
	float: left;
	/* [disabled]margin-right: 10px; */
	/* [disabled]margin-left: 30px; */
	margin-top: 0.5em;
}
.latest figure figcaption {
	display: block;
	text-align: center;
	/* [disabled]margin-top: -0.5em; */
}
.latest figure img {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.wideNotice {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 1024px;
}
.wideNotice #centerText {
    margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
    position: relative;
}
.wideNotice p img {
	float: left;
	margin-right: 1em;
}
.imgCenterText .new {
	color: #900;
}
.news p a .center {
	text-align: center;
}
.news .centerText {
	text-align: center;
}
#wrapper section .video420 video {
	text-align: center;
	display: block;
	width: 144px;
	margin-right: auto;
	margin-left: auto;
}
.mb-5 {
    margin-bottom: 5em;
}
.mb-0-5 {
    margin-bottom: 0.5em;
}