/* 
	
	Master Screen CSS
	Ashford Hollow
	
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
	
 body {
 	background-color:#336633;
	background-image:url(../images/BG_sub.jpg);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
 p {
 margin-bottom:5px;
 }
 
 a {
 color:#CC0000;
 text-decoration:none;
 	
 }
 	a:hover {
	color:#CC0000;
	text-decoration:underline;	
	}
	
	a:visited {
	color:#CC0000;	
	text-decoration:none;
	}
 
#container {
	margin: 0 auto; /*centers container if there is a width */
	width:100%;
	min-height:650px;
	
}
 
 #head {

 	
 }
 
 	h1 {
 	}
 
 		h1 a{
	display:block;
	height:75px;
	left:50%;
	margin-left:-379px;
	margin-top:-95px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	width:300px;
		}
		
 	h2 {
	font-size:15px;
	font-weight:bold;
	color:#006633;
	padding-bottom: .5em;
 	}
 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
 #content {
	display:block;
	width:778px;
	margin:0 auto;
	margin-top:150px;
 }
 
 .bgcolorcontent{
 	background-color:#dddbb5;
	height:655px;
	}
 
 
 /* ------------------------ 
		SEARCH
------------------------ */

 #search {
 }
 
 
/* ------------------------ 
		NAV
------------------------ */

ul#navigation {
	 display: block;
	 width: 781px;
	 height: 36px;
	 list-style: none;
	 margin: 0 auto;
	 }
	 
	 ul#navigation li {
	 	height: 36px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 36px;
	 		display: block;
			background: url(../images/nav.jpg);
			background-repeat:no-repeat;
		 }
	 
			ul#navigation li#navNews a {
				width: 175px;
			}
				ul#navigation li#navNews a:hover {
					background-position: 0 -36px;
				}
			
			ul#navigation li#navEducation a {
				width: 156px;
				background-position: -175px 0;
			}
				ul#navigation li#navEducation a:hover {
					background-position: -175px -36px;
					}
			
			ul#navigation li#navEssex a {
				width: 160px;
				background-position: -331px 0;
			}
				ul#navigation li#navEssex a:hover {
					background-position: -331px -36px;
					}
			
			ul#navigation li#navSculpture a {
				width: 190px;
				background-position: -491px 0;
			}
				ul#navigation li#navSculpture a:hover {
					background-position: -491px -36px;
				}
				
			ul#navigation li#navContact a {
				width: 99px;
				background-position: -681px 0;
			}
				ul#navigation li#navContact a:hover {
					background-position: -681px -36px;
				}
				
		/* single drop down styles */		
ul#navigation ul { /* all lists */
	list-style: none;
	margin: 0;
	background: #c72f1b;
	z-index: 99;
	border: 1px solid #62170b;
	padding: 2px 0;
	_width: 1%;
}


	ul#navigation ul li {
		font-size: 90%;
		display: block;
		text-indent: 0;
		float: none;
		height: 1%;
		padding: 2px 5px;
	}
		ul#navigation ul a {
			color: #fff;
			font-size:12px;
			font-weight:bold;
			text-decoration: none;
			text-transform:lowercase;
			display: block;
			margin: 0;
			line-height: 1;
			background: #972415;
			text-indent: 0;
			height: auto;
			padding: .7em 5px;
		}
		
		
			ul#navigation ul a:hover
			 {
				background: #ab2817;
				}
				
		ul#navigation li ul { /* second-level lists */
			position: absolute;
			left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			ul#navigation li.hover {
				*position: static;
			
			}
			
			/*second level drop down */
			#navigation li ul ul {
				margin: -1.9em 0 0 165px;
				font-size: 115%;
			}
			
			#navigation li:hover ul ul, #navigation li.sfhover ul ul {
				left: -999em;
			}
			
			#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
				left: auto;
			}
			
				
				
/* ------------------------ 
		SIDE NAV
------------------------ */

ul#navigationSide {
	 width: 153px;
	 height: 450px;
	 list-style: none;
	 background:url(../images/Nav_Sculpture.jpg);
	 background-repeat:no-repeat;
	 padding-top:110px;
	 padding-left:15px;
	 display:block;
	 float:left;
	 }
	 
	 	 ul#navigationSide li a {
		 	text-transform:lowercase;
	 		font-size:12px;
	 		line-height:28px;
	 		font-weight:bold;
		 	color:#006699;
			text-decoration:none;
		 }
		 ul#navigationSide li a:link {
		 	 color:#006699;
			 text-decoration:none;
		 }
		 
	 	 ul#navigationSide li a:hover {
		 	 color:#006699;
			 text-decoration:underline;
		 }

	 	 ul#navigationSide li a:visited {
		 	 color:#006699;
			 text-decoration:none;
		 }
		 ul#navigationSide li a:active {
		 	 color:#006699;
			 text-decoration:none;
		 }
		 
		 
		
		
/* ------------------------ 
		SUB PAGE CONTENT
------------------------ */
 #contentsub {
 display:block;
 width:570px;
 margin-left:175px;
 padding:15px;
 min-height:600px;
 _height: 600px;
 }
 
 /* ------------------------ 
		NEWS
------------------------ */
.news li {
	list-style: none;
	padding: .5em 10px;
}

	.news h3 {
		font-size: 105%;
	}


	.news h4,
	.news h5 {
		font-size: 100%;
	}
	
	p.backNews {
		float: right;
		margin-top: -10px;
		padding: 0 5px;
	}
	
	p.next {
		float:right;
		text-align:right;
		width:150px;
		padding-right: 5px;
	}
	
	p.previous {
		float:left;
		width:150px;
	}
	
	p.print {
		clear:both;
		text-align:center;
	}

/* ------------------------ 
		HOME PAGE
------------------------ */

 #flash {
 	margin:11px;
 }
 
 
ul#lowerpromo {
	/*background-image:url(../images/HomePromos.jpg);
	background-repeat:no-repeat;*/
	display:block;
	height:233px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt auto;
	width:761px;
}
ul#lowerpromo li {
	display:block;
	float:left;
	height:65px;
	margin-bottom:19px;
	margin-top:10px;
	_margin-bottom: 0px;
	_margin-top: 0px;
}
ul#lowerpromo li#navMember {
	margin-left: 19px;
}
/*ul#lowerpromo li a {
	display:block;
	height:150px;
	overflow:hidden;
	text-indent:-9999px;
}
ul#lowerpromo li#navDirections a {
	height:68px;
	width:378px;
}
ul#lowerpromo li#navMember a {
	width:379px;
	height:68px;
}
ul#lowerpromo li#navEvent a {
width:760px;
height:122px;
}*/

/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	display:block;
	float:none;
	width:868px;
	height:79px;
	margin: 0 auto;
	color:#fff;
	font-size:12px;
	padding-top:7px;

}
	#footer ul {
		margin: 0px;
		padding: 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
 		color: #FFF;
 		line-height: 17px;
		font-size:11px;
	}
	
	#footer li {
		list-style-type: none;
 		display: inline;
}
	#footer li a{
		text-decoration: none;
		padding: 4px 7px;
 		color: #fff;
		text-transform:uppercase;
}
	#footer li a:hover{
		text-decoration: none;
 		padding: 4px 7px;
 		color:#ccc;
}

#footer a{
	color:#fff;
	text-decoration:none;
	}
	#footer a:hover{
	color:#fff;
	text-decoration:underline;
	}
		
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */
