/*
16px = 1.0
15px = 0.95
14px = 0.9
13px = 0.8
12px = 0.75
11px = 0.7
*/

/* Global styles */
body
{
    margin: 0;
    background-color: #e2d2b9;
}

#container
{
    margin: 0 auto;
    background-color: #FFFFFF;
    width: 950px;
}

#header
{
    float: left;
    width: 950px;
    font-size: 0;
}

#menu
{
    float: left;
    width: 940px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat-x;
    height: 26px;
    padding: 0 0 0 10px;
}

#ctl00_bookMenu
{
    float: left;
    width: 930px;
    background-color: #184681;
    padding: 5px 0 5px 20px;
    color: #FFFFFF;
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
}

#ctl00_localinfoMenu
{
    float: left;
    width: 930px;
    background-color: #184681;
    padding: 5px 0 5px 20px;
    color: #FFFFFF;
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
}

#ctl00_viewallMenu
{
    float: left;
    width: 930px;
    background-color: #184681;
    padding: 5px 0 5px 20px;
    color: #FFFFFF;
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
}

.menuItem
{
    float: left;
    padding: 5px 9px 5px 9px;
    font-family: Arial, Helvetica, sans-serif;
    color: #04365e;
    font-size: 0.8em;
    font-weight: bold;
    border-right: 1px solid #cccccc;
}

.menuItem:hover
{
    float: left;
    padding: 5px 9px 5px 9px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    background-image: url(../images/menu_bg_on.jpg);
    background-repeat: repeat-x;
    background-color: #778fb1;
}

.menuItem:hover A
{
    color: #FFFFFF;
}

.menuItemEnd
{
    float: left;
    padding: 5px 0px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #04365e;
    font-size: 0.8em;
    font-weight: bold;
}

.menuItemEnd:hover
{
    float: left;
    padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(../images/menu_bg_on.jpg);
    background-repeat: repeat-x;
}

.menuItemEnd:hover A
{
    color: #FFFFFF;
}

.menuItemON
{
    float: left;
    padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #04365e;
    font-size: 0.8em;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    background-image: url(../images/menu_bg_on.jpg);
    background-repeat: repeat-x;
}

.menuItemEndON
{
    float: left;
    padding: 5px 10px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #04365e;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(../images/menu_bg_on.jpg);
    background-repeat: repeat-x;
}

.menuItem A
{
    color: #04365e;
    text-decoration: none;
    display: block;
}

.menuItem A:hover
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.menuItemEnd A
{
    color: #04365e;
    text-decoration: none;
    display: block;
}

.menuItemEnd A:hover
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.menuItemON A
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.menuItemON A:hover
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.menuItemEndON A
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.menuItemEndON A:hover
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#topImage
{
    float: left;
    width: 950px;
    margin-bottom: 14px;
}

#leftCol
{
    width: 707px;
    float: left;
    padding-left: 30px;
}

#rightCol
{
    width: 200px;
    float: right;
}

#ctl00_qsSubmit:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

.rightColTop
{
    width: 180px;
    height: 19px;
    background-image: url(../images/qs_bg_title.jpg);
    background-repeat: repeat-x;
    font-size: 1em;
    color: #669966;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    float: left;
}

.rightColBottom
{
    width: 180px;
    padding: 10px 10px 20px 10px;
    background-image: url(../images/qs_bg.jpg);
    background-repeat: repeat-x;
    background-color: #dff1de;
    float: left;
    color: #669966;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.rightColTopDark
{
    width: 180px;
    height: 19px;
    background-image: url(../images/box_bg_title.jpg);
    background-repeat: repeat-x;
    font-size: 1em;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    float: left;
}

.rightColBottomDark
{
    width: 180px;
    padding: 10px 10px 20px 10px;
    background-image: url(../images/box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #7f738b;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

#error
{
    font-size: 0.7em;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

#forSale
{
    display: none;
}

#forSale a
{
    color: #FFFFFF;
    text-decoration: none;
}

#forSale a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#moreCriteria
{
    display: none;
}

#featureProperty img
{
    margin-bottom: 4px;
    text-align: center;
}

#forSale img
{
    margin-bottom: 4px;
    text-align: center;
}

.rightColBottom checkbox
{
    vertical-align: middle;
}

#rightCol form
{
    margin: 0px;
}

.rightColBottom select
{
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 0.85em;
    color: #666666;
}

.rightColBottom A img
{
    border: 0px;
}

.rightColBottom A img:hover
{
    border: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

#linksButton:hover
{
    border: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

a #linksButton
{
    border: 0;
}

#rightAddress
{
    width: 200px;
    float: left;
    color: #7f738b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    margin-top: 3px;
}

.qsWide
{
    width: 170px;
}

.qsSelect
{
    width: 75px;
    float: left;
}

.startDate
{
    width: 75px;
    float: left;
    color: #666666;
}

#moreCriteriaButton
{
    border: 1px solid #669966;
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 1em;
}

#forSaleButton
{
    border: 1px solid #FFFFFF;
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 1em;
}

#forSaleButton A
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#featurePropertyButton
{
    border: 1px solid #FFFFFF;
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 1em;
}

#featurePropertyButton A
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#qsTopButton
{
    border: 1px solid #669966;
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 1em;
}

#qsTopButton A
{
    color: #669966;
    text-decoration: none;
    display: block;
}

#moreCriteriaButton A
{
    color: #669966;
    text-decoration: none;
    display: block;
}

#pageTitle
{
    width: 707px;
    border-bottom: 2px dotted #7cb2f3;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

#footer
{
    width: 890px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 30px;
}

#footerText
{
    border-top: 2px dotted #7cb2f3;
    padding-top: 17px;
    padding-left: 17px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
}

#footerText A
{
    color: #000000;
    text-decoration: none;
}

#footerText A:hover
{
    color: #000000;
    text-decoration: underline;
}

/* homepage styles */
#hpColLeft
{
    float: left;
    width: 343px;
    margin-right: 20px;
}

#hpColLeftTop
{
    height: 224px;
    width: 343px;
    float: left;
    margin-bottom: 20px;
    background-image: url(../images/img_home_sig.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#hpColLeftBottom
{
    height: 200px;
    width: 343px;
    float: left;
}

#hpColRight
{
    float: right;
    width: 344px;
}

#hpColRightTop
{
    height: 224px;
    width: 343px;
    float: left;
    margin-bottom: 20px;
    background-color: #d4e6fb;
}

#hpColRightBottom
{
    height: 200px;
    width: 343px;
    float: left;
}

.hpBoxTop
{
    height: 21px;
    background-image: url(../images/box_bg_title.jpg);
    background-repeat: repeat-x;
    width: 313px;
    float: left;
    font-size: 1.1em;
    color: #FFFFFF;
    padding: 10px 15px 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.hpBoxBottom
{
    background-color: #7f738b;
    background-image: url(../images/box_bg.jpg);
    background-repeat: repeat-x;
    width: 343px;
    height: 159px;
    float: left;
}

.hpBoxBottomImg
{
    float: right;
    border: 0px;
}

.hpBoxBottomText
{
    color: #FFFFFF;
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 0px 0px 15px;
    width: 168px;
    float: left;
    font-weight: bold;
}

.hpBoxBottomText A img
{
    border: 0px;
}

.hpBoxBottomText A img:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

/* text styles */
h1
{
    font-size: 2em;
    color: #7f738b;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

h2
{
    font-size: 0.8em;
    color: #10539d;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h3
{
    font-size: 1em;
    color: #10539d;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

p
{
    color: #312e2e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

p A
{
    color: #10529d;
    font-weight: bold;
    text-decoration: none;
}

p A:hover
{
    color: #10529d;
    font-weight: bold;
    text-decoration: underline;
}

#admin
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#admin A
{
    color: #000000;
    text-decoration: none;
}

#admin A:hover
{
    color: #000000;
    text-decoration: underline;
}

.adminIcon
{
    vertical-align: middle;
    border: 0px;
    margin-right: 3px;
}

#adminMenu
{
    padding: 30px;
    top: 0px;
    right: 30px;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 2px solid #000099;
    background-color: #FFFFFF;
}

A.editLink
{
    color: Red;
    text-decoration: none;
    font-size: 10px;
}

A.editLink:hover
{
    color: Red;
    text-decoration: underline;
}

#cms
{
    width: 890px;
    float: left;
    padding-left: 30px;
}

#pageTitle
{
    width: 706px;
    border-bottom: 2px dotted #7cb2f3;
    padding-bottom: 18px;
    margin-bottom: 18px;
    float: left;
}

#resultsTop
{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px dotted #7cb2f3;
    padding-bottom: 18px;
    margin-bottom: 18px;
    width: 706px;
    color: #666666;
    font-size: 0.7em;
}

.resultsNav
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 0.7em;
}

.resultsNav A
{
    text-decoration: none;
    color: #666666;
}

.resultsNav A:hover
{
    text-decoration: underline;
    color: #666666;
}

.resultsNav A img
{
    border: 0px;
    vertical-align: middle;
    margin-bottom: 2px;
}

#resultsTable
{
    width: 100%;
    margin-top: 18px;
    float: left;
}

.result
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #d4e6fb;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 0.7em;
}

.resultItem
{
    background-color: #d4e6fb;
    font-family: Arial, Helvetica, sans-serif;
    border-right: 2px solid #eaf3fd;
    color: #666666;
    text-align: center;
    font-weight: bold;
}

.resultItemEnd
{
    background-color: #d4e6fb;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    text-align: center;
    font-weight: bold;
}

.resultBar
{
    background-color: #e2d2b9;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 0.7em;
}

.resultBarItem
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 1em;
    border-right: 2px solid #eaf3fd;
    font-weight: bold;
    text-align: center;
}

.resultBarItemEnd
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

#detailsNav
{
    margin-bottom: 18px;
}

#detailsNav A
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#detailsNav A:hover
{
    text-decoration: underline;
}

#detailsNav A.detailsNavOn
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.detailsLeft
{
    float: left;
    width: 320px;
    margin-right: 15px;
    font-size: 11px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.detailsRight
{
    float: left;
    width: 353px;
    font-size: 11px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.thumbLeft
{
    margin-right: 8px;
    margin-top: 8px;
    float: left;
}

.thumbLeft:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

.thumbRight
{
    margin-top: 8px;
    float: left;
}

.thumbRight:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

.detailsButton
{
    border: 1px solid #93846c;
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.detailsButton A
{
    color: #93846c;
    text-decoration: none;
    display: block;
}

.detailsTop
{
    width: 350px;
    height: 19px;
    background-image: url(../images/details_bg_title.jpg);
    background-repeat: repeat-x;
    font-size: 16px;
    color: #93846c;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    float: left;
}

.detailsBottom
{
    width: 350px;
    padding: 10px 10px 20px 10px;
    background-color: #d6e7fb;
    float: left;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#download
{
    background-color: #d6e7fb;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 686px;
    float: left;
}

#download a
{
    color: #666666;
    text-decoration: none;
}

#download a:hover
{
    color: #666666;
    text-decoration: underline;
}

#download a img
{
    border: 0;
}

.thingsBottom
{
    width: 350px;
    padding: 10px 10px 20px 10px;
    background-color: #d6e7fb;
    float: left;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.thingsBottom a
{
    color: #666666;
    text-decoration: none;
}

.thingsBottom a:hover
{
    color: #666666;
    text-decoration: underline;
}

#detailsInfo
{
    border-bottom: 2px dotted #666666;
    padding-bottom: 10px;
    margin-bottom: 5px;
    float: left;
}

.detailsInfoLeft
{
    float: left;
    width: 160px;
    margin-bottom: 5px;
}

.detailsInfoRight
{
    float: right;
    width: 160px;
    margin-bottom: 5px;
}

#dAccom, #dFacilities
{
    display: none;
}

#mapBottom
{
    float: left;
    background-color: #d4e6fb;
    padding: 18px;
    width: 671px;
    color: #666666;
    font-family: Arial;
    font-size: 11px;
}

.mapWindow
{
    font-size: 14px;
    font-family: Arial;
}

.mapBlue
{
    color: #18a7d6;
    font-size: 11px;
}

#mapInstructions
{
    background-color: #666666;
    color: #FFFFFF;
    padding: 3px 0px 3px 0px;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    width: 707px;
    float: left;
}

#mapBottomAll
{
    border-bottom: 2px dotted #666666;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 671px;
    float: left;
}

.thumb:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

.contactLeft
{
    width: 386px;
    background-color: #d4e6fb;
    padding: 20px 28px 28px 20px;
    float: left;
    margin-right: 40px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#contactRight
{
    float: left;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.blue
{
    color: #10539d;
}

.blue A
{
    color: #10539d;
    text-decoration: none;
}

.blue A:hover
{
    color: #10539d;
    text-decoration: underline;
}

.contactLeft td
{
    padding: 12px 0px 0px 0px;
}

.textbox
{
    width: 310px;
}

.textboxSml
{
    width: 115px;
}

.textboxSml2
{
    width: 123px;
    height: 34px;
    font-size: 26px;
    font-weight: bold;
}

.textarea
{
    width: 310px;
}

.formDesc
{
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
}

.thankyou
{
    width: 386px;
    background-color: #d4e6fb;
    padding: 20px 28px 28px 20px;
    float: left;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#howtoLeft
{
    width: 343px;
    float: left;
    margin-right: 20px;
}

#howtoLeft img
{
    float: left;
    margin-bottom: 20px;
}

#howtoRight
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    width: 343px;
    float: left;
}

#bookingLeft
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    width: 333px;
    float: left;
    margin-right: 20px;
}

#bookingRight
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    width: 333px;
    float: left;
}

#ctl00_bookMenuPadding A
{
    text-decoration: none;
    color: White;
}

#ctl00_bookMenuPadding A:hover
{
    text-decoration: underline;
    color: White;
}

#ctl00_localinfoMenuPadding A
{
    text-decoration: none;
    color: White;
}

#ctl00_localinfoMenuPadding A:hover
{
    text-decoration: underline;
    color: White;
}

#ctl00_viewallMenu A
{
    text-decoration: none;
    color: White;
}

#ctl00_viewallMenu A:hover
{
    text-decoration: underline;
    color: White;
}

.bookLeft
{
    width: 448px;
    background-color: #d4e6fb;
    padding: 20px 0px 28px 20px;
    float: left;
    margin-right: 20px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#bookRight
{
    width: 200px;
    float: left;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.bookLeft td
{
    padding: 12px 0px 0px 0px;
}

.bookLeft.textbox
{
    width: 310px;
}

.bookLeft.textarea
{
    width: 310px;
}

#ctl00_pageText_banner_uc_messageContainer
{
    padding: 20px;
    width: 665px;
    float: left;
    font-family: Arial;
    font-size: 11px;
}

#ctl00_pageText_banner_uc_messageContainer img
{
    vertical-align: middle;
    margin-right: 5px;
    float: left;
    margin-bottom: 15px;
}

#localLeft
{
    width: 343px;
    float: left;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
}

#localLeft img
{
    text-align: center;
}

#localRight
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    width: 343px;
    float: left;
}

#localRight a
{
    color: #666666;
    text-decoration: none;
}

#localRight a:hover
{
    color: #666666;
    text-decoration: underline;
}

#imagesHolder
{
    width: 704px;
    float: left;
}

#img2holder, #img4holder, #img6holder
{
    width: 342px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
}

#img3holder, #img5holder
{
    width: 342px;
    float: left;
    margin-top: 20px;
    text-align: center;
}

#eatingLeft
{
    width: 322px;
    float: left;
    margin-right: 15px;
    font-family: Arial;
    font-size: 12px;
}

#eatingRight
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    width: 360px;
    float: left;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date
{
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: none;
    text-indent: -2000px;
    overflow: hidden;
    float: left;
}
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
{
    margin-top: 4px;
    width: 75px;
    float: left;
    font-size: 11px;
}

#availabilityBottom
{
    float: left;
    width: 700px;
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    margin-top: 20px;
}

#availKey
{
    float: left;
    width: 150px;
    margin-left: 10px;
    padding-top: 45px;
    font-family: Arial;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

#confirmBooking
{
    text-align: left;
    width: 330px;
    padding: 20px;
    background-color: #d4e6fb;
    color: #666666;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    margin: 20px auto;
}
.bookingButton:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

#newOwners
{
    float: left;
    width: 704px;
    height: 472px;
    background-image: url(../images/new_owners.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#newOwnersRight
{
    float: right;
    width: 350px;
    font-family: Arial;
    color: #666666;
    font-size: 12px;
}

.ajax__calendar_body
{
    border: 1px solid #6f8f6e;
    background: #a2c4a1;
}

#forSaleTop
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    width: 707px;
    margin-bottom: 18px;
}

#forSaleBottom
{
    width: 707px;
}

.forSaleLeftItem
{
    width: 320px;
    float: left;
    margin-right: 18px;
    background-color: #deebf4;
    padding: 12px;
    height: 451px;
    margin-top: 18px;
}

.forSaleRightItem
{
    width: 320px;
    float: left;
    background-color: #deebf4;
    padding: 12px;
    height: 451px;
    margin-top: 18px;
}

#forSaleName
{
    background-color: #7f738b;
    color: #FFFFFF;
    padding: 7px;
    width: 306px;
    font-weight: bold;
    font-size: 16px;
}

#forSaleDesc
{
    padding: 7px 0px 7px 0px;
    width: 306px;
    height: 122px;
    overflow: hidden;
}

.forSaleButton
{
    border: 0px;
}

.forSaleButton:hover
{
    border: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

#siteMap
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
}

#siteMap a
{
    color: #666666;
    text-decoration: none;
}

#siteMap a:hover
{
    color: #666666;
    text-decoration: underline;
}

#cmsSection
{
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
    font-family: Arial;
}

#cmsSection select
{
    font-size: 11px;
}

#cmsSection a
{
    color: #666666;
    text-decoration: none;
}

#cmsSection a:hover
{
    color: #666666;
    text-decoration: underline;
}

#cmsSection img
{
    border: 0px;
    vertical-align: middle;
}

#cmsMenu
{
    line-height: 22px;
}

#bookingTable td
{
    padding: 12px 0px 0px 0px;
}

#bookingTable.textbox
{
    width: 310px;
}

#bookingTable.textarea
{
    width: 310px;
}

#offerHolder
{
    float: right;
    font-family: Arial;
    padding-top: 8px;
    position: relative;
}

ul#specialOffers
{
    width: 345px;
    margin: 0px;
    list-style: none;
}

ul#specialOffers li
{
    list-style: none;
    margin: 0px;
}

ul#specialOffers li a
{
    text-decoration: none;
}

ul#specialOffers li a:hover
{
    text-decoration: underline;
}

.availLoading
{
    position:absolute;
    top:76px;
    left:12px;
    width:244px;
    height:125px;
    z-index:10;
    background-image:url(../images/loading_bg.png);
    background-repeat:repeat;
}

.availLoading img
{
    padding-left:23px;
    padding-top:55px;
}