/*Common Layout*/
BODY {
      font-family: Verdana, Helvetica, sans-serif;
      background: url(/images/css/background.png) repeat top;
      background-repeat: repeat-x;
      font-size: 12px;
      text-align: center;
      color: white;
      margin: 0px;
      padding: 0px;
      height:auto;
}
#page_container {
    border:1px solid #bbbbcf;
    height:auto;
    width:948px;
    background:#3B557A;
    margin-left:auto;
    margin-right:auto;
    background: #3B557A;
}
#general_ads_container {
    background: url(/images/css/header_background.jpg) left no-repeat;
    width: 100%;
    height: 110px;
    color: white;
}
#general_ads_container IMG {
    position:relative;
    left:4px;
}
#navigation_container {
    background: url(/images/css/nav_background.jpg) left no-repeat;
    height: 30px;
    text-align: center;
    line-height: 250%;
    text-indent: 4px;
}
.red_highlight {
    color: #85181d;
}

TD.property_ads_container {    
    height: 100%;
    width:108px;
    background: white;
    text-align:center;
    vertical-align:top;
    color: #3B557A;
    font-size:10px;
}
#home_page_ads_container {    
    width:100%;
    height:50px;
    border-bottom:1px solid #bbbbcf;
    border-top:0px solid #bbbbcf;
    text-align:center;
    color: #3B557A;
    font-size:10px;
}
#footer_container {
    text-align: center;
    border:1px solid #bbbbcf;
    border-top:0px solid #bbbbcf;
    width: 948px;
    height: 50px;
    color: white;
    margin-left:auto;
    margin-right:auto;
    background:#3B557A;
}
.tab_link_on {
    color:white;
    text-decoration:none;
}
.tab_link_off {
    color:white;
    text-decoration:none;
}
A.tab_link_on:hover {
    color:#3B557A;
    text-decoration:none;
}
A.tab_link_off:hover {
    color:white;
    text-decoration:none;
}
#tab_menu {
    position:relative;
    margin-left:0px;
}
#tabon {
    position:relative;
    float:left;
    width:100px;
    height:30px;
    background: url(/images/css/tab1.jpg);
    border-right:0px solid #bbbbcf;
    border-left:0px solid #bbbbcf;
    border-top:0px solid #bbbbcf;
    margin-right:2px;
}
#taboff {
    position:relative;
    float:left;
    width:100px;
    height:30px;
    background: url(/images/css/tab2.jpg);
    border-right:0px solid #bbbbcf;
    border-left:0px solid #bbbbcf;
    border-top:0px solid #bbbbcf;
    margin-right:2px;
}
#min_height {
    min-height:700px;
    height: auto !important;
    height:700px;
}

/*Vendor Layout*/

BR.clear { /*This clears the float so that the outer page container adjusts its height*/
clear:both
}
             
#vendor_container {
    text-decoration: none;
    float:left;
    height:auto;
    text-align: left;
    width:750px;
    background:#3B557A;
    border-left:1px solid white;
}
.vendor_heading {
    font-weight: 600;
}

/*Menu Styles and Layout*/

#admin_menu_container {
    margin-top:12px;
    text-decoration: none;
    border-top:1px solid white;
    width:190px;
    text-align:center;
    float:left;
    height:auto;
    font-size:14px;
}
#menu_heading {
    border-bottom:1px solid white;
}
#menu_item {
    border-bottom:1px solid #3B557A;
    background:white;
}
#menu_heading a {
    color:white;
    text-decoration:none;
}
#menu_item a {
    color:#3B557A;
    text-decoration:none;
}

/*General Layout*/

#general_detail_container {
    height:1700px;
}




