@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #585b5a;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 1px solid #FFF;
} 
#logo {
	height: 175px;
	width: 174px;
	float: left;
	background-color: #9ea5a2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#logo img {
	padding-top: 10px;
	padding-left: 10px;
}
#logo p {
	font-size: 11px;
	padding-left: 13px;
	padding-right: 11px;
	text-align: justify;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #585B5A;
}

#banner {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar { line-height: 26px; width: 602px; border: 1px solid #FFF; margin-top: 10px; margin-bottom: 10px; margin-left: 176px; background-color: #900; font-family: Arial, Helvetica, sans-serif; height: 26px; 
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navbar li {
	display: inline;
	list-style-type: none;
}

#navbar a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.4em;
}

#navbar a:hover {
	color: #000;
	background-color: #FFF;
}

#sidebar1  {
	width: 176px;
	float: left;
	margin-top: 1px;
}

#slideshow { position: relative; height:383px; float: left; width: 574px; }
#slideshow IMG { position:absolute; top:0; left:0; z-index:8; opacity:0.0; }
#slideshow IMG.active { z-index:10; opacity:1.0; }
#slideshow IMG.last-active { z-index:9; }
#sidebar1 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
	background-color: #EBEBEB;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
} 
h1 {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #585B5A;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#mainContent p { font-size: 12px; line-height: 20px; text-align: justify; margin: 0px; font-family: Arial, Helvetica, sans-serif; 
}


#footer  { padding: 0; border: 1px solid #FFF; text-align: right; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: #9EA5A2; 
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0.6px;
	line-height: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #585b5a;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.avail {
	background-color: #FFF;
	border: 2px solid #0B75A6;
}
.fm-req {
	padding-top: 5px;
}
.available {
	background-color: #FF6;
}

.centre { }

.reviews { background-color: #FFC; border: 1px solid #585B5A; padding: 5px; font-style: italic; 
}

