/* 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: #5a7795;
}

h5{
    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, h6{ padding: 0px; margin: 0px; }

body{
    background-color: #e5eaee;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 1;
    margin: 5px auto 0px auto;

    text-align: left;
    width: 970px;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 1000;
    background: url(/images/header.jpg) no-repeat top left;
    height: 145px;
}

#header .headerLnk, #header .headerLnk:hover{
    position: absolute;
    top: 0px;
    left: 0px;

    display: block;
    width: 520px;
    height: 144px;
    border: 0px solid #FF0000;
    text-decoration: none;
}

#header .headerLnk img{
    border: 0px solid #FFFFFF;
    width: 109px;
    height: 143px;
}

#header .headerGoldSeal, #header .headerGoldSeal:hover{
    position: absolute;
    top: 21px;
    right: 136px;

    display: block;
    width: 80px;
    height: 80px;
    border: 0px solid #FF0000;
    text-decoration: none;
}

#header .headerGoldSeal img{
    border: 0px solid #FFFFFF;
    width: 80px;
    height: 80px;
}

#header .headerWhiteLogo, #header .headerWhiteLogo:hover{
    position: absolute;
    top: 56px;
    right: 1px;

    display: block;
    width: 130px;
    height: 80px;
    border: 0px solid #FF00FF;
    text-decoration: none;
}

#header .headerWhiteLogo img{
    border: 0px solid #FFFFFF;
    width: 130px;
    height: 80px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 2000;
    background-color: #000000;
    text-align: center;
    width: 970px;
    height: 20px;
}

#floatHack{
    height: 1px;
    clear: both;
}

#tmenu{
    display: table;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    display: table-cell;
    list-style: none;

    margin: 0px;
    padding: 0px;
}

#tmenu li a{
    display: block;
    padding: 3px 16px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
    letter-spacing: .02em;
    text-transform: none;
}

#tmenu li a:hover{
    background-color: #526B87;
    color: #FFFFFF;
    text-decoration: none;
}
#tmenu #tm_0{  }

 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 1.6em;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    z-index: 2000;
}

#tmenu li ul li{
    display: block;
    margin: 0px;
    width: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: auto;
    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: #AADAFF;
    color: #000000;
    border-bottom: 1px solid #57ACEE;
    border-left: 1px solid #57ACEE;
}

#tmenu li ul li a:hover{
    background-color: #D5EDFF;
    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 */
#headerContainer{position: relative;}
#contentContainer{
    position: relative;
    z-index: 1;
    clear: both;

    padding: 4px 0px;

    background-color: #FFFFFF;
}

#columnMain{
    vertical-align: top;
}

#content{
    padding: 8px 8px 18px 8px;

    width: 566px;
    height: auto;
    min-height: 350px;

    vertical-align: top;
    text-align: left;
}

#columnLeft{
    width: 170px;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

#columnRight{
    width: 168px;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

.mcSpacer{
    width: 5px;
    border: 0px;
}

#copyright{
    clear: both;
    padding: 10px 8px;
    height: auto;
    min-height: 20px;
    text-align: left;
    background-color: #526c87;
    color: #FFFFFF;

}
#copyright div{ font-size: .8em;}
#copyright a{ color: #000000; font-weight: normal; font-size: 1em; text-decoration: underline; }
#copyright a:hover{ color: #000000; text-decoration: underline; }

#copyStr{
    float: left;
}

#bmenu{
    float: right;
}

#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 4px;
    color: #000000;
    text-decoration: none;
}
#bottommenu li a:hover{
    text-decoration: underline;
}

#paytd{ background-color: #061975; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #002B55;
    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: #F1F6F9;
}
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: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #758faa;
    border-right: 1px solid #758faa;
    border-bottom: 1px solid #758faa;
    border-left: 1px solid #758faa;

}
.button{
    color: #FFFFFF;
    background-color: #536b85;

    border-top: 1px solid #526b89;
    border-right: 1px solid #89a1b9;
    border-bottom: 1px solid #89a1b9;
    border-left: 1px solid #526b89;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #89a1b9;

    border-top: 1px solid #526b89;
    border-right: 1px solid #526b89;
    border-bottom: 1px solid #526b89;
    border-left: 1px solid #526b89;
}

.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: #002B55; }
a:hover{ color: #0053A2; }
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 #0579D3; }
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{
    margin: 0px auto;
    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: #AADAFF;
    color: #000000;;
}

.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: #000000;
}
.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: #0579D3;
    color: #FFFFFF;
}
/*TOMORROWBG*/
.cal .calCurrent a{
    font-weight: bold;
}

/* END CALENDAR STYLES */

/* home styles */
.homeCell{
    width: 250px;
    padding: 8px;
    border: 1px solid #B8CAD8;
}
.homeSpacer{
    width: 10px;
}

#testScroll{
    overflow: auto;
    height: 185px;
}
#testViewAll{
    text-align: center;
}

.testContain{
    margin-bottom: 8px;
}
.testName{
    font-size: 10px;
    text-align: right;
}

#ohMainImg{
    width: 50%;
}
#ohMainImg img{
    border: 1px solid #A6ACAA;
}

#ohMainDesc{
    width: 50%;
    padding: 0px 3px;
    font-size: 10px;
    color: #5A5B5D;
}
#ohMainDesc a{
    font-size: 10px;
}

#ohThumbContainer{
    margin-top: 8px;
    padding: 4px;
    background-color: #E0E9F2;
}

.ohThumb{
    padding: 3px;
    width: 33%;
}
.ohThumb img{
    border: 1px solid #A6ACAA;
}

/* end home styles */

/* testimonal page styles */
.tContainer{
    padding: 8px;
}

.tContainer hr{
    margin-top: 20px;
    width: 80%;
}

/* end testimonial styles */

/* agent styles */
#employeeContainer{
    text-align: center;
}
#employeeContainer2{
    text-align: left;

    width: 550px;
    margin: 0px auto;
}

.employeeLeft{
    float: left;
    width: 250px;
}
.employeeLeft a img{
    border: 0px solid #FFF;
}

.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 #0579D3;
}
/* end listing styles */

/* mls styles */

.listContainer{
    padding: 3px;
    margin: 4px 0px;
    background-color: #F3F3F3;
    border: 1px solid #BFBFBF;
}

.listContainer td{
    font-size: 10px;
    width: 135px;
}

.listContainer .listPrice{
    font-size: 12px;
}

.listContainer .fieldName{
    width: 75px;
}

.listContainer .listImg{
    width: 172px;
    padding: 4px;
}
.listContainer .listImg img{
    border: 0px solid #000000;
}

.listContainer .vDetails{
    text-align: right;
}
.listContainer .vDetails a{
    color: #0579D3;
}
.listContainer .vDetails a:hover{
    color: #00406F;
}

#mlsContainer{
    padding: 8px 20px;
}

#mlsContainer h3{
    margin: 15px 0px 4px 0px;
    border-bottom: 2px solid #75220C;
    color: #75220C;
    font-size: 13px;
}

#mlsTable{
    margin: 0px auto;
}
#mlsTable td{
    text-align: left;
    padding: 2px;
}

#vptmenu{
    height: auto;
    min-height: 22px;
    background-color: #57ACEE;
}
#vptmenu ul{
    margin: 0px;
    padding: 0px;
}

#vptmenu ul li{
    list-style: none;
    float: left;
}
#vptmenu ul li a{
    display: block;
    padding: 4px 15px;
    color: #FFFFFF;
}
#vptmenu ul li a:hover{
    color: #FFFFFF;
    background-color: #0579D3;
}

.listPrice{
    font-weight: bold;
    color: #28724D;
    font-size: 14px;
}

.fieldName{
    color: #1E3B75;
    font-weight: bold;
}

.openHouse{
    border: 1px solid #0579D3;
    background-color: #AADAFF;
}

#mlsTable .cellRight{
    text-align: right;
}

.cellRight .fieldName{
    color: #75220C;
}

#mlsTable .mainCell{
    width: 300px;
}

#imgContain{
    text-align: center;
}

#imgNav{
    margin: 4px 0px;
    padding: 0px;
}
#imgNav li{
    list-style: none;
    float: left;
    height: 20px;
}
#imgNav li a{
    padding: 0px 4px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #000000;
}
#imgNav li #last{
    border-right: 0px solid #000000;
}

#imgDesc{
    padding: 8px;
    height: auto;
    min-height: 60px;
    background-color: #AADAFF;
    border: 1px solid #0579D3;
}

#galContainer{
    text-align: center;
    margin: 8px 0px;
}

#mediaThumbs{
    display: table;
    margin: 8px auto;
    padding: 0px;
    width: 100%;
}
#mediaThumbs li{
    list-style: none;
    float: left;
    text-align: center;

    width: 100px;
    height: 100px;
    margin: 4px;
}
#mediaThumbs li a img{
    border: 0px solid #000000;
}
/* end mls styles */
