
body
{
background-image:url('../images/bg.jpg');
background-repeat:no-repeat;
background-position:center top;

}

a{
    
font: 15px Arial, Helvetica, sans-serif; 
color: red;
font-weight: bold;
text-decoration: none;    
}

a:hover{
    
font: 15px Arial, Helvetica, sans-serif; 
color: blue;
font-weight: bold;
    
}

.menudiv{
    background-image:url('../images/menu_bg.jpg');
    width:100%;
    height:36px;
    margin-top: 240px;
    
}

.menutext{
    position: absolute;
    font-family: helvetica;
    font-size: 17px;
    color: white;

    
}

.menucalltext{
    position: absolute;
    font-family: helvetica;
    font-size: 17px;
    color: white;
    margin-top: 5px;
    right: 5px;
    
}

.content{
    
    max-width: 1000px;

    text-align: center;
    font-family: helvetica;
    font-size: 14px;
    color: black;
    
}

.footer{
    position: relative;
    background-image:url('../images/footer_bg.png');
    width: 100%;
    height: 250px;
    font-family: helvetica;
    font-size: 17px;
    color: white;
    bottom: 0px;
    
}

.footerlogo{
    position: absolute;
    background-image:url('../images/footer_logo.png');
    width: 292px;
    height: 178px;
    bottom: 0px;
    right: 0px;
    
}

h1{
    font-family: helvetica;
    font-size: 25px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

input.status
{
    background: url(../images/search.gif) #ffffff no-repeat left center;
    border: 3px solid #EEEEEE;
    color: #808080;
    font-weight: bold;
    font-family: "Lucida Grande",Verdana,sans-serif;
    height: 35px;
    padding-left: 10px;
    padding-top:4px;
    width: 430px;
    font-size: 1em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

input.status:hover
{
    border: #d3d3d3 3px solid;
}

input.city
{
    background: url(../images/search.gif) #ffffff no-repeat left center;
    border: 3px solid #EEEEEE;
    color: #808080;
    font-weight: bold;
    font-family: "Lucida Grande",Verdana,sans-serif;
    height: 35px;
    padding-left: 10px;
    padding-top:4px;
    width: 175px;
    font-size: 1em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

input.city:hover
{
    border: #d3d3d3 3px solid;
}


input.state
{
    background: url(../images/search.gif) #ffffff no-repeat left center;
    border: 3px solid #EEEEEE;
    color: #808080;
    font-weight: bold;
    font-family: "Lucida Grande",Verdana,sans-serif;
    height: 35px;
    padding-left: 10px;
    padding-top:4px;
    width: 50px;
    font-size: 1em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

input.state:hover
{
    border: #d3d3d3 3px solid;
}

input.zip
{
    background: url(../images/search.gif) #ffffff no-repeat left center;
    border: 3px solid #EEEEEE;
    color: #808080;
    font-weight: bold;
    font-family: "Lucida Grande",Verdana,sans-serif;
    height: 35px;
    padding-left: 10px;
    padding-top:4px;
    width: 120px;
    font-size: 1em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

input.zip:hover
{
    border: #d3d3d3 3px solid;
}

select {

border:0;
font-size: 1em;
width: 420;
}
