﻿#outer_container
{
    width:845px;
    margin:10px auto;
    /*border: 1px solid red;*/
    height:100%;
}
#topbanner
{
    position:relative;
    height:75px;
    width:845px;
    /*border: 1px solid yellow;*/
}
#topbanner img.centerimg
{
    position:absolute;
    top:50%; 
    left:62px;
    display:table-cell;
    vertical-align:middle;   
}
#address
{
    position:absolute;
    right:0;
    top:50%;
    font-weight:bold;
    width: 391px;
    /*height:75px;*/
    /*float:right;*/
    text-align:right;    
    display:table-cell;
    vertical-align:middle;
}
#inner {position: relative; top: -50%}
#topmenu
{
    height:30px;
    width: 845px;
    padding:5px;
}
#submenu
{
    height:23px;
    width:780px;
    float:left;
    background-color: #945211;
}
#innercontainer
{
    height:100%;
}
#maincontent
{   
     width: 780px;
     float:left;
     height:100%;
}
#rightcolumn
{
     width: 65px; 
     background: #7A8B7B url(/images/Resident_Services_r7_c23.gif) no-repeat; 
     float:right;
     height:100%;
     min-height:390px;
}
#ada
{
    clear:both;
    width: 845px;
    height: 25px;    
}
#ada img
{
    float:right;
}
div 
{
  /*border: 1px solid white;*/
}
.title
{
    float:right;
    margin-bottom:20px;
    width:780px;
}
body
{
    height:100%;
}
