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

* {
		margin:0;
		padding:0;
		}a {
	text-decoration: none;
	font-weight: bold;
}
#nav {
	float: right;
	width: 510px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 26px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav #end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:link {
	color: #FFFFFF;
}
#nav a:hover {
	color: #CAD62D;
}
#nav a:active {
	color: #FFFFFF;
}
#banner {
	background-image: url(../gfx/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 67px;
}
#LHS {
	width: 332px;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LHS  a {
	color: #1885a9;
}
#LHS  a:hover {
	color: #000000;
}
h2 {
	color: #1885a9;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
}
h1 {
	font-size: 20px;
	color: #1885a9;
}
#footer {
	clear: both;
	font-size: 10px;
	height: 128px;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 10px;
}
#footer p {
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
}
#footer  a:hover {
	color: #666666;
}
#body {
	background-image: url(../gfx/shadow.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/body_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#centre {
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	width: 750px;
}
#box {
	width: 325px;
	margin-right: 25px;
	float: left;
	background-color: #d3eefa;
	padding: 5px;
	border: 1px solid #1885A9;
	margin-bottom: 10px;
}
#box h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sleeps {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#box a {
	color: #1885A9;
}
#box a:hover {
	color: #000000;
}
#box img {
	border: 1px solid #1885A9;
	float: left;
	margin-right: 20px;
}
#centre a {
	color: #1885A9;
}
#centre a:hover {
	color: #000000;
}
#availablteMap {
	width: 200px;
}
#AlignRight {
	float: right;
}
.AlignRight {
	float: right;
	clear: right;
}
.AlignLeft {
	float: left;
	clear: right;
}

