body 
{
    margin: 0px;
    padding: 0px;
    background: url('/Content/Images/main_bg.gif') top center repeat-x #434444;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #848484;
}
img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
}
p 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
a 
{
    color: #b80719;
}
.clear 
{
    clear: both;
}

.hide
{
    display:none;
}

#body 
{
    width: 778px;
    margin: 15px auto 65px auto;
}
#header 
{
    background: url('/Content/Images/body_head.png') no-repeat;
    width: 778px;
    height: 10px;
}
#main 
{
    width: 756px;
    padding: 0px 14px 0px 8px;
    background: url('/Content/Images/body_middle.png') repeat-y;
    overflow: auto;
}
#navigation 
{
    padding-bottom: 2px;
}
#navigation ul 
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#navigation li 
{
    float: left;
    padding: 0px;
    margin: 0px;
}
#navigation a 
{
    padding: 0px;
    margin: 0px;
}    
#footer 
{
    background: url('/Content/Images/body_foot.png') no-repeat;
    width: 778px;
    height: 22px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
#footer a
{
    color: #848484;
    text-decoration: none;
}
#footer a:hover
{
    color: #dddddd;
}
#rent_now 
{
    position: absolute;
    margin-left: 520px;
    margin-top: 45px;
}
#left_content 
{
    padding: 25px;
    width: 430px;
    float: left;
}
#right_content 
{
    float: left;
    width: 276px;
}
#right_content p 
{
    width: 80px;
}
#main_content 
{
    padding: 10px 25px 25px 25px;
}

p.footer_text 
{
	background-color: #000000;
	color: #ffd748;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.locations 
{
    background: url('/Content/Images/locations.gif') no-repeat right;
    height: 252px;
}
.yellow_div 
{
    height: 4px;
    background-color: #ffd046;
}
.black_div 
{
    height: 4px;
    background-color: #000000;
}
.red 
{
    color: #b80719;
}
#main_image 
{
    margin-bottom: 3px;
}
#col1 
{
    float: left;
    width: 149px;
    height: 124px;
    margin-left: 0px;
    margin-bottom: 3px;
}
#col2 
{
    float: left;
    width: 149px;
    height: 124px;
    margin-left: 2px;
    margin-bottom: 3px;
}
#col3 
{
    float: left;
    width: 149px;
    height: 124px;
    margin-left: 3px;
    margin-bottom: 3px;
}
#col4 
{
    float: left;
    width: 149px;
    height: 124px;
    margin-left: 3px;
    margin-bottom: 3px;
}
#col5 
{
    float: left;
    width: 149px;
    height: 124px;
    margin-left: 3px;
    margin-bottom: 3px;

}

#survey
{
    margin: 10px 10px 10px 10px;
}

#survey .validation-summary-errors
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: Red;
}

.field-validation-error
{
    color: Red;
}

#survey div.question 
{
    margin-bottom: 15px;
}

#survey div.question p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#survey textarea
{
    height: 75px;
    width: 500px;
}

/* Dealer Locator */

#map 
{
    width:430px;
    height:350px;
    float: left;
}
#sidebar 
{
    height: 350px;
    width: 250px;
    float: left;
    padding: 0px 10px 0px 10px;
    overflow: auto;
}
