@import url(global.css);
@import url(adminLogin.css);
@import url(Salisbury_css/modules.css);
@import url(Salisbury_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/
body {
	background:#fff;
	color:#000;
}

h1 {
	color: #667448;
	font:400 24px "Palatino Linotype", Times, serif;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

h2 {
	color:#667448;
	font:400 12px "Palatino Linotype", Times, serif;
	border-bottom: 2px solid #bac89c;
	margin: 10px 0 5px;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

h3 {
	color:#000;
	font:400 17px "Palatino Linotype", Times, serif;
	margin: 8px 0 3px;
}

h4 {
	color:#777;
	font-size:12px;
	font-weight: 700;
	text-transform: none;
	margin: 7px 0 3px;
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Palatino Linotype", Times, serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Palatino Linotype", Times, serif;

}

p {
	color:#4A493D;
	line-height: 1.6em;
	margin: 0 0 4px;
}

table {
	font-size:11px;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#667448 url(../../../Images/site_bg.gif) left top repeat-x;;
	min-width: 800px;
	font: 400 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: COUNTRY CLUB OF SALISBURY
///////////////////////////////////////*/
.hide-text {

	display: none;

}


.siteWrapper {
	
	margin: 0 auto;
	text-align: left;
	width: 804px;
}


/******************************************************************
= HEADER 
*******************************************************************/

#header {

	background: url(../../../Images/header_bg.jpg) left bottom no-repeat;
	position: relative;
	height: 245px;

}

/*---------------------------------------------------------
LOGO
---------------------------------------------------------*/
#logo {

	display: block;
	height: 47px;
	width: 180px;
	position: absolute;
	background: url(../../../Images/logo.gif) left top no-repeat;
	top: 97px;
	left: 223px;

}
	#logo:hover { background-position: left bottom; }

/*-----------------------------------------------------------
TOP LINKS
------------------------------------------------------------*/
#topLinks {

	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	right: 15px;
	top: 0p;

}

	#topLinks li {
	
		display: inline;
		margin: 0;
		padding: 0;
	
	}
	
		#topLinks li a {
		
			float: left;
			height: 27px;
			background-image: url(../../../Images/topLinks_bg.gif);
			background-repeat: no-repeat;
		
		}
		
		/* BACKGROUND POSITION FOR EACH LINK */
		#tl-home { background-position: left top; width: 95px; }
		#tl-home:hover { background-position: left bottom; }
		
		#tl-contact { background-position: -95px top; width: 83px; }
		#tl-contact:hover { background-position: -95px bottom; }
		
		#tl-memLogin { background-position: right top; width: 139px; }
		#tl-memLogin:hover { background-position: right bottom; }
		
/*------------------------------------------------------------------
 PRIVATE TOP LINKS 
------------------------------------------------------------------*/
#priv #topLinks li { font-size: 10px; /*line-height: 32px;*/}
#priv #topLinks li a {
		
	float: left;
	background-image: url(../../../Images/topLinks-priv_bg.gif);
	background-repeat: no-repeat;
	line-height: 31px;
	font-size: 10px;
	color: #a59e8e;
	text-transform: uppercase;
		
}
#priv #topLinks li a:hover { color: #595241; text-decoration: none; }

	li#tl-logout { 
	
		float: left; 
	
	}
	#tl-logout a {
	
		float: none !important;
		background: none !important; 
	
	}
	
	#tl-myprofile { background-position: left top; padding: 0 5px 0 36px;}
	#tl-news { background-position: center top; padding: 0 10px;}
	#tl-cal { background-position: center top; padding: 0 10px; }
	#tl-direc { background-position: right top; padding: 0 35px 0 10px; }
		
/*------------------------------------------------------------------
 NAV 
------------------------------------------------------------------*/
#nav {

	clear: both;
	position: absolute;
	left: 240px;
	top: 170px;
	height: 30px;

}

	#nav table {
		width: auto;
	}
	
	#nav .rootGroup .item {
	
		width: auto !important;
	
	}
	
	#nav .rootGroup .group { width: 180px !important; }
	
	
	/*#nav .level0 .item {
	
		width: auto !important;
	
	}*/
/************************************************************************
= CONTENT AREA 
************************************************************************/

#contentArea {

	background: url(../../../Images/page_bg.gif) center top repeat-y;
	width: 804px;
}

#content_wrapper {

	background: url(../../../Images/pageTop_bg.gif) center top no-repeat;
	/*height: 185px;*/
	min-height: 185px !important;
	padding: 0 17px 25px;

}

/*---------------------------------------------------------------------
MAIN IMAGE / SLIDESHOW
*/

#contentTop {

	padding: 0 0 15px;

}

/*----------------------------------------------------------------------
MAIN CONTENT
*/

#contentMain {

	float: right;
	width: 488px;

}

	#contentMain .inside {
	
		padding: 0px 20px 10px 0px;
		/*width: 433px;*/
	
	}

/*---------------------------------------------------------------------
SIDE BAR 
*/

#sideBar {

	float: left;
	width: 280px;

}

	#sideBar .inside {
	
		padding: 0px 35px 15px 10px;
		width: 235px;
	
	}

.sideBar_co {
	
	background: #f1f4eb;
	margin: 20px 0 0;
}

	.sideBar_co h2 {
	
		background: #bac89c url(../../../Images/sideBar_hdr.gif) left top repeat-x;
		padding: 8px 7px 3px 5px;
		margin: 0 0 10px;
	
	}
	
		.sideBar_co .inside {
		
			padding: 5px 5px 10px 5px;
		
		}

/************************************************************************
= FOOTER 
************************************************************************/

#footer {

	background: url(../../../Images/footer_bg.gif) center top no-repeat;
	clear: both;
	padding: 30px 15px;

}

#footer address {

	font: 400 10px "Palatino Linotype", Times, serif;
	line-height: 1.3em;
	padding: 0px 0 0 15px;
	border-left: 1px solid #88966a;
	margin: 0 0 0 80px;
	color: #bac89c;
}