@import url(global_v1-2.css);
@import url(RedMtnRanch_css/modules.css);
@import url(RedMtnRanch_css/plugins.css);
@import url(adminLogin.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: #6c5533;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #8f6f48;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #000;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11px/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: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/siteBg.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 
////////////////////////////////////////////////////////////////*/

#siteWrapper {
	background:url(../../../Images/PageBG.jpg) #3e3f37 top center repeat-x;
	width:995px;
	text-align:center;
	margin:0 auto;	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background:url(../../../Images/Logo.jpg) top center no-repeat;
	width:175px;
	height:32px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#topLinks {
	width:500px;
	float:right;
	margin-right:22px;
	text-align:right;
	padding:10px 0 0 0;
	}
	
	#topLinks a{
		color:#fff;
		text-transform:uppercase;
		}
		
		#topLinks a:hover{
			color:#fff;
			text-transform:uppercase;
			text-decoration:underline;
			}
			
			#topLinks p{
				color:#fff;
				}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	/*--background-color:#fbf3cc;--1/26/09--*/
	width:745px;
	float:right;
	margin-top:20px;
	text-align:right;
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentWrapper {
	width:952px;
	margin:0 auto;
	text-align:center;
	}

#navContainer {
	background-color:#fff;
	width:952px;
	text-align:center;
	margin:0 auto;
	}

#contentArea {
	background:url(../../../Images/LiveBG.jpg) top center repeat-y;
	width:952px;
	text-align:center;
	margin:0 auto;
	border-right:#0e0f0a 1px solid;
	}
	
	
#adminArea {
	background:#f0f0f0;
	width:952px;
	text-align:center;
	margin:0 auto;
	}
	
	#adminArea p {
		color:#000000;}
		
		#adminArea a {
			color:#000;
			text-decoration:none;
			}
			
			#adminArea a:hover {
				color:#000;
				text-decoration:underline;
				}
	
#tourArea {
	background:#f0f0f0;
	width:952px;
	text-align:center;
	margin:0 auto;
	}
	#tourArea a {
		color:#000;}
		
		#tourArea a:hover {
			color:#666666;}
			
	#tourArea td.modCrsTourHoleChooser a:hover {
		color:#000;}
		
		#tourArea td.modCrsTourHoleChooser a {
			color:#000;}
	
#private {
	background:url(../../../Images/PvtPgBG2.jpg) top center repeat-y;
	width:952px;
	text-align:center;
	margin:0 auto;
	border-top:#f7f3d0 5px solid;
	border-bottom:#f7f3d0 5px solid;
	}
	
#bottom {
	width:400px;
	float:right;
	padding:10px 10px;
	text-align:right;
	}
	
#bottomLogo {
	background:url(../../../Images/FtrLogo.gif) top center no-repeat;
	width:127px;
	height:23px;
	float:right;
	margin:5px 22px 5px 0;
	}
	
#lNav {
	width:208px;
	float:left;
	padding-top:6px;
	}
	
	#lNav .inside {
		text-align:right;}
	
#contentImg {
	width:744px;
	float:right;
	}
	
	#contentImg img {
		border-bottom:#f7f3d0 5px solid;}
		
		#contentImg object {
			border-bottom:#f7f3d0 5px solid;}
	
#MainContent {
	width:700px;
	float:right;
	text-align:left;
	}
	
	#MainContent .inside {
		padding-right:30px;
		}
		
#interestBox {
	border-top:#cec6b1 1px solid;
	border-bottom:#cec6b1 1px solid;
	padding:10px 10px;
	}
	
/*-------------------------------------------------------------
ROLLOVERS
--------------------------------------------------------------*/
#Anniversary {
	height: 200px;
	width: 200px;
	display:block;
	
	}
	
	a#Anniversary {
		height: 200px;
		width: 200px;
		background:url(../../../Images/Anniversary.gif);
		background-position:top left;
}
		a#Anniversary:hover {
			background-position: left bottom;
		}

#Wedding {
	height: 200px;
	width: 200px;
	display:block;
	
	}
	
	a#Wedding {
		height: 200px;
		width: 200px;
		background:url(../../../Images/Wed.jpg);
		background-position:top left;
}
		a#Wedding:hover {
			background-position: left bottom;
		}
		
#BarMitzvah {
	height: 200px;
	width: 200px;
	display:block;
	
	}
	
	a#BarMitzvah {
		height: 200px;
		width: 200px;
		background:url(../../../Images/Mitzvah.gif);
		background-position:top left;
}
		a#BarMitzvah:hover {
			background-position: left bottom;
		}
		
#Engagement {
	height: 200px;
	width: 200px;
	display:block;
	
	}
	
	a#Engagement {
		height: 200px;
		width: 200px;
		background:url(../../../Images/Engagement.gif);
		background-position:top left;
}
		a#Engagement:hover {
			background-position: left bottom;
		}
		
#Kids {
	height: 200px;
	width: 200px;
	display:block;
	
	}
	
	a#Kids {
		height: 200px;
		width: 200px;
		background:url(../../../Images/Kids.gif);
		background-position:top left;
}
		a#Kids:hover {
			background-position: left bottom;
		}

table#calendar a {
	color:#d9d3b4;}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:800px;
	text-align:center;
	margin:0 auto;
}

	#footer p {
		margin-top:35px;
		color:#fbf0d2;
		}
		
		#footer a {
			margin-top:35px;
			color:#fbf0d2;
			}
			
			#footer a:hover {
				color:#CCCCCC;}

#login {
	width:122px;
	display:block;
	}
	
		a#login {
			height: 30px;
			width: 122px;
			background:url(../../../Images/Login.jpg);
			background-position:top left;
			}
			
			a#login:hover {
				background-position:bottom left;
				}