@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse For Lynda.com     */
/* Used by Crystal Kingston, a Lynda.com subscriber         */

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #734ED1;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #D501CE;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F1AC29;
}


body {
	background-color: #fff;
	
}

.container {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 0px;
	line-height: 20px;
	color: #000;
}

 
h1 {
	margin: 0px;
	color: #665cb0;
	font-size: 1.75em;
	letter-spacing: 2px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	color: #665cb0;
	font-size: 1.25em;
	letter-spacing: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	margin: 0px 0px 0px 0px;
}
a img { border: none; }
a {
	color: #5c5a67;
}
a:hover {
	color: #FFF;
}

a.contactLink {
	font-size: .8em;
	background: url(../templates/link_email.png) no-repeat right 0px;
	padding: 0px 30px 0px 0px;
	text-transform: uppercase;
	text-decoration: none
}


.clear_both { clear: both; line-height: 1px; }

.gallery_data { padding: 40px; display: none; }
.gallery_preload_area { display: none; }

.gallery_container {
	width: 960px;
	margin: 0px auto 0px auto;
}

.header {
	margin: 20px auto 0px;
	width: 960px;
	height: 250px;
	padding-bottom: 70px;
}

.header #slides {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 960px;
}

#slides img {
	padding-top: 25px;
	padding-left: 15px;
}

.gallery_type { margin: 0px 0px 10px 0px; float: left; width: 500px; text-align: right; padding: 4px 0px 0px 0px; }

.gallery_top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: url(../templates/page_top_thirst.jpg) no-repeat 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: url(../templates/page_tile_thirst.jpg) repeat-y 0px 0px;
}
.gallery_bottom {
	margin: 0px;
	padding: 0px 0px 10px;
	height: 20px;
	background: url(../templates/page_bottom_thirst.jpg) no-repeat 0px 0px;
}

.gallery_thumbnails {
	display: block;
	margin-left: 17px;
	float: none;
}

.gallery_thumbnails a {
	height: 75px;
	width: 75px;
	border: 1px solid #555;
	margin: 10px 17px 7px 0px;
	float: left;
	display: block;
}
.gallery_thumbnails a:hover { border-color: #fff; }
.gallery_thumbnails a.selected { border-color: #fff; }

.gallery_container .content p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #AAA;
}


.gallery_caption {
	width:;
	float: left;
	color: #665cb0;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 1px;
	display: none;
}


/* Hide for browsers with no JavaScript support */

.gallery_data { display: block }
.gallery_thumbnails { width: auto; }


.gallery_category {
	width: 142px;
	height: 35px;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	clear: both;
	float: right;
	position: relative;
	top: 0px;
}

#link_icons_text {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 70px;
	height: 300px;
}

#link_icons {
	padding: 60px 0px 0px 0px;
	float: left;
	width: 120px;
	height: 450px;
}

#link_icons_text img {
	padding: 0px 0px 33px 10px;
}

#media_arts {
	margin: 0px;
	padding: 40px 00px 0px 0px;
	top: 0px;
	float: right;
}

#return_to {
	color: #4E84B9;
	margin: 0px;
	padding-top: 0px;
	padding-left: 830px;
}


.ck_content {
	background: no-repeat 0px 0px;
	width: 960px;
	float: left;
}



#content_copy {
	padding: 15px 5px 0px 0px;
	float: left;
	width: 860px;
	position: relative;
	background: url(images/boat.jpg) no-repeat 400px 25px;
}



#content_copy p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #1f6891;
	margin: 0px;
	padding: 0px;
}

#content_copy img {
	padding: 0px;
	float: left;
}



.footer {
	width: 960px;
	background: url(images/water_stripe.jpg) no-repeat 0px 20px;
	margin: 0px auto;
	clear: both;
	height: 120px;
	} 
