body{
    background: url(images/shell/bg.gif);
    font-family: Lucida Grande, Arial, Verdana;
    font-size: 11px;
    color: #333333;
}
body, ul, p, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
h1{ 
    font-size: 22px;
    font-weight: normal;
    color: #3F67AC;
}
h2{font-size: 16px;}
.clear, .clearer{clear: both;}
ul{list-style-type: none;}
a, a:link, a:visited{
    font-weight: bold;
    color: #16387C;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

/*shell*/
.canvas{
    width: 1000px;
    margin: 0 auto;
}

/*header*/
#header{
    margin-bottom: 5px;
}
#header a{
    text-decoration: none;
}
#site_heading{
    background: url(images/shell/header/site-heading.jpg) no-repeat;
    background-color: #fff;
    height: 97px;
}
#site_heading a#logo{
   display: block;
   width: 520px;
   height: 101px;
   background: url(images/shell/header/logoman.gif) no-repeat;
   position: relative;
   top: 2px;
   left: -5px;
   color: #666666;
   padding-left: 72px;
   font-size: 75px;
   float:left;
   font-weight: normal;
}
#site_heading span{
    font-size: 12px;
    position: relative;
    top: 60px;
}

#navigation{
    padding: 15px;
    padding-bottom: 7px;
    background-color: #666;
}
#navigation, #navigation a{
    color: #fff;
}
#navigation li{
    display: inline;;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
#navigation a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
#navigation a:hover, #navigation li.active a{
    color: #E3E323;
}
span#endcap_navigation{
    display: block;
    background: url(images/shell/header/endcap_navigation.png) no-repeat;
    height: 8px;
}

/*content containers*/
.contentContainer{
    background-color: #E3E323;
    border: 1px solid white;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    z-index: 0;
}
#primaryContent, #secondaryContent{float: left;}
#primaryContent{
    width: 747px;
    margin-right: 5px;
}
#primaryContent p{
    padding: 5px 5px 5px 0;
}
#secondaryContent{
    width: 225px;
}
#secondaryContent a{
    text-decoration: underline;
    line-height:20px;
}
#secondaryContent a:hover{
    color: #666666;
}
#property_search_module a{
    display: block;
}
.content_unit{
    background-color: white;
    border: 1px solid #666666;
    padding: 15px;
    margin-bottom: 15px;
}
.noPad{
    padding:0;
}
#hp_1{
    float: left;
}
#hp_2{
    float: right;
}
#welcome img, .homePhoto{
    margin: 7px 7px 7px 0;
}
#welcome img{
    float: left;
    padding: 1px;
    border: 1px solid #666;
}
.homePhoto{
    clear: both;
    padding: 2px;
    border: 1px solid #ccc;
    position: relative;
    top: -10px;
}
.homePhotoRight{
    margin: 7px;
}
#welcome p.caption{
    clear: both;
    font-size: 9px;
    position: relative;
    top: -5px;
    left: 7px;
}

/*footer*/
#footer{
    clear: left;
    padding: 15px;
    padding-top: 7px; /*subtract startcap image height*/
    background-color: #666666;
    color: white;
}
span#startcap_footer{
    clear: left;
    display: block;
    background: url(images/shell/startcap_footer.png) no-repeat;
    height: 8px;
}

/*collapse and expand: global*/
.expanding ul.first_level li{
    border-bottom: 1px solid #cccccc;
}
.expanding ul.first_level li a{
    padding-left: 15px;
    display: block;
    margin-bottom: 3px;
    background-image: url(images/modules/expanding/collapsed.gif);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: hand; cursor: pointer;
}
.expanding ul.first_level li.expanded a{
    background-image: url(images/modules/expanding/expanded.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.expanding ul.second_level li{
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
}


.expanding li ul{ /*default is collapsed*/
    display: none;
}
.expanding li.expanded ul{
    display: block;
}

.expanding li.expanded ul.second_level li a{
    background-image: none;
    padding:0;
    text-decoration: none !important;
}
a.all_switch{
    cursor: hand;
    cursor: pointer;
}
/********************/

/**collapse and expand instances**/
#secondaryContent a.all_switch{
    margin-left: 95px;
}























































