/* ----- Main ----- */

html 
{
	background: url(../images/html-back.png) center repeat-y;
	background-color: #181513;
}

body 
{
	margin: 0;
	padding: 0; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/top-back.png) repeat-x;
	background-color: #2F2C2A;
	
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0px;
}

h1
{
	padding-bottom: 10px;
	font-size: 20px;
	color: #60000c;
}

h2
{
	padding: 10px 0px;
	font-size: 17px;
	color: #333;
}

p
{
	padding-bottom: 15px;
}

a
{
	font-weight: bold;
	text-decoration:  none;
	color: #60000C;
}

a:hover
{
	color: #970013;
}

ul.information
{
	margin: 0px;
	padding: 0px 0px 30px 40px;
	list-style: none;
}

dt
{
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

dd
{
	padding-bottom: 20px;
}

blockquote
{
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-style: italic;
}

#outer_container
{
	background: url(../images/footer-back.png) bottom repeat-x;
}

#inner_container
{
	background: url(../images/top.png) center top no-repeat;
}

#header
{
	background: url(../images/header.jpg) center bottom no-repeat;
	height: 286px;
}

#outer_content
{
	background: url(../images/outer_content-back.png) center repeat-y;
}

#outer_content2
{
	padding-bottom: 140px;
	background: url(../images/footer.png) center bottom no-repeat transparent;
}

#inner_content
{
	position: relative;
	margin: 0 auto;
	padding-left: 185px;
	width: 656px;
	background: url(../images/content-back.png) -157px 0px repeat-y;
	border-bottom: 1px solid #96002E;
}

#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 179px;
	height: 449px;
	background: url(../images/menu.png) no-repeat;
}

#menu_home,
#menu_services,
#menu_fleet,
#menu_rates,
#menu_reservations,
#menu_specials,
#menu_contact,
#menu_company
{
	width: 179px;
	height: 26px;
	background: url(../images/menu.png) no-repeat;
}

#menu_home          { margin-top: 20px; background-position: 0px -20px; }
#menu_services      { margin-top: 19px; background-position: 0px -65px; }
#menu_fleet         { margin-top: 19px; background-position: 0px -110px; }
#menu_rates         { margin-top: 18px; background-position: 0px -154px; }
#menu_reservations  { margin-top: 15px; background-position: 0px -195px; }
#menu_specials      { margin-top: 19px; background-position: 0px -240px; }
#menu_contact       { margin-top: 19px; background-position: 0px -285px; }
#menu_company       { margin-top: 17px; background-position: 0px -328px; }

#menu_home.active          { background-position: -179px -20px; }
#menu_services.active      { background-position: -179px -65px; }
#menu_fleet.active         { background-position: -179px -110px; }
#menu_rates.active         { background-position: -179px -154px; }
#menu_reservations.active  { background-position: -179px -195px; }
#menu_specials.active      { background-position: -179px -240px; }
#menu_contact.active       { background-position: -179px -285px; }
#menu_company.active         { background-position: -179px -328px; }

#right_column
{
	position: absolute;
	top: 0px;
	right: 1px;
	width: 146px;
	height: 451px;
	background: url(../images/right_column.png) no-repeat;
}

.min_height
{
	float: left;
	height: 500px;
}

.page
{
	padding: 0px 10px 10px 10px;
	width: 480px;
}

#footer
{
	background: url(../images/footer.png) center bottom no-repeat;
}

/* ----- Container ----- */

.container
{
	padding: 5px 10px;
}

.container h6
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
}

/* ----- Highlighted Container ----- */

.highlighted_container
{
	position: relative;
}

.highlighted_container .top
{
	padding-left: 6px;
	height: 6px;
	font-size: 6px;
	background: url(../images/highlighted_container.png) no-repeat top left;
}

.highlighted_container .top span
{
	display: block;
	height: 6px;
	background: url(../images/highlighted_container.png) no-repeat 100% -6px;
}

.highlighted_container .bottom
{
	padding-left: 6px;
	height: 6px;
	font-size: 6px;
	background: url(../images/highlighted_container.png) no-repeat bottom left;
}

.highlighted_container .bottom span
{
	display: block;
	height: 6px;
	background: url(../images/highlighted_container.png) no-repeat 100% -10px;
}

.highlighted_container .content
{
	padding: 11px 10px 11px 10px;
	background-color: #e7d5a4;
}

.highlighted_container h6
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
}

/* ----- Highlighted Container 2 ----- */

.highlighted_container2
{
	padding: 5px 10px;
	background: url(../images/highlighted_container2.png) repeat-x;
	background-color: #e7d5a4;
	border: 1px solid #d5c290;
}

.highlighted_container2 h6
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
}

/* ----- Content Styles ----- */

p.quote
{
	font-style: italic;
	color: #420000;
}

/* ----- Index Page ----- */

#index_page #callbox
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #7A0413;
	text-align: center;
}

#index_page #fleet_container
{
	height: 230px;
	background-color: #2c2c2c;
}

#index_page #fleet_container h4
{
	padding-top: 7px;
	text-align: center;
	color: #BBB;
}

#index_page #fleet_container img
{
	margin-top: 10px;
	border: 0px;
}

#index_page #fleet_container a
{
	display: inline;
	color: #FFF;
}

#index_page #fleet_container ul
{
	padding: 0px;
	margin-left: 40px;
	list-style: none;
}

#index_page #fleet_container li
{
	padding: 2px 0px;
}

#index_page .highlighted_container,
#index_page .highlighted_container2
{
	margin-bottom: 10px;
	font-size: 10px;
}

#index_page h2
{
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 16px;
	color: #60000c;
}

#index_page h4
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
	text-align: left;
	font-size: 12px;
}

#index_page .two_columns1,
#index_page .two_columns2
{
	margin-bottom: 10px;
}

#index_page .two_columns1 td,
#index_page .two_columns2 td
{
	vertical-align: top;
}

#index_page .two_columns1 .column_one
{
	padding-right: 20px;
	width: 280px;
}

#index_page .two_columns1 .column_two
{
	width: 179px;
	text-align: center;
}

#index_page .two_columns1 .column_two img
{
	border: 1px solid #000;
}

#index_page .two_columns2 .column_one
{
	padding-right: 20px;
	width: 165px;
	font-size: 10px;
}

#index_page .two_columns2 .column_two
{
	width: 294px;
}

#index_page .three_columns
{
	margin-bottom: 20px;
}

#index_page .three_columns td
{
	padding: 0px 5px;
	width: 158px;
}

#index_page ul
{
	margin: 0px 0px 15px 28px;
	padding: 0px;
	text-align: left;
}

#index_page li
{
	margin: 0px;
	padding: 0px;
}

#index_page a
{
	display: block;
	text-align: center;
	font-size: 11px;
}

/* ----- Fleet Page ----- */

#fleet_page h3
{
	float: left;
	padding-right: 20px;
	font-size: 14px;
}

#fleet_page h4
{
	font-size: 14px;
	text-align: center;
}


#fleet_page td
{
	padding: 0px 20px 10px 20px;
}

#fleet_page a
{
	cursor: pointer;
}

#enlarged_image
{
	float: right;
	width: 330px;
}

#enlarged_image .content
{
	height: 263px;
}

#enlarged_image .image1,
#enlarged_image .image2
{
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 2;
}

#enlarged_image .image2 { z-index: 3; }

#fleet_page #category_list
{
	margin: 40px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#fleet_page #category_list li
{
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow.png) 0px -5px no-repeat;
}

#fleet_page #category_list li.active { background-position: 0px 5px; }
#fleet_page #category_list li.active a { color: #970013; }

#fleet_page #view_slideshow
{
	padding: 10px 10px 20px 10px;
	text-align: right;
}

#fleet_page #view_slideshow a
{
	padding: 5px;
	background-color: #E1CC93;
	border: 1px solid #BF982F;
}

#thumbnails
{
	float: left;
	width: 479px;
	margin-top: 15px;
}

#thumbnails .thumbnail
{
	position: relative;
	float: left;
	z-index: 3;
	padding: 10px 13px 10px 13px;
}

#thumbnails .thumbnail img
{
	cursor: pointer;
}

#thumbnails .border,
#thumbnails .border_hovered,
#thumbnails .border_active
{
	position: absolute;
	padding: 3px;
	width: 88px;
	height: 66px;
	background-color: #5D5D5D;
	z-index: 1;
}

#thumbnails .border_hovered
{
	background-color: #808080;
}

#thumbnails .border_active
{
	background-color: #000;
	z-index: 2;
}

/* ----- Services Page ----- */

#services_page
{
	text-align: justify;
}

#services_page img
{
	margin: 0px 3px;
	border: 2px solid #666;
}

#services_page img:hover
{
	border: 2px solid #999;
}

#services_page .information_container
{
	position: relative;
	top: 30px;
	margin-bottom: 80px;
	padding: 60px 10px 10px 10px;
	border: 1px solid #BF982F;
}

#services_page .information_container h1
{
	padding: 0px 5px;
	position: absolute;
	top: -17px;
	background-color: #E1CC93;
	font-size: 25px;
}

#services_page .information_container .images
{
	position: absolute;
	top: -45px;
	right: 15px;
	width: 244px;
}

/* This is for the handicapped box only. */
#services_page .handicapped
{
	top: 0px;
	padding-top: 25px;
}

/* ----- Company Page ----- */

#company_page .two_columns { margin-bottom: 10px; }
#company_page .two_columns td { vertical-align: top; }

#company_page .two_columns .column_one
{
	padding-right: 20px;
	width: 267px;
}

#company_page .two_columns .column_two { width: 207px; }

#company_page .reference
{
	padding: 15px 0px 0px 20px;
}

#company_page .reference em
{
	display: block;
	padding: 5px 0px 0px 20px;
}

#company_page a.view_full
{
	margin: 10px;
	display: block;
	text-align: right;
}
/* ----- Form Styles ----- */

form
{
	width: 97%;
}

form fieldset
{
	margin-bottom: 15px;
	padding: 20px 10px 15px 10px;
	border: 1px solid #BF982F;
}

form legend
{
	padding: 5px;
	font-weight: bold;
	color: #000;
}

form label, form input, form textarea, form select
{
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

form textarea
{
	font-family: arial;
}

form label 
{
	float: left;
	text-align: right;
	width: 170px;
	padding-right: 20px;
}

form .group .group_elements
{
	float: left;
}

form .group .group_elements .element { display: inline; }

form .group_elements .element label, 
form .group_elements .element div.title
{
	float: left;
	margin: 0;
	padding-right: 0px;
	width: auto;
	text-align: left;
}

form .group .group_elements div.title
{
	width: 300px;
}

form .group br { clear: left; }

form .element { clear: left; }

form .element br { clear: left; }

form .element em { font-weight: normal; font-style: normal; }

form .radio, form .checkbox
{
	float: left;
	margin-right: 7px;
}

form .submit, .button, .reset
{
	padding: 1px 5px 1px 5px;
	margin-top: 15px;
}

form .error 
{ 
	padding: 3px;
	margin-left: 193px;
	color: #444;
	font-style: italic;
}