body
{
    padding: 0px;
    margin: 0px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01%;
}


#main
{
    padding: 0 350px 0 350px;                         /* these side paddings together determine the natural min-width */
    margin: 10px 0px 0px 0px;
}




#page_header
{
    padding-top: 15px;
    color: #000000;
    background-color: #999999;
    height: 100px;
}
#banner
{
    height: 75px;
    color: #000000;
    background-color: #b42f1d;
}
#banner img
{
    margin-top: 5px;
    margin-left: 50px;
}

#phone
{
    margin-top: 3px;
    margin-left: 58px;
    color: #ffffff;
    background-color: #999999;
    font-size: 90%;
}




#sizer
{
    width: 50%;                                      /* here is the critical value for customizing the Jello behavior */
    max-width: 300px;                                          /* version for IE is at the bottom of this style block */
}

#expander
{
    background: white;
    margin: 0 -350px 0 -350px;           /* these side margins should be the same or slightly less than body paddings */
    min-width: 700px;                      /* This prevents Safari from losing the negative margins in narrow windows */
    position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */


#wrapper
{
    width: 100%;                                                         /* helps IE get the child percentages right. */
}


/**********************************************************************************************************************/


#sidebar
{
    width: 20%;
    min-height: 450px;
    height: auto;
    float: left;
    display: inline;                                                                  /* IEwin doubled margin bug fix */
    text-align: left;
    background-image: url("../images/house_watermark.jpg");
}

#menu
{
    padding: 10px;
}

* html #sidebar
{
    height: 450px;
}


#content
{
    width: 80%;
    text-align: left;
    float: right;
    display: inline;                                                                  /* IEwin doubled margin bug fix */
}

#text
{
    min-height: 350px;
    height: auto;
    padding: 10px 25px;
    border-left: 2px solid #b42f1d;
    border-right: 2px solid #b42f1d;
}

* html #text
{
    height: 350px;
}


#text_footer
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    border-left: 2px solid #b42f1d;
    border-right: 2px solid #b42f1d;
    font-size: 70%;
}




/* http://positioniseverything.net/easyclearing */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#page_footer
{
    padding-top: 20px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 55%;
}
