/* CSS Document */

.clear {
clear: both;
}

body {
background:#FFFCD3 url(../images/top_run.jpg) repeat-x;
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}


#header {
width: 760px;
height: 180px;
background: url(../images/top_run.jpg) bottom repeat-x;
}

#header_left {
float: left;
height:180px;
width: 450px;
background: none;
}


#header_right {
height: 180px;
width: 292px;
float: right;
background:url(../images/top_image.jpg);
}

#wrapper {
width: 760px;
margin: 0 auto;
background: #FFFCD3;
}

#homes {
padding-top: 5px;
float: left;
width: 175px;
padding-bottom: 15px;
background: #939E76 url(../images/homes_bottom.jpg) no-repeat center bottom; 
}


#content_wrapper {
float: right;
width: 555px;
margin: 10px 0 10px 0;
}


#content_top, #content_bottom {
height: 89px;
}

#content_bottom img {
border: 0;
}

#content_left {
background: #FFFCD3;
width: 262px;
float: left;
text-align: justify;
padding: 5px;
}

#content_right {
background: #FFFCD3 url(../images/hcg_logo.jpg) no-repeat right bottom;
width: 262px;
float: right;
text-align: justify;
padding: 5px 5px 100px 5px;
margin-bottom: 20px;
}

#content_1col{
width: 555px;
text-align: center;
}

#homes a {
float: right;
}

#homes a:hover{
border-left: 5px solid #424F21;


}

.active {
border-left: 5px solid #428e21;

}
