html, body, #container {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background:url(images/background_yellow_outer.jpg) top center no-repeat;
	line-height:1;
	font:100% "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.red {background:url(images/background_red_outer.jpg) top center no-repeat;}

#container {background:url(images/background_yellow_inner.jpg) top center no-repeat;}

body > #container {
	background:#FFF url(images/background_yellow_inner.jpg) top center no-repeat;
	height:auto;
	min-height:100%;
	margin:0 auto;
	width:960px;
}

.red > #container {
	background:url(images/background_red.jpg) top center no-repeat;
	height:auto;
	min-height:100%;
}

h1 {
	background:url(images/h1_bg.gif) left bottom repeat-x;
	font:2.4em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	padding-bottom:10px;
}

.red h1 {
	background:url(images/h1_red_bg.gif) left bottom repeat-x;
}

h2 {
	color:#333;
	margin-bottom:5px;
}

h3 {
	color:#333;
	margin-bottom:5px;
	font:1.3em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h4 {
	margin:5px 0;
	font:1.25em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

a {
	color:#FFF;
	text-decoration:none;
}

img {border:none}

a:focus, a:active, :focus {
	outline:none;
}

a:active, #nav a:active {
	color:#333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

hr {
	border:none;
	border-bottom:1px dashed #787878;
	clear:both;
	height:0;
}

#header {
	background:url(images/header_bg.gif) top left repeat-x;
	height:81px;
	padding:0;
	margin:0;
}

#header .inner {
	background:url(images/header_inner_bg.jpg) 0 50px no-repeat;
	position:relative;
}

.inner {
	margin:0 auto;
	width:960px;
}

h2.logo {
	color:#FFF;
	margin:0 0 0 20px;
	width:124px;
	height:74px;
	position: relative;
	float:left;
	}

#topNav {
	position:absolute;
	font-size:.8em;
	right:20px;
	top:5px;
}

#topNav li, #footer li {
	display: inline;
	list-style-type: none;
	padding:0;
}

#topNav li, #footer li {
	color:#ac42b8;
	display:inline;
	list-style-type: none;
	padding:0;
}

#topNav li a {
	color:#d4d1c8;
	float:left;
	margin:0 10px;
}

#topNav a:hover, .subNav a:hover, #footer a:hover {
	color:#FFF;
}

#topNav .active a {
	color:#FFF;
	border-bottom:1px solid #5a5446;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	margin-top:36px;
}

#nav a {
	color:#282015;
	display:block;
	float:left;
	font-size:.8em;
	height:33px;
	text-indent:-9999px;
}

#nav a:hover, #nav .active a {
	background-position:bottom;
}

.cabs a {
	background:url(images/checker_cabs_btn.gif);
	width:161px;
}

.courier a {
	background: url(images/checker_courier_btn.gif);
	width:134px;
}

.limo a {
	background: url(images/ambassador_limos_btn.gif);
	width:182px;
}

.innerIndex {
	height:450px;
	position:relative;
	margin:0 auto;
	width:960px;
}

.index1, .index2, .index3 {
	display:block;
	float:left;
	position:absolute;
	left:71px;
	top:135px;
	text-align:left;
	width:262px;
}

.index1 a, .index2 a, .index3 a {
	color:#000;
	display:block;
	padding-top:220px;
	padding:4px 15px 8px 15px;
}

.index1 a img, .index2 a img, .index3 a img {
	float:left;
	padding-bottom:64px;
	margin-left:-11px;
}

.index1 a:hover, .index2 a:hover, .index3 a:hover {
	background-position: right 215px;
}

.index1 {
	background: url(images/index1_bg.gif) no-repeat;
	padding:0;
}

.index2 {
	background: url(images/index2_bg.gif) no-repeat;
	margin-left:280px;
}

.index3 {
	background: url(images/index3_bg.gif) no-repeat;
	margin-left:558px;
}

.index1 a {
	background:url(images/index1.gif) left 215px no-repeat;
}

.index2 a {
	background:url(images/index1.gif) 0 215px no-repeat;
}

.index3 a {
	background:url(images/index3.gif) 0 215px no-repeat;
	color:#FFF;
}

.index1 span, .index2 span, .index3 span {
	color:#FFF;
	display:block;
	font-size:.9em;
	font-style:italic;
	padding:9px 0 0 75px;
}

#nav li {
	float:left;
	margin:0 6px;
}

#subNav {
	float:left;
	padding-bottom:60px;
	width:219px;
}

#subNav img {
	margin:20px 0 80px 0;
}

#subNav ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#subNav a {
	background:url(images/subNav_bg.gif) left bottom repeat-x;
	color:#282015;
	display:block;
	padding:10px 0 10px 20px;
	font:.975em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	width:100%;
}

.red #subNav a {
	background:url(images/subNav_red_bg.gif) left bottom repeat-x;
}

#subNav .active {
	background:url(images/subNav_bullet.gif) 10px 16px no-repeat;
	font-style:italic;
}

#subNav .active a {
	font-style:italic;
	font-weight:bold;
}

#subNav ul ul a, #subNav .active ul a {
	padding-left:45px;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
	width:195px;
}

#subNav ul li ul li {
	background:url(images/subNav_li_bullet.gif) 33px 16px no-repeat;
	font-weight:normal;
}

#subNav ul li .active {
	background:url(images/subNav_bullet.gif) 33px 16px no-repeat;
	font-style:italic;
	font-weight:bold;
}

.red #subNav ul li ul li {
	background:url(images/subNav_red_bullet.gif) 33px 16px no-repeat;
}

#subNav a:hover {
	color:#333;
}

#main {
	padding-bottom:80px;
}

#main p {
	color:#282015;
	margin:0 0 15px 0;
}

#main p a {
	border-bottom:1px solid #ffcc00;
}

#main li {
	margin-left:5px;
	padding-bottom:10px;
}

#main .full {
	padding:10px 0 0 100px;
	width:840px;
}

#main p span {
	color:#999;
	display:block;
	font-style:italic;
	text-align:right;
}

#mainContent {
	padding:10px 10px 25px 10px;
	float:right;
	font-size:.8em;
	line-height:1.5em;
	width:675px;
	text-shadow:0 1px 1px #fef9e2;
}

#mainContent a {
	color:#333;
}

.red #mainContent {
	text-shadow:none;
}

#mainContent ol {
	display:block;
	padding-left:15px;
}

#mainContent ul li {
	background: url(images/ul_bullet.gif) 0 6px no-repeat;
	padding-left:12px;
	margin-left:25px;
}

.banner {
	margin:22px 0 0 5px;
}

.fleet td {
	border-bottom:1px dashed #9a3434;
	padding:25px 5px;
	vertical-align:top;
}

.fleet h3 {
	margin-top:0;
}

.sTable {
	background:#FFF url(images/sTable_bg.gif) repeat-x;
}

.sTable td {
	border:1px solid #f8e485;
	padding:10px 15px;
	text-align:left;
	vertical-align:top;
}

.sTable th {
	background:#fcf2c4;
	border:1px solid #f8e485;
	padding:12px;
	text-align:left;
}

.sTable h2 {
	margin:0;
}

.more {
	margin-top:10px;
}

#index #main {
	height:400px;
}

.photo {
	background:#FFF;
	border:1px solid #dd6f6f;
	float:left;
	padding:4px;
	margin-top:3px;
}

.photo2 {
	background:#FFF;
	border:1px solid #dd6f6f;
	float:right;
	margin:0 0 0 20px;
	padding:4px;
}

.photo4 {
	background:#FFF;
	border:1px solid #ffcc00;
	float:right;
	margin:0 0 0 20px;
	padding:4px;
}

#mainContent .photo3 {
	background:url(images/photo_bg.jpg) -2px 131px no-repeat;
	padding:25px 10px 14px 10px;
}

.photo3 img {
	background:#FFF;
	border:1px solid #dd6f6f;
	float:left;
	padding:4px;
	margin-top:3px;
}


.siteMap {
	float:left;
	margin:0 0 25px 0;
	border-bottom:none;
}

#main #mainContent .siteMap li, #mainContent .siteMapAlt li {
	background:#fcf2c4;
	display:block;
	padding:0;
	width:215px;
	margin:0;
	float:left;
}

#main #mainContent .siteMap li ul li li a {
	background:#f7edbe;
	padding:6px 0 6px 25px;
	font-size:.9em;
}

.siteMap a:hover {
	background:#fffbe6;
}

.siteMap h3 {
	margin:0;
}

#main .siteMap a {
	border-bottom:1px solid #f5cc43;
	border-left:4px solid #fbeaa2;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	display:block;
	color:#333;
	padding:8px;
}

#mainContent .siteMapAlt a {
	background:#383224;
	border-bottom:1px solid #272319;
	border-left:4px solid #272319;
	border-top:1px solid #5a5446;
	border-right:1px solid #5a5446;
	display:block;
	color:#FFF;
	padding:5px;
	text-shadow:none;
}

#mainContent .siteMapAlt a:hover {
	background:#4b4434;
}

#mainContent .field {
	border:1px solid #CCC;
	padding:3px;
}

.siteMap ul a {
	padding-left:20px;
}

.fltRight {
	float:right;
}

.fltLeft {
	float:left;
}

#footer {
	background:#342e26 url(images/footer_bg.gif) repeat-x;
	padding-top:15px;
	position:relative;
	margin-top:-90px;
	height:75px;
	clear:both;
}

#footer li {
	background:#342e26;
	float:left;
	font-size:.7em;
	text-transform:uppercase;
}

#footer li a {
	background:#342e26;
	border-right:1px solid #5e5950;
	color:#FFF;
	padding:0 13px 0 12px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .last a {
	border:none;
}

#footer .sitemap {
	background:url(images/sitemap.gif) 1px 0 no-repeat;
	padding-left:20px;
}

#footer p {
	background:#342e26;
	color:#bcb9b5;
	font-size:.7em;
	font-weight:normal;
	padding:0 13px 0 12px;
	text-align:left;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */