/*  Reset styles see: http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} body{line-height:1;} ol,ul{list-style:none;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} /* remember to define focus styles! */ :focus{outline:0;} /* remember to highlight inserts somehow! */ ins{text-decoration:none;} del{text-decoration:line-through;} /* tables still need 'cellspacing="0"' in the markup */ table{border-collapse:collapse;border-spacing:0;}


/*  Basic Page Structure.
------------------------------------------------------------------------ */

body {
    font: 11px/1 verdana, sans-serif;
    color: #9a8277;
    background: #000;
}

#page {
    position: relative;
    width: 980px;
    margin: 0 auto;
    background: #e8e0d3;
    overflow: hidden;
}

#header {
    position: relative;
    height: 100px;
    background-color: #fff;
    z-index: 500;
}

#header h1 a {
    display: block;
    width: 280px;
    height: 100px;
    background: url('../images/FSP_Logo.png') no-repeat;
    text-indent: -9999em;
}

#slides {
    float: right;
    width: 980px;
    height: 302px;
    /*    height: 313px;    edit by ef */
    _margin: 0 0 -2px; /*ie6*/
}

#content {
    clear: both;
}

#main ul {
    margin: 0 0 21px 12px;
    list-style-image: url('../images/list-bullet.png');
}

#main ul li {
    margin: 0 0 18px 15px;
}

/*  Two column
------------------------------------------------------------------------ */

.two-column #main {
    float: left;
    width: 702px;
    padding: 28px 30px 0 21px;
    margin: 0 0 30px;
}

#side-left {
    position: relative;
    float: left;
    width: 227px;
    margin: -303px 0 0;
    z-index: 400;
}

/*  Three column
------------------------------------------------------------------------ */

.three-column #main {
    float: left;
    width: 509px;
    padding: 28px 30px 0 21px;
    margin: 0 0 30px;
}

#side-nav-right {
    float: left;
    width: 192px;
    border-left: 1px solid #b5a07d;
}

#side-nav-right ul {
    padding: 30px 14px 30px 14px;
}

#side-nav-right ul li {
	padding-bottom:6px;
}

#side-nav-right ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #bd3002;
    /* line-height: 20px; */
}

#side-nav-right ul li a:hover,
#side-nav-right ul li a.current-page {
    color: #000;
}

/*  Side bar left
------------------------------------------------------------------------ */


#photo-gallery-banner a {
    display: block;
    width: 227px;
    height: 75px;
    background: url('../images/bg-photo-gallery-banner-alt.png') no-repeat;
    text-indent: -9999px;
}

#social_media a {
    display: block;
    width: 227px;
    height: 53px;
    background: url('../images/bg-social_media.png') no-repeat;
    text-indent: -9999px;
}

#social_media_1 a {
    display: block;
    width: 188px;
    height: 44px;
    background: url('../images/bg-social_media_1.png') no-repeat;
    text-indent: -9999px;
}

#connect-share {
    position: relative;
    width: 227px;
    height: 106px;
    background: url('../images/bg-connect-share-alt.png') no-repeat;
}

#connect-share .facebook_button {
    position: absolute;
    top: 70px;
    left: 36px;
}

#connect-share .twitter_button {
    position: absolute;
    top: 70px;
    left: 55px;
}

#connect-share .addthis_button {
    position: absolute;
    top: 70px;
    left: 79px;
}

#email-sign-up {
    position: relative;
    width: 227px;
    height: 113px;
    background: url('../images/bg-email-sign-up.png') no-repeat;
	top: -6px;
}

#email-sign-up form {
    position: absolute;
    top: 45px;
    left: 26px;
}

#email-sign-up #email {
    width: 171px;
    color: #666;
    padding: 0 0 0 4px;
    margin: 0 0 12px;
    border: 0;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
}

#email-sign-up #subscribe, #emailForm #subscribe {
    width: 97px;
    height: 24px;
    margin: 2px 0 0;
    border: 0;
    text-indent: -9999px;
	/*fix text-indent for ie*/
	font-size: 0;
	display:block;
	line-height: 0;
    cursor: pointer;
    background: url('../images/btn-subscribe.png') no-repeat;
    _background: url('../images/ie6-find-rates.png') no-repeat;
}

#email-sign-up #subscribe:hover, #emailForm #subscribe:hover {
    background-position: 0 -35px;
}

#left-promo-box {
    position: relative;
    width: 227px;
    margin-top:-1px;
    background: url('../images/left-promo-back.png') repeat-y;
}

#left-promo-box.first {
    margin-top:-4px;
}

#left-promo-box img {
    left:0px;
}

/*  Footer
------------------------------------------------------------------------ */

#footer {
    position: relative;
    width: 900px;
    padding: 20px 40px 40px 40px;
    margin: 0;
    border-top: 12px solid #bd3002;
    background-color: #c4b397;
    clear: both;
}

#footer h4 {
    margin: 0 0 8px;
}

#address {
    line-height: 18px;
    color: #665147;
    margin: 0 0 12px;
}

#fine-print {
    font-size: 9px;
    color: #fff;
}

#footer-nav {
    position: absolute;
    top: 20px;
    right: 0;
    width: 420px;
}

#footer-nav ul {
    float: left;
    margin: 0 45px 0 0;
    line-height: 14px;
}

#footer-nav a {
    color: #7e6b60;
    text-decoration: none;
    font-size: 10px;
}

#footer-nav a:hover {
    color: #bd3002;
}

/*  Typography
------------------------------------------------------------------------ */

#main h2 {
    color: #b34526;
    font-size: 16px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

#main h5 {
    color: #b34526;
    font-size: 22px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

#main h6 {
    color: #b34526;
    font-size: 18px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

#main p {
    line-height: 18px;
    margin: 0 0 18px;
}

#main h4 {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #2e2d2a;
}

a {
    color: #b34526;
}

a:hover {
    color: #000;
}

/*  Home page.
------------------------------------------------------------------------ */

#home-page #slides {
    position: relative;
    float: left;
    width: 980px;
    height: 359px;
    _margin-bottom: -2px; /*ie6*/
}

#home-page #content {
    clear: both;
}

#home-page #main {
    float: right;
    width: 732px;
    padding: 42px 38px 60px 0;
    margin: 0 ;
}

#home-page #side-home-left {
    float: left;
    width: 188px;
    padding: 21px 0 0;
}

#home-page #photo-gallery-banner a {
    float: right;
    display: block;
    width: 260px;
    height: 62px;
    background: url('../images/bg-photo-gallery-banner.png') no-repeat;
    text-indent: -9999px;
}

#home-page #main ul {
    margin: 0 0 21px 72px;
    list-style-image: url('../images/list-bullet.png') 0 50%;
}

#home-page #main ul li {
    margin: 0 0 12px;
    font-weight: bold;
    line-height: 18px;
}

#home-page #connect-share {
    position: relative;
    width: 188px;
    height: 106px;
    background: url('../images/bg-connect-share.png') no-repeat;
}

#home-page #connect-share .facebook_button {
    position: absolute;
    top: 70px;
    left: 36px;
}

#home-page #connect-share .twitter_button {
    position: absolute;
    top: 70px;
    left: 55px;
}

#home-page #connect-share .addthis_button {
    position: absolute;
    top: 70px;
    left: 79px;
}

/*  Top Nav.
------------------------------------------------------------------------ */

#top-nav {
    position: absolute;
    top: 15px;
    right: 20px;
}

#top-nav li {
    display: inline;
    padding: 0 6px;
}

#top-nav li a {
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

#top-nav li a:hover {
    color: #bd3002;
}


/*  Main Nav.
------------------------------------------------------------------------ */

#main-nav {
    position: absolute;
    bottom: 0px;
    right: 8px;
}

#main-nav li {
    position: relative;
    display: inline;
    float: left;
}

#main-nav li a {
    float: left;
    display: inline;
    height: 11px;
    margin: 0 20px 0 0;
    padding: 0 0 17px;
    /*background: url('../images/main-nav-new.png') no-repeat;*/
background: url('../images/main-nav-seas.png') no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}

li#main-nav-1 a {
    width: 96px;
    background-position: 0 0;
}

li#main-nav-1 a:hover,
li#main-nav-1 a.current-page {
    background-position: 0 -50px;
}

li#main-nav-2 a {
    width: 130px;
    background-position: -116px 0;
}
li#main-nav-2 ul li {
	width: auto;
}

li#main-nav-2 a:hover,
li#main-nav-2 a.current-page {
    background-position: -116px -50px;
}

li#main-nav-3 a {
    width: 108px;
    /*width: 145px;*/
    background-position: -262px 0;
}

li#main-nav-3 a:hover,
li#main-nav-3 a.current-page {
    background-position: -262px -50px;
}

li#main-nav-4 a {
    width: 126px;
    background-position: -390px 0;
}

li#main-nav-4 a:hover,
li#main-nav-4 a.current-page {
    background-position: -390px -50px;
}

li#main-nav-5 a {
    /*width: 112px;*/
	width: 123px;
    background-position: -536px 0;
}

li#main-nav-5 a:hover,
li#main-nav-5 a.current-page {
    background-position: -536px -50px;
}

#main-nav li ul {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 160px;
    padding: 0 0 12px;
    margin: 0 0 0 -16px;
    background: #fff;
}

#main-nav li ul li {
    float: none;
    display: block;
    height: 20px;
    padding: 0;
    line-height: 20px;
}

#main-nav li ul li a {
    display: block;
    height: 20px;
    width: auto;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 16px;
    background-image: none;
    text-indent: 0;
    color: #9a8277;
    text-decoration: none;
    font-size: 10px;
}

#main-nav li ul li a:hover {
    color: #bd3002;
}
/*  Featured nav.----------------------------------------------------------------------- */

#featured-nav {
    position: relative;
    width: 926px;
    height: 30px;
    padding: 0 27px;
    margin: 0 auto;
    background: #bd3002;
    clear: both;
    z-index: 600;
}

#featured-nav li {
    position: relative;
    float: left;
    /*width: 230px;*/
    width: 184px;
    height: 30px;
    border-right: 1px solid #000;
}

#featured-nav li.first {
    border-left: 1px solid #000;
}

#featured-nav h3 {
    position: relative;
    /*width: 230px;*/
    width: 100%;
    height: 30px;
    /*background: url('../images/featured-nav-new.png') no-repeat;*/
    background: url('../images/featured-nav.png') no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 500;
}

#featured-nav-1 h3 {
    background-position: -19px 0;
}

#featured-nav-1 h3:hover,
#featured-nav-1 h3.featured-current {
    background-position: -19px -56px;
}

#featured-nav-2 h3 {
    background-position: -271px 0;
}

#featured-nav-2 h3:hover,
#featured-nav-2 h3.featured-current {
    background-position: -271px -56px;
}

#featured-nav-3 h3 {
    background-position: -498px 0;
}

#featured-nav-3 h3:hover,
#featured-nav-3 h3.featured-current {
    background-position: -498px -56px;
}

#featured-nav-4 h3 {
    background-position: -774px 0;
}

#featured-nav-4 h3:hover,
#featured-nav-4 h3.featured-current {
    background-position: -774px -56px;
}
#featured-nav-5 h3 {
    background-position: -1020px 0;
}

#featured-nav-5 h3:hover,
#featured-nav-5 h3.featured-current {
    background-position: -1020px -56px;
}

/*  Featured nav roll-ups.
------------------------------------------------------------------------ */

#featured-nav li div.section {
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 230px;*/
    width: 100%;
    height: 30px;
    background: #fff;
    overflow: hidden;
}

#featured-nav li div.section div {
    padding: 5px 0 0 5px;
}

#featured-nav li div.section div img {
    margin: 0 0 14px;
}

#featured-nav li div.section li {
    height: auto;
    padding: 0 0 0 16px;
    font-size: 10px;
    line-height: 18px;
}

#featured-nav li div.section li a {
    color: #9a8277;
    text-decoration: none;
}

#featured-nav li div.section li a:hover {
    color: #bd3002;
}


/*  Check available form - home page.
------------------------------------------------------------------------ */

#home-page #check-available {
    float: left;
    width: 720px;
    height: 62px;
    padding: 0;
    margin: 0;
    background: url('../images/bg-book-now.png') no-repeat -2px 0;
}

#home-page #check-available form {
    position: absolute;

    top: 14px;
    left: 132px;
    width: 455px;
}

#home-page #title-check-available {
    display: block;
    float: left;
    margin: 14px 24px 0 0;
}

#btn-check-rates {
    width: 97px;
    height: 24px;
    margin: 2px 0 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../images/btn-find-rates.png') no-repeat;
    _background: url('../images/ie6-find-rates.png') no-repeat;
}

#btn-check-rates:hover {
    background-position: 0 -35px;
}

#btn-email-sign-up {
    position: absolute;
    top: 27px;
    right: 8px;
    display: block;
    width: 41px;
    height: 24px;
    background: url('../images/btn-go.png') no-repeat;
    _background: url('../images/ie6-go.png') no-repeat;
}

#btn-email-sign-up:hover {
    background-position: 0 -35px;
}


/*  Side nav
------------------------------------------------------------------------ */

#side-nav {
    width: 224px;
   /* height: 303px; */
    height: 313px; /* change by ef */
    overflow: hidden;
    font-size:10px;
}

#side-nav ul {
    width: 224px;
    /*height: 179px; Added by CD*/
  /*  height: 148px;  pm */
	height: 160px;	/* change by ef */
}

#side-nav li.first h3{
border-top: 1px solid #000; /*Added by CD*/
}

#side-nav h3 {
    position: relative;
    width: 224px;
    height: 30px;
    /*background: url('../images/featured-nav-new.png') no-repeat 0 0;*/
/*background: url('../images/featured-nav-left.png') no-repeat 0 0;*/
background: url('../images/featured-nav.png') no-repeat 0 0;
    text-indent: -9999px;
    border-bottom: 1px solid #000;
background-color: #bd3002;
    cursor: pointer;
*margin: -5px 0 0; /* IE7 and below */
}

#side-nav h3:hover {
background-color: #8e0d02;
}

#side-nav-1 h3 {
    background-position: -24px 0;
}

#side-nav-1 h3:hover,
#side-nav-1 h3.ui-state-active {
    background-position: -24px -56px;
}

#side-nav-2 h3 {
    background-position: -281px 0;
}

#side-nav-2 h3:hover,
#side-nav-2 h3.ui-state-active {
    background-position: -281px -56px;
}

#side-nav-3 h3 {
    background-position: -549px 0;
}

#side-nav-3 h3:hover,
#side-nav-3 h3.ui-state-active {
    background-position: -549px -56px;
}

#side-nav-4 h3 {
background-position: -772px 0;
/*background-position: -685px 0;*/
}

#side-nav-4 h3:hover, #side-nav-4 h3.ui-state-active {
    background-position: -772px -56px;
}

#side-nav-5 h3 {
    background-position: -1005px 0;
}

#side-nav-5 h3:hover,
#side-nav-5 h3.ui-state-active {
    background-position: -1005px -56px;
}

#side-nav ul {
}

#side-nav div {
    width: 224px;
    background-color: #fff;
}

#side-nav div li {
    padding: 7px 0 0;
    margin: 0 0 0 27px;
}

#side-nav div li a {
    color: #9a8277;
    text-decoration: none;
    /* margin: 0 0 0 27px; */
    font-size: 10px;
}

#side-nav div li a:hover {
    color: #8e0d02;
}

#side-nav div li.featured-current a {
    color: #8e0d02;
}

#side-nav-accordion {
    position: relative;
/*    height: 303px; */
    height: 313px; /* chenge by ef */
    background: url('../images/bg-accordion.png') no-repeat;
    margin-top: -10px; /* add by ef */	
}


.ui-accordion-content-active {
    border-bottom: 1px solid #000;
}

.ui-state-active {
    border: 0 !important;
    background-color: #8e0d02 !important;
}


/*  Check available form.
------------------------------------------------------------------------ */


#check-available {
    position: relative;
    width: 227px;
    height: 163px;
    padding: 0;
    margin: 0;
    background: url('../images/bg-book-now-alt.png') no-repeat;
    z-index: 10000;
}

#check-available form {
    position: absolute;
    top: 45px;
    left: 26px;
    width: 160px;
    padding: 0;
}

#check-available label { /* label elments wrap inputs */
    position: relative;
    display: block;
    float: left;
    width: 35px;
    margin: 0 16px 0 0;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    white-space: nowrap;
}

#check-available label.arrival-m-y {
    width: 81px;
}

#check-available select#arrival-m-y {
    width: 74px;
    height: 16px;
    padding: 0 0 0 5px;
    margin: 3px 0 0;
    *margin: 0 0 0; /* ie6,7 */
}

#check-available select#arrival-dd,
#check-available select#nights,
#check-available select#adults,
#check-available select#children {
    width: 45px;
    height: 19px;
    margin: 3px 0 0;
}

#rooms_mask {
    z-index: 5000;
}

#check-available input#check-rates {
    margin: 5px 0 0;
}

.row {
    position: relative;
    width: 160px;
    height: 33px;
    clear: both;
    z-index: 3000;
}

.top-row {
    position: relative;
    z-index: 5000;
    width: 160px;
}

.mid-row {
    position: relative;
    z-index: 4000;
}

/*  Spicy Select
------------------------------------------------------------------------ */

.spicyselect {
    position: absolute;
    top: 12px;
    left: 0;
}

.spicyselect div a {
    display: block;
    width: 30px;
    height: 14px;
    padding: 4px 5px 0;
    margin: 0 0 1px;
    background: #fff url('../images/bg-select-box.png') no-repeat 100% 1px;
    border: 1px solid #878787;
    font-size: 11px;
    text-decoration: none;
    color: #513103;
    cursor: pointer;
}

.spicyselect ol {
    width: 43px;
    padding: 0 3px 5px 0;
    margin: 0 0 0 1px;
    background: url('../images/bg-option.png') no-repeat 100% 100%;
}

#arrival-dd_mask.spicyselect ol {
    width: 43px;
    padding: 0 3px 5px 0;
    margin: 0 0 0 1px;
    background: url('../images/bg-option-long.png') no-repeat 100% 100%;
}

#arrival-m-y_mask.spicyselect ol {
    width: 86px;
    padding: 0 3px 5px 0;
    margin: 0 0 0 1px;
    background: url('../images/bg-option-long.png') no-repeat 100% 100%;
}

.spicyselect li {
    display: block;
    width: 35px;
    height: 21px;
    padding: 0 0 0 5px;
    margin: 0;
    color: #535454;
    font-size: 11px;
    line-height: 21px;
}

.spicyselect li:hover {
    color: #fff;
    background-color: #bd3002;
    cursor: default;
}

#arrival-m-y_mask a {
    width: 74px;
}

#arrival-m-y_mask ol {
    width: 86px;
}
#arrival-m-y_mask li {
    width: 78px;
}

/*
#arrival-dd_mask ol {
	top:0;
    height: 186px;
}
*/
.arrival-dd {
_margin: 0 !important; /*ie6*/
}

/*  Promo banner.
------------------------------------------------------------------------ */

#promo-banner {
    display: none;
    position: absolute;
    top: 130px;
    right: 0;
    width: 0;
    height: 231px;
    background: url('../images/bg-promo-banner-alt.png') no-repeat;
    z-index: 400;
}

#promo-banner-closed {
    position: absolute;
    top: 130px;
    right: 0;
    width: 45px;
    height: 231px;
    z-index: 400;
    cursor: pointer;
    background: url('../images/promo-banner-closed.png') no-repeat;
}

#promo-banner-closed:hover {
    background-position: -45px 0;
}

#close-promo-banner {
    display: none;
    position: absolute;
    top: 140px;
    right: 30px;
    cursor: pointer;
    z-index: 400;
}

#next-slide {
    display: none;
    position: absolute;
    top: 345px;
    right: 30px;
    z-index: 400;
cursor: pointer;
}

/*  Promo banner banner
------------------------------------------------------------------------ */

#promo-banner-home {
    display: none;
    position: absolute;
    top: 167px;
    right: 0;
    width: 0;
    height: 231px;
    background: url('../images/bg-promo-banner.png') no-repeat;
    z-index: 400;
}

#home-page #promo-banner-closed {
    top: 167px;
}

#home-page #close-promo-banner {
    top: 176px;
    right: 80px;
}

#home-page #next-slide {
    top: 380px;
    right: 160px;
}

/*  Page borders
------------------------------------------------------------------------ */

.page-border-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 20000;
}

.page-border-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 20000;
}


/*  Breadcrubms
------------------------------------------------------------------------ */

#breadcrumbs {
    float: left;
    width: 732px;
    height: 22px;
    padding: 0 0 0 21px;
    background-color: #cdc0aa;
    font-size: 10px;
    line-height: 21px;
}

#breadcrumbs a {
    color: #000;
    text-decoration: none;
}

#breadcrumbs .crumb-current {
    color: #bd3002;
}


/*  Featured section boxes
------------------------------------------------------------------------ */

#main #featured-sections {
    margin: 0 0 0 -5px;
}

#main #featured-sections {
    float: left;
    width: 226px;
    height: 244px;
    padding: 0;
    margin: 0 3px 23px;
    border: 1px solid #fff;
    list-style: none;
}

#featured-sections img {
    border: 4px solid #fff;
    border-width: 4px 4px 5px 4px;
    margin: 0 0 12px;
}

#featured-sections h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    padding: 0 12px;
    color: #2e2d2a;
    margin: 0 0 8px;
}

#featured-sections h4 a, #featured-sections h4 a:hover {
	color: #2e2d2a;
	text-decoration:none;
}

#featured-sections p {
    font-size: 11px;
    line-height: 16px;
    padding: 0 12px;
    margin: 0 0 8px;
    color: #9a8277;
}

#featured-sections p a {
    color: #b34526;
}


/*  Room types
------------------------------------------------------------------------ */

#main #room-types {
    margin: 0;
}

#main #room-types li {
    position: relative;
    float: left;
    width: 690px;
    _width: 688px; /* ie6 */
    height: 41px; /* 209 */
    padding: 0;
    margin: 0 3px 23px;
    border: 1px solid #fff;
    list-style: none;
    overflow: hidden;
}

#room-types li span.room img {
    float: left;
    width: 200px;
    border: 4px solid #fff;
    border-width: 4px 5px 5px 4px;
    margin: 0 14px 0 0;
}

#room-types li h3 {
    font-weight: normal;
    font-size: 14px;
    padding: 14px 12px 0 0;
    margin: 0 0 16px;
    color: #2e2d2a;
    margin: 0 0 16px;
    cursor: pointer;
    clear:none;
}

#room-types li p {
    font-size: 11px;
    line-height: 16px;
    padding: 0 12px;
    margin: 0 0 18px;
    color: #9a8277;
}

#room-types li p a {
    color: #b34526;
}

.view-details {
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
}

.btnBox {
	float:right;
	margin-right:8px;
	padding-bottom:8px;
}

.btn-book-now {
    float: right;
    display: block;
    width: 97px;
    height: 24px;
    background: url('../images/btn-book-now.png') no-repeat;
    /*_background: url('../images/ie6-go.png') no-repeat;*/
    text-indent: -9999px;
    cursor: pointer;
}

.btn-book-now:hover {
    background-position: 0 -35px;
}

.btn-learn-more {
    float: left;
    display: block;
    width: 100px;
    height: 24px;
    background: url('../images/btn-learn-more.png') no-repeat;
    /*_background: url('../images/ie6-go.png') no-repeat;*/
    text-indent: -9999px;
    cursor: pointer;
}

.btn-learn-more:hover {
    background-position: 0 -35px;
}

.btn-floor-plan {
    float: left;
    display: block;
    width: 100px;
    height: 24px;
    background: url('../images/btn-floor-plan.png') no-repeat;
    /*_background: url('../images/ie6-go.png') no-repeat;*/
    text-indent: -9999px;
    cursor: pointer;
}

.btn-floor-plan:hover {
    background-position: 0 -35px;
}

table.photoTable img {
    border: 4px solid #fff;
    border-width: 4px 4px 5px 4px;
    margin: 0 0 12px;
}

.ui-datepicker-trigger {
	vertical-align:bottom;
}

#OT_searchWrapperAll {
	background: none !important;
}
#OT_searchWrapper {
background: none !important;
}
#OT_logoLink {
background: none !important;
}
#OT_logo {
background: none !important;
}


/* splash page styles */
#shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #000;
    opacity: 0.6;
	display:none;
}

#splash {
/*    position: absolute;*/
	position:fixed;
    top: 50%;
    left: 50%;
    height: 535px;
    width: 580px;
    margin: -300px 0 0 -300px;
    z-index: 99999;
    background: #9cf;
    border: solid 10px #fff;
    font-size: 14px;
    color: #fff;
	display:none;
}
#splash #splash_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 535px;
    width: 580px;
    border: 0;
}
#splash #splash_close {
    position: absolute;
    top: 0;
    right: 5px;
    height: 20px;
    width: 50px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 2px 1px 3px #39f;
    cursor: pointer;
    margin: 2px 2px 0 0;
    vertical-align: bottom;
}
#splash #splash_close span {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    text-align:center;
    border: solid 1px #fff;
    height: 10px;
    width: 10px;
    font-size: 10px;
    line-height: 10px;
}
#splash #splash_close:hover span {
    color: #fff;
    border-color: #fff;
    text-shadow: 2px 1px 3px #fff;
}
#splash #banner {
    position: absolute;
    top: 150px;
    left: 0;
    height: 145px;
    width: 580px;
    background: #99bbff;
    opacity: 0.6;
}
#splash #banner_title {
    height: 50px;
    width: 580px;
    position: absolute;
    top: 150px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #B34526;
    text-shadow: 1px 2px #000;
	text-transform:uppercase;
}
#splash #banner_body {
    width: 100%;
    position: absolute;
    top: 190px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #000;
	font-weight:bold;
/*    text-shadow: 1px 2px 2px #9A8277;*/
}

#splash .button {
    display: block;
    position: absolute;
    left: 190px;
    height: 25px;
    width: 200px;
    border: solid 1px #888;
    background: #B34526;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
	bottom:20px;
	text-transform:uppercase;
}
#splash .button:hover {
    border: solid 1px #fff;
    background: #B34526;
    color: #fff;
}
/* splash style ends */


/*bobcat styles*/
.bobcat_body{
background:url("../images/bobcat/bobcat_body_bg.png") repeat-y scroll 50% 0 #000000;
}
.bobcat #content{
background: url('../images/bobcat/bobcat_bg.png') no-repeat scroll 0 0 #E8E0D3;
color:#333;
}
.bobcat #main a{
color:#567204;
}
.bobcat #main h4{
color:#567204;
text-transform:none;
font-size: 12px;
}
.bobcat .bobcat-logo{
padding:0 30px;
}
.bobcat #side-nav h3{
background-image: url("../images/bobcat/featured-nav-left_bobcat.png");
background-color:#8fc74a;
}
.bobcat #side-nav h3:hover {
background-color:#447806;
}
.bobcat #main-nav li a {
background-image: url("../images/bobcat/main-nav-seas_bobcat.png");
}
.bobcat #main-nav li ul li a {
background-image: none;
}
.bobcat #footer {
border-top: 12px solid #6FA82B;
}
.bobcat #main {
margin-top:200px;
}
.bobcat #breadcrumbs .crumb-current {
    color: #447806;
}
.bobcat .fun_facts{
background: url('../images/bobcat/fun_facts.png') no-repeat scroll 0 0 transparent;
margin:20px 20px 0;
color:#fff;
height:160px;
width:200px;
overflow: hidden;
}
.bobcat .fun_facts .nav_pages{
overflow: hidden;
height: 140px;
}
.bobcat .fun_facts .banner_slide{
width:110px;
padding:40px 0 20px 10px;
font-size:13px;
}
.bobcat .fun_facts .nav_banner{
padding-left:10px;
}
.bobcat .summer_packages{
background: url('../images/bobcat/summer_packages.png') no-repeat scroll 0 0 transparent;
margin:10px 20px;
height:161px;
width:200px;
position:relative;
}
.bobcat .email_bobcat{
background: url('../images/bobcat/email_bobcat.png') no-repeat scroll 0 0 transparent;
margin:10px 20px;
width:200px;
height:88px;
position:relative;
}
.bobcat #main h5 {
color: #6fa82b;
font-size: 40px;
font-weight:bold;
text-transform:none;
text-shadow:1px 2px 2px #fff;;
}

.bobcat .summer_packages a, .bobcat .email_bobcat a{
position:absolute;
bottom: 5px;
left: 10px;
}
.bobcat .nav_banner img{
cursor:pointer;
}
.bobcat .down_banner{
bottom: 193px;
left: 0;
position: absolute;
}
.bobcat #side-left{
padding-bottom:300px;
}

#splash #banner_title_2 {
    color: #B34526;
    font-size: 18px;
    height: 50px;
    left: 170px;
    line-height: 50px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 2px #000000;
    text-transform: uppercase;
    top: 130px;
}



#splash #banner_body_2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    left: 170px;
    line-height: 25px;
    position: absolute;
    text-align: left;
    top: 180px;
}
/*end of bobcat styles*/


