@charset "utf-8";
body  { padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; margin-top: 29px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-family: Arial, Helvetica, sans-serif; font-size: small; background-image: url(../images/bg.gif); 
}
#container  { width: 750px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; background-color: #FFF; border-top-width: 4px; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #BBA981; border-right-color: #BBA981; border-bottom-color: #BBA981; border-left-color: #BBA981; 
} 
#header  {
	padding: 0;
	margin: 0px;
} 
#logo {
	height: auto;
	width: auto;
	border-bottom-color: #336;
}


#banner {
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
}
#navbar {
	line-height: 28px;
	width: 750px;
	background-color: #4c3d2c;
	font-family: Verdana, Geneva, sans-serif;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar a {
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

#navbar a:hover {
	color: #000;
	display: inline-block;
	background-color: #BBA981;
}

#slideshow { position: relative; margin-left:0px; height:380px; background-image: url(../banner/lounge.jpg); background-repeat: no-repeat; border-top-width: 1px; border-bottom-width: 3px; border-top-style: solid; border-bottom-style: solid; border-top-color: #BBA981; border-bottom-color: #BBA981; 
}

#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;
}
#main1 { float: left; 

}

h1 { color: #4C3D2C; font-size: 18px; font-weight: normal; font-family: Verdana, Geneva, sans-serif; margin: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; padding-top: 0px; text-align: left; line-height: 0px; 
}


#mainContent  {
	width: 720px;
	margin: 0;
	padding: 15px;
} 
#mainContent p {
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent img{
	padding: 2px;
	border: 1px solid #786652;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#mainContent a{
	text-decoration: underline;
	font-weight: bold;
	color: #4C3D2C;
	font-size: 15px;
	font-variant: small-caps;
}
#mainContent a:hover {
	color: #BBA981;
	text-decoration: none;
}


#footer  {
	text-align: center;
	margin: auto;
	height: 75px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #4C3D2C;
} 
#footer p  {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#footer p a {
	color: #CCC;
	text-decoration: none;
}

.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;
}
.avail {
	background-color: #FFF;
	border: 2px solid #7E2219;
	width: 500px;
	margin-left: 150px;
}
.fm-req {
	padding-bottom: 5px;
	text-align: left;
	width: 500px;
	margin-left: 200px;
}
	
/* // Easy Slider */
.tariff {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005841;
	border-bottom-color: #005841;
	border-left-color: #005841;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #005841;
	margin-top: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table {
	width: 600px;
	border: 1px solid #336;
	text-align: center;
	margin-left: 75px;
}
th {
	font-size: 16px;
	color: #FFF;
	background-color: #336;
}
td {
	font-size: 14px;
}

