@import url(global_v1-1.css);
@import url(BroadmoorCC_IN_css/modules.css);
@import url(BroadmoorCC_IN_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: #98955e;
	font: 24px "Times New Roman", Times, serif;
	text-transform: uppercase;

}


h2 {
	
	color: #417357;
	font: 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h3 {
	
	color: #739781;
	font: bold 11px Arial, "Times New Roman", Times, serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 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: #464646;
	font: 11px/1.6 Georgia, Arial, sans-serif;

}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #417357;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #417357;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #253f2e;
	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;

}

.centered {
	
	margin: 0 auto;
	text-align: center;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteContainer {
	background: url(../../../images/sitecontainer.jpg) top center no-repeat;
	width: 1024px;
}

#header {
	width: 1024px;
	padding-top: 125px;

}

	#nav {
		width: 952px;
		height: 25px;
	}

#siteWrapper {
	width: 952px;
}

	#topContent {
		width: 100%;
		height: 10px;
		background: url(../../../images/content_top.gif) top center no-repeat;
	}
	
	#contentArea {
		width: 100%;
		background: url(../../../images/content_bg.gif) top center repeat-y;
		
	}
	
	#contentAreaSidebar {
		width: 100%;
		background: url(../../../images/content_bg_sidebar.gif) top center repeat-y;
		
	}
	
		#contentWrapper {
		
			width: 930px;
			
		
		}
		
			#mediaWindow {
			
				width: 100%;
			
			}
		
				#mediaWindow img {
			
					display: block;
			
				}
				
#pubHomeLeftContent {
		  	width: 462px;
			float: left;
			margin-top: 26px;
}

#pubHomeLeftContent .inside {
	width: 369px;
	margin-left: 52px;
}
			
#pubHomeRightContent {
		  	width: 430px;
			float: right;
			margin-top: 26px;
}

#pubHomeRightContent a,a.small,a.anchor,a.visited{
			padding-left: 10px;
			color: #417357;
			background: url(../../../images/homelinkarrow.gif) no-repeat left;
}

#pubHomeRightContent table,div{
	color: #464646;
	font: 11px/1.6 Arial, sans-serif;
	}
				
				#BottomContent {
					width: 100%;
					height: 10px;
					background: url(../../../images/content_bottom.gif) top center no-repeat;
		
	}
	
	#Footer {
	font: arial;
	color: #b3c0b6;
	text-align: center;
	margin-top: 10px;
	
	}


/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
#sidebar {
	width: 230px;
	margin: 40px 0px 0px 0px;
}

#news {
	width: 190px;
	margin-left:20px;
}

#contentRight {
	width: 700px;
}

#contentRight img{
	border-left: 11px solid #FBFBF5;
}

#contentRight .inside {
	padding: 10px 36px 0px 38px;
	text-align: left;
}

#privHomeWrapper {
	width: 692px;
}

#privHomeContent {
	width: 400px;
	text-align: left;
	margin-left: 24px;
}

#privHomeContent table,div{
	color: #464646;
	font: 11px/1.6 Arial, sans-serif;
	}

#privHomeSidebar {
	width: 244px;
	text-align: left;
}

#privHomeSidebar h5 {
	color: #739781;
	display: block;
	font: 10px "times new roman", times, serif;
	text-transform: uppercase;
}

#weather {
	color:#739781;
	font:18px "Times New Roman", Arial, Verdana, sans-serif;
}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {



}