﻿/************************************************************************************************************************
	COLORS, BORDERS & FONTS
************************************************************************************************************************/
#secondary_nav	{
	width: 780px;
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
}
#secondary_nav a.link:hover	{
	text-decoration: underline;
}

.default  #container { 

	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.default  #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.default #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}








html 
{
	font: 62.5% Arial; 
}


h2	{font-size: 1.4em; }
h3	{font-size: 1.3em; }
h4	{font-size: 1.2em; }
h5	{font-size: 1.1em; }
h6	{font-size: 1.0em; }
img
{
	border: none; 
}
input, select 
{
	font-size: 1.0em; 
}
.header a
{
	background: inherit; 
	color: #fff; 
}
.header .banner
{
	background: url(/media/header.gif) no-repeat center bottom; 
	color: inherit; 
}
.primary-menu, 
.primary-menu a
{
	background: #03c; 
	color: #fff; 
}
.primary-menu a:hover
{
color:#fff;
background: #000099;
}
.content
{
	background: #fff; 
	color: #009; 
}
.content a
{
	background: inherit; 
	color: #c00; 
	text-decoration: none; 
	font-weight:bold;
	
}



.secondary-menu
{
	background: #03c; 
	color: #fff; 
}
.secondary-menu a
{
	background: inherit; 
	color: #fff; 
}



.content li#res-no
{
	color: #c00; 
} 
.content .validation-summary
{
	background: #ffc url(/media/error.gif) no-repeat 32px 32px;
	border-bottom: solid 2px #fc3; 
	border-top: solid 2px #fc3; 
	color: #f00; 
	font-weight: bold; 
	font-size: 1.6em; 
}
.content .validation-summary ul
{
	font-size: 75%; 
}
.content .blackout
{
	background: inherit; 
	color: #f00; 
	font-weight: bold; 
}
.content .fleet .name
{
	font-weight: bold; 
}
.content .title
{
	border-bottom: solid 1px #999; 
	font-weight: bold; 
	font-size: 1.1em; 
}
.content .vehicle .name
{
	font-weight: bold; 
}
.content .vehicle .features
{
	font-size: 0.9em; 
}
.content .quote tr.Total
{
	font-size: 1.2em; 
	font-weight: bold; 
}

.copyright,  
.power,  
.copyright a, 
.power a 
{
	background: #12125B; 
	color: #fff; 
}
.seokeywords  
{
    /* visibility: hidden; */
}
.secondary-menu li, 
.secondary-menu li li:first-child
{
	border-left: solid 1px #666; 
}
.secondary-menu li:first-child
{
	border-left: none; 
}

.vehicle-list li
{
	font-weight: bold; 
}
.vehicle-list li li
{
	font-weight: normal; 
}

.power
{
	font-size: 0.9em; 
}

body.faq .content label 
{
	font-weight: bold; 
}

.main .wait
{
	background: #f00 url(/media/loading.gif) no-repeat 8px; 
	color: #fff; 
}

#secondary
{
	background: #ccc; 
}

/************************************************************************************************************************
	LAYOUT
************************************************************************************************************************/

body 
{
	margin: 0; 
	padding: 15px 0; 
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding: .5em 0; 
}
p
{
	padding: 0 0 1em; 
	margin: 0; 
}
table
{
	border-collapse: collapse; 
}
td
{
	vertical-align: top; 
}

ul.form
{
	margin: 0; 
	padding: 0; 
}

.main
{
	margin: auto; 
	width: 768px; 
}

.main .wait
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 8px 8px 8px 28px; 
}

/******************** Header ********************/

.print-heading
{
	display: none; 
}


.header
{
}

.header .lang
{
	float: right; 
	padding: .5em 0; 
}
.header .lang a
{
	padding-left: 1em; 
}
.header .lang img
{
	vertical-align: middle; 
	margin-right: .25em; 
}

.header .banner
{
	clear: both; 
	text-align: right; 
}

.primary-menu
{
	padding: .5em 1em; 
    text-transform: uppercase; 
}
.primary-menu ul, .primary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.primary-menu a
{
	margin: 0 1em; 
	text-decoration: none; 
}

/*
.primary-menu
{
    clear: both; 
    text-transform: uppercase; 
    line-height: 20px; 
    width: 100%; 
}
.primary-menu ul 
{
	display: inline; 
	margin: 0; 
	padding: 0; 
    list-style: none; 
}
.primary-menu li
{
	display: inline; 
}

.primary-menu a
{
    padding: 0 1em; 
	text-decoration: none; 
}
*/

/******************** Content ********************/



/****************************** DO NOT TOUCH ******************************/



.content .box
{
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.content .validation-summary
{
	margin: 4px 0; 
	padding: 32px 16px 16px 132px; 
}
/****************************** DO NOT TOUCH ******************************/

.content .form 
{
	list-style: none; 
}
.content .form li 
{
	font-weight: bold; 
	padding: .5em 0; 
}

.content .form label 
{
	display: block; 
	font-weight: normal; 
}
.content .form .inline label 
{
	display: inline; 
}


.content .buttons
{
	clear: both; 
	padding: 18px 0; 
	text-align: center; 
}

.actions
{
	clear: both; 
	margin-top: 1em; 
	text-align: center; 
}
.actions a, 
.actions input 
{
	margin-left: .5em; 
	margin-right: .5em; 
}
.title
{
	margin-bottom: 4px; 
	padding-top: 4px 8px; 
}
.ssl
{
	clear: both; 
	background: url(/media/lock.gif) no-repeat; 
	color: #090; 
	font-weight: bold; 
	padding: 0 0 0 18px; 
}

/******************** Footer ********************/

.copyright,  
.power 
{
	text-align: center; 
}
.copyright  
{
	padding-top: 8px; 
}
.power 
{
	padding-bottom: 8px; 
}

.secondary-menu
{
	padding: .5em 0; 
	text-align: center; 
}
.secondary-menu a
{
	padding: 0 .5em; 
}
.secondary-menu ul, 
.secondary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.footer .copyright
{
	clear: both; 
	margin: 8px 0; 
}
.footer .power
{
	margin: 8px 0; 
}

/************************************************************************************************************************
	ELEMENTS
************************************************************************************************************************/

/******************** Calendar ********************/
.calendar a
{
	text-decoration: none; 
}

/******************** Reservation ********************/
div#reservation ul li 
{
	float: left; 
	width: 48%; 
}

/******************** Contact ********************/
div#contact ul li
{
	float: left; 
	width: 48%; 
}

/******************** Payment ********************/
div#payment ul li
{
	float: left; 
	/* width: 30%; */
}
/******************** Flight ********************/
div#flight ul li
{
	float: left; 
	/* width: 48%; */
}

/******************** Vehicle ********************/

div.vehicle .info
{
	float: right; 
	/* padding-right: 8px; */
	width: 35%; 
}
div.vehicle .name
{
	padding-top: 4px; 
}
div.vehicle .models
{
}
div.vehicle .occupancy
{
	/* margin: 16px 0 0 32px; */
	margin: .5em 0 .5em 2em; 
	padding: 0; 
}

/******************** Fleet  ********************/

.content .fleet
{
	width: 100%; 
}
.content .fleet td
{
	padding: 16px 0; 
	text-align: center; 
}
.content .fleet .pic 
{
}
.content .fleet .rates
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.content .fleet .blackout
{
	padding: 4px 0; 
}

/******************** Extras ********************/

.content .extras	
{
	width: 100%; 
}
.content .extras td
{
	padding: 0 2px; 
	vertical-align: middle; 
}
.content .extras td.qty
{
	text-align: center; 
}
.content .extras td.price
{
	padding-right: 0; 
}

/******************** Quote ********************/

.content .quote
{
/*	width: 100%; */
}
.content .quote td
{
	padding: 2px 0 2px 8px; 
	vertical-align: middle; 
}
.content .quote td.qty
{
	text-align: right; 
}
.content .quote td.charge
{
}
.content .quote td.subtotal
{
	text-align: right; 
}

/******************** Customer ********************/
div#contact ul li 
{
	float: left; 
	width: 48%; 
}
div#contact ul input
{
	width: 80%; 
}

/******************** Payment/Flight ********************/
div#payment ul li, 
div#flight ul li 
{
	float: left; 
	margin-right: 1em; 
}
div#flight input
{
	width: 6em; 
}

/******************** Comments ********************/
div#comments textarea
{
	width: 320px; 
	height: 100px; 
}

/******************** Vehicle list ********************/

.vehicle-list
{
	margin: 0; 
	padding: .25em; 
}
.vehicle-list a
{
	text-decoration: none; 
	/* white-space: nowrap; */
}
.vehicle-list a:hover
{
	text-decoration: underline; 
}
.vehicle-list ul
{
	display: inline; 
	margin: 0; 
	padding: 0; 
}

.vehicle-list li
{
	list-style: none; 
	display: inline; 
	font-weight: bold; 
	margin-right: .5em; 
}
.vehicle-list li li
{
	font-weight: normal; 
	margin-left: .5em; 
}


/******************** Powered by ********************/

.power
{
	text-align: center; 
}
.power img
{
	vertical-align: middle; 
}

/************************************************************************************************************************
	PAGES
************************************************************************************************************************/


body.default div.col#specials-div 
{

	width: 160px; 
	float:left
}
body.default div.col#specials-div h2, 
body.default div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.default div.col#primary 
{
	border: solid 1px #03c; 
	font-size: 1.4em; 
	
		margin: 0 160px;
}
body.default div.col#primary .box 
{
	background: #eee; 
}
body.default div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.default div.col#vehicles-div 
{

	width: 160px; 
	float:right
}
body.default div.box#form 
{
}
body.default div.box#form #pickup-location select
{
	width: 200px; 
}
body.default div.box#form #rate input
{
	width: 50px; 
}

body.default table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/********************orlandoi  ********************/

body.orlandoi div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.orlandoi div.col#specials-div h2, 
body.orlandoi div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.orlandoi div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.orlandoi div.col#primary .box 
{
	background: #eee; 
}
body.orlandoi div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.orlandoi div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.orlandoi div.box#form 
{
}
body.orlandoi div.box#form #pickup-location select
{
	width: 200px; 
}
body.orlandoi div.box#form #rate input
{
	width: 50px; 
}

body.orlandoi table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/******************** Contact page ********************/

body.contact-default div.col#primary 
{
	width: 60%; 
}
body.contact-default div.col#secondary 
{
	width: 40%; 
}
body.contact-default li#message
{
	clear: both; 
}
body.contact-default li#message textarea
{
	width: 20em; 
	height: 100px; 
}






body.contact-default #locations ul
{
	list-style: none; 
}

body.contact-default .locations
{
	margin: 0; 
	padding: 0; 
}
body.contact-default .location
{
	float: left; 
	clear: both; 
	width: 100%; 
	border-top: solid 1px #ccc; 
	padding: 1em 0; 
}
body.contact-default .location:first-child
{
	border-top: none; 
}

body.contact-default .location .name
{
	font-weight: bold; 
	float: left; 
	width: 42%; 
}
body.contact-default .location .name .hours
{
	padding: .5em 0 0 1em; 
}
body.contact-default .location .name .hours label
{
	float: left; 
	width: 5em; 
}
body.contact-default .location .name .hours ul
{
	margin: 0; 
	padding: 0; 
}
body.contact-default .location .name .hours li
{
	font-weight: normal; 
}
body.contact-default .location .address-phones
{
	float: left; 
	width: 42%; 
}
body.contact-default .location .address-phones .address
{
	text-transform: uppercase; 
}
body.contact-default .location .address-phones .phones
{
	margin: 0; 
	padding-top: .5em; 
}
body.contact-default .location .address-phones .phones label
{
	float: left; 
	width: 4em; 
}

body.contact-default .location .map
{
	float: left; 
	width: 16%; 
}


/******************** Rent home  ********************/

/*

body.rent-default div.content
{
	padding: 0 2px; 
}

body.rent-default div.col#primary 
{
	width: 70%; 
}
body.rent-default div.col#secondary 
{
	width: 30%; 
}
body.rent-default div.box#form 
{
}
body.rent-default div.box#form #pickup-location select
{
	width: 190px; 
}
body.rent-default div.box#form #rate input
{
	width: 50px; 
}

body.rent-default table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
*/

body.rent-default div.col
{
	float: right; 
}
body.rent-default div.col#primary
{
	width: 65%; 
}
body.rent-default div.col#secondary
{
	width: 35%; 
}
body.rent-default li#pickup-date, 
body.rent-default li#dropoff-date 
{
	clear: both; 
	float: left; 
	padding-right: 1em; 
}
body.rent-default li#pickup-date input, 
body.rent-default li#dropoff-date input 
{
	width: 7em; 
}
body.rent-default li#rate-code input 
{
	width: 5em; 
}

/******************** Group page ********************/

body.rent-group div.col#primary 
{
	width: 70%; 
}
body.rent-group div.col#secondary 
{
	width: 30%; 
}

/******************** Quote page ********************/

body.rent-quote div.col#primary 
{
	width: 58%; 
}
body.rent-quote div.col#secondary 
{
	width: 42%; 
}
body.rent-quote div.box#reservation 
{
}
body.rent-quote div.box#vehicle 
{
}
body.rent-quote div.box#other-choices 
{
}
body.rent-quote div.box#extras 
{
}
body.rent-quote div.box#quote 
{
}

body.rent-quote table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** Reserve page ********************/

body.rent-reserve div.col#primary 
{
	width: 50%; 
}
body.rent-reserve div.col#secondary 
{
	width: 50%; 
}
body.rent-reserve div.box#reservation 
{
}
body.rent-reserve div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-reserve div.box#quote 
{
}

body.rent-reserve li#flight-airline
{
	clear: both; 
}
body.rent-reserve li#comments
{
	clear: both; 
}
body.rent-reserve li#cc-exp input
{
	width: 4em; 
}

/******************** View page ********************/

body.rent-view div.col#primary 
{
	width: 40%; 
}
body.rent-view div.col#secondary 
{
	width: 60%; 
}
body.rent-view div.box#reservation 
{
}
body.rent-view div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-view div.box#quote 
{
}

body.rent-view li#cc-exp input
{
	width: 4em; 
}
body.rent-view li#flight-airline
{
	clear: both; 
}
body.rent-view li#comments
{
	clear: both; 
}

/******************** Faq page ********************/

body.faq .content div.col#primary
{
	width: 80%; 
}
body.faq .content div.col#secondary  
{
	width: 20%; 
}
body.faq .content ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
body.faq .content li
{
	padding: .5em 0; 
	width: 30em; 
}
body.faq .content label 
{
	display: block; 
}

/******************** Vehicle page ********************/

body.vehicles .content .pic
{
	float: right; 
	padding-left: 4px; 
}
/********************orlando  ********************/

body.orlando div.col#specials-div 
{
border: solid 1px #03c; 
	width: 150px; 
}
body.orlando div.col#specials-div h2, 
body.orlando div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.orlando div.col#primary 
{
	border: solid 1px #03c; 
	width: 57%; 
	font-size: 1.4em; 
}
body.orlando div.col#primary .box 
{
	background: #eee; 
}
body.orlando div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.orlando div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.orlando div.box#form 
{
}
body.orlando div.box#form #pickup-location select
{
	width: 200px; 
}
body.orlando div.box#form #rate input
{
	width: 50px; 
}

body.orlando table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************sanford  ********************/

body.sanford div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.sanford div.col#specials-div h2, 
body.sanford div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.sanford div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.sanford div.col#primary .box 
{
	background: #eee; 
}
body.sanford div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.sanford div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.sanford div.box#form 
{
}
body.sanford div.box#form #pickup-location select
{
	width: 200px; 
}
body.sanford div.box#form #rate input
{
	width: 50px; 
}

body.sanford table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************tampa  ********************/

body.tampa div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.tampa div.col#specials-div h2, 
body.tampa div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.tampa div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.tampa div.col#primary .box 
{
	background: #eee; 
}
body.tampa div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.tampa div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.tampa div.box#form 
{
}
body.tampa div.box#form #pickup-location select
{
	width: 200px; 
}
body.tampa div.box#form #rate input
{
	width: 50px; 
}

body.tampa table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************palmbeach  ********************/

body.palmbeach div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.palmbeach div.col#specials-div h2, 
body.palmbeach div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.palmbeach div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.palmbeach div.col#primary .box 
{
	background: #eee; 
}
body.palmbeach div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.palmbeach div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.palmbeach div.box#form 
{
}
body.palmbeach div.box#form #pickup-location select
{
	width: 200px; 
}
body.palmbeach div.box#form #rate input
{
	width: 50px; 
}

body.palmbeach table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/********************miami  ********************/

body.miami div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.miami div.col#specials-div h2, 
body.miami div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.miami div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.miami div.col#primary .box 
{
	background: #eee; 
}
body.miami div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.miami div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.miami div.box#form 
{
}
body.miami div.box#form #pickup-location select
{
	width: 200px; 
}
body.miami div.box#form #rate input
{
	width: 50px; 
}

body.miami table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/********************ftlauderdale  ********************/

body.ftlauderdale div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.ftlauderdale div.col#specials-div h2, 
body.ftlauderdale div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.ftlauderdale div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.ftlauderdale div.col#primary .box 
{
	background: #eee; 
}
body.ftlauderdale div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.ftlauderdale div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.ftlauderdale div.box#form 
{
}
body.ftlauderdale div.box#form #pickup-location select
{
	width: 200px; 
}
body.ftlauderdale div.box#form #rate input
{
	width: 50px; 
}

body.ftlauderdale table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************florida  ********************/

body.florida div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 18%; 
}
body.florida div.col#specials-div h2, 
body.florida div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.florida div.col#primary 
{
	width: 60%; 
	font-size: 1.6em; 
}
body.florida div.col#primary .box 
{
	background: #eee; 
}
body.florida div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 
}

body.florida div.col#vehicles-div 
{
	border-left: solid 1px #ccc; 
	width: 21%; 
}
body.florida div.box#form 
{
}
body.florida div.box#form #pickup-location select
{
	width: 200px; 
}
body.florida div.box#form #rate input
{
	width: 50px; 
}

body.florida table.fleet td
{
	padding: 4px; 
	width: 33%; 
}


	.get-a-quote 
	{

		color: #fff; 
		background: #c00; 
		display: block; 
		border-top: solid 2px #f00; 
		border-left: solid 2px #f00; 
		border-bottom: solid 2px #900; 
		border-right: solid 2px #900; 
		padding: 8px; 
		margin-bottom: 0;

		text-align: center; 

	}
/********************tampai  ********************/

body.tampai div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.tampai div.col#specials-div h2, 
body.tampai div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.tampai div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.tampai div.col#primary .box 
{
	background: #eee; 
}
body.tampai div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.tampai div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.tampai div.box#form 
{
}
body.tampai div.box#form #pickup-location select
{
	width: 200px; 
}
body.tampai div.box#form #rate input
{
	width: 50px; 
}

body.tampai table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************sanfordi  ********************/

body.sanfordi div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.sanfordi div.col#specials-div h2, 
body.sanfordi div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.sanfordi div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.sanfordi div.col#primary .box 
{
	background: #eee; 
}
body.sanfordi div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.sanfordi div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.sanfordi div.box#form 
{
}
body.sanfordi div.box#form #pickup-location select
{
	width: 200px; 
}
body.sanfordi div.box#form #rate input
{
	width: 50px; 
}

body.sanfordi table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************palmbeachi  ********************/

body.palmbeachi div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.palmbeachi div.col#specials-div h2, 
body.palmbeachi div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.palmbeachi div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.palmbeachi div.col#primary .box 
{
	background: #eee; 
}
body.palmbeachi div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.palmbeachi div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.palmbeachi div.box#form 
{
}
body.palmbeachi div.box#form #pickup-location select
{
	width: 200px; 
}
body.palmbeachi div.box#form #rate input
{
	width: 50px; 
}

body.palmbeachi table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************miamii  ********************/

body.miamii div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.miamii div.col#specials-div h2, 
body.miamii div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.miamii div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.miamii div.col#primary .box 
{
	background: #eee; 
}
body.miamii div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.miamii div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.miamii div.box#form 
{
}
body.miamii div.box#form #pickup-location select
{
	width: 200px; 
}
body.miamii div.box#form #rate input
{
	width: 50px; 
}

body.miamii table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************ftlauderdalei  ********************/

body.ftlauderdalei div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.ftlauderdalei div.col#specials-div h2, 
body.ftlauderdalei div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.ftlauderdalei div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.ftlauderdalei div.col#primary .box 
{
	background: #eee; 
}
body.ftlauderdalei div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.ftlauderdalei div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.ftlauderdalei div.box#form 
{
}
body.ftlauderdalei div.box#form #pickup-location select
{
	width: 200px; 
}
body.ftlauderdalei div.box#form #rate input
{
	width: 50px; 
}

body.ftlauderdalei table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/********************floridai  ********************/

body.floridai div.col#specials-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.floridai div.col#specials-div h2, 
body.floridai div.col#vehicles-div h2 
{
	background: #03c; 
	color: #fff; 
	text-align: center; 
}
body.floridai div.col#primary 
{
	width: 57%; 
	font-size: 1.4em; 
}
body.floridai div.col#primary .box 
{
	background: #eee; 
}
body.floridai div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}

body.floridai div.col#vehicles-div 
{
	border: solid 1px #03c; 
	width: 21%; 
}
body.floridai div.box#form 
{
}
body.floridai div.box#form #pickup-location select
{
	width: 200px; 
}
body.floridai div.box#form #rate input
{
	width: 50px; 
}

body.floridai table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
/****************sports****************/
body.sports div.col#primary 
{
	width: 80%; 
	font-size: 1.4em; 
}
body.sports div.col#primary .box 
{
	background: #eee; 
}
body.sports div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}
/****************groups****************/
body.groups div.col#primary 
{
	width: 80%; 
	font-size: 1.4em; 
}
body.groups div.col#primary .box 
{
	background: #eee; 
}
body.groups div.col#primary ul
{
	margin-left: 1em; 
	padding: 0; 
	font-size: .8em; 

}
