/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 9pt; }

h1, h2, h3, h4, h5, h6{
    color: #296099;
}
h1{
    color: #296099;
}

h2, h6{
    color: #4B84CD;
}

h5, h6{
    margin-top: 12px;
    margin-bottom: 9px;
    padding-top: 12px;
    padding-bottom: 12px;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1.1em; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #FFFFFF url(/images/bg_repeat.gif) repeat top left;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
}
#pageContainerN{
    margin: 5px auto 0px auto;

    text-align: left;
    width: 978px;
    background: #FFFFFF url(/images/watermark.jpg) no-repeat bottom right;
    padding: 1px 1px 0px 1px;

}
/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    background-color: #21446F;
    text-align: center;
}

#header{
    position: relative;
    z-index: 2000;
    width: 978px;
    background: #21446F url(/images/header.jpg) no-repeat top center;
    height: 142px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: 0px;
    border: 0px solid #F00;
    width: 250px;
    height: 140px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    z-index: 0;
    bottom: 13px;
    right: 3px;
    text-align: right;
    height: 21px;
    border: 0px solid #F00;
    white-space: nowrap;
}

#floatHack{
    height: 1px;
    clear: both;
}

#tmenu{
    display: table;
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    list-style: none;
    display: table-cell;

    margin: 0px;
    padding: 0px 5px;
}

#tmenu li a{
    position: relative;
    display: block;
    padding: 3px 12px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;

    border: 1px solid #4B84CD;
}

#tmenu li a:hover{
    background-color: #4B84CD;
    color: #FFFFFF;
    text-decoration: none;
}
#tmenu #tm_0{  }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    z-index: 2000;
    display: none;
    top: 1.6em;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    opacity: .85;
}
html>body #tmenu li ul{ width: 150px; }


#tmenu li ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 150px;
}
html>body #tmenu li ul li{
    width: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 120px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #21446F;
    color: #FFFFFF;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li .first{
    border-bottom: 0px solid #FFF;
}

#tmenu li ul li a:hover{
    background-color: #D1DFEF;
    background-image: none;
    text-decoration: none;
    color: #000000;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* LEFT MENU */
#leftmenuHeader{
    margin-top: 8px;
    text-align: center;
}

#dleftmenu{
    margin: 5px;
    padding: 0px;
}

#dleftmenu li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#dleftmenu li a{
    display: block;
    width: 154px;
    padding: 5px 8px;
    font-size: .8em;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
#dleftmenu li a:hover{
    text-decoration: underline;
}

/* END LEFT MENU */

/* COLUMN MAIN */
#contentContainer{
    clear: both;

    padding: 4px 0px;
}

#columnMain{
    border: 0px solid #89ADDC;
    vertical-align: top;
}

#content{
    padding: 8px 8px 18px 8px;
    height: auto;
    min-height: 500px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
}

#columnLeft{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

#columnRight{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

.mcSpacer{
    width: 3px;
    border: 0px;
}

#copyright{
    clear: both;
    padding: 10px 8px;

    height: auto;
    min-height: 20px;

    text-align: left;
    background-color: #4B84CD;
    color: #C3CFDF;

}
#copyright div{ font-size: .8em;}
#copyright a{ color: #BDBDBD; font-weight: normal; font-size: 9px; text-decoration: underline; }
#copyright a:hover{ color: #C3CFDF; text-decoration: underline; }

#copyStr{
    float: right;
    margin-top: -3px;
}

#bmenu{
    float: left;
}

#bottommenu{
    margin: 0px;
    padding: 3px 0px 0px 0px;
}

#bottommenu li{
    list-style: none;
    float: left;
}

#bottommenu li span{
    color: #000000;
    padding-right: 4px;
}

#bottommenu li a{
    padding: 0px 8px;
    color: #FFFFFF;
    text-decoration: none;
    border-right: 1px solid #89ADDC;
}
#bottommenu li a:hover{
    color: #C3CFDF;
    text-decoration: underline;
}

#bottommenu li .bmlast{
    border-right: 0px solid #F00;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #4B84CD;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #FAFAFA;
    color: #000000;
}
td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #F2F2F2;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
		width: 98%;
}
html>body .vcTable{
		width: 100%;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #F2F2F2;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;

}
.button{
    color: #FFFFFF;
    background-color: #285590;

    border-top: 1px solid #4B84CD;
    border-right: 1px solid #4B84CD;
    border-bottom: 1px solid #4B84CD;
    border-left: 1px solid #4B84CD;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #4B84CD;

    border-top: 1px solid #4B84CD;
    border-right: 1px solid #4B84CD;
    border-bottom: 1px solid #4B84CD;
    border-left: 1px solid #4B84CD;
}

.button, .buttonOver{
    font-weight: normal;
    font-size: 9px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #3A71B8; }
a:hover{ color: #C62B29; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

#header a{
    color: #0729B1;
    text-decoration: underline;
}
#header a:hover{
    color: #787878;
    text-decoration: underline;
}



/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 500px;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}



/* CALENDAR STYLES */
.mCalendar .blockC{
    background-color: #FCEECC;
    color: #785343;
}

.calTop{ }
.calTop table{ width: 100%; }
.calTop td a{
    text-decoration: none;
    font-size: 10px;
    color: #00759F;
}
.calTop td a:visited{
    text-decoration: none;
}
.calTop .calHeadL{
    padding: 1px 2px;
    text-align: left;
}
.calTop .calHead{
    text-align: center;
    padding: 1px 0px;
    font-weight: bold;
    white-space: nowrap;
}
.calTop .calHeadR{
    padding: 1px 2px;
    text-align: right;
}

.cal{
    font-size: 9px;
}

.cal table{
    width: 100%;
}
.cal table td{
    padding: 1px;
    text-align: center;
}

.cal .calHeadDOW{
    font-weight: bold;
}

.cal a{
    font-size: 9px;
    text-decoration: none;
    display: block;
    color: #785343;
}
.cal a:visited{
    text-decoration: none;
}
/*FUTURE BG*/
.cal .calDOM a{
    font-weight: bold;
}

.cal .calEvent a{
    font-weight: bold;
}
/*PAST DAYSBG*/
.cal .calPast a{
    font-weight: bold;
}
/*TODAYBG*/
.cal .calToday a{
    font-weight: bold;
    background-color: #F1D200;
}
/*TOMORROWBG*/
.cal .calCurrent a{
    font-weight: bold;
}

/* END CALENDAR STYLES */

/* home featured properties */

.homeBlockHeader{
    padding: 3px 8px;

    color: #296099;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;

    border-top: 2px solid #89ADDC;
}
.homeBlockContent{
    padding: 8px;
    color: #3F474A;
    font-size: .95em;
}

#homeLeftRotator{
    height: auto;
    min-height: 265px;
}

#homeFeaturedProperties{
    padding: 8px;
}

#homeFeatLeft{
    float: left;
    width: 295px;
}
#homeFeaturedImg img{
    border: 1px solid #000000;
}

#homeFeatRight{
    float: right;
    width: 220px;
}

#homeFeaturedDescContainer{
    width: 220px;
    text-align: center;
}
#homeFeaturedDesc{
    padding: 0px 8px;
}

#homeFeaturedProps{
    margin-top: 8px;
    width: 580px;
}
#homeFeaturedProps table{
    padding: 4px;
}
#homeFeaturedProps table td{
    padding: 3px;
    width: 53px;
    text-align: center;
    vertical-align: top;
}
#homeFeaturedProps table td a{
    width: 53px;
    height: 40px;
}
#homeFeaturedProps img{
    border: 1px solid #000000;
}
/* end featured properties */

/* agent styles */
#employeeContainer{
    text-align: center;
}
#employeeContainer2{
    text-align: left;

    width: 550px;
    margin: 0px auto;
}

.employeeLeft{
    float: left;
    width: 250px;
}
.employeeRight{
    float: right;
    width: 300px;
}
/* end agent styles */

/* listing styles */
.alphaContain{
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alphaList{
    margin: 0px auto;
    display: inline;
    list-style-type: none;
}
.alphaList li{
    float: left;
    list-style-type: none;
    padding: 0px 0px 0px 8px;
}

.bizName{
    padding-top: 8px;
    border-top: 1px dotted #FFD202;
}
/* end listing styles */

.eDetail .topTD{
    width: 50%;
}

/* products */
/* PRODUCTS */
.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    float: right;
    width: 335px;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #596774;
    font-size: 18px;
}

#prodImgContain{
    float: left;
    width: 415px;
    text-align: center;
}

#prodImg{ margin-top: 30px; }

#prodImgContain h6{
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 0px 15px;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    float: left;
}

#qtyFoot{
    float: right;
}

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}

.largeProdGallery{ width: 250px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

.priceFoot{
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
}

.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.prodTotalStr{
    color: #A01A1E;
    text-transform: uppercase;
    font-size: 12px;
}

.prodTotal{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#fullImgContain{
    text-align: center;
}

.t100 td{
    width: 33%;
}

#hThumbs{
    margin: 0px auto;
    padding: 0px;
}

#hThumbs td{ width: 25%; }

#hThumbs div{
    margin: 6px 4px;
    padding: 8px 0px 3px 0px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #575757;
    text-align: center;
}
#hThumbs div img{
    margin: 0px;
    padding: 0px;
}

#hThumbs div.over, #hThumbs div.cur{
    opacity: 1;
    border: 1px solid #4b84cd;
}

.pFiles{
    padding: 3px 8px 8px 8px;
    margin-top: 8px;

    text-align: left;
}

.prod_img_breakC{ position: relative; margin: 8px 0px; padding: 3px 0px; }
.prod_img_break{
    position: absolute;
    left: -1px;
    top: 0px;
    padding: 3px 0px;
    background-color: #fff;
    width: 415px;
}

#imgComment{ margin-top: 5px; }

#prod_vid_img td{ text-align: center; }

/* end products */

.overLayer{
    width: 180px;
    padding: 15px;
    color: #FFFFFF;
    background-color: #28558F;
    border: 0px dotted #FF00FF;
    opacity: .85;
}
.overLayer a{
    color: #FFFFFF;
}

#homeTable td{
    width: 50%;
}

.hFeatured{
    width: 295px;
    padding: 8px;
    background-color: #717171;
    border: 1px solid #595959;
    text-align: center;
}

#mainFeatured{
    padding: 5px 0px;
    height: auto;
    min-height: 170px;

    background-color: #F0F0F0;
    border-bottom: 1px solid #646464;
}

#featuredList{
    width: 100%;
}

.hFeatured ul{
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.hFeatured ul li{
    list-style: none;
    float: left;
    margin: 8px 8px 0px 8px;
    width: 75px;
    height: 75px;

    text-align: center;
}

.hFeatured ul li a{
    font-weight: normal;
}

.hFeatured ul li a img{
    border: 0px solid #FFF;
}

#hpFlash{
    position: relative;
    z-index: 500;
    width: 792px;
    height: 594px;
}

#hfpMainC{
    display: none;
    visibility: hidden;
    z-index: 500;
}
#hfpMain{
    position: relative;
    z-index: 500;
}

#hfpMImg{
    border: 1px solid #6188B9;
}

#hfpDesc{
    position: absolute;
    top: 15px;
    right: 15px;

    width: 180px;
    padding: 15px;
    color: #FFFFFF;
    background-color: #28558F;
    border: 0px dotted #FF00FF;
    opacity: .85;
}
#hfpDesc a{
    color: #FFFFFF;
}
#hfpDesc a:hover{
    color: #CCCCCC;
}

#hfpThumbs{
    position: absolute;
    bottom: 15px;
    left: 15px;

    margin: 0px;
    padding: 0px;
}
#hfpThumbs li{
    list-style: none;
    float: left;
}
#hfpThumbs li a{
    display: block;
    margin: 0px 5px;
}
#hfpThumbs li a img{
    border: 1px solid #315787;
}

#hnProd{
    display: none;
    visibility: hidden;
    padding: 8px;

    background-color: #5F0700;
    border: 1px solid #5F0700;
    opacity: .85;
}
#hnProd h5{
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #FFFFFF;
}

#hnProd img{
    margin-right: 8px;
    border: 0px solid #000;
}
#hnProdDesc{
    color: #FFFFFF;
}
#hnProdDesc a{
    color: #CCCCCC;
}
#hnProdDesc a:hover{
    color: #AAAAAA;
}