@import url(global_v1-2.css);
@import url(rochesteryc2009_css/modules.css);
@import url(rochesteryc2009_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: #33324d;
	font: 25px "Times New Roman", Times, serif;

}


h2 {
	
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #4c4c4d;
	font: 700 18px "Times New Roman", Times, serif;

}

h4 {
	
	color: #cf142b;
	font: italic 16px/1.3 "Times New Roman", Times, serif;

}

h5 {
	
	color: #00247d;
	font:15px "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #4c4c4d;
	font: 14px/1.6 "Times New Roman", Times, serif;

}

table, div {
	
	font: 14px "Times New Roman", Times, serif;
	color:#4c4c4d;

}

a,a.small,a.anchor,a.visited {
	
	color: #00247d;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#90b0bd;
	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 {

	width:100%;
	text-align:center;
	margin:0px auto;
	
	
}

	#siteBG {

		width:100%;
		text-align:center;
		background:url(../../../Images/bg_site.jpg) no-repeat center bottom;
		margin:0px auto;
		padding-bottom:200px;
		
	}

#brandingHolder {

	width:100%;
	margin:0 auto;
	background:#02174E url(../../../Images/bg_brandingHolder.jpg) repeat-x top center;
	height:106px;
	text-align:center;
	
}

#branding {

	width:100%;
	height:106px;
	margin:0 auto;
	background:url(../../../Images/bg_branding.jpg) no-repeat top center;
	position:static;
	
}

	#brandingWrapper {
	
		width:960px;
		text-align:left;
		margin:0 auto;
		height:106px;
		
	}

		#logo {
		
			float:left;
			text-align:left;
			width:230px;
		
		}
		
		#nav {
		
			float:right;
			width:720px;
		
		}
		
			#nav .inside {
			
				text-align:left;
				
			}
			
		#quickLinks {
		
			float:right;
			text-align:right;
			width:400px;
			height:70px;
			padding-top:7px;
			
		}
		
			#quicklinks h2 {
			
				font:24px "Times New Roman", Times, serif;
				color:#fff;
				
			}
			
			#quicklinks p {
			
				font:10px "Times New Roman", Times, serif;
				color:#fff;
				text-transform:uppercase;
				
			}
			
			#quicklinks a {
			
				font:10px "Times New Roman", Times, serif;
				color:#fff;
				text-transform:uppercase;
				
			}
			
#contentArea {

	width:960px;
	margin:0 auto;
	background:#fff;
	
}

#contentWrapper {

	width:950px;
	margin:0 auto;
	background:url(../../../Images/bg_contentWrapper.jpg) repeat-y top center;
	
}


/* -------------------------------------------------------------
= PUBLIC CLASSES 
------------------------------------------------------------- */

#flash {

	width:950px;
	
}

	#flash table {
	
		color:#f0e5c9;
		font:12px "Times New Roman", Times, serif;
		
	}

#sideBar {

	float:left;
	text-align:left;
	width:195px;
	
}

	#sideBar .inside {
	
		padding:30px 0 0 15px;
		
	}
	
	#sideBar .loginHm {
	
		padding:30px 0 0 15px;
		font:12px "Times New Roman", Times, serif;
		color:#33324d;
		
	}
	
	#sideBar .loginHm a {
	
		font:10px "Times New Roman", Times, serif;
		color:#00247d;
		text-transform:uppercase;
		
	}
	
	#sideBar .login {
	
		padding:100px 0 0 15px;
		font:12px "Times New Roman", Times, serif;
		color:#33324d;
		
	}
	
	#sideBar .login a {
	
		font:10px "Times New Roman", Times, serif;
		color:#00247d;
		text-transform:uppercase;
		
	}
	
	#sideBar .bottom {
	
		padding:100px 0 30px 15px;
		
	}
	
		#sideBar .bottom a {
		
			color:#2C2826;
			font:11px "Times New Roman", Times, serif;
			
		}
	
#contentMain {

	float:right;
	text-align:left;
	width:735px;
	
}

	#contentMain .inside {
	
		padding:30px;
		
	}
	
	
	#pubTop {

		width:735px;
		
	}
	
		#pubTop table {
	
			/*color:#f0e5c9;*/
			color:#000;
			font:12px "Times New Roman", Times, serif;
			
		}
	
#topImage {

	width:950px;
	
}


	


/* -------------------------------------------------------------
= PRIVATE CLASSES  
------------------------------------------------------------- */

#privWrapper {

	float:right;
	text-align:left;
	width:735px;
	
}

	#privTop {
	
		width:735px;
		
	}
	
		#privTop h1 {
		
			font:26px "Times New Roman", Times, serif;
			color:#659acd;
			
		}
		
		#privTop h3 {
		
			font:12px "Times New Roman", Times, serif;
			color:#fff;
			text-transform:uppercase;
			
		}
		
		#privTop a {
		
			font:12px "Times New Roman", Times, serif;
			color:#c2b28b;
			text-decoration:underline;
			
		}
	
	#privMain {
	
		text-align:left;
		width:735px;
		
	}
	
		#mainLeft {
		
			float:left;
			width:450px;
			
		}
		
			#mainLeft .inside {
			
				padding:30px 0px 30px 30px;
				
			}
			
		#mainRight {
		
			float:right;
			width:240px;
			
		}
		
			#mainRight .inside {
			
				padding:30px 10px 30px 0px;
				
			}
		
td.slideshowBG {

	background:#000002 url(../../../Images/img_photoAlbumBg.jpg) center bottom;
	
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:950px;
	height:40px;
	text-align:left;

}

	#footer .inside {
	
		padding:3px 10px;
		color:#313131;
		font:10px "Times New Roman", Times, serif;
		
	}