    body {
        margin:0;
        padding:0;
        font:  11px/1.5em Verdana;
}

h2 {
        font: 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}
#hd {

		background:url("../images/logo.gif") no-repeat center top;
		height: 91px;
		position: relative;
}
#ft {
COLOR: #66a4e2;font-size : 9pt;font-family: Arial, Helvetica, sans-serif;
}
#slogan {
		float: right;
		padding: 10px;
		margin-top: 65px;
}
#number {
		float: left;
		padding: 10px;
		width: 100%;
		text-align: right;
}
h1 {
		font: 16px Arial, Helvetica, sans-serif;
		color:#66a4e2;
		text-transform: uppercase;
}
.big_blue {
		font: 16px Arial, Helvetica, sans-serif;
		color:#66a4e2;
		text-transform: uppercase;
}

#home_content {
		background:url("../images/bgd.gif") no-repeat center top;
		height: 350px;
		float: left;
		

}
#page_content {
		background:url("../images/bgd2.gif") no-repeat center top;
		float: left;
		width: 950px;
		

}
#img {text-align: center;}

#slideshow_container {
	padding: 25px;
	margin-left: 25px;
	width: 450px;
	float: left;
	
}
#container {
	padding: 25px;
	margin-left: 25px;
	width: 500px;
	float: left;
	}


#thumbs { font: 10px Arial, Helvetica, sans-serif;
		color:#888888;
		text-transform: uppercase;}
#thumbs img {margin: 7px;}

#intro {
		float: left;
		width:350px;
		padding: 35px 0 0 50px;
}
#photo {
		float: left;
		width:350px;
		padding: 35px 0 0 20px;
}
.text {
		padding: 10px;
		font-size: 9pt;
}
.title {
		font-size: 10pt;
		font-weight: bold;
		color: #666666;
}
/*LINKS*/
A.text {COLOR: #66a4e2;font-size : 9pt;font-family: Arial, Helvetica, sans-serif;text-decoration: none;background-color: none;}
A.text:hover {COLOR: #999999;font-size : 9pt;font-family: Arial, Helvetica, sans-serif;text-decoration:none;background-color: none;}

ul.amenities {
	float: left;
	color: #888888;
	margin: 5px;
	width: 145px;
	height: 225px;
}
.amenities li{
list-style-type: disc;
list-style-position: inside;
}
.amenities li.section{
list-style-type: none;
list-style-position: outside;
text-decoration: underline;
margin-top: 5px;
margin-bottom: 5px;
}
.amenities li.nodisc{
list-style-type: none;
list-style-position: outside;
font-style: italic;
}
ul.standard {
	float: left;
	color: #888888;
	margin: 5px;
	width: 100%;
}
.standard li{
list-style-type: disc;
list-style-position: inside;
}
.standard li.section{
list-style-type: none;
list-style-position: outside;
text-decoration: underline;
margin-top: 5px;
margin-bottom: 5px;
}
.standard li.nodisc{
list-style-type: none;
list-style-position: outside;
font-style: italic;
}

/*FORMS*/
label{

display: block;
color: #666666;
clear: both;
margin: 5px 5px 5px 0px;
}
input{
background-color: #ccffff;
display: block;
margin: 2px 0px 5px 0px;
}
textarea {
background-color: #ccffff;
display: block;
width: 190px;
margin: 5px 5px 5px 0px;
}

.button {
margin-top: 5px;
width: 100px;
color:#888888;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #ccc;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      display:block;
      background:url("../images/tabrightF.gif") no-repeat right top;
      padding:5px 48px 4px 48px;
      color:#666;
      }
      
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
