
/* Layout Stylesheet */ 

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
 margin:20px;
 background:#3c4646;
 color: #333333;
 text-align:center;
 padding:0;
 }
 p {
 margin:20px;
 
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:850px;
 margin:auto;
 }

#hdr {
clear:both;
 height:134px;
 background:#007318;
 color: #333333;
 }
 
 #logo {
 height:134px;
 width:352px;
 background-image:url(http://www.homes4salegroup.com/holding_pages/images/homes4sale.png);
background-repeat: no-repeat;
 float:left;
 
 }
 
 .header_text {
 margin-top:65px;
 color:#FFFFFF;
 font-size:32px;
 font-weight:700;
 text-align:center;
 
 }
 #top_nav {
 text-align:left;
 border:1px solid #000000;
 width:850px;
 margin:auto;
 }
 

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
#header_img {
float:right;
}

#bodyblock {
border-top:solid; color:#000;
border-bottom:solid; color:#000;
 position:relative;
 background:#349b14;
 color: #333333;
 width:850px;
 padding:0;
 }

#l-col {
 float:left;
 background:#007318;
 color: #333333;
 width:185px;
 }

#cont {
 width:850px;
 background:#349b14;
 color: #333333;


 text-align:left;
 }

#cont a {
color:#fff;
text-decoration:none;
}


#ftr {
 height:25px;
 background:#007318;
 color: #fff;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

#ftr a {

color:#fff;
text-decoration:none;
 }


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;

border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://www.homes4salegroup.com/holding_pages/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(http://www.homes4salegroup.com/holding_pages/images/blockactive.gif) center center repeat-x;
}