/*     AUTHOR: Chris Coyier            chriscoyier@gmail.com            http://chriscoyier.net*//* RESETS & BASIC PAGE SETUP */* { margin: 0; padding: 0; }html { overflow-y: scroll; }body { 	font: 62.5% "Lucida Grande", sans-serif;	background:url(homepage_images/stone_tileUpdate.gif) top left repeat;}ul { list-style: none inside; }p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }	p.metadata { background: #fff9a7; padding: 3px;} a { outline: none; }a img { border: none; }h1 {	font-family: Georgia, serif;	font-size: 2.4em;	font-weight: normal;	color: #a69028;	}	h1#logo {		width: 470px;		height: 475px;		background:url(homepage_images/welcomeNew.jpg) no-repeat center center;/*		padding: 20px 0px 0px 0px;*//*		padding-top: 160px;*/		text-indent: -9999px;	}/* END RESET *//* TOOLBOX */.floatleft { float: left; }.floatright { float: right; }.clear { clear: both; }/* END TOOLBOX *//* Footer styles */		#footer {	margin: 0 auto;	position:relative;	left: 15px;	width: 275px;}#footer p {	color: #DCDCDC;	font-family:Arial,Helvetica,sans-serif;	font-size: 8px;}/* end of footer styles */#movie-wrapper {	width: 1024px;	margin: 0 auto;	padding-top: 12px;}a:link {color: #FFFFFF;}a:hover {color: #666666; }a:visited {color: #209c20; }/* Main navigation styling */#navBG	{	background: url(homepage_images/homeNavBG.jpg) no-repeat;	margin: 0 auto;	width: 400px;	height: 120px; 	}#main-nav {	background: url(homepage_images/homePageNavBG.jpg) no-repeat;	width:330px;	height:38px;	margin:0 auto;	padding:0;	position: relative;	top: 40px;}#main-nav span {	display: none;}#main-nav li, #main-nav a {	height:38px;	display:block;}#main-nav li {	float:left;	list-style:none;	display:inline;}#contactBT { width: 85px; }#enterBT { width: 80px; }#homeBT { width: 79px; }#infoBT { width: 86px; }a#contactBT:hover { background: url(homepage_images/homePageNavBG.jpg) 0px -37px no-repeat; }a#enterBT:hover {background:url(homepage_images/homePageNavBG.jpg) -85px -37px no-repeat; }a#homeBT:hover {background:url(homepage_images/homePageNavBG.jpg) -165px -37px no-repeat; }a#infoBT:hover {background:url(homepage_images/homePageNavBG.jpg) -244px -37px no-repeat; }a#contactBT:active {background:url(homepage_images/homePageNavBG.jpg) 0px -74px no-repeat; }a#enterBT:active {background:url(homepage_images/homePageNavBG.jpg) -85px -74px no-repeat; }a#homeBT:active {background:url(homepage_images/homePageNavBG.jpg) -165px -74px no-repeat; }a#infoBT:active {background:url(homepage_images/homePageNavBG.jpg) -244px -74px no-repeat; }body#homeNav ul#main-nav li a#homeBT{background:url(homepage_images/homePageNavBG.jpg) -165px -111px no-repeat;}body#enterNav ul#main-nav li a#enterBT{background:url(homepage_images/homePageNavBG.jpg) -85px -111px no-repeat;}body#contactNav ul#main-nav li a#contactBT{background:url(homepage_images/homePageNavBG.jpg) 0px -111px no-repeat;}body#infoNav ul#main-nav li a#infoBT{background:url(homepage_images/homePageNavBG.jpg) -244px -111px no-repeat;}/* end of nav styles *//* Style differences on chrome and safari */@media screen and (-webkit-min-device-pixel-ratio:0) {#footer {	margin: 0 auto;	width: 285px;}#footer p {	color:  #CCC;	font-family:Arial,Helvetica,sans-serif;	font-size: 8px;}}/* End of style differences for chrome and safari *//* END STRUCTURE */