@import url(global_v1-2.css);
@import url(HamiltonHYC_css/modules.css);
@import url(HamiltonHYC_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: #003468;
	font: 26px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #2c2826;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "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: #2c2826;
	font: 12px/1.8 Arial, Verdana, Helvetica, sans-serif;

}

table, div {
	
	font: 12px/1.8 Arial, Verdana, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #537da7;
	font: 12px;
	text-decoration: underline;

}

a:hover {
	
	color: #003468;
	font: inherit;
	text-decoration: underline;

}

/*---Action Links with Arrows---*/
#privContent #contentSecondary .inside a, #contentMainTop a, #contentMainBottom a {
	background:url(../../../Images/aLink_arrow2.jpg) no-repeat left center;
	padding-left:8px;
}
#privContent #contentSecondary .inside a:hover, #contentMainTop a:hover, #contentMainBottom a:hover {
	background:url(../../../Images/aLink_arrow2Hover.jpg) no-repeat left center;
}

#privHome #contentSecondary .inside a {
	background:none;
	padding:none;
}

/*--- END ACTION LINKS ---*/

/*---QUICK LINKS - Priv Home ---*/
#privHome #sidebar .leftNav a {
	font: 11px "Times New Roman", Georgia, Times, serif;
	line-height: 24px;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	text-transform:uppercase;
	border-bottom:1px dashed #a7a7a7;
	
	display:block;
	width:168px;

}
#privHome #sidebar .leftNav a:hover {
	color: #333;
	background: #F6EFD8;
	border-bottom:1px dashed #333;

}



.page {
	
	background: #d2c6ac url(../../../Images/bg_siteWrapper.jpg) repeat-x top left;
	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;

}


/* edit login fields globally */

.advLogUsername {
	color:#464646;
	font: 11px Arial, Helvetica, serif;
	background:#fff;
	border-color:#8c8c8c;
	/*padding-left:5px;
	padding-top:2px;*/
	height:20px;
	width:120px;
}

.advLogPassword {
	background:#FFF;
	border-color:#8c8c8c;
	height:20px;
	width:120px;
	/*padding-left:5px;*/
}


#memberTitle {
	color:#2f68a1;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:.02em;
	padding-bottom:8px;
	text-transform:uppercase;
}

#login_cookieMessage {
	color:#2f68a1;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:.02em;
}

	#login_cookieMessage label {
		margin: 4px 0 8px;
	
	
		/*-- attempts to put checkbox to left of "Remember Me" --*/
		/*float:right;
		color:#2f68a1;
		font: 11px Arial, Verdana, Helvetica, sans-serif;*/
		
		/*margin:6px 0 0;
		padding-right:88px;
		padding-top:3px;*/
	}
	#login_cookieMessage input {
		/*-- attempts to put checkbox to left of "Remember Me" --*/
		/*float:left;*/
		/*margin:6px 0 0;*/
	}
	
#login_link {
	clear:both;
}

.login_fields {
	color:#464646;
	font: 11px Arial, Helvetica, serif;
}

#login_forgotPassword {
	/*display:none;*/
}
	#privSplash #login_forgotPassword {
		display:none;
	}


/****** 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: HamiltonHYC
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

a img, #contentMain2 a img, #contentMainBottom a img, contentMainTop a img {
	border:none;
	background:none;
	padding:none;
}

#contentSecondary .inside img, #contentMain2 img {
	border:4px double #ddd;
}

/*--Plugin FIXES --*/
	#contentSecondary .inside .plgBorder img, #contentSecondary .inside .plgWeatherAltBkg img {
		border:none;
	}
	#contentSecondary .inside .plgBorder {
		background:none;
	}


#privHome #mediaWindow img, #privContent #mediaWindow img {
	/*vertical-align:baseline;*/
}


/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	margin:0 auto;
	text-align:center;
	width: 960px;
	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background: url(../../../Images/bg_brandingLogo.gif) no-repeat left top;
	height: 94px;
	width: 100%;
	
}
	#branding .inside {
		padding-top:14px;
		text-align:right;
	}
	
	#branding a {
		background:url(../../../Images/aLink_arrow.jpg) no-repeat center right;
		font: 10px Arial, Verdana, Helvetica, sans-serif;
		letter-spacing:.02em;
		line-height:3;
		color:#2c2826;
		padding-right:7px;
		padding-left:8px;
		text-decoration:none;
	}
	#branding a:hover {
		text-decoration:underline;
	}


#privSplash #branding {
	background:none;
	height:70px;
}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:#4b4643;
	height: 36px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
		
}

	.moduleMaster {
		background:#fff;
		width:100%;
	}
	


	#sidebar {
		background: #d2c6ac url(../../../Images/bg_sidebar.jpg) no-repeat top left;
		height:520px;
		width: 198px;
		text-align:left;
	}
		#sidebar .inside {
			margin-left:16px;
			text-align:left;
			width:168px;
		}
		
	
	#contentWrapper {
		background:#fff;
		padding-bottom:50px;
		text-align:left;
		width:762px;
	}
		
		/*----SOLUTION 1: uses border --> causes shift in IE -----*/
		/*
		#mediaWindow {
			background: #f3f2ef;
			border:1px solid #c2c2bf;
			
			width:100%;
			margin-bottom:15px;
		}
			#mediaWindow .inside {
				background:#090F27 url(../../../Images/bg_photoAlbum2.jpg) no-repeat top left;
				width:754px;
				
			}
		*/
		
		/*----SOLUTION 2:   [photoAlbum: <table w/border> <table w/border> ] -----*/
		/*---WORKS WELL CrossBrowser --*/
		#mediaWindow {
			background:#f3f2ef url(../../../Images/bg_photoAlbum2.jpg) no-repeat center center;
			
			width:100%;
			margin-bottom:15px;
		}
			#mediaWindow {
				width:100%;
			}
		
		
		
			#photoAlbumInfo {
				text-align:left;
				width:205px;
			}
				#mediaWindow .imageAddl1 {
					font:28px "Times New Roman", Times, serif;
					color:#659acd;
				}
				#mediaWindow .imageDesc {
					font:bold 12px Arial, Verdana, Helvetica, sans-serif;
					color:#FFF;
				}
				#mediaWindow .imageUrl {
					font:11px Arial, Verdana, Helvetica, sans-serif;
					color:#cf8a15;
				}
		
		
		
		
		#contentMain {
			width:502px;
		}
			#contentMain .inside {
				/*border:1px dotted red;*/
				margin-left:20px;
				text-align:left;
				width:472px;
			}
		
		
		
		
		#contentSecondary {
			width: 260px;
		}
			#contentSecondary .inside {
				/*border:1px dotted red;*/
				margin-left:15px;
				text-align:left;
				width: 190px;
			}
			
		#privContent #contentSecondary {
			margin-top:45px;
		}
			#privContent #contentSecondary .inside {
				/*border:1px dotted red;*/
				margin-left:15px;
				text-align:left;
				width:204px;
			}
			
			#contentSecondary .inside img {
				/*border:1px solid #0f4070;*/
				/*border:4px double #ddd;*/
				
				/*margin-top:5px;*/
			}
		
		
		#contentMain2 {
			margin-top:46px;
			width:100%;
		}
			#contentMain2 .inside {
				/*border:1px dotted red;*/
				margin-left:20px;
				text-align:left;
				width:686px;
			}	
			
			#contentMainTop {
				width:100%;
			}
			
			#contentMainBottom {
				margin-top:8px;
				width:100%;
			}
			
			.column, .column2 {
				/*border:1px dotted green;*/
				float:left;
			/*	padding:0 10px;*/
				width:220px;
			}
			
			.column2 {
				margin:0 13px;
			}
			
				/*.column img, .column2 img {
					border:4px double #ddd;
				}*/
			
		
	
	


#privSplash #contentArea {
	background: url(../../../Images/bg_privSplash.jpg) no-repeat top left;
	height:520px;
	width:100%;
}

	#privSplash #contentWrapper, #privSplash #mediaWindow  {
		background: none;
		border:none;
	}
	
	#privSplash #contentWrapper {
		width:100%;
	}
		
		#privSplash #mediaWindow {
			/*border:1px dotted black;*/
			width:640px;
			margin:0;
		}
		#privSplash #mediaWindow .inside  {
			margin:105px 0 0 141px;
			width:470px;
		}
	

	#privSplash #contentMain {
		/*border:1px dashed black;*/
		text-align:center;
		width: 220px;
	}

		#privSplash #contentMain #memberLogin {
			/*border:1px dashed red;*/
			margin:230px auto 0;
			text-align:left;
			height:200px;
			width: 180px;
		}





/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background: url(../../../Images/bg_footer.jpg) no-repeat top left;
	text-align:left;
	width:100%;
	
	padding-top:25px;
}

	#footerContainer {
		/*border:1px dashed black;*/
		background: url(../../../Images/bg_footerLogo.jpg) no-repeat bottom left;
		height:75px;
		width: 100%;
	}
		#footerNav {
			width:100%;
		}
			#footerNav a {
				color:#645e5a;
				font:11px Arial, Verdana, Helvetica, sans-serif;
				text-decoration:none;
			}
			#footerNav a:hover {
				text-decoration:underline;
			}
		
		#footer .inside {
			padding-top:5px;
			padding-left:44px;
		}
		
		#privSplash #footer .inside {
			/*border:1px dashed red;*/
			padding-top:35px;
			padding-left:44px;
			width:520px;
		}
		
		#footer .inside p {
			font: 10px Arial, Verdana, Helvetica, sans-serif;
			color:#645e5a;
		}






