/**
 * $Date: 2009/08/14 18:47:08 $
 * $Revision: 1.16 $
 * $Source: /home/cvs/lowermycarinsurancerate.com/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 870px;
  width: 870px;
  margin: 10px auto; 
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img, fieldset
{
  border: none;
}

a, a:link, a:visited, a:hover
{
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

#another 
{
  float: left;
  margin: 20px 0 10px 0;
  font-size: 11px;
  font-weight: bold;
}

#header 
{
  left: 0px;
  width: 870px;
  height: 45px;
  background-image: url('../bin/graphics/logo.png');
  background-repeat: no-repeat;
}

#menu 
{
  width: 870px;
  margin: 5px auto;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

#landing
{
  width: 870px;
  height: 421px;
  background-image: url('../bin/graphics/background.jpg');
  background-repeat: no-repeat;
  clear: both;
}

#results
{
  width: 870px;
}

#results-hdr
{
  width: 870px;
  height: 100px;
  background-image: url('../bin/graphics/rsbg.png');
  background-repeat: no-repeat;
  background-position: center center;
}

#state 
{
  float: left;
  margin-top: 300px;
  margin-left: 580px;
}

#submit 
{
  clear: both;
  float: left;
  margin-top: 3px;
  margin-left: 550px;
  background:  url(../bin/graphics/button.png) no-repeat left top;
  width: 210px;
  height: 55px;
  padding: 0;
  border: 0;
  color: transparent;
}

#footer 
{
}



