@import url(global_v1-2.css);
@import url(westchester_css/modules.css);
@import url(westchester_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: #002871;
	font:26px Garamond, "Times New Roman", Times, serif;

}


h2 {
	
	color: #fff;
	font:30px Garamond, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #133576;
	font:700 16px Garamond, "Times New Roman", Times, serif;
	line-height:32px;

}

h4 {
	
	color: #002871;
	font:16px Garamond, "Times New Roman", serif;

}

h5 {
	
	color: #444;
	font:700 14px/1.6 Garamond, "Times New Roman", Times, serif;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #444;
	font: 14px/1.6 Garamond, "Times New Roman", Times, serif;

}

table, div {
	
	color: #444;
	font: 14px/1.6 Garamond, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #0C3789;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#CFE9FF url(../../../Images/bg_site.jpg) center top no-repeat;
	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: westchester
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {
	
	width:940px;
	text-align:center;
	margin:0 auto;
	
}

#contentBorder {
	
	border:1px solid #a3aabb;
	
}

#contentArea {
	
	width:938px;
	background:url(../../../Images/bg_contentArea.png) repeat;
	
}

	#contentArea .inside {
		
		padding:9px;
		
	}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	height:135px;
	width:940px;
	margin:0 auto;
	
}

	#logo {
		
		float:left;
		width:482px;
		
	}
	
		#logo .inside {
			
			padding-top:28px;
			
		}
		
			#logo a {
				
				display:block;
				width:482px;
				height:73px;
				width:157px !important;
				height:73px !important;
				background:url(../../../Images/logo.png) top left;
				
			}
	
	#login {
		
		float:right;
		width:300px;
		padding-top:30px;
		
	}
	
		#login a {
			
			font-size:11px;
			color:#0C3789;
			
		}
	
#nav {
	
	background:url(../../../Images/bg_nav.gif) repeat-x;
	height:42px;
	
}
	
/* -------------------------------------------------------------
= CONTENT CLASSES 
------------------------------------------------------------- */

#contentSection {
	
	width:920px;
	background:url(../../../Images/bg_contentSection.gif) repeat-y left;
	margin:0 auto;
	
}

#flash {
	
	width:920px;
	margin:0 auto;

}

	#flash img {
		
		display:block;
		
	}
	
#pgHeader {
	
	width:920px;
	
}

	#pgHeader img {
		
		display:block;
		
	}

#sideBar {
	
	float:left;
	width:220px;
	text-align:right;
	
}

	#sideBar p,
	#sideBar div,
	#sideBar table {
		
		color:#fff;
		
	}

	#sideBar .vNav {
		
		padding:30px 0px;
		
	}
	
	#sideBar .quickLinks {
		
		padding:0px 0px 30px;
		
	}
	
	#sideBar .local {
		
		padding-top:30px;
		
	}
	
	#sideBar .global {
		
		padding-top:30px;
		padding-bottom:100px;
		
	}
	
	#sideBar hr {
		
		color:#5276be;
		
	}
	
	.sideBarSelected {
		
		background:url(../../../Images/bg_sideBarSelected.gif) no-repeat;
		width:220px;
		text-align:right;
		
	}
	
		.sideBarSelected h2 {
			
			padding:10px;
			
		}
		
		.sideBarSelected a {
			
			color:#b3bfd6;
			padding:0 10;
			background:url(../../../Images/img_blueArrow.gif) no-repeat left;
			
		}
	
#contentWrapper {
	
	float:right;
	width:700px;
	text-align:left;
	
}

	#contentMain {
		
	}
	
		#contentMain .inside {
			
			padding:30px 20px 60px;
			
		}
		
		#contentMain hr {
			
			color:#aaa;
			
		}
		
		#contentMain .mpContent img {
			
			/*background:url(../../../Images/bg_thumbnails.gif) repeat-x;*/
			border-top:2px solid #264685;
			border-bottom:2px solid #264685;
			padding:3px 0;
			
		}
			
		
	#photoGalleryText {
		
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	
	width:940px;
	margin:0 auto;

}

	#footer .inside {
		
		padding:20px 0;
		text-align:center;
		
	}
	
	#footer a {
		
		color:#264685;
		
	}
	
	#footer p,
	#footer table,
	#footer div {
		
		font:12px Garamond, "Times New Roman", Times, serif;
		color:#555;
		
	}