body { background-color: #fff; min-width: 700px; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   14px;
  line-height: 18px;
}

img {
  border: none;
}

#forSale {
  background-color: #003a9f;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

/* For mac-heart.html */
.symbol {
  font-size: 200%;
}

/*==== Header Nav Start ====*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font-family: Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: transparent url(/images/blockdefault.gif) center center repeat-x;
}

.logo {
  font-size: 2em;
}

.menu_link {
  font-size: 1.3em;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 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(/images/blockactive.gif) center center repeat-x;
text-decoration:none;
}
/*==== Header Nav End ====*/
