@import url(global_v1-2.css);
@import url(SpanishWells_css/modules.css);
@import url(SpanishWells_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: url(../../../Images/SiteBG.jpg) #521d14 center top repeat-x;
	color: #000;
}


h1 {
	
	color: #75341e;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #75341e;
	font: 12px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #e09b62;
	font: 12px Georgia, "Times New Roman", Times, serif;
	display: inline;
	text-transform:uppercase;

}

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) #521d14 center top repeat-x;
	height:748px;
	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: SpanishWells
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {
	padding-top:50px;
	width:962px;
	text-align:center;
	margin:0 auto;
}

#pageTop {
	background:url(../../../Images/PageBgTop.jpg) top center no-repeat;
	width:962px;
	height:69px;
	marin:0 auto;
}

#pageBg {
	background:url(../../../Images/PageBg.jpg) top center repeat-y;
	width:962px;
}

#pageBottom {
	background:url(../../../Images/PageBgBottom.jpg) top center no-repeat;
	width:962px;
	height:15px;
}

#contentWrapper {
	background:url(../../../Images/LiveBG.jpg) top center repeat-y;
	width:933px;
	margin:0 auto;
	text-align:center;
}

#liveBg {
	width:933px;
}

#pvtLiveBg {
	background:url(../../../Images/PvtLiveBG.jpg) top center repeat-y;
	width:933px;
	}

#liveBottom {
	background:url(../../../Images/LiveBottom.jpg) bottom center no-repeat;
	width:933px;
}

#pvtLiveBottom {
	background:url(../../../Images/PvtLiveBottom.jpg) bottom center no-repeat;
	width:933px;
	}

#pvtWrapper {
	background:url(../../../Images/PvtTop.jpg) top center no-repeat;
	width:933px;

	}
	
#pvtContainer {
	float:right;
	width:705px;
	}
	
	#pvtContainer .content {
		padding-top:4px;
		padding-right:5px;
		}
		
		#pvtContainer .content .inside{
			margin:0 auto;
			text-align:left;
			width:660px;
			padding-top:10px;
		}
		
table#leftLinks {
	width:200px;
	padding-bottom:5px;
	}
	
	table#leftLinks a {
		font: 12px "Times New Roman", Times, serif;
		color:#75341e;
		text-decoration:underline;
		}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	float:left;
	
}

#logo {
	height: 69px;
	width: 223px;
	}
	
	a#logo {
		height: 69px;
		width: 223px;
		background:url(../../../Images/Logo.jpg);
		background-position:top left;
		display:block;
		
}
		a#logo:hover {
			background-position: left bottom;
		}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	float:left;
	width:660px;
	height:69px;
	text-align:right;
}

#topLinks td{
	padding-keft:5px;}

	#topLinks a {
		text-align:right;
		text-transform:uppercase;
		color:#daa227;
		text-decoration:none;
		}
	
		#topLinks a:hover {
			text-transform:uppercase;
			color:#daa227;
			text-decoration:underline;
			}

td.login {
	background-color:#531f12;
	
		}
		
table#pvtTopLinks {
	padding-right:10px;
	padding-top:5px;
	}
	
		table#pvtTopLinks a{
		text-align:right;
		text-transform:uppercase;
		color:#daa227;
		text-decoration:none;
		}
	
		table#pvtTopLinks a:hover {
			text-transform:uppercase;
			color:#daa227;
			text-decoration:underline;
			background-color:#531f12;
		}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	width:840px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}


#sideBar {
	float:left;
	width:200px;
	}
	
#contentMain {
	float:right;
	width:620px;
	}
	
	#contentMain .inside {
		width:620px;
		padding-top:20px;
		text-align:left;
		margin:0 auto;
		}

#pvtLeft {
	float:left;
	width:200px;
	padding-top:50px;
	padding-left:20px;
	}

#pvtCenter {
	float:left;
	width:315px;
	padding-top:40px;
	padding-left:30px;
	}
	
	#pvtCenter .inside {
		padding-right:10px;
		}
		
	
#pvtRight {
	float:right;
	width:349px;
	padding-right:5px;
	padding-top:4px;
	}
	
table#callOut {
	background:url(../../../Images/CallOutBG.jpg) #431508 top center repeat-x;
	width:327px;
	/*height:181px;*/
	}
	
	table#callOut p {
		color:#fff;
		}
		
.topImage {
	display:inline;}
	
.photoAlbum {
	background:url(../../../Images/CallOutBG.jpg) #431508 top center repeat-x;}
	
	.photoAlbum td.plgHeaderBar {
		padding-bottom:none;}
		
#bottomRight {
	background:url(../../../Images/topImage2.jpg) top left no-repeat;
	}
	
#LinksCal a{
	color:#561f01;
	text-decoration:none;}
	
	#LinksCal a:hover {
		color:#561f01;
		text-decoration:none;}
	
	

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	text-align:left;
	padding:8px 0 0 17px;
	}
	
	#footer p {
		font:10px  "Arial", Helvetica, sans-serif;
		color:#ffd99e;
		}