@import url(global_v1-2.css);
@import url(TheCascades_css/modules.css);
@import url(TheCascades_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: #3f2c0f;
	font: 30px Georgia, "Times New Roman", Times, serif;
	background:url(../../../Images/H1.gif) 0 50% no-repeat;
	padding-left:30px;
	margin-bottom:10px;

}


h2 {
	
	color: #847D54;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #382529;
	font: 16px/1.3 Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}

h4 {
	
	color: #3f2c0f;
	font: italic 14px/1.6 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #2b3B24;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #3f2c0f;
	font: 11px/1.6 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #3f2c0f;
	font: 11px/1.3 Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #b5791b;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #e09622;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #c6baaa;
	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 {


	
}

#pubHome {


	
}

#pubContent {


	
}

#banner {
	background: url(../../../Images/PublicBannerBG.jpg) top center no-repeat;
	height:104px;
	width:100%;
	}
	
	#banner .inside {
		width:960px;
		margin:0 auto;}
		
#pvtBanner {
	background: url(../../../Images/PrivateBannerBG.jpg) top center no-repeat;
	height:104px;
	width:100%;
	}
	
	#pvtBanner .inside {
		width:960px;
		margin:0 auto;}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#banner .left {
	float:left;
	width:209px;}
	
#pvtBanner .left {
	float:left;
	width:209px;}

#logo {
	height: 65px;
	width: 209px;
	margin-top:21px;
	
	}
	
	a#logo {
		height: 65px;
		width: 209px;
		background:url(../../../Images/Logo.jpg);
		background-position:top left;
		display:block;
}
		a#logo:hover {
			background-position: left bottom;
		}
		
#logoPvt {
	height: 65px;
	width: 209px;
	margin-top:21px;
	
	}
	
	a#logoPvt {
		height: 65px;
		width: 209px;
		background:url(../../../Images/LogoPvt.jpg);
		background-position:top left;
		display:block;
}
		a#logoPvt:hover {
			background-position: left bottom;
		}


#banner .right {
	float:right;
	width:300px;
	text-align:right;
	padding-top:35px;}
	
#pvtBanner .right {
	float:right;
	width:650px;
	padding-top:5px;}
	
	#pvtBanner .right a {
		text-transform:uppercase;
		font: 11px Georgia, "Times New Roman", Times, serif;
		padding-left:12px;
		color:#3f2c0f;}
		
		#pvtBanner .right .r-left {
			float:left;
			width:400px;
			text-align:left;}
			
			#pvtBanner .right .r-right {
				width:180px;
				float:right;
				text-align:right;}
				
				#pvtBanner .right #email a {
					text-transform:none;
					padding-left:0px;}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
 background:url(../../../Images/bg_navBar.jpg) top center repeat-x;
 height:43px;

}

	#nav .inside {
		width:950px;
		margin:0 auto;
		padding-top:3px;}
		
#pvtNav {
	width:956px;
	height:43px;
	background:url(../../../Images/bg_navBar.jpg) top center repeat-x;
	margin:0 auto;}
	
	#pvtNav .pad {
		width:956px;
		margin:0 auto;
		padding-top:4px;}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background:url(../../../Images/contentRepeat2.jpg) bottom center repeat-y;}
	
	#contentArea #bottom {
		background:url(../../../Images/bottom2.png) bottom center no-repeat;
		}
	
		#contentArea .inside {
			width:890px;
			margin:0 auto;}
			
			#contentArea .left {
				width:140px;
				text-align:left;
				float:left;}
				
				#contentArea .right {
					width:710px;
					text-align:left;
					float:right;}
	
#flash {
	width:100%;
	margin:0 auto;
	height:428px;
	overflow:hidden;}
	
#topBanners {
	height:428px;
	margin:0 auto;}
	
#darkTan {
	width:960px;
	background:#b2a38f;
	padding-top:1px;
	padding-bottom:1px;
	margin:0 auto;}
	
#lightTan {
	width:958px;
	margin:0 auto;
	background:#e7ddd0;
	padding-top:1px;
	padding-bottom:1px;}
	
#pvtWrapper {
	width:956px;
	margin:0 auto;
	background:url(../../../Images/sideBarRepeat.jpg) top left repeat-y;}
	
#pvtContentArea {
	width:956px;
	margin:0 auto;
	background:url(../../../Images/sideBarBottom.jpg) bottom left no-repeat;}
	
#sideBar {
	width:207px;
	float:left;
	background:url(../../../Images/sideBarTop.jpg) top center no-repeat;
	min-height:640px;
	height:auto !important;
	height:640px;}
	
	#sideBar .inside {
		width:189px;
		margin:0 auto;
		padding-top:20px;}
			
		#sideBar .inside .highlight {
			width:187px;
			border:#7f3d33 1px solid;
			background:url(../../../Images/sideBarHighlight.jpg) #170705 top center no-repeat;}
			
		#sideBar .highlight .pad {
			padding:21px 12px;
			color:#d4b079;}
			
			#sideBar .highlight .pad h2 {
				color:#fff;}
				
				#sideBar .highlight .pad h3 {
					color:#fff;}
				
					#sideBar .inside h4 {
						color:#d4b079;}
					
						#sideBar .inside p {
							color:#d4b079;}
				

	
#pvtHome {
	float:right;
	background:url(../../../Images/PvtTop.jpg) #f4eee8 top center no-repeat;
	width:749px;}
	
	#pvtHome .inside {
		width:673px;
		margin:0 auto;
		padding-top:90px;
		padding-bottom:41px;
		text-align:left;}
		
		#pvtHome .inside img {
			border:#e3d8b8 1px solid;}
			
			#pvtHome .inside .left {
				width:439px;
				float:left;}
				
				#pvtHome .inside .right {
					width:209px;
					float:right;}
					
#pvtWrap {
	width:673px;
	padding-top:25px;}
		
#orange {
	width:100%;
	height:2px;
	background:url(../../../Images/orange.jpg) top center repeat-x;}
	
#white {
	background:#fff;
	border:#e3d8b8 1px solid;
	width:100%;
	padding:21px;}
	
#topContent {
	width:749px;
	float:right;
	background:url(../../../Images/PvtTop2.jpg) #f7efe5 top center no-repeat;
	padding-top:4px;}
	
	#topContent .inside {
		width:744px;
		margin:0 auto;}
	
		#topContent .inside img {
			border:#b6a794 1px solid;}
			
			#topContent .contentBG {
				background:url(../../../Images/PvtContentTop.jpg) #f7efe5 top center no-repeat;}
				
				#topContent .contentBG .inside {
					width:673px;
					margin:0 auto;
					padding-top:90px;
					padding-bottom:41px;
					text-align:left;}
					
.photos a#prevThumbPageHref628620 img,
.photos a#nextThumbPageHref628620 img {
	border:none;}
	
#login_pic { 
	float:left;
	border:#000 1px solid;}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:960px;
	margin:0 auto;
	height:93px;
	background:url(../../../Images/FtrLogo.gif) 100% 60% no-repeat;
}

	#blackFooter {
		background:url(../../../Images/footer.jpg) bottom center repeat-x;
		height:102px;
		margin-bottom:0px;
		}
		
		#blackFooter .wrap {
			width:960px;
			margin:0 auto;
			padding-top:6px;
			padding-bottom:6px;}
		
			#blackFooter .left {
				float:left;
				width:400px;
				text-align:left;}
			
				#blackFooter .right {
					float:right;
					width:400px;
					text-align:right;
					color:#c8b79f;}
			
					#blackFooter a {
						color:#c8b79f;
						font: 11px Georgia, "Times New Roman", Times, serif;
						padding-right:10px;}
						
						#blackFooter a:hover {
							color:#e4cdad;}