@charset "utf-8";
/* CSS Document */

/* DEFAULTS */
* {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 ;
	padding:0 ;
	}
body {
	background-color:#EEC;
	background-image:url(../images/Banner-background.jpg);
	background-repeat:repeat-x;
	}
a {
	color:#553;
	}
a:hover {
	color:#00A;
	text-decoration:underline;
	}
a img {
	border:none;
	}
.clearthings {
	clear:both;
	}
p.clearthings {
	width:100% ;
	}

/* BANNER */
#banner {
	position:relative;
	width:100%;
	height:180px;
	background-image:url(../images/Banner-photo.jpg) ;
	background-position: 0 0;
	background-repeat:no-repeat;
	}
#banner .PrinterOnly {
	position:absolute;
	display:none;
	}
#banner #contact {
	position:absolute;
	top:0;left:100%;
	width:300px ;
	margin:30px 0 0 -330px ;
	}
#banner #contact ul {
	text-align:right;
	}
#banner #contact li {
	list-style:none;
	margin-bottom:10px;
	line-height:1;
	}
	
/* MENU */
#banner #menu {
	width:750px;
	background-image:url(../images/TheWestburyInn.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	padding: 140px 0 0 0;
	margin: 0 auto;
	text-align:center;
	}
#banner #menu ul {
	display:inline;
	}
#banner #menu li {
	display:inline;
	list-style: none;
	margin: 10px 10px 0;
	}
#banner #menu li a {
	font-weight:bold;
	text-decoration:none;
	}
#banner #menu li a:hover {
	text-decoration:underline;
	}

/* CONTENT */
#content {
	width: 800px ;
	margin:10px auto ;
	border: 1px solid #89B;
	padding:20px;
	background-color:#EEE;
	color:#333;
	font-size:0.8em;
	line-height:1.5em;
	text-align:justify;
	}
#content div.right ,
#content img.right {
	float:right;
	margin:0 0 20px 20px;
	border: 5px solid #FFF ;
	}	
#content div.left ,
#content img.left {
	float:left;
	margin:0 20px 20px 0;
	border: 5px solid #FFF ;
	}	
h1 {color:#553; margin: 30px 0 20px; }
h2 {color:#78A; margin: 20px 0 15px; }
h3 {color:#89B; margin: 10px 0 10px; }
p,ul {
	margin:15px;
	line-height:1.8;
	}
li {
	margin-left: 40px ;
	}
ul.sitemap {
	line-height:2.5;
	}
ul.sitemap a {
	font-weight:bold;
	}
table.hours {
	width:75%;
	margin: 0 auto ;
	border:1px solid #666 ;
	border-collapse:collapse;
	padding:5px ;
	text-align:center;
	}
table.hours caption {
	margin:4px;
	font-style:italic;
	font-weight:bold;
	}
table.hours th,
table.hours td {
	border:1px solid #666 ;
	padding:5px ;
	}

#map {
	clear:both;
	width:100%;
	border: 1px solid #89B;
	text-align:center !important ;
	}
p.legal-footer {
	clear:both;
	text-align:center;
	font-style:italic;
	}

/* CONTENT _ SIDE PANEL */
#sidepanel {
	float: right ;
	width:180px ;
	margin:0px 0 20px 20px;
	border: 2px solid #900 ;
	padding:15px 5px 0;
	background-color:#fff;
	}
#sidepanel h1 {
	font-size:1.8em;
	text-align:center;
	text-shadow: 0px 0px 2px #F00 ;
	line-height:1;
	}
#sidepanel p {
	line-height:1.5;
	text-align:justify;
	}
div.centered p{
	text-align:center !important;
	}
#sidepanel ul ,
#sidepanel li {
	margin-left: 15px;
	}
#sidepanel p.footer {
	color:#900 ;
	text-align:center;
	font-weight:bold;
	}



/* FOOTER */
#footer {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:center;
	}
	
