@import url(global_v1-2.css);
@import url(CCLandfall_css/modules.css);
@import url(CCLandfall_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #1c3b71;
	font: 20px "Trajan Pro", Georgia, Times New Roman, Times, serif;
	font-variant:small-caps;

}


h2 {
	
	color: #1f130b;
	font: bold 16px/1.3 Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #1c3b71;
	font: 16px/1.6 Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #1c3b71;
	font: bold 16px/1.6 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #1c3b71;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1f130b;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #1f130b;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #294178;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #3b5ca8;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bg_site.jpg) #bfaa80 center top no-repeat;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {


	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#banner {
	width:944px;
	margin:0 auto;
	height:93px;
	}
	
	#banner div {
		margin-bottom:0px;}

#logo {
	float:left;
	height: 65px;
	width: 196px;
	margin-top:6px;
	
	}
	
	a#logo {
		height: 65px;
		width: 196px;
		background:url(../../../Images/logo.jpg);
		background-position:top left;
		/*---display:block; - if inside table – FF ---*/
}
		a#logo:hover {
			background-position: left bottom;
		}
		


	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */


#nav {
	float:right;
	width:720px;
	}
	
#top {
	height:40px;
	text-align:right;
	}
		
	#top span.email {
		font-size:10px;}
	
#bottom {
	height:40px;}
	
	
a#logout {
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background:#1c3b71;
	padding:6px 5px;
	border:#526686 1px solid;
	text-transform:uppercase;}
	
	a#logout:hover {
		background:#3f6dba;}
	
/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#flash {
	background:url(../../../Images/botomFlash2.jpg) 0 100% no-repeat;
	height:400px;
	width:958px;
	margin:0 auto;
	display:block;
	}
	
		#flash .outer {
			background-color:#dcbca1;
			padding:1px;
			width:944px;
			margin:0 auto;
			}
		
			#flash .inner {
				background-color:#9e916f;
				padding:4px;
				}
		

.contentWrapper {
	width:944px;
	margin:0 auto;}
	
#homeLeft {
	width:325px;
	float:left;}
	
	#homeLeft .inside {
		padding:26px 0px 0 11px;
		text-align:left;}
		
#homeRight {
	width:581px;
	float:right;
	padding-top:26px;}
	
#rightMid {
	float:left;
	width:316px;
	text-align:left;}
		
#rightSide {
	float:right;
	width:219px;}
	
	#rightSide .inside {
		padding-right:11px;
		text-align:left;}
		
.advLogUsername, .advLogPassword {
	width:174px;}
	
#username, #password {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#10223f;}
	
#login_forgotPassword a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#555755;}
	
	#login_forgotPassword a:hover {
		color:#808380;}
		
.pad10 {
	padding-bottom:10px;}
	
.pad28 {
	padding-left:28px;}
	
.padBoth28 {
	width:866px;
	margin-left:28px;}
		
#signatureGolf {
	height: 54px;
	width: 180px;
	
	}
	
	a#signatureGolf {
		height: 54px;
		width: 180px;
		background:url(../../../Images/signatureGolf.jpg);
		background-position:top left;
		display:block;
}
		a#signatureGolf:hover {
			background-position: left bottom;
		}
		
#membershipInformation {
	height: 54px;
	width: 303px;
	
	}
	
	a#membershipInformation {
		height: 54px;
		width: 303px;
		background:url(../../../Images/memberInfo.jpg);
		background-position:top left;
		display:block;
}
		a#membershipInformation:hover {
			background-position: left bottom;
		}
		
#contactUs {
	height: 54px;
	width: 140px;
	
	}
	
	a#contactUs {
		height: 54px;
		width: 140px;
		background:url(../../../Images/contactUs.jpg);
		background-position:top left;
		display:block;
}
		a#contactUs:hover {
			background-position: left bottom;
		}
		
#membersFrom {
	height: 54px;
	width: 213px;
	
	}
	
	a#membersFrom {
		height: 54px;
		width: 213px;
		background:url(../../../Images/membersFrom.jpg);
		background-position:top left;
		display:block;
}
		a#membersFrom:hover {
			background-position: left bottom;
		}
		
#virtualTour {
	height: 54px;
	width: 178px;
	
	}
	
	a#virtualTour {
		height: 54px;
		width: 178px;
		background:url(../../../Images/photoGallery.jpg);
		background-position:top left;
		display:block;
}
		a#virtualTour:hover {
			background-position: left bottom;
		}

#contentArea {
	background:url(../../../Images/botomFlash2.jpg) 0 100% no-repeat;
	width:958px;
	margin:0 auto;
	display:block;
	padding-bottom:14px;
	}
	
		#contentArea .outer {
			background-color:#dcbca1;
			padding:1px;
			width:944px;
			margin:0 auto;
			}
		
			#contentArea .inner {
				background-color:#9e916f;
				padding:4px;
				}
				
				#contentArea .fade {
					background:url(../../../Images/contentFade.jpg) #f7f7f6 top center repeat-x;
					padding-bottom:4px;}
					
					#contentArea .inside {
						width:922px;
						margin:0 auto;
						padding-top:7px;
						text-align:left;}
						
						#contentArea .privateInside {
							background:url(../../../Images/sideBarBottom.jpg) 0 100% no-repeat;
							width:922px;
							margin:0 auto;
							padding-top:7px;
							text-align:left;}
						
#publicSideBar {
	background:url(../../../Images/publicSideBar.jpg) top center no-repeat;
	width:191px;
	height:284px;
	float:left;}
	
	#publicSideBar .pad {
		padding-left:10px;
		padding-top:20px;
		margin:0 auto;}
	
#publicPhotoAlbum {
	float:right;
	width:730px;
	border-top:#8d96a2 1px solid;
	border-right:#8d96a2 1px solid;
	border-bottom:#8d96a2 1px solid;}
	
	#publicPhotoAlbum img {
		display:block;}
		
		#publicPhotoAlbum td {
			color: #1c3b71;
			font: 12px/1.6 Georgia, "Times New Roman", Times, serif;}
			
			#publicPhotoAlbum a {
				text-decoration:underline;
				padding-top:15px;}
				
.imgDescription {
	color: #1c3b71;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;}
	
.imgAdd1 {
	color: #1c3b71;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;}
	
.imgAdd2 {
	padding-bottom:5px;}
	
	.imgAdd2 a {
		text-decoration:underline;}

#albumWrap {
	margin-bottom:20px;}
	
	#albumWrap h1 {
		color: #e4ded0;
		font: 20px "Trajan Pro", Georgia, Times New Roman, Times, serif;
		margin-bottom:9px;
		}
	
#publicLeft {
	float:left;
	width:194px;}
	
	#publicLeft img {
		border:#929cb7 1px solid;}
	
#publicRight {
	float:right;
	width:704px;}
	
	#publicRight .content img {
		border:#929cb7 1px solid;}
		
		#publicRight .content li {
			padding-left:25px;
			background:url(../../../Images/linkArrow.gif) 0 50% no-repeat;
			list-style:none;}
			
			#publicRight .content li a.clickToEditAnchor {
				background-image:none;
				padding-left:none;}
				
.content {
	padding-top:10px;
	padding-bottom:10px;}
	
.innerLeft {
	float:left;
	width:430px;
	padding-top:20px;}
	
	#publicRight .text .innerLeft a {
		background-image:none;
		padding:none;}
		
a.calLink {
	font: 10px Georgia, "Times New Roman", Times, serif;
	}
	
.innerRight {
	float:right;
	width:243px;
	padding-top:20px;
	}

.heading {
	border-bottom:#1f130b 1px solid;
	margin-bottom:8px;}
	
.privateHeading {
	border-bottom:#1f130b 1px solid;
	margin-bottom:8px;
	margin-left:28px;
	padding-top:10px;}
	
.additionalContent {
	margin-bottom:8px;
	margin-left:28px;
	padding-top:10px;}
	
#privateMain {
	margin-left:28px;}
	
	#privateMain .content img {
		border:#929cb7 1px solid;}
		
#blurb {
	background:url(../../../Images/blurb_Repeat.jpg) top center repeat-y;
	width:194px;}
	
	#blurb .top {
		background:url(../../../Images/blurb_Top.jpg) top center no-repeat;}
		
		#blurb .pad {
			padding:12px;}
		
#blurbBottom {
	background:url(../../../Images/blurbBotm.gif) bottom center no-repeat;
	height:29px;
	width:194px;
	display:block;}
	
#innerContent {
	width:922px;
	margin:0 auto;
	text-align:left;
	background:url(../../../Images/bg_sideBar.jpg) 0 100% repeat-y;}

#sideBar {
	background:url(../../../Images/sideBarFade.jpg) 0 0 no-repeat;
	width:191px;
	float:left;
	min-height:861px;
	height:auto !important;
	height:861px;

}

	#sideBar h1 {
		color: #e4ded0;
		font: 20px "Trajan Pro", Georgia, Times New Roman, Times, serif;
		margin-bottom:9px;}
		
#watermark {
	background:url(../../../Images/sideBarWatermark.jpg) 0 100% no-repeat;
	width:922px;}
		
			#sideBar .pad {
				padding:20px 8px 0px 8px;
				min-height:787px;
				height:auto !important;
				height:787px;}
				
				#sideBar img {
					display:block;}
					
					#sideBar .sideLinks a {
						font: 12px Georgia, "Times New Roman", Times, serif;
						line-height: 26px;
						color: #FFF;
						cursor: pointer;
						text-decoration: none;
						background:url(../../../Images/idle.gif) 0 50% no-repeat;
						padding-left:17px;
						width:171px;
						height:26px;
						display:block;}
						
						#sideBar .sideLinks a:hover {
							font: 12px Georgia, "Times New Roman", Times, serif;
							line-height: 26px;
							color: #afafaf;
							cursor: pointer;
							text-decoration: none;
							background:url(../../../Images/hover.gif) 0 50% no-repeat;
							padding-left:17px;
							width:171px;
							height:26px;
							display:block;}
							
							#sideBar .sideLinks a.clickToEditAnchor  {
								background-image:none;
								padding-left:none;}
								
								#sideBar .sideLinks p {
									color: #fff;
									font: 12px/1.6 Georgia, "Times New Roman", Times, serif;}
					

#grass {
	background:url(../../../Images/bg_grass.jpg) top center no-repeat;
	width:498px;}
	
	#grass td, #grass p {
	color: #e4ded0;
	font: 11px/1.6 Georgia, "Times New Roman", Times, serif;
	margin-bottom:2px;
	margin-top:0px;}
	
#court {
	background:url(../../../Images/courtConditionsBG2.jpg) top center no-repeat;
	width:498px;}
	
	#court td, #court p {
	color: #1c3b71;
	font: 11px/1.6 Georgia, "Times New Roman", Times, serif;
	margin-bottom:2px;
	margin-top:0px;}
	
	#court font.smallerfont {
		display:none;}
		
		#court td.plgAltLine {
			background:none;
			color: #1f130b;
			font: bold 16px/1.3 Georgia, "Times New Roman", Times, serif;}
			
			#court td.plgNewsPosted {
				padding:5px;}
	
.line {
	border-right:#e4ded0 1px solid;}
	
#privateRight {
	width:730px;
	float:right;}
	
	#privateRight li {
	padding-left:25px;
	background:url(../../../Images/linkArrow.gif) 0 0 no-repeat;
	list-style:none;}
	
#privatePhotoAlbum {
	width:730px;
	border-top:#8d96a2 1px solid;
	border-right:#8d96a2 1px solid;
	border-bottom:#8d96a2 1px solid;}
	
	#privatePhotoAlbum img {
		display:block;}
	
#contentLeft {
	float:left;
	width:430px;
	padding-left:28px;}
	
#white {
	padding:10px;
	border:#c4c4c4 1px solid;
	background-color:#fff;}
	
	#white img {
		border:none;}
		
#none {
	padding:10px;}
	
	#none img {
		border:none;}
		

		
		#contentLeft #none {
			padding:10px;}
		
		#contentLeft img {
			border:#929cb7 1px solid;}
			
#callouts {
	margin-top:10px;}
			
	#callOuts img {
		margin-right:12px;}
	
#contentRight {
	float:right;
	width:244px;}	
	
table#arrows {
	border:#213664 1px solid;}


#courseTour {
	border:#8d98b6 1px solid;}
	
#CTnav {
	background:url(../../../Images/bg_CTNav.jpg) top center repeat-x;
	height:32px;}
	
td.rightBorder {
	border-right:#1c3b71 1px solid;}
	
h3 a {
	color: #3b5ca8;
	font: inherit;
	text-decoration: underline;}
	
.crossMarket {
	margin-bottom:10px;}
	
.content #photoAlbumArrows a img {
	border:none;}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/bg_footer.jpg) top center repeat-x;
	height:89px;
}

	#footer .inside {
		width:944px;
		margin:0 auto;
		padding-top:15px;}
		
		#footer td {
			text-transform:uppercase;
			color:#d0cfca;
			font-size:10px;}
			
			#footer a {
				color:#d0cfca;
				padding-left:10px;
				font-size:10px;}
				
				#footer a:hover {
					color:#fff;}
		
		
