@import url(global_v1-2.css);
@import url(RoundHillClub_css/modules.css);
@import url(RoundHillClub_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: #0f203c;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #294E8A;
	font: 12px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #3C2B12;
	font: 14px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #294E8A;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #3C1612;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #242342;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	color: #242342;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #3f6393;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #11203d;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../images/SiteBg.jpg) #0f203c center top repeat-x;
	text-align: center;
	margin:0 auto;
	
}

.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 {
	width:963;
	margin:0 auto;
	text-align:center;

}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {
	width:953px;
	margin:0 auto;
	text-align:center;
	}

	

#branding {
	float:left;
}

	#branding .public {
		background:url(../../../images/Logo.jpg) no-repeat;
		width:244px;
		height:105px;
		}
		
	#branding .private {
		background:url(../../../images/LogoPvt.jpg) no-repeat;
		width:244px;
		height:105px;
		}

#login {
	float:right;
	text-align:right;
	height:100px;
	width:639px;
	background:url(../../../images/WaterMark.jpg) top right no-repeat;
	}
	
	#login .private {
		padding-top:60px;}/*--70 when delete open public link--*/
		
		#login .private a {
			color:fff;
			text-transform:uppercase;}
	
	#login .inside {
		padding-top:10px;
		}
		
		#login .login_fields {
			color:#fff;
			text-transform:uppercase;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:10px;
			}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:url(../../../images/topFade.jpg) bottom center repeat-x;
	height:37px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	width:963px;
	background-color:#FFFFFF;
}

	#contentArea .public {
		border-top:#fff 5px solid;}


#contentAreaPrivate {
	width:963px;
	background:url(../../../images/topFade.jpg) #ffffff top center repeat-x;
	}

#contentMain {
	width:953px;
	padding-bottom:5px;
	margin:0 auto;
	}
	
	#contentMain .public {
		background:url(../../../images/topHmBG.jpg) top center repeat-x;
		width:953;
		
	}
	
#contentPvt {
	width:953px;
	padding-bottom:5px;
	margin:0 auto;
	background:url(../../../images/PvtContent.jpg) #e8e4e1 top center repeat-y;
	}
	
	#contentPvt .content {
		float:right;
		width:722px;
		
	}
	
#pvtWrapper {
	width:680px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	}
			
	#pvtWrapper .left {
		float:left;
		width:450px;
		color:#242342;
		}
					
		#pvtWrapper .right {
			float:right;
			width:230px;
			
			}
			
			#pvtWrapper .right .inside {
				width:190px;
				padding-left:40px;
				text-align:left;
				color:#242342;
				}
	
	#contentPvt .topImg {
		background:url(../../../images/topPgBG2.jpg) top center repeat-x;
		margin:0 auto;
		text-align:center;
		}
		
		#contentPvt .topImg .inside {
			padding-top:5px;}
	
#No-botmImg {
	width:953;
	padding-bottom:15px;
	}

#botmImg {
	width:953;
	background:url(../../../images/btmPgBG.jpg) bottom center no-repeat;
	padding-bottom:15px;
	}
	
	#Pvtbotmimg {
		width:953;
		background:url(../../../images/btmPgBG2.jpg) bottom center no-repeat;
		padding-bottom:15px;
		}
	
#homeLinks {
	width:941px;
	margin:0 auto;
	padding-left:9px;
	}
	
#homeContent {
	width:700px;
	margin:0 auto;
	text-align:left;
	padding-top:30px;
	color:#24255d;
	font: 11px/3 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}
	
	
		
	
#directions {
	height: 62px;
	width: 303px;
	
	}
	
	a#directions {
		height: 62px;
		width: 303px;
		background:url(../../../images/Directions.jpg);
		background-position:top left;
		display:block;
}
		a#directions:hover {
			background-position: left bottom;
		}
		
#contact {
	height: 62px;
	width: 303px;
	
	}
	
	a#contact {
		height: 62px;
		width: 303px;
		background:url(../../../images/Contact.jpg);
		background-position:top left;
		display:block;
}
		a#contact:hover {
			background-position: left bottom;
		}
		
#employment {
	height: 62px;
	width: 303px;
	
	}
	
	a#employment {
		height: 62px;
		width: 303px;
		background:url(../../../images/Opportunity.jpg);
		background-position:top left;
		display:block;
}
		a#employment:hover {
			background-position: left bottom;
		}
		
/*-----------------------------------------------------------
PRIVATE DIVS
-----------------------------------------------------------*/


#sideBar {
	float:left;
	width:231px;
	background:url(../../../images/sideBarBG2.jpg) top center repeat-x;
	min-height:500px;
	height:auto !important;
	height:500px;
	
	}
	
	#sideBar .inside {
		width:201px;
		margin:0 auto;
		text-align:left;
		}
		
table#board h4 {
	background:#f7f3e8;
	padding:2px 2px 2px 6px;
	border-bottom:#294E8A 1px solid;
	}
	
table#board h2 {
	font-weight:700;
	}
	
table#board p {
	padding-left:20px;
	}
	
table#moreLinks {
	background-color:#0f203c;
}

	table#moreLinks a {
		color:#FFFFFF;
		font: 10px bold Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		}
		
		table#moreLinks a:hover {
			color:#e1e6ec;
			font: 10px bold Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			}
	
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	padding-top:20px;
	margin:0 auto;
}

	#footer p {
		color:a89b9b;
		font-size:10px;
		}
		
		#footer td {
			padding-top:10px;

