/* La Coquille Club CSS Stylesheet */
/* Produced by Wildwood Technology Limited, info@wwood.co.uk */


/* HTML Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-color:#ffffff;
	color: #909090;
	margin: 0px;
}

h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.1em;
	color: #857f70;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
	margin: 0px;
	display: inline;
}

a {
	color: #2b3839;
}

/*a {
	color: #8a8c8f;
}*/

a:hover {
	color: #857f70;
}


form {
	padding: 0px;
	margin: 0px;
}

input, select {
	border: 1px solid #50494c;
	background-color: #ffffff;
	color: #2b3839;
	font-size: 0.8em;
}

hr {
	color: #909090;
	background-color: #909090;
	height: 1px;
	border: 0px;
}

input.button {
	font-weight: bold;
}

textarea {
	border: 1px solid #50494c;
	background-color: #ffffff;
	color: #2b3839;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Layout */

.container {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	min-width: 400px;
}

.header {
	height: 100px;
	text-align: right;
	padding: 0px 10px 0px 200px;
	clear: both;
}

.columnContainer {
	float: left;
	background-image:url("/layout/images/bg-column1.gif");
	background-repeat: repeat-y;
	background-color: #F5F2EC;
	width: 100%;
}

.column1 {
	width: 200px;
	float: left;
	text-align: center;
}

.column2 {
	margin: 0px 0px 0px 200px;
	color: #2b3839;
}

.contentContainer {
	padding: 20px 40px 20px 40px;
}

#page1 .contentContainer {
	padding: 0px;
}

.footerContainer {
	padding: 0px;
	clear: both;
	text-align: right;
}

.footer {
	padding: 20px 20px 20px 0px;
	font-size: 80%;
}

.footer a:hover {
}


/* Navigation */

.navBar {
	font-size: 1.1em;
	padding: 90px 0px 20px 0px;
	text-align: center;
	width: 140px;
	margin: auto;
}

.navBar ul {
	margin: 0px;
	padding: 0px;
}
	
.navBar li {
	list-style: none;
	display: block;
	width: 100%;
	background-image:url("/layout/images/bg-nav.jpg");
	background-repeat: no-repeat;
	padding-top: 4px;
}

#navItem1 {
	background-image: none;
	padding-top: 0px;
}

.navBar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
}

.navBar a:hover, .hi a {
	color: #857f70;
} 

.subNav a:hover {
	text-decoration: underline;
}

.navBar .subNav, .subNavHi a {
	padding: 0px;
	font-size: 80%;
	background-image: none;
}

li.subNavHi {
 	background-image: none;
	padding: 0px;
}
 
.navBar .subNav a {
	font-weight: normal;
	padding: 0px
	}

#navItem1 {
	background-image: none;
}

.membersButton a {
	padding: 8px 87px 8px 10px;
	background-color: #857f70;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	right: 0px;
	min-width: 98px
}

/*#page1 .membersButton a {
	top: 100px;
}*/

.membersButton a:hover {
	background-color: #c1b99f;
	color: #ffffff;
}

.navMembers {
	float: right;
	padding-top: 1px;
	margin: 0px 0px 15px 15px;
}

.navMembers ul {
	margin: 0px;
	padding: 0px;
}

.navMembers li {
	list-style-type: none;
	padding: 0px 0px 1px 0px;
}

.navMembers a {
	padding: 8px 87px 8px 10px;
	background-color: #c1b99f;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.navMembers a:hover {
	background-color: #857f70;
	color: #ffffff;
}

/*General */

.searchContainer {
	margin-top: 70px;
	float: right;
}

.searchBox {
	width: 120px;
	text-indent: 4px;
	font-size: 90%;
	height: 16px;
	line-height: 16px;
}

.searchContainer input {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
	border-right: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.searchContainer .searchButton {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	float:left;
}

.searchTitle {
	float: left;
	margin-right: 5px;
	line-height: 20px;
}

.contentContainer li {
	padding-bottom: 10px;
}

.content {
	padding: 0px 20px 0px 20px;
}

.headerLogo {
	display: block;
	position: absolute;
	left: 44px;
	top: 26px;
}

.headerLogo img {
	margin: 0px;
}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.nowrap {
	white-space: nowrap;
}

.note {
	color: #ff0000;
	font-size: 80%;
	white-space: nowrap;
}

a.linkButton {
	display: block;
	background-image:url("/layout/images/button-more.gif");
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 16px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

a.linkButton:hover {
	text-decoration: none;
}

.footnote {
	font-size: 90%;
	color: #857f70;
	display: block;
}

.pdf li {
	background-image:url("/layout/images/pdf-icon.gif");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 100%;
	text-indent: 25px;
	list-style-type: none;
	margin: 2px;
} 

li.video {
	background-image:url("/layout/images/video-icon.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.contentTable {
	font-size: 95%;
	margin-bottom: 15px;
	border-top: 1px solid #909090;
	width: 100%;
}

#boxEvents {
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	width: auto;
}

.contentTable td {
	border-bottom: 1px solid #909090;
	padding-left: 2px;
	padding-right: 5px;
	vertical-align: top;
	line-height: 20px;
}

.contentTable td img {
	vertical-align: bottom;
}

.contentTable th {
	border-bottom: 1px solid #909090;
	background-color: #c1b99f;
	/*text-indent: 2px;*/
	padding: 2px 5px 2px 2px;
	color: #ffffff;
}

.adminButton {
	color: #ffffff;
	border: 1px solid #909090;
	background-color: #c1b99f;
	padding: 0px 3px 0px 3px;
	margin: 0px 2px 0px 0px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.adminButton:hover {
	color: #ffffff;
	border: 1px solid #909090;
	background-color: #857f70;
	text-decoration: none;
}

.formHeader {
	font-size: 90%;
	/*color: #c3bba2;*/
	margin-top: 15px;
	display: block;
	font-weight: bold;
}

.box {
	padding: 5px;
	border: 1px solid #909090;
	/*background-color: #c3bba2;
	margin: 20px 0px 20px 0px;
	color: #ffffff;*/
}

.box a {
	color: #ffffff;
}

.box a:hover {
	color: #857f70;
}

.contentContainer input {
	border: 1px solid #909090;
	background-color: #ffffff;
}

.contentContainer textarea {
	border: 1px solid #909090;
	background-color: #ffffff;
	color: #909090;
}

.contentContainer input.button {
	font-weight: bold;
	background-color: #c1b99f;
	color: #ffffff;
}

#events {
	padding-top: 0px;
}

#login {
	width: 158px;
	float: right;
	margin: 20px 0px 0px 20px;
}

#login h2 {
	margin: 0px;
	padding: 0px;
}

.quoteContainer {
	display: inline;
}

.rightQuote {
	display: block;
	text-align: right;
	font-style: italic;
}

.homeFlash {

}

.imageList img {
	margin-bottom: 4px;
}

.imageList a img {
	border: 2px solid #f5f2ec;
}

.imageList a:hover img {
	border: 2px solid #9f8052;
}

.eventItemFeatured {
	border-left: 10px solid #c1b99f;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
}

.eventItem {
	border-left: 10px solid #dedbc8;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
}

/* Page backgrounds */

.pageStrap {
	background-color: #c2baa0;
	background-image:url("/layout/images/bg/bg-default.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
}

#page1 h1 {
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}

.pageStrap h1 {
	margin: 0px 0px 0px 10px;
	padding-top: 56px;
	color: #ffffff;
	font-size: 1.2em;
}

#page1 .columnContainer {
	background-color: #969182;
}

#page1 .headerText {
	padding: 30px 0px 0px 30px;
}

#page1 .pageStrap {
	background-image: none;
	background-color: #0e0402;
	/*background-repeat: no-repeat;
	background-position: right top;*/
	height: 118px;
}

#page2 .pageStrap {
	background-image:url("/layout/images/bg/bg-membership.jpg");
	background-color: #522305;
}

#page3 .pageStrap {
	background-image:url("/layout/images/bg/bg-about.jpg");
	background-color: #9f8052;
}

#page4 .pageStrap {
	background-image:url("/layout/images/bg/bg-faqs.jpg");
	background-color: #51490b;
}

#page5 .pageStrap {
	background-image:url("/layout/images/bg/bg-restaurants.jpg");
	background-color: #3d1d10;
}

#page6 .pageStrap {
	background-image:url("/layout/images/bg/bg-spa.jpg");
	background-color: #f6b26a;
}

#page7 .pageStrap {
	background-image:url("/layout/images/bg/bg-aquanuts.jpg");
	background-color: #ee3024;
}

#page8 .pageStrap {
	background-image:url("/layout/images/bg/bg-coast.jpg");
	background-color: #bdac9b;
}

#page9 .pageStrap {
	background-image:url("/layout/images/bg/bg-activities.jpg");
	background-color: #bbbb91;
}

#page10 .pageStrap {
	background-image:url("/layout/images/bg/bg-fitness.jpg");
	background-color: #c1af98;
}

#page11 .pageStrap {
	background-image:url("/layout/images/bg/bg-wae.jpg");
	background-color: #e1c68d;
}

#page12 .pageStrap {
	background-image:url("/layout/images/bg/bg-contact.jpg");
	background-color: #e17924;
}


/* Lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("/layout/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("/layout/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("/layout/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*
BroadcastForm to admin
*/
.BroadcastForm li {
	list-style-type: none;
	background-image: none;
	padding: 10px 0px 0px 0px;
}

.BroadcastForm ol {
	margin: 0px 20px;
	padding: 0px;
}

.BroadcastForm p {
	font-size: 1.2em;
}

.BroadcastForm .error {
	color: #ff0000;
	font-weight: bold;
}

.BroadcastForm .required {
	color: #ff0000;
}

.BroadcastForm label.element {
	font-size: 100%;
	font-weight: bold;
}

.BroadcastForm div.element	{
	padding: 1px 0px 5px 5px;
}

/*
BroadcastForm to admin -end
*/
