﻿@charset "utf-8";
/* CSS RESET */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,
code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */
ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0}/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

/* ------------- Represents all global settings which apply to all masterpages and pages. ------------- */
body{margin: 0px;padding: 0px;background: url(../Imgs/Background.jpg) repeat-x #fef1d3; font-size: 62.5%;color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;
     border-top: 10px solid #505c45;line-height: 16px;}
     
/* ------------- Global Container Properties ------------- 	*/
#container{margin: 0px auto 0px auto;padding: 0px 0px 0px 0px;width: 973px;font-size: 1.2em; position: relative;}

#footer a:link{color: #490000;text-decoration: none;}
#footer a:visited{color: #123d4f;text-decoration: none;}
#footer a:hover{color: #123d4f;text-decoration: none;}

/* Primary Navigation */
#navContainer{position: relative; left: 0px; right: 0px; top: 0px; background: url(../imgs/Home/NavUp3.png) no-repeat;}
#Navigation {width: 973px; margin: 0px; height:113px; padding:0px;}
#Navigation span {display: none;}
#Navigation li, #Navigation a {height:113px; display:block;}
#Navigation li {float: left; list-style:none; display:inline;}

#navHome {width: 325px;}
#navSuites {width: 109px;}
#navMeet {width: 97px;}
#navReservations {width: 98px;}
#navHistory {width: 68px;}
#navLocal {width: 100px;}
#navMapDirections {width: 92px;}
#navContact {width: 67px;}

#navAttractions {width: 101px;}

#navHome a:hover {background:url(../imgs/Home/NavOver3.png) 0px 0px no-repeat;}
#navSuites a:hover {background:url(../imgs/Home/NavOver3.png) -325px 0px no-repeat;}
#navMeet a:hover {background:url(../imgs/Home/NavOver3.png) -434px 0px no-repeat;}
#navReservations a:hover {background:url(../imgs/Home/NavOver3.png) -531px 0px no-repeat;}
#navHistory a:hover {background:url(../imgs/Home/NavOver3.png) -629px 0px no-repeat;}
#navLocal a:hover {background:url(../imgs/Home/NavOver3.png) -697px 0px no-repeat;}
#navMapDirections a:hover {background:url(../imgs/Home/NavOver3.png) -797px 0px no-repeat;}
#navContact a:hover {background:url(../imgs/Home/NavOver3.png) -889px 0px no-repeat;}

#navAttractions a:hover {background:url(../imgs/Home/NavOver3.png) -596px 0px no-repeat;}

/* Suites Navigation */
#navSuitesContainer{position: relative; margin-left: 12px; left: 0px; right: 0px; top: 0px; background: url(../imgs/Home/navSuitesUp9.png) no-repeat;}
#SuitesNavigation {width: 944px; margin: 0px; height:81px; padding:0px;}
#SuitesNavigation span {display: none;}
#SuitesNavigation li, #SuitesNavigation a {height:81px; display:block;}
#SuitesNavigation li {float: left; list-style:none; display:inline;}

#navBouguereau {width: 343px;}
#navLarsson {width: 311px;}
#navVermeer {width: 288px;}

#navBouguereau a:hover {background:url(../imgs/Home/navSuitesOver9.png) 0px 0px no-repeat;}
#navLarsson a:hover {background:url(../imgs/Home/navSuitesOver9.png) -343px 0px no-repeat;}
#navVermeer a:hover {background:url(../imgs/Home/navSuitesOver9.png) -654px 0px no-repeat;}

/* ------------- Global Content Container Properties ------------- */
#contentContainer{margin: 0px 0px 0px 0px;padding: 0px 0px px 0px;}
#footer{margin: 5px auto 8px auto;width: 933px;padding: 0px 0px 0px 40px;color: #666666;font-size: 11px;text-align: center;}