﻿ 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #CAD5DB;
	background-repeat: repeat-x;
}
/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC;} 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}
ul, ol {
	color: #4284B0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
ul span, ol span {
	color: #666666; 
}

strong
{
	font-weight: bold;
	font-size:12px;
	background-image:url(../images/go.gif);
	background-repeat: repeat-y;
	background-position: inherit;
	padding-left: 15px;
} 
/* images */
img {
	border: 0px;
}
img.no-border {
	border: 0px;
}
img.float-right { float:right;
  margin: 5px 0px 5px 15px;  
}
img.float-left { float:left; 
  margin: 5px 15px 5px 0px;
}
a img {  
	border: 0px;
}
a:hover img {
	border: 0px none #CCC !important; /* IE fix*/
	border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
	color: #000066;
	font-family: Georgia, 'Bookman Old Style', Serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/* form elements */

#form
{
	border:dotted;
	border:#CC0000;
	border:1px solid #0099FF;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;
	background-color: #000;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	
}

#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: inherit ;
	top: 0;
	left: 5px;
	width: 345px;
}

/* main */
#main {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 70%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
	
#sidebarMenu {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebarMenu h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg_site_menu.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

/*Side Menu Information */
#sidebarMenu .left-menu {
	border: 1px  #EFF0F1;
	width: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background:#9EC630;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 7px;
	}
#sidebarMenu .left-menu a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
#sidebarMenu .left-menu a:hover {
	color: #CC0000;
	background-color: inherit;	
}
#sidebarMenu .left-menu #current a 
{
	color: #CC0000;
}

/*other Left Boxes */
#sidebarMenu .left-box {
	border: 1px solid #EFF0F1;
	width: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0 0 5px 7px;
}
#sidebarMenu ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebarMenu ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebarMenu ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Side Menu Items first shows like this colour */
#sidebarMenu .sidemenu a span {
	color: #FFF;
}

/* Side Menu Items when hover on these items show like this colour */
#sidebarMenu .sidemenu a:hover span {
	color: #CC0000;
}


/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 40%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -1px;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	width: 610px;
	color:#FFF;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) ) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}

/*===================== Zak Changes=============================*/
#facilities #nav-facilities a, #home #nav-home a, #rates #nav-rates a, #policy #nav-policy a, #reservation #nav-reservation a, #contact #nav-contact a, #location #nav-location a
 {
   background-position:0% -42px;
	color: #FFF;
} 
#facilities #nav-facilities  a span, #home #nav-home a span, #rates #nav-rates a span, #policy #nav-policy a span, #reservation #nav-reservation a span, #contact #nav-contact a span, #location #nav-location a span
 {
   background-position:100% -42px;
	color: #FFF;
}
/*===================== Zak Changes=============================*/
/* end menu tabs */


/*Left Side Menu Items*/

/*#guestbook #nav-guestbook a, #photosgallery #nav-photosgallery a, #usefullinks #nav-usefullinks a, #faqs #nav-faqs a
 {
	color: #FFF;
}
#guestbook #nav-guestbook a span, #photosgallery #nav-photosgallery a span, #usefullinks #nav-usefullinks a span, #faqs #nav-faqs a span
 {
	background-position:100% -42px;
	color: #CC0000;
}

#guestbook #nav-guestbook a hover span, #photosgallery #nav-photosgallery a hover span, #usefullinks #nav-usefullinks a hover span, #faqs #nav-faqs a hover span

 {
	background-position:100% -42px;
	color: #CC0000;
}
*/

/*Left Side Menu Items Ends*/

/* alignment classes */

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

#title 
{
	background-image: url(../images/backgrounds/backgroundoftitles.gif); 
	background-repeat: repeat-x;
	background-position: 100% 100%;
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: green;
}

