*
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
}
img
{
    border: none;
}
a
{
    color: inherit;
    text-decoration: none;
}
body
{
    behavior: url(   "csshover.htc" );
    margin: 0px;
    background-image: url(../images/bg.jpg);
}
.button
{
    float: left;
    height: 16px;
    padding-left: 32px;
    padding-top: 2px;
    width: 73px;
    margin-top: 13px;
    font-size: 11px;
    font-family: Arial;
    line-height: 11px;
    color: #000000;
    background-image: url(../Images/advsearchbtn.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.button:hover
{
    cursor: pointer;
    background-image: url(../Images/advsearchbtnOver.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.dropDownBox
{
    width: 107px;
    height: 17px;
    float: left;
    background-image: url(../Images/dropDownBoxBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.dropDownListSortByOptions
{
    float: left;
    width: 180px;
    height: 60px;
    background-color: White;
    border: solid 1px #a7b3bf;
    border-collapse: collapse;
    overflow: visible;
    font-family: Arial;
    font-size: 10px;
    padding: 3px 0px 3px 3px;
    color: Black;
}
.dropDownListOptionsContainer
{
    display: none;
    z-index: 500;
    position: absolute;
}
.dropDownListOptions
{
    float: left;
    width: 180px;
    height: 250px;
    background-color: White;
    border: solid 1px #a7b3bf;
    border-collapse: collapse;
    overflow: visible;
    font-family: Arial;
    font-size: 10px;
    padding: 3px 0px 3px 3px;
    color: Black;
}
.dropDownBoxSelectedValue
{
    border: none;
    margin-left: 3px;
    margin-top: 2px;
    width: 85px;
    height: 13px;
    float: left;
    font-size: 11px;
    font-family: Arial;
    color: Black;
    background-color: White;
}
.dropDownBox:hover
{
    cursor: pointer;
    background-image: url(../Images/dropDownBoxBGOver.jpg);
}
.dropDownList
{
    overflow: visible;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #666666;
}
.hidden
{
    display: none;
}
.base
{
    background-color: #FFFFFF;
    width: 940px;
    overflow: hidden;
}
.topContainer
{
    float: left;
    width: 940px;
    height: 140px;
}
.logo
{
    float: left;
    height: 140px;
    width: 207px;
}
.topBanner
{
    float: left;
    height: 140px;
    width: 733px;
    background-color: #000000;
}
.topBannerDefaultPage
{
    float: left;
    height: 140px;
    width: 733px;
    border: 0px;
    background-color: #000000;
    background-image: url(../Images/Topbanners/default_top.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.menuContainer
{
    float: left;
    width: 207px;
    background-color: #666666;
    overflow: hidden;
}
.menuAlphaLayer
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #fff;
    color: #000;
    display: none;
    overflow: hidden;
}
.menuBG
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
    display: none;
    overflow: hidden;
}
.menuItemSeparator
{
    float: left;
    width: 207px;
    height: 8px;
    background-image: url(../images/adminline.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.menuWhiteLineSeparator
{
    float: left;
    width: 207px;
    height: 1px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -5px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.menuItem
{
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    width: 202px;
    height: 18px;
    font-size: 11px;
    color: #000;
    border-top: solid 1px #000;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/arrowclose.gif);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #fff;
}

.menuItem:hover
{
    cursor: pointer;
    font-weight: bold;
}
.menuFrontPageTransparentLine
{
    overflow: hidden;
    float: left;
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.40;
    display: none;
}
.menuItemSelected
{
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    left: 0px;
    width: 202px;
    height: 18px;
    font-size: 11px;
    color: #666666;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/selectedMemuItemBG.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.subMenuHidden
{
    display: none;
    overflow: hidden;
}
.subMenuUnhidden
{
    float: left;
    width: 207px;
    padding: 5px 0px 5px 0px;
    display: block;
    overflow: hidden;
    background-image: url(../images/menu_bg.gif);
    background-position: right;
    background-repeat: repeat-y;
    background-color: #ffffff;
}
.subMenuItem
{
    float: left;
    padding: 0px 0px 0px 9px;
    width: 198px;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    color: #666666;
    text-decoration: none;
}
.subMenuItem:hover
{
    cursor: pointer;
    font-weight: bold;
}
.subMenuItemSelected
{
    float: left;
    width: 198px;
    padding: 0px 0px 0px 9px;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
.subMenuItemSelected:hover
{
    cursor: pointer;
    font-weight: bold;
}

.leftBannerContainer
{
    float: left;
}
.leftBanner
{
    float: left;
    width: 181px;
    padding: 10px 12px 0px 13px;
    border-right: solid 1px #dcddde;
}

.clock
{
    text-align: left;
    padding-left: 1px;
    width: 182px;
    background: black;
    color: #FFFFFF;
    font: arial;
    font-size: 11px;
}
.topBannerLinkContainer
{
    float: right;
    margin: 13px;
    width: 183px;
}
.topBannerLink
{
    text-align: left;
    padding-left: 10px;
    padding-bottom: 1px;
    width: 173px;
    height: 10px;
    background-color: #fff;
    background-image: url(../images/arrowclose.gif);
    background-repeat: no-repeat;
    background-position: center left;
    color: #000;
    font: arial;
    font-size: 10px;
    line-height: 11px;
}
.topBannerLink:hover
{
    cursor: pointer;
    background-color: #ccc;
}
.contentContainer
{
    width: 707px;
    padding: 13px 13px 0px 13px;
    float: left;
}
.contentHeading
{
    width: 707px;
    float: left;
    padding-bottom: 2px;
    font-size: 18px;
    font-family: Arial;
    border-top: dotted 1px #999999;
    border-bottom: dotted 1px #999999;
    text-align: left;
}
.soldHeading
{
    padding-bottom: 2px;
    color: #a90f14;
    font-size: 12px;
    font-family: Arial;
    font-weight:bold;
    text-align: left;
}
.contentToplinkContainer
{
    width: 707px;
    padding: 0px 13px 0px 13px;
    height: 23px;
    background-color: #000000;
}
.contentTopLinkItem
{
    float: right;
    margin: 3px 0px 3px 3px;
    padding-left: 20px;
    padding-top: 2px;
    width: 163px;
    height: 16px;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    background-image: url(../Images/rightarrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: left;
}
.contentTopLinkItem:hover
{
    cursor: pointer;
    background-color: #ccc;
}
.GreyContentTopLinkItem
{
    float: right;
    margin: 3px 0px 3px 1px;
    padding-left: 20px;
    padding-top: 2px;
    width: 163px;
    height: 16px;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    background-image: url(../Images/rightarrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #666666;
    text-align: left;
}
.GreyContentTopLinkItem:hover
{
    cursor: pointer;
    background-color: #939598;
}
.footer
{
    text-align: right;
    width: 935px;
    height: 20px;
    font-size: 10px;
    color: #999999;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 5px 0px 0px;
}

.footer a
{
    font-size: 10px;
    color: #999999;
    font-family: Arial;
    font-weight: bold;
    text-decoration:none;
}

.footer a:hover
{
    text-decoration:underline;
}

.advertContainer
{
    float: left;
    text-align: left;
    width: 707px;
    padding: 0px 13px 0px 13px;
}
.advertItem
{
    float: left;
    width: 180px;
    height: 128px;
}
.newsContainer
{
    float: left;
    width: 166px;
    background-color: #eef1f6;
    overflow: hidden;
    margin-bottom: 13px;
}
.newsItem
{
    float: left;
    text-align: left;
    width: 151px;
    background-image: url(../Images/newsArrorw.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 16px;
    border-bottom: solid 1px white;
}
.newsLink
{
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    color: Black;
    display: block;
}
.newsLink:hover
{
    color: #a90f14;
    text-decoration: underline;
}
.doubeldottedline
{
    height: 3px;
    margin: 0px 13px 13px 0px;
    border-top: dotted 1px #999999;
    border-bottom: dotted 1px #999999;
    overflow: hidden;
}
.messageBox
{
    background-color: #eef1f6;
    width: 167px;
    height: 224px;
    float: left;
}
.meesageFieldRow
{
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2px;
    color: #939598;
    background-color: #ffffff;
    width: 153px;
    height: 13px;
    float: left;
    border-bottom: solid 1px #c4d2e4;
}
.messageField
{
    font-family: Arial;
    font-size: 10px;
    line-height: 11px;
    float: left;
    text-align: left;
    background-color: #ffffff;
    width: 55px;
    height: 13px;
    color: #939598;
}
.messageInput
{
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    float: left;
    border: 0px;
    background-color: #ffffff;
    width: 95px;
    height: 13px;
    color: #939598;
}
.messageInputGrey
{
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    float: left;
    border: 0px;
    background-color: #EEF1F6;
    width: 95px;
    height: 13px;
    color: #939598;
}
.messageText
{
    padding: 2px 3px 0px 3px;
    border: none;
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #939598;
    float: left;
    background-color: #ffffff;
    width: 151px;
    height: 113px;
    display: inline;
}
.messageTextGrey
{
    padding: 2px 3px 0px 3px;
    border: none;
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #939598;
    float: left;
    background-color: #EEF1F6;
    width: 151px;
    height: 113px;
    display: inline;
}
.sendMessageLink
{
    float: left;
    height: 17px;
    width: 162px;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #000000;
    text-align: left;
    background-color: #eef1f6;
}
.sendMessageLink:hover
{
    cursor: pointer;
/*     color: #a90f14; */
}
.sendMessageBtn
{
    margin-top: 4px;
    padding: 4px 3px 0px 3px;
    /* color: #a90f14; */
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    background-color: #c4d2e4;
    width: 71px;
    height: 13px;
    float: left;
}
.sendMessageBtn:hover
{
    cursor: pointer;
}
.messageSent
{
    padding: 2px 3px 0px 3px;
    text-align: left;
    white-space: normal;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #939598;
    float: left;
    background-color: #ffffff;
    width: 151px;
    height: 193px;
    border: none;
}
.linkSent
{
    margin: 2px 3px 0px 3px;
    padding: 2px 3px 0px 3px;
    text-align: left;
    white-space: normal;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #939598;
    float: left;
    background-color: #ffffff;
    width: 695px;
    height: 200px;
    border: solid 1px #c4d2e4;
}
.redText
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}
.map
{
    width: 527px;
    height: 498px;
    float: left;
    margin: 13px 0px 0px 0px;
}
.backFromMapGrid
{
    width: 442px;
    height: 17px;
    float: left;
    background-image: url(../Images/backFromMapGrid.jpg);
    background-position: left;
    background-repeat: repeat-x;
    margin-top: 13px;
}
.backFromMap
{
    float: right;
    margin-top: 13px;
    padding: 1px 0px 0px 20px;
    width: 65px;
    height: 16px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    background-image: url(../Images/rightarrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #000;
    text-align: left;
}
.backFromMap:hover
{
    cursor: pointer;
    background-color: #555;
}
.defaultGrid
{
    width: 170px;
    height: 115px;
    float: left;
}
.whiteline
{
    float: left;
    width: 207px;
    height: 1px;
    background-color: White;
    overflow: hidden;
}
.greyline
{
    float: left;
    width: 207px;
    height: 1px;
    background-color: #d7d8d9;
    overflow: hidden;
}
.gratisText
{
    width: 710px;
    white-space: normal;
    margin: 13px 0px 13px 0px;
    font-size: 11px;
    font-family: Arial;
    float: left;
}
.gratisForm
{
    padding: 4px;
    width: 710px;
    height: 193px;
    background-color: #eff2f6;
    margin-bottom: 13px;
    float: left;
    overflow: hidden;
}

.gratisFormProperty
{
    padding: 4px;
    width: 710px;
    height: 338px;
    background-color: #eff2f6;
    margin-bottom: 13px;
    float: left;
}

.gratisSendBtn
{
    float: right;
    width: 100px;
    height: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    padding: 2px 3px 0px 0px;
}

.gratisSendBtn:hover
{
    cursor: pointer;
}

.officeDropDownMenu
{
    float: left;
    background-image:url(../images/arrowopen_red.gif);
    background-position:center left;
    background-repeat:no-repeat;
    width: 205px;
    height: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #a90f14;
    text-align: left;
    padding: 2px 15px 0px 15px;
}

.officeDropDownMenu:hover
{
    cursor:pointer;
    color:#ed1c24;
}

.sendLinkBtn:link
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #a90f14;
}
.sendLinkBtn:hover
{
    cursor: pointer;
    color: #ed1c24;
}
.meesageFieldRowContent
{
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2px;
    color: #939598;
    background-color: #ffffff;
    width: 153px;
    height: 123px;
    float: left;
    border-bottom: solid 1px #c4d2e4;
}
.gratisSendLinkBtn
{
    float: left;
    width: 100px;
    height: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    /*color: #a90f14;*/
    text-align: left;
    padding-left: 2px;
}
.gratisSendBtnBackGround
{
    margin: 4px,4px,4px,4px;
    margin-top: 4px;
    float: left;
    width: 339px;
    height: 16px;
    text-align: right;
    background-color: #c5d2e4;
}
.shaded
{
    float: left;
    background-image: url(../images/bg.jpg);
    margin-left: 13px;
    margin-top: 13px;
    padding-bottom: 13px;
}
.pdfLink
{
    float: left;
    height: 17px;
    width: 100px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #000000;
    text-align: left;
    text-decoration: underline;
}
.pdfLink:hover
{
    cursor: pointer;
    color: #a90f14;
}
.TopDepartmentMenu
{
    width: 169px;
    padding: 6px;
    background-color: White;
    position: relative;
    float: left;
    z-index: 5000;
    display: none;
    border-bottom: solid 1px #C5D2E4;
    border-left: solid 1px #C5D2E4;
    border-right: solid 1px #C5D2E4;
}
.TopDepartmentMenuItem
{
    width:150px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin-left: 3px;
    text-align: left;
    z-index: 5005;
    color: #666666;
    text-decoration: none;
}
.TopDepartmentMenuItem:hover
{
    font-weight:bold;
    cursor:pointer;
}
.TopDepartmentMenuItemSelected
{
    width:150px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin-left: 3px;
    text-align: left;
    z-index: 5005;
    color: #A90F14;
    text-decoration: none;
}
.TopDepartmentMenuItemSelected:hover
{
    font-weight:bold;
    cursor:pointer;
}
.buildingHomepageLink
{
    float:left;
	width: 347px;
	font-size: 11px;
	color:#000000;
	text-align:left;
	margin-right:13px;
	min-height:20px;
}
