@import url(global_v1-1.css);
@import url(CottonwoodGCC_css/modules.css);
@import url(CottonwoodGCC_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

html {

}

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #284E36;
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: .4em;

}

h2 {
	
	color: #284E36;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: .2em;
	
}

h3 {
	
	color: #4E2E2D;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-bottom: .6em;

}

h4 {
	
	color: #000;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: .6em;

}

h5 {
	
	color: #2b3B24;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #EBDBAF;
	font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding: .2em 0;
	text-transform: uppercase;

}

p {
	
	color: #696969;
	font: italic 12px "Palatino Linotype", "Times New Roman", Georgia, serif;
	margin: 0;

}

table {
	
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}


a,a.small,a.anchor,a.visited {
	
	color: #2B3B24;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #A83F06;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #2B3B24;
	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: Cottonwood Golf and Country Club
///////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////
= GLOBALLY USED CLASSES
////////////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.houdini {

	visibility: hidden;

}

/*primarily for images, removes extra bottom white space
IE creates For sourced images inside of containers without
defined heights*/

.blockLevel {

	display: block;

}

.vBottom {

	vertical-align: bottom;

}

.justifiedCopy {

	text-align: justify;

}

.centered {

	margin: 0 auto;
	text-align: center;

}

.logoFix {

	text-indent: -100000px;

}

.inside {

	text-align: left;

}

/* EDG had to remove this...it was causing editor content area to collapse in IE
div {

	width: 100%;

}*/

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	width: 880px;
	margin: 0 auto;
	text-align: center;
	
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	height: 110px;
	background: url(../../../Images/header.gif) no-repeat left top;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	
}

	#branding .inside {

		height: 100px;
		float: right;
		width: 620px;
		margin-top: 4px;
		
	}

	#logButton {
	
		width: 130px;
		height: 18px;
		font-size: 11px;
		text-align: center;
	
	}

		#logButton a {
			
			display: block;
			width: 100%;
			height: 100%;
			background: #5A8845;
		
		}
		
		#logButton a:hover {
			
			color: #2B3B24;
			background: #eed582;
			text-decoration: none;
		
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	margin-top: 52px;
	height: 20px;
	width: 620px;
	text-align: center;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	
		background: url(../../../Images/paperBg_repeat.jpg) repeat-y right top #FFF;
		text-align: left;
	
	}
	
#contentAreaModule {
	
	
		background: #FFFFFF;
		text-align: left;
	
	}
	
	#paperTree {
		
			background: url(../../../Images/paperBg_bottom2.jpg) no-repeat right bottom;
			width: 100%;
			height: 152px;
		
	}
	
		#sidebar {
	
			width: 265px;
			padding: 26px 0;
	
		}
		
			#sidebar .inside {
	
				width: 214px;
				margin: 0 24px 0 27px;
	
			}
			
				#pubHome #sidebar .inside a {
				
					display: block;
				
				}
			
				.borderedImageLink {
	
					margin-bottom: 16px;
					border: 5px solid #D3D3D3;
				
				}
				
				.borderedImageLink:hover {
	
					border: 5px solid #6C8673;
				
				}
			
					.borderedImageLink .blockLevel {
					
					}
					
					.borderedImageLink .blockLevel:hover {

					}
					
					#ivrnetLinksWrapper a {
					
						padding: 8px 0;
						
					}
					
					#ivrnetLinksWrapper .floatLeft {
					
						border-right: 1px solid #999;
						padding-right: 20px;
					
					}
					
					#ivrnetLinksWrapper .clearBoth  {
					
						padding-top: 16px;
						text-align: center;
					
					}
	
		#contentWrapper {
		
			width: 614px;
	
		}
		
			#contentMain {
	
				width: 538px;
				margin: 32px 22px 0 42px;
	
			}
			
			#pubHome #contentMain {
	
				padding-bottom: 32px;
	
			}
			
				.homePageCopy {
					
					line-height: 1.6em;
					padding: 0 60px;
	
				}
			
	
			
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	margin-top: 42px;
	text-align: left;

}

	#copyright {
	
		color: #EBDBAF;
		font-size: 10px;
		float: left;
	
	}
	
	#backToTop {
	
		float:right;
		color: #784630;
	
	}
	
	h6 a {
	
		color: #784630;
	
	}
	
	h6 a:hover {
	
		color: #AC6445;
		text-decoration: none;
	
	}
	
	#footDivider {
	
		border-top: 2px solid #1E2919;
		clear: both;
	
	}
	
		#footer .floatLeft {
		
			width: 50%;
		
		}
		
		#footer .floatRight {
		
			width: 50%;
			text-align: right;
		
		}