@import url(global_v1-1.css);
@import url(HonorsGC_css/modules.css);
@import url(HonorsGC_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: #5b350b;
	font: bold 18px Garamond, "Times New Roman", Georgia, Times, serif;
	margin-bottom: 10px;
	text-transform: uppercase;

}


h2 {
	
	color: #945d17;
	font: bold 12px Arial, Helvetica, sans-serif;
	/*font: bold 14px Garamond, "Times New Roman", Georgia, Times, serif;*/
	text-transform: uppercase;
	
}

h3 {
	
	color: #945d17;
	font: 14px Garamond, "Times New Roman", Georgia, Times, serif;

}

h4 {
	
	color: #945d17;
	font: 14px Garamond, "Times New Roman", Georgia, Times, serif;
	margin-bottom: 10px;

}

h5 {
	
	color: #7A704A;
	font: 12px Garamond, "Times New Roman", Georgia, Times, serif;

}

h6 {
	
	color: #C7B473;
	font: 9px Arial, Verdana, sans-serif;
	text-transform: uppercase;

}

p {
	
	color: #5b350b;
	font: 12px/1.6  Arial, Verdana, sans-serif;

}

table, div {
	
	font: 12px Arial, Verdana, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #5b350b;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #5b350b;
	font: inherit;
	text-decoration: none;

}

.page {
	
	background: url(../../../Images/bg_page.jpg) no-repeat center top #736030;
	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 Arial, Verdana, 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 Arial, Verdana, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Arial, Verdana, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Arial, Verdana, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Arial, Verdana, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Arial, Verdana, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Arial, Verdana, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.centered {

	margin: 0 auto;
	text-align: center;

}

.clearBoth {
	
	height: 0;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWidth {
	width:960px;
}


.siteWrapper {

	width: 945px;	/* 952px; */
	margin: 0 auto 30px;
	text-align: center;
	/*background: url(../../../Images/contentBg.gif);*/
	background-color:#736030;
	background:url(../../../Images/bg_content.jpg) repeat-y top center;
	/*padding: 3px 0;*/ /* adds border */
	padding:0; /* temp---delete once overwrite previous css */
	
}

#pubHome {
	width:100%;
	padding:0;
	
	background:none;
}
	#pubHome #siteContainer {
		width:100%;
		
	}
		#pubHome #contentArea {
			padding:0;
		}

#content {


	
}

	#siteContainer {
	
		width: 945px;
		margin:0 auto;
		text-align:center;
		
	}
	
		#contentArea {
		
			width: 100%;
			background: url(../../../Images/bg_content.jpg) repeat-y top center;
			/*padding: 3px 0;*/	/* adds border */
			padding:0; /* temp---delete once overwrite previous css */
		
		}
	
		#pubHome #contentArea {
		
			background:#736030;
		
		}
		
		#content #contentArea {
		
			/*background: url(../../../Images/bg_content.jpg) repeat-y top center;*/
		
		}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#brandingWrapper {
	width:100%;
}

#branding {

	width: 960px;
	height: 131px;
	text-transform: uppercase;
	text-align: center;
	
	background:url("../../../Images/bg_page.jpg") no-repeat scroll center top #736030; /* keeps header background from sliding 
																				 when window smaller than 960px */
	
}

	#branding .inside {

		font: 12px Garamond, "Times New Roman", Georgia, Times, serif;
		float:right;
		margin-top:44px;
		margin-right:45px;
		
		text-align:right;
		
		padding:0;	/* temp----delete after overwrite original */
			
	}
		#logo {
			
			background: url(../../../Images/headerLogo_new.gif) no-repeat left top;
			width: 200px;
			height:115px;
			margin-left:45px;
		
		}

	

	.headerLink,
	#branding .inside a {
	
		color: #f0db87;
		text-decoration: underline;
		padding: 4px 0 4px 12px;
		margin-left: 10px;
		
		font:10px Verdana, Geneva, sans-serif;
	
	}
	
	.headerLink:hover,
	#branding .inside a:hover {
	
		color: #f0db87;	/* #f0eec5; */
		text-decoration: none;
		
		font:10px Verdana, Geneva, sans-serif;
	
	}
	
	#branding .inside h6, #branding .inside h6 a, #branding .inside h6 a:hover {
		
		padding:0;
		margin-left:0;
		margin-top: 4px;
		color: #f0eec5;
		
		font-family:Verdana, Geneva, sans-serif;
		letter-spacing: -.05em;
	
	}
	
	#branding #memLogin {
	
		width: 201px;
		margin-top: 25px;
		margin-right:45px;
	
	}
	
		#branding #memLogin h5, #memLogin h5 {
	
			color:#f0eec5;
			text-align: left;
			margin-bottom: 8px;
			
			font-weight:bold;
	
		}
		
		#branding #memLogin table {
			width:100%;
			float:right;
		}
			#branding #memLogin table td {
				vertical-align:top;
			}
		
			/*--- custom login style:  inlcude as inlince css during final implementation ---*/
			#memLogin .login_fields {
				color:#f0db87;
				font:10px Verdana, Geneva, sans-serif;
			}
			#memLogin .advLogUsername, #memLogin .advLogPassword {
				width:100%; /*140px;*/
				height:16px;
				
				background:#b9a968;
				border:1px solid #96834e;
				
				font:10px Verdana, Arial, Geneva, sans-serif;
				color:#534005;
				
			}
			#memLogin .smallerfont,
			#memLogin table a {
				color:#f0db87;
				font-family: Verdana, Arial, Geneva, sans-serif;
				text-transform:capitalize;
				font-size:smaller;
			}
			
			#memLogin table a {
				font-size:9px;
			}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background:url(../../../Images/bg_nav.jpg) no-repeat top center;
	/*background-color:#524105;*/
	width: 100%;
	height: 40px;
	

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#mediaWindow {

	width: 100%;

}

	#mediaWindow img {
	
		/*display: block;*/
	
	}
	
/*public home*/	

	#pubHome #mediaWindow {

		/*margin-bottom: 3px;*/
		margin-bottom:0; /* temp --- delete after overwrite final */

	}
	
	#contentMain { 
	
		text-align: left;
	
	}
	
	#pubHome #contentMain { 
	
		width: 100%;
		text-align: left;
	
	}
	
		#pubHome #contentMain .floatLeft { 
	
			width: 314px;
			margin-bottom: 20px;
	
		}
		
		#pubHome #contentMain .floatRight { 
	
			width: 313px;
			margin-left: 3px;
			margin-bottom: 20px;
	
		}
		
			#pubHome #contentMain .floatLeft img,
			#pubHome #contentMain .floatRight img { 
		
				display: block;
				margin-bottom: 20px;
		
			}
			
			#pubHome #contentMain .floatLeft h2,
			#pubHome #contentMain .floatRight h2,
			#pubHome #contentMain .floatLeft p,
			#pubHome #contentMain .floatRight p,
			#pubHome #contentMain .floatLeft a,
			#pubHome #contentMain .floatRight a  { 
		
				margin: 0 16px;
		
			}
			
			#pubHome #contentMain .floatLeft a,
			#pubHome #contentMain .floatRight a  { 
		
				font-weight: bold;
		
			}
			
			#pubHome #contentMain blockquote {
			
				margin: 6px 0 0 14px;
				
			}
			
/*private home*/

	#sidebar { 
	
		width: 266px;
		padding: 36px 0;
	
	}
	
		#sidebar .inside { 
	
			width: 196px;
			margin: 0 auto;
	
		}

	#privHome #contentMain { 
	
		width: 945px;
		padding-bottom: 36px;
	}

		#privHome #contentMain .floatLeft { 
	
			width: 650px;
			padding: 36px 0 0 30px;
	
		}
		
		#privHome #contentMain .floatRight { 
	
			width: 200px;
			padding-top: 36px;
			margin-right: 36px;
	
		}
		
			#privHomeCallouts {
			
				width: 100%;
			
			}
			
			#privHomeCallouts img {
			
				display: block;
				margin-bottom: 4px;
			
			}
			
			#privHomeCallouts h4 {
			
				color: #B98748;
			
			}
	
	
/*content page*/

	#content #contentMain { 
	
		width:678px;	/* 100%; */	/* 678px; */
		padding-bottom: 60px;
		
		text-align:center;
	
	}

		#content #contentMain .inside {
		
			width: 558px;
			padding-top: 60px;
			
			margin:0 auto;
			text-align:left;
		
		}
		

	#content #contentMain2 {
		width:100%;
		padding-bottom:60px;
		
	}
		
			#content #contentMain2 .inside {
	
				width: 722px;	/* 945px */
				padding: 60px 0 0;
				text-align:left;
				margin:0 auto;
	
			}
	
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footerWrapper {
	width:100%;
	height:140px;
	background:url(../../../Images/bg_footerWrapper.jpg) no-repeat center top;
	/*background-color: #524105;*/
	
}

#footer {
	
	width:100%;
	height: 140px;
	background:url(../../../Images/bg_footerWrapper.jpg) no-repeat top center;
	/*background-color: #524105;*/
	
	margin:0 auto;

}
	#content #footer {
		width:945px;
		height: 140px;
		background:url(../../../Images/bg_footerWrapper.jpg) no-repeat top center;
		background-color: #524105;
		
		margin:0 auto;
		
	}
	

	#footer table {
		height:100%;
	}
		#footer table table {
			
		}
	
	
		#footer table td {
			vertical-align:top;
		}



#footer h6 {
	text-align: right;
	line-height: 32px;
	margin-right: 10px;
	
	font-size:11px;
	color: #7f692c;
	text-transform:capitalize;
}

#footer p {

	color: #7f692c;
	text-align: right;
	line-height: 32px;
	margin: 9px 10px 0 0;
	
	font:11px Arial, Helvetica, sans-serif;
	

}
	



	#footer a {

		color: #7f692c;
		text-align: left;
		padding-right: 10px;
		text-decoration:none;
		
		font:11px Arial, Helvetica, sans-serif;
		line-height: 32px;
	
	}
	
		#footer a:hover {
			
			color:#C7B473;
			text-decoration:underline;
			line-height: 32px;

		}
	
	#footer a font {
		color:#7f692c !important;
	}
	#footer a:hover font {
		color:#C7B473 !important;
	}


/*	//////////// home page ////////////	*/

#pubHome #footer table {
	width:945px !important;
}
	#pubHome #footer table table {
		width:218px !important;
	}



		



