/* 
    Document   : macon-truck-rental
    Created on : May 20, 2009, 3:24:45 PM
    Author     : Andrew
    Description:
        Purpose of the stylesheet follows.
*/
html {height:100%;}
body { font-family: Verdana,Arial,Helvetica,sans-serif;background-color: rgb(191, 191, 191);min-height:100%; }
#doc.yui-t1 {line-height:1.35em;}
#hd
{
    width:750px;
    height:208px;
    background-image:url(bg-header.png);
}
#hd div { padding: 2em;font-family: Georgia,'Times New Roman',times,serif;}
#hd h1
{
    color: #ffff33;
    margin:0;
    font-size:34pt;
}
#hd p
{
    color:#ffffff;
    font-size:24px;
    margin-top:1em;
}
#superStorage
{
    font-size:14px;
}
#yui-main .yui-b
{
    padding-left:1.5em;
}
#reservationLink
{
    color:red;
    font-size:11pt;
    font-weight:bold;
    text-decoration:none;
}
#reservationLink:hover {text-decoration:underline;}
h2 {
    color: #ff0033;
}
h3 {
    color: #003399;
}
h3#phoneNum { display:inline;}
#bd,#ft {background-color:rgb(217,217,217);}
ul.nav { list-style-type: none;margin-left:5px;}
ul.nav li {display:block;}
ul.nav a
{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}
ul.nav a:hover
{
    text-decoration: underline;
}
ul.nav a.current { font-weight:bold;}
.clear { clear:both;}
.main_left,.main_right
{
    float:left;
}
.main_right
{
    /*margin-left:10px;*/
}
table, tr, td, th
{
    border-collapse:collapse;
    border:0px;
}
#slideshow
{
    border:1px solid black;
    height:145px;
    padding: 0.8em;
    text-align:center;
    width:200px;
}
div.slides
{
    width:200px;
    height:155px;
}
div.slides div {display:none;}
div.slides div.firstSlide {display:block;}
div.slides p
{
    width:175px;
    overflow:auto;
}
#mailForm input,#mailForm textarea { display: block;}
#mailForm .radio {display:inline;}
#mailForm textarea {width:300px;}
.error
{
    color: #FF0000;
    font-size: 12px;
}

