body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url(../pix/body_bg.jpg);
}

#wrapper {
	width:800px;
	text-align:left;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

img {
	border:none;
} 

/* ================================ HEADER */

#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

#logo-container {
	float:left;
	margin:10px;
}

#top-menu {
	float:right;
}

#top-menu ul {
	margin:55px 10px 0 0;
	padding:0;
	list-style:none;
	font-size:0.85em;
	text-transform:uppercase;
	color:#666;
}

#top-menu ul li {
	display:inline;
}

#top-menu ul li a, #top-menu ul li a:visited {
	color:#000066;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

#top-menu ul li a:hover {
	text-decoration:underline;
}

/* ================================ MAIN IMAGE */

#main-image {
	background-image:url(../pix/main_image.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:163px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#main-image-text {
	width:300px;
	float:right;
	margin:80px 0 0 0;
}

#main-image-text h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-weight:100;
	line-height:1.5em;
	font-size:1.2em;
}

/* ================================ BODY WRAPPER */

#body-wrapper {
	width:799px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-left:1px solid #e4e3e3;
	border-right:1px solid #e4e3e3;
	border-bottom:1px solid #e4e3e3;
}

/* ================================ NAVIGATION */

#navigation {
	width:100%;
	height:36px;
	background-color:#dcd8c9;
	background-image:url(../pix/navigation_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-bottom:1px;
}

#pmenu, #pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#pmenu {
	margin:0;
}

#pmenu li {
	float:left;
	position:relative;
	text-align:center;
}

#pmenu li a, #pmenu li a:visited {
	display:block;
	font-size:12px;
	color:#666;
	height:16px;
	text-decoration:none;
	border:1px solid #fff;
	border-width:0 0 0 0;
	padding:11px 5px 9px 5px;
	background-color:#dcd8c9;
	background-image:url(../pix/navigation_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}

.home, .about, .guide, .whatson, .contact, .news {
	width:95px;
	border-right:1px solid white;
}

.business {
	width:135px;
	border-right:1px solid white;
}

#pmenu li li a, #pmenu li li a:visited {
	display:block;
	width:150px;
	color:#fff;
	height:13px;
	text-decoration:none;
	border-top:1px solid white;
	background-color:#5e5638;
	background-image:none;
	padding:8px;
}

#pmenu li:hover > a {
	background:#5e5638;
	color:#fff;
	background-image:url(../pix/navigation_bg_hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;		
}

#pmenu li li:hover > a {
	background:#786e48;
	color:#fff;
}

#pmenu li ul {
	display: none;
}

#pmenu li:hover > ul {
	display: block;
	position: absolute;
	top:0;
	left:203px;
}

#pmenu > li:hover > ul {
	left:0;
	top:36px;
}

/* ================================ LEFT CONTENT */

#left-content {
	float:left;
	width:520px;
	margin:15px 0 0 15px;
	color:#515151;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
}

#left-content h1 {
	color:#5e5638;
	font-size:1.8em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content h2 {
	color:#5e5638;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content h3 {
	color:#333;
	font-size:1.1em;
	background-image:url(../pix/header_line.gif);
	padding-bottom:5px;
	line-height:1.4em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;	
}

#left-content a, #left-content a:visited {
	color:#5a5235; 
}

#left-content a:hover {
	text-decoration:none;
}

#left-content p {
	margin:10px 0 10px 0;
}

#left-content ul {
	list-style-image:url(../pix/left_content_bullet.gif);
}

/* ================================ LEFT CONTENT WIDE WIDE WIDE */

#left-content-wide {
	float:left;
	width:780px;	
	margin:15px 0 0 15px;
	color:#515151;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
} 

#left-content-wide h1 {
	color:#5e5638;
	font-size:1.8em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content-wide h2 {
	color:#5e5638;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content-wide h3 {
	color:#333;
	font-size:1.1em;
	line-height:1.3em;
	border-bottom:1px solid #666;
	padding-bottom:3px;
}

#left-content-wide a, #left-content-wide a:visited {
	color:#5a5235; 
}

#left-content-wide a:hover {
	text-decoration:none;
}

#left-content p {
	margin:10px 0 10px 0;
}

#left-content ul {
	list-style-image:url(../pix/left_content_bullet.gif);
}


/* ================================ RIGHT CONTENT  */

#right-content {
	float:right;
	width:200px;
	margin:15px 15px 15px 0;
	background-color:#efefef;
	background-image:url(../pix/rightcontent_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#right-content h2 {
	background-color:#5e5638;
	background-image:url(../pix/navigation_bg_hover.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#fff;
	font-size:1.2em;
	padding:10px;
	margin:0;
	font-weight:100;
}

#right-content ul {
	list-style:none;
	margin:0;
	padding:0;
}

#right-content ul li {
	border-bottom:1px solid #d5d4d4;
	padding:5px 10px 5px 10px;
	font-size:0.9em;
	line-height:1.5em;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#5e5638;
	text-decoration:none;
}

#right-content ul li a:hover {
	text-decoration:underline;
}

#right-content img {
	border-top:2px solid white;
	border-bottom:2px solid white;
}

#right-content a, #right-content a:visited {
	color:#333;
}

/* ================================ FOOTER */

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:30px;
	line-height:1.2em;
	padding:10px 30px 0 30px;
}

#footer-left {
	float:left;
	font-size:0.85em;
}

#footer-left h3 {
	color:#5a5235;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-bottom:5px;
	margin-top:0;
}

.footer-info {
	float:left;
	margin-right:40px;
}

.footer-info ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer-info li {
	margin-bottom:5px;
}

.footer-info a, #footer-info a:visited {
	color:#776d47;
}

#footer-left a:hover {
	text-decoration:underline;
}

#footer-right {
	float:right;
	font-size:0.8em;
	width:270px;
	color:#666;
}

#footer-right h3 {
	color:#5a5235;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.15em;
	margin-bottom:5px;
	margin-top:0;
	padding-bottom:0;
}

#footer-right p {
	margin-top:0;
	padding-top:0;
	line-height:1.8em;
}

#footer-right a, #footer-right a:visited {
	color:#776d47;
}

/* ================================ BREADCRUMB */

#breadcrumb {
	background-color:#efefef;
	text-align:left;
	padding:10px 0 10px 10px;
	font-size:0.9em;
	border-bottom:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}

#breadcrumb a, #breadcrumb a:visited {
	color:#666666;
}

/* ============================ HOTEL LISTING */

.hotel-listing {
	margin-bottom:10px;
	border:1px solid #ccc;
	width:525px;
}

.hotel-address {
	background-color:#efefef;
	padding:5px;
	border-bottom:1px dotted #ccc;
}

.hotel-address h4 {
	font-size:1em;
	color:#5a5235;
	margin:0;
	padding:0;
}

.hotel-address a, .hotel-address a:visited  {
	color:#000;
}

.thumbnail {	
	float:left;
	width:150px;
	margin:10px;
}

.details {
	width:290px;
	margin-top:0px;
	margin-right:10px;
	float:right;
	font-size:1em;
}

.view-details-link {
	padding:3px;
	background-color:#efefef;
	border-bottom:1px solid #5a5235;
	color:#fff;
	width:125px;
	text-align:center;
	margin-top:2px;
}

.view-details-link a, view-details link a:visited {
	font-size:0.8em;
}

/* ================================ OTHER */

.clear {
	clear:both;
}

#sitemap {
	list-style-image:none;
}

.news-page-nav {
	background-image:url(../pix/news_page_nav_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:4px 10px 5px 15px;
}

.boxy {
	float:left;
	margin-right:15px;
}

.boxy h4 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.boxy a, .boxy a:visited {
	color:#5a5235;
}

.news-byline {
	border-bottom:1px dotted #ccc;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-top:5px; 
}

.comment {
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:5px;
}

.comment-separator {
	border-bottom:1px dotted #666;
	margin:5px 0 5px 0;
}
