	/* GLOBALHEADER */
	#header
	{
		margin: 0px auto;
		vertical-align: baseline;
		position: relative;
		/*z-index: 9998;*/
		width : 292px;
	}
	#header #globalnav { margin: 0; padding: 0; height:87px; vertical-align:bottom; }
	#header #globalnav li { display: block; margin: 0; padding: 0; }
	#header #globalnav li a
	{
	
		display: block;
		height: 0;
		padding: 8px 0 0 30px;
		margin: 0;
		overflow: hidden;
		background-image: url(../img/ocl_nav.png);
		_background-image: url(../img/ocl_nav.png);
		background-repeat: no-repeat;
		cursor : hand ;
		font-family: Georgia, Times New Roman, serif;
		color: #fff;
		text-decoration: none;
		/*text-indent : -9999px ;*/
	}
	
	#header #globalnav li a:hover {
		color: #fff;
	}
	
	#header #globalnav #nav-bottom {
		margin: 0;
		padding: 0;
		background-image: url(../img/ocl_nav.png);
		_background-image: url(../img/ocl_nav.png);
		background-position: 0 -431px;
		height: 13px;
		width: 292px;
	}
	
	/* BUTTONS */
	#header #globalnav li#accommodations a  { background-position: 0 -136px; width:262px; height:26px; color:#000; }
	#header #globalnav li#area-activities a { background-position: 0 -294px; width:262px; height:26px; }
	#header #globalnav li#dates-and-rates a { background-position: 0 -328px; width:262px; height:26px; }
	#header #globalnav li#directions a      { background-position: 0 -362px; width:262px; height:26px; }
	#header #globalnav li#testimonials a      { background-position: 0 -396px; width:262px; height:26px; }
	#header #globalnav li#contact a         { background-position: 0 -432px; width:262px; height:26px; }
	
	/* SUB NAV BUTTONS */
	#header #globalnav li#sub-bed-and-bath a {
		background-position: 0 -170px;
		height:19px;
		font-size:11px;
		padding-left:50px;
	}
	#header #globalnav li#sub-living-areas a,
	#header #globalnav li#sub-grounds a,
	#header #globalnav li#sub-great-room a,
	#header #globalnav li#sub-kitchen-and-dining a,
	#header #globalnav li#sub-floor-plans a
	{
		background-position: 0 -199px;
		height:19px;
		font-size:11px;
		padding-left:50px;
		padding-top: 5px;
	}
	#header #globalnav li#sub-floor-plans a {
		background-position: 0 -270px;
	}
	
	/* OVER STATES */
	#header #globalnav li#area-activities a:hover { background-position: -300px -294px; }
	#header #globalnav li#dates-and-rates a:hover { background-position: -300px -328px; }
	#header #globalnav li#directions a:hover { background-position: -300px -362px; }
	#header #globalnav li#testimonials a:hover { background-position: -300px -396px; }
	#header #globalnav li#contact a:hover { background-position: -300px -432px; }
	
	#header #globalnav li#sub-bed-and-bath a:hover {
		background-position: -300px -170px;
	}
	#header #globalnav li#sub-living-areas a:hover,
	#header #globalnav li#sub-grounds a:hover,
	#header #globalnav li#sub-great-room a:hover,
	#header #globalnav li#sub-kitchen-and-dining a:hover,
	#header #globalnav li#sub-floor-plans a:hover
	{ background-position: -300px -199px; }
	
	
	/* PRESSED STATES */
	#header #globalnav li#area-activities a:active,
	#header #globalnav li#dates-and-rates a:active,
	#header #globalnav li#directions a:active,
	#header #globalnav li#testimonials a:active,
	#header #globalnav li#contact a:active,
	#header #globalnav li#sub-bed-and-bath a:active,
	#header #globalnav li#sub-living-areas a:active,
	#header #globalnav li#sub-grounds a:active,
	#header #globalnav li#sub-great-room a:active,
	#header #globalnav li#sub-kitchen-and-dining a:active,
	#header #globalnav li#sub-floor-plans a:active
	{
		background-position-x: -600px;
	}
	
	#floor-plans-pdfs { margin-top: 30px; }
	
	#floor-plans-pdfs a { line-height: 32px; color: #776d5f; text-decoration: none; }
	#floor-plans-pdfs a:hover { color: #fff; }
