@import url(global_v1-2.css);
@import url(Nevillewood_css/modules.css);
@import url(Nevillewood_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: #005837;
	font: bold 25px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}


h2 {
	
	color: #3b332a;
	font: 15px/1.6 "Garamond", Georgia, Times New Roman, Times, serif;
	
}

h3 {
	
	color: #6c4515;
	font: bold 18px "Garamond", Georgia, Times New Roman, Times, serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #432614;
	font: 20px "Garamond", Georgia, Times New Roman, Times, serif;
	display: inline;
	font-variant:small-caps;

}

h6 {
	
	color: #6c4515;
	font: 11px "Garamond", Georgia, Times New Roman, Times, serif;
	text-transform:uppercase;
	text-align:center;
}

p {
	
	color: #51413a;
	font: 12px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #7c1717;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #b72222;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bg_site.jpg) center top;
	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 
////////////////////////////////////////////////////////////////*/

.top {
	background:url(../../../Images/bgTop.jpg) top center repeat-x;}

.siteWrapper {
	width:955px;
	margin:0 auto;
}

#banner {
	height:39px;}
	
	#banner .inside {
		width:924px;
		margin:0 auto;
		padding-top:12px;}
	
		#banner .inside .left {
			float:left;
			width:400px;
			font:11px "Garamond", Georgia, Times New Roman, Times, serif;
			color:#efe3bc;
			text-transform:uppercase;
			text-align:left;}
		
			#banner .inside .right {
				float:right;
				width:400px;
				text-align:right;
				color:#efe3bc;}
			
				#banner .inside .right a {
					font:11px "Garamond", Georgia, Times New Roman, Times, serif;
					color:#efe3bc;
					text-transform:uppercase;}
					
					
#Pvtbanner .inside {
		width:924px;
		margin:0 auto;
		padding-top:12px;}
	
		#Pvtbanner .inside .left {
			float:left;
			width:400px;
			font:11px "Garamond", Georgia, Times New Roman, Times, serif;
			color:#efe3bc;
			text-transform:uppercase;
			text-align:left;
			padding-bottom:2px;}
		
			#Pvtbanner .inside .right {
				float:right;
				width:400px;
				text-align:right;
				color:#efe3bc;
				padding-bottom:2px;}
			
				#Pvtbanner .inside .right a {
					font:11px "Garamond", Georgia, Times New Roman, Times, serif;
					color:#efe3bc;
					text-transform:uppercase;}
					
	#Pvtbanner .inside .show {
		text-align:left;
		padding:8px 0px;
		border-top:#0b503b 1px solid;
		border-bottom:#0b503b 1px solid;
		margin-bottom:8px;}
		
	#Pvtbanner .inside .show h1 {
		color:#efe3bc;
		font-size:18px;
		padding-bottom:8px;}
		
	#Pvtbanner .inside .show p {
		color:#efe3bc;}
		
	#Pvtbanner .inside .show a {
		color:#efe3bc;
		text-decoration:underline;}
			
			

#liteLine {
	background:#c0b388;
	width:955px;
	padding:1px 0;
}

#darkLine {
	background:#967e37;
	width:953px;
	margin:0 auto;
	padding-top:3px;
	padding-bottom:3px;}
	
#contentWrapper {
	background:url(../../../Images/contentRepeat.jpg) top center repeat-y;
	width:946px;
	margin:0 auto;}
	
	#contentWrapper .top {
		background:url(../../../Images/contentTop.jpg) top right no-repeat;
		width:946px;
		}
		
		#contentWrapper .botm {
			background:url(../../../Images/contentBotm.jpg) bottom right no-repeat;
			width:946px;}
				
			
#adminWrapper {
	width:946px;
	background:#fff;}
	
	#adminWrapper .pad {
		width:931px;
		margin:0 auto;
		padding:0 15px;}
		
#adminNav {
	width:955px;
	margin:0 auto;
	background:#402313;
	height:32px;}
			
#logo {
	height: 111px;
	width: 219px;
	}
	
	a#logo {
		height: 111px;
		width: 219px;
		background:url(../../../Images/logo.jpg);
		background-position:top left;
		display:block;
}
		a#logo:hover {
			background-position: left bottom;
		}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	width:245px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0 auto;
	margin-top:46px;
}

	#nav .wrap {
		padding:2px 0;}


		

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#login {
	width:566px;
	margin:0 auto;
	background:url(../../../Images/loginRepeat.jpg) top center repeat-y;}
	
	#login .top {
		background:url(../../../Images/loginTop.jpg) top center no-repeat;}
		
		#login .bottom {
			background:url(../../../Images/loginBottom.jpg) bottom center no-repeat;}
			
			#login .inside {
				padding-top:50px;
				padding-bottom:50px;}
				
.logFields {
	padding:37px 0;}
	
	.logFields td {
		text-align:left;}

#contentArea {
	width:688px;
	float:right;
}

	#contentArea .photo {
		width:656px;
		border:#d8c794 1px solid;
		margin:0 auto;}
		
		#contentArea .inside {
			width:571px;
			margin:0 auto;
			text-align:left;
			padding-bottom:108px;
			padding-top:30px;}
			
			#contentArea .shadow {
				background:url(../../../Images/albumShadow.jpg) top center no-repeat;
				width:658px;
				height:10px;
				margin:0 auto;
				disaply:block;}
				
				#contentArea .inside td img {
					border:#fff 2px solid;
					}
					
					#contentArea .pad {
						margin-top:15px;}
						
						#contentArea .left {
							float:left;
							width:270px;}
							
							#contentArea .right {
								width:270px;
								float:right;}
								
								#contentArea .photo2 {
									width:656px;
									margin:0 auto;}
									
									#contentArea .inside li {
										list-style:none;
										padding-left:15px;
										margin-left:-30px;
										background:url(../../../Images/contentLi.gif) 0 0 no-repeat;
										font: 12px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
										
										#contentArea .photo2 img {
											display:block;}
											
											#contentArea .inside2 {
												width:571px;
												margin:0 auto;
												text-align:left;
												padding-bottom:108px;
												padding-top:30px;}

#sideBar {
	width:258px;
	float:left;}
		
	#sideBar .inside {
		width:219px;
		margin: 0 auto;
		text-align:left;
		padding-top:40px;
		}
		
		#sideBar .dooily {
			background:url(../../../Images/dooily1.jpg) top center no-repeat;
			width:168px;
			height:36px;
			margin:15px auto;}
		
.photoBG {
	background:url(../../../Images/albumRight.jpg) top center repeat-y;
	width:216px;
	height:296px;}
	
.albumWrap {
	padding:21px;}
	
#newsletter {
	height: 49px;
	width: 174px;
	}
	
	a#newsletter {
		height: 49px;
		width: 174px;
		background:url(../../../Images/newsletter.jpg);
		background-position:top left;
		display:block;
}
		a#newsletter:hover {
			background-position: left bottom;
		}
		
#statements{
	height: 49px;
	width: 174px;
	}
	
	a#statements {
		height: 49px;
		width: 174px;
		background:url(../../../Images/statements.jpg);
		background-position:top left;
		display:block;
}
		a#statements:hover {
			background-position: left bottom;
		}
		
#teeTime{
	height: 49px;
	width: 174px;
	}
	
	a#teeTime {
		height: 49px;
		width: 174px;
		background:url(../../../Images/teeTime.jpg);
		background-position:top left;
		display:block;
}
		a#teeTime:hover {
			background-position: left bottom;
		}
		
#plugBox {
	background:#f3f0e0;
	border:#d6cab3 1px solid;
	padding:20px;
	width:270px;}
	
.plugShadowLeft {
	background:url(../../../Images/calendarShadowL.jpg) top center no-repeat;
	width:270px;
	height:7px;}
	
.plugShadowRight {
	background:url(../../../Images/calendarShadowR.jpg) top center no-repeat;
	width:270px;
	height:7px;}

#splash {
	width:946px;
	height:633px;
	background:url(../../../Images/splashImg.jpg) top center no-repeat;}
	
	#splash .links {
		width:678px;
		margin:0 auto;
		padding-top:566px;}
		
		#splash .links .left {
			float:left;
			width:185px;}
			
			#splash .links .right {
				float:right;
				width:185px;}
				
#guests {
	height: 55px;
	width: 185px;
	}
	
	a#guests {
		height: 55px;
		width: 185px;
		background:url(../../../Images/guest.jpg);
		background-position:top left;
		display:block;
}
		a#guests:hover {
			background-position: left bottom;
		}
		
#memButon {
	height: 55px;
	width: 185px;
	}
	
	a#memButon {
		height: 55px;
		width: 185px;
		background:url(../../../Images/members.jpg);
		background-position:top left;
		display:block;
}
		a#memButon:hover {
			background-position: left bottom;
		}
		
font.albumTitle {
	font:bold 17px "Garamond", Georgia, Times New Roman, Times, serif;
	color:#6c4515;}
	
font.albumDescription {
	font:12px Arial, Helvetica, sans-serif;
	color:#51413a;}
	
.botm5 {
	padding-bottom:8px;}
	
	
.sideCallOuts {
	padding:38px 0;
	background:url(../../../Images/doubleLine3.jpg) bottom center no-repeat;
	text-align:center;}
	
#quickLinks a {
	text-transform:uppercase;
	font:12px "Garamond", Georgia, Times New Roman, Times, serif;
	color:#7c5c48;
	line-height:28px;
	}
	
.advLogUsername, .advLogPassword {
	background:url(../../../Images/bg_logFields.jpg) top center repeat-x;
	width:150px;}
	
#login_forgotPassword {
	display:inline;}
	
#login_link {
	float:right;
	padding-top:3px;}
	
#login_cookieMessage {
	float:left;}
	
.login_fields {
	font:9px Arial, Helvetica, sans-serif;
	color:#51413a;
	text-transform:uppercase;
	padding:3px 0;}
	
span.advLogRemoveChk {
	font:9px Arial, Helvetica, sans-serif;
	color:#51413a;}
	
#ctNav {
	background:#412414;
	height:32px;}
	
#ctContent {
	padding-top:10px;}

#ctYardage {	
	
	color:#412414;
	width:80%;}
	
	#ctYardage td#color {
		background:#dec88f;}
	
#botom10 {
	padding-bottom:10px;}
	
#left10 {
	padding-left:10px;}
	
#ctScoreCard {
	border:#76a696 1px solid;
	background-color:#76a696;}
	
#white {
	color:#fff;
	background-color:#47826a;}
	
#dkGreen {
	background-color:#2c594b;
	color:#fff;}
	
#whiteBG {
	background-color:#fff;}
	
#ltGreen {
	background-color:#d3dfe4;}
	
#brnLine {
	border-bottom:#6c4515 1px solid;}
	
.center {
	margin:0 auto;}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/botmShadow.jpg) top center no-repeat;
	padding:15px 0;
	color:#bba46d;

}

	#footer li {
		list-style:none;
		display:inline;
		background:url(../../../Images/ftrLi.gif) 0 50% no-repeat;
		padding-left:22px;}
		
		#footer li.one {
			background-image:none;}
			
			#footer .pad {
				padding-right:77px;
				font:15px "Garamond", Georgia, Times New Roman, Times, serif;}

	
