@import url(global_v1-2.css);
@import url(Silverado_css/modules.css);
@import url(Silverado_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: #005695;
	font: 15px Arial, Helvetica, sans-serif;
	background:url(../../../Images/h1.jpg) bottom center repeat-x;
	width:100%;
	text-transform:uppercase;
	margin-bottom:11px;
	padding-bottom:11px;
	text-align:center;
}


h2 {
	
	color: #005695;
	font: bold 23px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Arial, "Times New Roman", Times, serif;

}

h4 {
	
	color: #203646;
	font: italic 15px/1.3 Arial, Helvetica, sans-serif;
	border-bottom: #a7c5db 1px solid;
	margin-bottom:11px;
	padding-bottom:11px;
}

h5 {
	
	color: #545553;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #737471;
	font: 12px/1.6 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #737471;
	font: 12px/1.6 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #7397b1;
	font: inherit;
	text-decoration:underline;

}

a:hover {
	
	color: #89b5d4;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bg_site.jpg) #a7c5db top center repeat-x;
	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 
////////////////////////////////////////////////////////////////*/

#white {
	height:40px;
	width:920px;
	margin:0 auto;}
	
	#white .home {
		background:url(../../../Images/logo-Top.jpg) bottom left no-repeat;
		width:82px;
		height:24px;
		float:left;
		margin-left:60px;
		margin-top:16px;}
		
		#white .content {
			background:url(../../../Images/logoTxt.gif) top right no-repeat;
			float:right;
			width:206px;
			height:19px;
			margin-top:13px;}

.siteWrapper {
	width:960px;
	background:url(../../../Images/bg_page.gif) top center repeat-y;
	margin:0 auto;}
	
	.siteWrapper .top {
		background:url(../../../Images/bg_pageTop.gif) top center no-repeat;}
		

			
			
	
#contentWrapper {
	width:920px;
	margin:0 auto;}
	



/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	
	height:35px;
	margin:0 auto;
	background:#e6e7e2;
}

	#nav .left {
		float:left;
		background:url(../../../Images/logo-Mid.jpg) #e6e7e2 bottom right no-repeat;
		height:35px;
		width:142px;}
		
		#nav .right {
			float:right;
			width:777px;
			background:#e6e7e2;
			}
			
			#nav .wrap {
				margin-bottom:0px;
				padding-bottom:0px;}
/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#flash {
	padding-bottom:10px;
	background-color:#fff;}
	


#contentArea {
	background:url(../../../Images/bg_sideBar.jpg) top left repeat-y;
	width:920px;}
	
#areaWrap {
	background:url(../../../Images/sideBarFade.jpg) bottom left no-repeat;
	width:920px;}

#contentMain {
	width:670px;
	float:right;
	text-align:left;
}
	
	#contentMain .left {
		width:440px;
		float:left;
		margin-top:50px;}
		
		#contentMain .right {
			float:right;
			width:190px;
			margin-top:73px;} 
			
			#contentMain li {
				list-style:none;
				background:url(../../../Images/li.jpg) 0 50% no-repeat;
				color:#7397b1;
				padding-left:15px;}
				
#contentPrivate {
	width:720px;
	float:right;}

	#contentPrivate .privateWrap {
		width:670px;
		margin-left:50px;
		text-align:left;}
		
		#contentPrivate .privateWrap li {
			list-style:none;
			background:url(../../../Images/li.jpg) 0 50% no-repeat;
			color:#737471;
			padding-left:15px;}
			#contentPrivate .privateWrap li a{		color: #7397b1;
	font: inherit;
	text-decoration:underline;
}
			#contentPrivate .privateWrap li a:hover {color: #89b5d4;
	font: inherit;
	text-decoration: underline;}
	
			#contentPrivate .privateWrap .left {
				width:440px;
				float:left;
				margin-top:50px;}
		
				#contentPrivate .privateWrap .right {
					float:right;
					width:190px;
					margin-top:73px;} 
			
#sideBar {
	width:200px;
	float:left;
	}
	
	#sideBar .inside {
		padding-top:56px;
		width:140px;
		margin:0 auto;
		text-align:left;}
		
		#sideBar h1 {
			background-image:none;
			margin-bottom:none;
			padding-bottom:none;}
			
			#sideBar .inside li {
				margin-left:-40px;
				list-style:none;
				background:url(../../../Images/li-sideBar.jpg) 0 50% no-repeat;
				color:#7397b1;
				padding-left:15px;}
				
				#sideBar .subNav {
					width:140px;
					margin:0 auto;
					text-align:left;
					padding-top:40px;}
	
#resort {
	height: 140px;
	width: 190px;
	margin-bottom:10px;
	}
	
	a#resort {
		height: 140px;
		width: 190px;
		background:url(../../../Images/SiveradoResort.jpg);
		background-position:top left;
		display:block;
}
		a#resort:hover {
			background-position: left bottom;
		}
		
#info {
	height: 140px;
	width: 190px;
	margin-bottom:10px;
	}
	
	a#info {
		height: 140px;
		width: 190px;
		background:url(../../../Images/MembershipInfo.jpg);
		background-position:top left;
		display:block;
}
		a#info:hover {
			background-position: left bottom;
		}
		
#tour {
	height: 140px;
	width: 190px;
	margin-bottom:10px;
	}
	
	a#tour {
		height: 140px;
		width: 190px;
		background:url(../../../Images/TourCourse.jpg);
		background-position:top left;
		display:block;
}
		a#tour:hover {
			background-position: left bottom;
		}

#logo {
	height: 130px;
	width: 113px;
	margin-left:11px;
	}
	
	a#logo {
		height: 130px;
		width: 113px;
		background:url(../../../Images/logo.jpg);
		background-position:top left;
		display:block;
}
		a#logo:hover {
			background-position: left bottom;
		}
		
.highlight {
	background:url(../../../Images/bg_highlight.jpg) top center no-repeat;
	width:190px;
	height:186px;}
	
	.highlight .inside {
		padding:20px 13px;
		color:#fff;
		text-align:center;}
		
		.highlight .inside a {
			color:#fff;}
			
			.highlight .inside a:hover {
				color:#a7c5db;}
			
				.highlight .inside h2 {
					color:#fff;}
					
					.highlight div {
						color:#fff;}
					
#photoAlbum1 {
	border-top:#a7c5db 1px solid;}

.moreContent {
	border-top:#a7c5db 1px solid;
	margin-top:11px;
	padding-top:11px;}
	
	.moreContent li {
		margin-left:-40px;}
	
#callOuts li {
	margin-left:-40px;}
	
td#slideShowText {
	background:url(../../../Images/slideShow-right.jpg) top center no-repeat;
	width:235px;
	height:340px;
	text-align:center;}
	
	td#slideShowText .inner {
		width:170px;
		margin:0 auto;
 		font: 12px Arial, Helvetica, sans-serif;
		color:#fff;
		padding-top:40px;
		text-align:left;}
		
td#slideShowText2 {
	background:#89b5d4;

	text-align:center;}
	
		td#slideShowText2 .inner {
		width:275px;
		margin:0 auto;
 		font: 12px Arial, Helvetica, sans-serif;
		color:#fff;
		padding-top:40px;
		text-align:left;}
			
#sideBar .inside #login {
	padding-top:8px;}
		
.advLogUsername, .advLogPassword {
	width:135px;
	background:url(../../../Images/bg_login.jpg) top center repeat-x;}
	
#username, #password, #login_cookieMessage {
	font: 10px Arial, Helvetica, sans-serif;
	color:#737471;}
	
#login_forgotPassword a {
	font: 10px Arial, Helvetica, sans-serif;
	color:#005695;
	margin-top:4px;}
	
	#login_forgotPassword a:hover {
		color: #89b5d4;}
	
#sideBar .inside #login_link {
	float:right;
	padding-top:2px;}
	
#sideBar .inside #login_cookieMessage {
	float:left;}
	
#weatherPlug {}
	
	#weatherPlug h1 {
		background-image:none;
		margin-bottom:none;
		padding-bottom:none;}
	
font.plgWeatherHeader {
	font:12px Arial, Helvetica, sans-serif;
	color:#545553;}
	
font.plgWeatherHghTxt {
	font: 14px Arial, Helvetica, sans-serif;
	color:#005695;}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

.bottom {
	background:url(../../../Images/bg_bottom.gif) bottom center no-repeat;
	width:960px;
	height:37px;
	margin:0 auto;}
	
	.bottom .bottomWrap {
		padding-top:13px;
		text-align:center;
		font: 11px Arial, Helvetica, sans-serif;
		color:#49667b;}