/* Homepage stylesheet */

/* Imports */
@import url(/stylesheets/vehicle-reserve-button.css);
/*@import url("/stylesheets/navigation.css");*/




/* Styles */

#pageText /* Basestyle override */
{
	min-height: 250px;
}
/* End: Styles */




#rentalType
{
	text-align: center;
	margin: 20px 0px;
}

div.controls /* vehicle-reserve-button override */
{
	display: inline-block;
}

div.controls a
{
	display: inline-block;
	margin: 0px 5px;
}
/* End: Call to Action */