/* CSS Document */
/*  calmap.css for buyhorseproperties.com
	Version 0
	Griff
	5/25/2010
*/

 body {
	 font-family: verdana, arial, helvetica, sans-serif;
	 color: #808080;
	 background: #FDE4B0;
	 margin: 0;
	 padding: 0;
	 font-size: 14px;
 }

 p, h1, h2, h3, h4, h5, h6, li {
	 margin: 1ex 1em;
	 color: black;
 }
  a {
 	text-decoration: none;
  }
  
  a:link {
    color:#4B4B4B; 
    text-decoration:none;
  }
  
  a:visited {
    color:#4B4B4B; 
  }
  
  a:hover {
    color: red;
    text-decoration:underline;
  }
  div#outer {
	position: relative; /* Really a reference point for absolute & float positons */
	height: 880px;
	width: 850px;
	margin: 0 auto;
	background-color: blue;

  }
  div#top {
	float: left;
	top: 0;
	left: 0;
	width: 844px;
	height: 140px;
	text-align:center;
	background-color: #FDE4B0;
	border: double 3px gray;
  }
  div#homelinks{
	position: absolute;
	top: 35px;
	left: 165px;
	width: 500px;
	height: 20px;
  }
  div#left {
	float: left;
	top: 0;
	left: 0;
	background-color:#FDE4B0;
	width: 314px;
	height: 760px;
	padding: 10px;
	border: double 3px gray;
  }
  
  div#map {
	float: left;
	top: 0;
	background-color:#FDE4B0;
	width: 504px;
	height: 780px;
	border: double 3px gray;
  }

   p#header1 {
	vertical-align: middle;
	color: black;
	font-size: 13px;
	font-weight: 700;
 }
   .cities {
	vertical-align: middle;
	color: black;
	font-size: 10px;
	font-weight: 200;
 }
   .otherAreas  {
	vertical-align: middle;
	color: blue;
	font-size: 13px;
	font-weight:bold;
 }
  .searchCounties {

	text-align:center;
	width: 200px;
	height: 25px;
	margin: 6px;
	background-color:#008080;
	border:3px solid #999;
	border-radius: 10px; /* round the corners of the rectangle */
	-moz-border-radius: 10px; /* firefox */
	-webkit-border-radius: 10px; /* safari */
  }
 .otherLinks {
	font-size: 10px;
	border: 2px double gray;
	text-align:center;
	 
 }
 .white {color:white;}
 .orange {color:#C97D16;}
 .black {color:black; font-weight:bolder;}
 .roman {
	font-family:"Times New Roman", Times, serif; 
    font-size:26px;
	font-style:italic;
	font-weight: bolder;
	color: black;
  }