@charset "utf-8";
/* CSS Document */

/* START CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin:0px;
	padding:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */

body {
	background:url(images/background.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:12px;
}

#container {
	width:1020px;
	margin:0 auto;
}

#header {
	height:63px;
}

#member-login {
	margin-left:200px;
}

#header img {
	margin-right:60px;
}

/* Navigation */

#nav {
	height:25px;
	background-color:#c5e6e0;
	text-align:right;
	overflow:hidden;
}

#nav ul {
	list-style-type:none;
}

#nav ul li {
	display:inline;
}

#nav ul li img {
	margin-right:30px;
}

/* END Navigation */


#content {
	line-height:22px;
	background:#dceff7 url(images/home-boat.gif) bottom right no-repeat;
}

#content-about {
	line-height:17px;
	min-height:500px;
	background:url(images/about-top.jpg) top left no-repeat;
	padding:0 30px 25px 30px;
}

#content-membership {
	line-height:17px;
	min-height:500px;
	background:url(images/membership-top.jpg) top right no-repeat;
	padding:0 30px 25px 30px;
}

#content-services {
	line-height:17px;
	min-height:500px;
	background:url(images/services-top.jpg) top left no-repeat;
	padding:0 30px 25px 30px;
}

#content-officers {
	line-height:17px;
	min-height:500px;
	background:url(images/officers-top.gif) top left no-repeat;
	padding:0 30px 25px 30px;
}

#commodores {
	text-align:center;
}

#commodores img {
	margin:0 10px;
}

div.officers-copy {
	margin-left:300px;
	padding-top:25px;
}

div.officers-copy2 {
	margin-left:250px;
	padding-top:25px;
}

div.services-copy {
	margin-left:300px;
	padding-top:25px;
}

.services-pic {
	margin-left:25px;
	margin-top:-25px;
}

.services-pic2 {
	margin-left:25px;
	margin-top:-75px;
}

#content-gallery {
	line-height:17px;
	min-height:500px;
	padding:0 30px 25px 30px;
}

#content-history {
	line-height:17px;
	min-height:500px;
	padding:0 30px 25px 30px;
}

#content-history p {
	margin-bottom:15px;
}

#content-privacy {
	line-height:17px;
	min-height:500px;
	padding:0 30px 25px 30px;
}

#content-privacy p {
	margin-bottom:15px;
}

#content-privacy h1 {
	font-size:18px;
	margin:15px 0 10px 0;
}

#content-privacy h2 {
	font-size:14px;
	margin-bottom:5px;
}

#history-left {
	float:left;
	width:322px;
	padding-bottom:20px;
	margin-right:25px;
}

#content-facilities {
	line-height:17px;
	min-height:500px;
	padding:25px 30px 25px 30px;
	background:url(images/facilities-top.gif) top center no-repeat;
}

#facilities-copy {
	width:600px;
	display:block;
	margin-top:240px;
	margin-left:350px;
}

#pdf-links {
	height:100px;
	margin-top:75px;
}

#pdf-links img {
	margin:0 5px;
}

.facilities-img-top {
	margin:41px 20px 0 20px;
}

#content-events {
	line-height:17px;
	min-height:500px;
	background:url(images/events-top.jpg) top no-repeat;
	padding:180px 30px 25px 30px;
}

#content-contact {
	line-height:17px;
	min-height:500px;
	background:url(images/contact-top.jpg) top no-repeat;
	padding:145px 30px 25px 30px;
}

.center {
	margin:0 auto;
	display:block;
	text-align:center;
}

.cryc-staff {
	display:block;
	margin-bottom:10px;
}

#contact-left {
	float:left;
	width:150px;
	margin-right:125px;
	margin-top:30px;
}

#contact-middle {
	float:left;
	width:400px;
	margin-right:25px;
	margin-top:30px;
}

#contact-right {
	float:left;
	width:250px;
	margin-top:30px;
}

#contact-right ul {
	list-style-type:none;
}

#contact-right ul li {
	margin-bottom:10px;
}

#contact-right a {
	text-decoration:none;
	font-size:12px;
	color:#0071bc;
}

/* Events */

div.event {
	margin-left:160px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:45px;
	border-bottom:3px solid #0054a4;
}

img.event-pic {
	border:3px solid #0054a4;
	float:left;
	margin-right:20px;
}

.event-date {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

.event-time {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-left:141px;
	width:350px;
}

.event-title {
	color:#0054a4;
	font-size:20px;
	font-weight:bold;
}

img.event-right {
	float:right;
}

/* END Events */

div.gallery-entry {
	margin-top:15px;
	clear:both;
	min-height:200px;
}


.event-title {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#0054a4;
	margin-bottom:2px;
}

.event-date {
	display:block;
	font-size:18px;
	margin-bottom:7px;
}

img.gallery-entry {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

p.membership-copy  {
	width:630px;
	margin-bottom:15px;
}

ul.membership-copy {
	width:630px;
	margin-bottom:15px;
	list-style-type:circle;
	list-style-position:inside;
}

ul.membership-copy li {
	margin-left:20px;
}

ul.services-copy {
	margin-bottom:15px;
	list-style-type:circle;
	list-style-position:inside;
}

ul.services-copy li {
	margin-left:20px;
}

#membership-middle {
	text-align:center;
	margin-top:15px;
}

#membership-middle img {
	margin:10px 10px;
}

#membership-bottom img {
	margin:10px 10px;
}

#membership-bottom {
	margin-top:-65px;
}
	
p#welcome {
	display:block;
	position:absolute;
	width:165px;
	font-size:12px;
	text-indent:30px;
	margin-top:10px;
}

#slideshow {
	position:absolute;
	margin-top:-35px;
	margin-left:190px;
	background-color:#000;
	width:565px;
	height:283px;
	overflow:hidden;
	border:3px solid #6caabf;
}

#slideshow img {
	position:absolute;
}

/* Sidebar */

#sidebar {
	background-color:#c5e6e0;
	width:225px;
	height:755px;
	margin-right:15px;
}

#gas-home {
	height:55px;
	width:170px;
	margin:0 auto;
	margin-top:10px;
	padding:5px 10px;
	background:url(images/gas-back.jpg) top left no-repeat;
}

#gas-home img {
	display:block;
	margin:0 auto;
	margin-top:10px;
}

#dis-home {
	width:170px;
	margin:0 auto;
	margin-top:0px;
	padding:5px 10px;
}

span#price {
	color:#0055a5;
	display:block;
	text-align:right;
	font-size:24px;
	margin:10px 25px 10px 0;
	font-family:Impact, Charcoal, sans-serif;
}

span#price2 {
	color:#0055a5;
	display:block;
	text-align:right;
	font-size:18px;
	margin:10px 25px 10px 0;
	font-family:Impact, Charcoal, sans-serif;
}


.view-gallery {
	display:block;
	margin:0 auto;
	margin-top:10px;
}

#events-home {
	border:3px solid #6aa9be;
	width:170px;
	height:170px;
	margin:0 auto;
	background-color:#FFF;
	color:#0054a4;
	font-size:10px;
	line-height:10px;
	padding:0 10px 10px 10px;
	overflow:hidden;
}

#events-home h1 {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

#home-video {
	width:191px;
	margin:0 auto;
	margin-top:10px;
	border:3px solid #6aa9be;
}

#social {
	border:3px solid #6aa9be;
	width:170px;
	margin:0 auto;
	margin-top:10px;
	background-color:#FFF;
	color:#0054a4;
	font-size:10px;
	line-height:10px;
	padding:0 10px 10px 10px;
}

#social a {
	color:#0054a4;
	text-decoration:none;
}

#social p {
	text-align:right;
}

#social-icons {
	text-align:center;
}

#social-icons img {
	margin:5px;
}

/* END Sidebar */

#home {
	float:right;
	width:780px;
	padding-top:20px;
}

p.about-top {
	width:475px;
	font-size:12px;
	margin-left:480px;
	padding-top:25px;
}

p.about-top2 {
	display:block;
	position:absolute;
	width:465px;
	font-size:12px;
	margin-top:-135px;
}

div#about-lower p {
	margin-top:20px;
}

/* Typography */

.heading {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

.required {
	color:#0071bc;
}

/* Admin */

#admin h1 {
	font-size:24px;
	color:#0054A4;
	margin-top:10px;
	margin-left:-50px;
}

#admin {
	padding-left:50px;
}

/*END Admin */
