﻿/* ----------- Home - Adjustments to standard UI --------- */

#aspnetForm
{
    height: 520px;
}

#nav 
{
    height: 296px;
}

#content
{
    height: 240px;
    padding: 0px;
    overflow:visible;
}

html>body #content {
    height: 1%;
    min-height: 240px;
    overflow:visible;
}

/* ----------- Home - Content Specific --------- */

#featured{
    background-image: url("/default/ui/home/tab_Featured_bg.gif");
    background-repeat: no-repeat;
    width: 256px;
    height: 151px;
    padding: 0px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Serif;
    font-size: 10px;
}

#featured_tab 
{
    display:block;
    text-decoration: none;
}

#featured_tab img 
{
    border: none;
    margin: 0px 0px 5px 0px;
    vertical-align:top;
}

/* --------------  UL  ------------- */

#featured ul 
{
    list-style-type:none;
    list-style-position: outside;
    padding: 0px;
}

#feat_props_lt 
{
    width:110px;
    margin: 0px 0px 0px 15px;
}
#feat_props_comm {
    width:150px;
    margin: 10px 0px 0px 15px;
    clear: both;
}
#feat_props_rt{
    width:110px;
    float:right;
    margin: 0px 5px 0px 0px;
}

/* -----------  UL links  ------------ */

.feat_proj:link, .feat_proj:visited
{
    color: #FFC6C6;
    border-bottom: 1px solid #c96666; /*bd6161; /*c14453;*/
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width:100%;
    vertical-align: top;
}
.feat_proj:hover
{
    border-color: white;
    color: #FFFFFF;
}


/* -----------  Footer  ------------ */

#wimci_address 
{
    width: 410px;
    float: left;
    padding: 10px 0px 10px 20px;
    margin: 0px;
}

#milw_address 
{
    width: 410px;
    float: left;
    padding: 10px 0px 10px 20px;
    margin: 0px;
    display: none;
}

.footText 
{
    padding: 0px 10px;
    color:#e7e2d7;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Serif;
    font-size:12px;
    text-align: left;
    float: left;
    width: 180px;
}

#lnk_Owners
{
    display: block;
}

.masterFoot_hr
{
    margin-top: 10px;
    display: block;
}

.pressAlert {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Serif;
    font-size:12px;
    text-align: left;
}
