﻿/*png fix*/
* html img, * html .DarkLayer
{
    behavior: url(styles/resources/iepngfix.htc);
}

*
{
    margin: 0;
    padding: 0;
}

p
{
    padding-top: .6ex;
    padding-bottom: .6ex;
}
ul
{
    padding-top: .6ex;
    padding-bottom: .6ex;
}
ul li
{
    margin-left: 2em;
}

a img
{
    border: 0;
}
a:link, a, a:visited, a:active
{
    color: #CA9D4B;
    text-decoration: underline;
    cursor: pointer;
}
a:hover
{
    color: #7aa7ce;
}
p
{
    text-align: justify;
}
html
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #BCD2DF;
}


/*******Global Containers *******/

body
{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font: 100%;
    margin: 0;
    padding: 0;
}
html, body, form, #content
{
    min-height: 100%;
    height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html > body, html > body form html > body #content
{
    height: auto;
}

form{
    position:absolute;
}
 /* 
/* form{position: absolute;} looks fine and extends table unless you have to scroll */
/* no position: absolute for form does not extend table, but page looks fine when you scroll */
form
{

    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
}

#content
{
    background: #BCD2DF url(../images/contentbg.png) repeat-x 0 144px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1000px; /*border: 4px solid white; */
    min-height: 1000px;
    border-bottom: 0;
}

#HeaderBox
{
    height: 144px;
    background-image: url('../images/kd_header.jpg');
    background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.ContentBox
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    position: relative;
    z-index: 2;
}

table.ContentBoxTable
{
    width: 980px;
    height: 100%;
    margin: 0 auto;
    border: 0;
    border-collapse: collapse;
}

table.ContentBoxTable td#menu
{
    vertical-align: top;
}
table.ContentBoxTable td#other
{
    vertical-align: top;
    text-align: center;
}

.sillyLeft
{
    position: fixed;
    background-color: White;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
}
.sillyRight
{
    position: fixed;
    background-color: White;
    height: 100%;
    width: 4px;
    right: 0;
    top: 0;
}
.sillyTop
{
    position: absolute;
    background-color: White;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
}
.sillyBottom
{
    display: none;
}


.Header
{
    padding: 70px 0 0 50px;
    text-align: left;
    height: 74px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.BoldText
{
    font-weight: bold;
}
.Title
{
    color: #892500;
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
}
#footer
{
    width: 100%;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    padding: 5px 0 5px 50px;
}

#footerdiv
{
    width: 100%;
    text-align: left;
}

.topGradient
{
    background-image: url('../images/top_gradient.png');
    background-repeat: repeat-x;
    width: 185px;
    height: 43px;
    top: 0px;
    position: absolute;
    left: 0px;
     background-color: white;
}
.bottomGradient
{
    background-image: url('../images/bottom_gradient.png');
    background-repeat: repeat-x;
    width: 185  px;
    height: 43px;
    
     background-color: white;
}
.bottomGradient2
{
    background-image: url('../images/bottom_gradient.png');
    background-repeat: repeat-x;
    width: 185px;
    height: 43px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
#menu
{
    padding: 0 8px;
    width: 185px;
    background-image: url('../images/menubg.png');
    background-repeat: repeat-y;
    text-align: center;
    height: auto;
    position: relative;
}

#nav
{
    margin: auto;
    padding: 60px 5px 20px 5px;
    width: 170px;
    text-transform:uppercase;
    background-color:White;
    
}

#squareBox
{
    width: 698px;
    height: 608px;
    background: transparent url('../images/squareBox.png') no-repeat right top;
    margin-top: 50px;
}

#squareBox .content
{
    height: 500px;
    margin-top: 50px;
    padding: 20px;
}

.RedText
{
    color: Red;
}

#logo
{
    margin: auto;
    margin-top: 45px;
}



.roundedtable
{
    margin: 25px;
    font-size: 12px;
    position: relative;
}


#middle
{
    position: relative;
    width: 768px;
    border: 1px solid #ABABAB;
    border-top: 0px;
    border-bottom: 0px;
    background-color: White;
    text-align: left;
    vertical-align: top;
    clear: both;
}
.GradientTop
{
    background-image: url('../images/top_gradient.png');
    background-repeat: repeat-x;
    height: 43px;
   
}
.PageContent
{
    position: relative;
    padding: 10px 10px;
}

.contentArea
{
    min-height: 250px;
    margin: 0 4px;
    position: relative;
    padding-bottom: 43px;
    background-image: url('../images/bottom_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.contentArea:after, .PageContent:after, #outer:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#top, #bottom
{
    clear: both;
    height: 6px;
    overflow: hidden;
}
#top, #bottom, #homePagestrut
{
    width: 770px;
}
#top .tl
{
    background-image: url('../images/tl.png');
    width: 6px;
    height: 6px;
    float: left;
}

#top .tr
{
    background-image: url('../images/tr.png');
    width: 6px;
    height: 6px;
    float: left;
}

#top .t
{
    background-image: url('../images/t.jpg');
    background-repeat: repeat-x;
    height: 6px;
    width: 758px;
    float: left;
}

.l
{
    background-image: url('../images/l.jpg');
    background-repeat: repeat-y;
    width: 6px;
    float: left;
}

.bl
{
    background-image: url('../images/bl.png');
    width: 6px;
    height: 6px;
    float: left;
}

.br
{
    background-image: url('../images/br.png');
    width: 6px;
    height: 6px;
    float: left;
}

.b
{
    background-image: url('../images/b.jpg');
    background-repeat: repeat-x;
    height: 6px;
    width: 758px;
    float: left;
}

.r
{
    background-image: url('../images/r.jpg');
    background-repeat: repeat-y;
    width: 6px;
    float: left;
}

.imgDecorationDiv {
    text-align:center;
    margin:5px 0px;
}
.imgDecorationDiv img.imgDecoration{
}
.imgDecorationDiv.doFloaty{
    float:right; padding: 0 0 5px 10px;
}
.imgDecorationDiv.doFloaty img.imgDecoration{
    display:block;
}

.searchItem
{
    font-size: 11px;
    clear: both;
    width: 730px;
    padding-bottom: 15px;
}
.searchItem:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.imgApt
{
    float: left;
    height: 224px;
    width: 164px;
    border: 1px solid #6e6e6e;
    margin-right: 10px;
}
.SearchWidget .label
{
    color: #333333 !important;
    font-size: 11px !important;
    font-weight: bold;
}

.SearchWidget
{
    text-align: left;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 5px;
}
.SearchWidget .SearchWidgetTbl
{
    width: 100%;
}
.RadPanelBar .rpRootGroup, .RadPanelBar .rpLink
{
    border: 0 !important;
}

body.apartmentsearchaspx
{
}
body.apartmentsearchaspx form
{
}
body.apartmentsearchaspx .GradientTop
{
    display: none;
}
body.apartmentsearchaspx .PageContent
{
    height: 640px;
    padding: 0px 0px 0px 10px;
    overflow: auto;
    display: none;
}
body.apartmentsearchaspx #middle .contentArea.noPad
{
    padding-bottom: 0;
}
body.apartmentsearchaspx .resultsContainer
{
    clear: both;
}
body.apartmentsearchaspx .ItemTitleLink{
    font-size:16px;
    font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari 3.0 and Chrome rules here */
    body
    {
        height: auto;
        min-height: 100%;
    }
}

