/*  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: 303px;
    _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;
}

#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;
}

#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;
    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 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-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: 126px;
    background-position: -116px 0;
}

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;
    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;
    padding: 0 20px;
    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;
    height: 30px;
    border-right: 1px solid #000;
}

#featured-nav li.first {
    border-left: 1px solid #000;
}

#featured-nav h3 {
    position: relative;
    width: 230px;
    height: 30px;
    background: url('../images/featured-nav.png') no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 500;
}

#featured-nav-1 h3:hover,
#featured-nav-1 h3.featured-current {
    background-position: 0 -56px;
}

#featured-nav-2 h3 {
    background-position: -230px 0;
}

#featured-nav-2 h3:hover,
#featured-nav-2 h3.featured-current {
    background-position: -230px -56px;
}

#featured-nav-3 h3 {
    background-position: -467px 0;
}

#featured-nav-3 h3:hover,
#featured-nav-3 h3.featured-current {
    background-position: -467px -56px;
}

#featured-nav-4 h3 {
    background-position: -700px 0;
}

#featured-nav-4 h3:hover,
#featured-nav-4 h3.featured-current {
    background-position: -700px -56px;
}

/*  Featured nav roll-ups.
------------------------------------------------------------------------ */

#featured-nav li div.section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    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;
    overflow: hidden;
    font-size:10px;
}

#side-nav ul {
    width: 224px;
    height: 179px; /*Added by CD*/
}

#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.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: -15px 0;
}

#side-nav-1 h3:hover,
#side-nav-1 h3.ui-state-active {
    background-position: -15px -56px;
}

#side-nav-2 h3 {
    background-position: -251px 0;
}

#side-nav-2 h3:hover,
#side-nav-2 h3.ui-state-active {
    background-position: -251px -56px;
}

#side-nav-3 h3 {
    background-position: -482px 0;
}

#side-nav-3 h3:hover,
#side-nav-3 h3.ui-state-active {
    background-position: -482px -56px;
}

#side-nav-4 h3 {
    background-position: -730px 0;
}

#side-nav-4 h3:hover,
#side-nav-4 h3.ui-state-active {
    background-position: -730px -56px;
}

#side-nav ul {
}

#side-nav div {
    width: 224px;
    background-color: #fff;
}

#side-nav div li {
    padding: 8px 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;
    background: url('../images/bg-accordion.png') no-repeat;
}


.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;	
}
















