/**
 * $Date: 2010/06/11 21:49:57 $
 * $Revision: 1.35 $
 * $Source: /home/cvs/smartvaluecarinsurance.com/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 705px;
  width: 705px;
  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: 705px;
  height: 74px;
  background-image: url('../bin/graphics/logo.gif');
  background-repeat: no-repeat;
}

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

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

#results
{
  width: 705px;
}

#results-hdr
{
  width: 705px;
  height: 161px;
  background-image: url('../bin/graphics/rsbg.gif');
  background-repeat: no-repeat;
}

#your-state
{
    float: left;
    margin-top: 240px;
    margin-left: 290px;
}

#your-zipcode
{
    float: left;
    margin-top: 240px;
    margin-left: 290px;
}

#state 
{
  float: left;
  margin-left: 270px;
}

#zipcode 
{
  float: left;
  margin-left: 280px;
}

#submit 
{
    clear: both;
    float: left;
    margin-top: 10px;
    margin-left: 235px;
    background:  url(../bin/graphics/button.jpg) no-repeat;
    width: 210px;
    height: 53px;
    padding: 0;
    border: 0;
    background-position: 0 0;
    cursor: pointer;
}

#submit:hover 
{
    background-position: 0 -53px;
}

#footer 
{
}

#privacy
{
  text-align: left;
}


