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

body {
	color:#333333;
	font: 100%  "Lucida Grande", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background: #EEEEEE url(../images/sycamore-leaves-background.jpg) no-repeat center top;
}

img {
	border:none;
}

a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	font-style: italic;
}

p {
	font-size:0.75em;
	line-height:1.4em;
}

h1 {
	font-size:1em;
}

h2 {
	font-size:.9em;
}

h1, h2, h3, h4, h5, p {
	margin:0 0 10px 0;
}

/*------ Layout ------*/

#container {
	margin: 0 auto;
	text-align:left;
	width:800px;
	background: #FFF;
	padding: 20px;
}

#header {
	padding:40px 140px 0 0;
	border-bottom: 1px solid #CCCCCC;
	background:transparent url(../images/4star-gold.gif) no-repeat top right;
	margin: ;
}

#subTitle {
	float:right;
	width:180px;
	text-align: right;
	padding: 20px 0 0 0;
}
#subTitle h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

#logo {
	margin:0 350px 0 0;
}

#nav {
	margin: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 5px 0;
    }
     
#nav ul.left {}
     
#nav ul.right {
    text-align: right ;
    }
     
#nav ul li {
	display: inline;
	padding: 0 45px 0 0;
	font-size: 0.8em;
    } 
#nav a {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	text-decoration: underline;
	color: #860f03;
}
#mainImage {
	margin:0 0 20px 0;
	min-height:400px;
}
#mainImage2 {
	margin:0 0 10px 0;
	min-height:410px;
}
#mainImagesmall {
}
#intro {
	background-color:#FFFFFF;
	float:right;
	min-height:400px;
	padding:20px 20px 0 20px;
	width:220px
}
#gallery {
	background-color: #CCC;
}
#gallery img {
	border: 3px solid #FFFFFF;
}
#facilities {
	margin: 20px 0 0 0;
}
#facilities .green {
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px 0 0 5px;
}
#facilities ul {
	margin: 0px;
	list-style-type: disc;
	padding: 0 20px;
}
#facilities li {
	font-size: .8em;
	padding: 3px;
}
#tariff {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#tariff p {
	font-size: 0.65em;
}
#spacer {
	background-color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.greenBg {
	background-color: #333333;
	color: #FFFFFF;
}
#tariff td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	font-size: 90%;
	padding: 20px 0;
}

.rotator
{
  background: url(../images/backgrounds/rotator.php) no-repeat center top;
}

.main
{
  background: url(../images/backgrounds/1.jpg) no-repeat center top;
}


/*---------Classes----------*/



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

.transparent
{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.aerial {
	background:url(../images/aerial.jpg) no-repeat;
	}

.lounge {
	background:url(../images/backgrounds/2.jpg) no-repeat;
	}

.house {
	background: url(../images/backgrounds/1.jpg) no-repeat;
}		

