html { height: 100%; margin: 0; padding: 0; }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f0f6fb;
	background-image: url(images/tile.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #0053a2;
	margin: 15px 0 18px 0; 
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ba1d1d;
	margin: 0; 
	padding: 0 0 4px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #004b9f;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #cecece;
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0e3458;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0e3458;
}

a:link {color: #3282cd; text-decoration: none;}
a:visited {color: #3282cd; text-decoration: none;}
a:hover {color: #d80404; text-decoration: none;}
a:active {color: #d80404; text-decoration: none;}

ul, li {margin:0;padding:0;}
ul {
	list-style-image: url(images/sub-arrow.gif);
	list-style-type: circle;
}
li {margin-left: 25px;}

#page-container {
	height: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 770px;
	height: 133px;
	background-image: url(images/header-bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
}
a.logo {
	width: 121px;
	height: 94px;
	margin-top: 16px;
	margin-left: 25px;
	background-image: url(images/logo.jpg);
	float: left;
	display: inline-block;

}
a.logo:hover {}
#contactblurb {width:266px;height:49px;margin-top:18px;margin-left:325px;float:left;text=align:left;display:inline;}
#navigation {
	margin-left:50px;
	margin-top:22px;
	float:left;
	display:none;
}
a.nav-home {
	width: 74px;
	height: 44px;
	background-image: url(images/nav-home.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-home:hover {
	width: 74px;
	height: 44px;
	background-image: url(images/nav-home.jpg);
	background-position: 0 -44px;
	float: left;
}
a.nav-about {
	width: 95px;
	height: 44px;
	background-image: url(images/nav-about.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-about:hover {
	width: 95px;
	height: 44px;
	background-image: url(images/nav-about.jpg);
	background-position: 0 -44px;
	float: left;
}
a.nav-charter {
	width: 91px;
	height: 44px;
	background-image: url(images/nav-charter.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-charter:hover {
	width: 91px;
	height: 44px;
	background-image: url(images/nav-charter.jpg);
	background-position: 0 -44px;
	float: left;
}
a.nav-services {
	
}
a.nav-packages {
	width: 95px;
	height: 44px;
	background-image: url(images/nav-services.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-packages:hover {
	width: 95px;
	height: 44px;
	background-image: url(images/nav-services.jpg);
	background-position: 0 -44px;
	float: left;
}
a.nav-fleet {
	width: 100px;
	height: 44px;
	background-image: url(images/nav-fleet.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-fleet:hover {
	width: 100px;
	height: 44px;
	background-image: url(images/nav-fleet.jpg);
	background-position: 0 -44px;
	float: left;
}
a.nav-contact {
	width: 99px;
	height: 44px;
	background-image: url(images/nav-contact.jpg);
	background-position: 0 0px;
	float: left;
}
a.nav-contact:hover {
	width: 99px;
	height: 44px;
	background-image: url(images/nav-contact.jpg);
	background-position: 0 -44px;
	float: left;
}
#showcase {
	width: 770px;
	height: 213px;
	background-image: url(images/showcase_01.jpg);
	float: left;
}
#content-container {
	width: 770px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
}
#breadcrumb {
	margin-top: 7px;
	margin-left: 12px;
	float: left;
	display: none;
}
#submenu {
	width: 220px;
	padding: 15px;
	background-color: #ecf6ff;
	border-width: 5px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	float: right;
	display: inline;
}
#submenu-home {
	width: 200px;
	padding: 3px;
	margin: 135px 148px 0 0;
	background-color: #ecf6ff;
	border-width: 5px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	float: right;
	display: inline;
	text-align: left;
}
#content {
	width: 700px;
	margin-top: 5px;
	margin-left: 33px;
	float: left;
	display: inline;
	background-color: #FFF;
}
#content-index {
	width: 480px;
	margin-top: 25px;
	margin-left: 33px;
	float: left;
	display: inline;
}
#packages-container {
	width: 770px;
	margin-top: 0px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}
#package {
	width: 710px;
	height: 160px;
	margin-left: 30px;
	margin-top: 20px;
	background-image: url(images/package-bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f3f9ff;
	border: solid #6699CC;
	border-width: 5px 1px 1px 1px;
	float: left;
	overflow: hidden;
	display: inline;
}
#package:hover {background-color:#fffced;}
a.package-link {display:block;width:720;}
.package-image {width:231px; margin:4px; height:124px; float:left; display:inline;}
#package-info {width:435px; margin-left:20px; margin-top:4px; float:left; display:inline;}
.package-blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e3458;
}
#panel {
	margin-left: 25px;
	float: left;
	display: inline;
}

#price {
	width: 305px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #ecf6ff;
	border-width: 8px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid dotted dotted dotted;
	border-color: #db0020 #6699CC #6699CC #6699CC;
	float: left;
	display: inline;
}
a.fleet-photo {float: left; display: inline;}
a.fleet-photo-1:hover {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-luxurycoach3.jpg); background-position: 0 -186px;}
a.fleet-photo-2:hover {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-limousine3.jpg); background-position: 0 -186px;}
a.fleet-photo-3:hover {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-highwaycoach3.jpg); background-position: 0 -186px;}
a.fleet-photo-4:hover {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-shuttlecoach3.jpg); background-position: 0 -186px;}
a.fleet-photo-1 {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-luxurycoach3.jpg); background-position: 0 0;}
a.fleet-photo-2 {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-limousine3.jpg); background-position: 0 0;}
a.fleet-photo-3 {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-highwaycoach3.jpg); background-position: 0 0;}
a.fleet-photo-4 {width:266px; height:186px; float: left; display: inline; background-image: url(images/fleet-shuttlecoach3.jpg); background-position: 0 0;}

#spacer {width:30px; height:10px; float:left; display:inline;}
#footer {float:left; text-align:center;}
#footer-blurb-container {
	background-image:url(images/footer-blurb-bkg.jpg); 
	background-repeat:repeat-y; 
	background-color:#eaf2f9;
	width:715px; 
	margin-left:25px; 
	margin-top:30px;
	text-align: left;
	float:left;
	display: inline;
}
#footer-blurb {margin-top:15px; margin-right:20px; margin-bottom: 20px;}
#footer-links {
	width:770px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	display: none;
}


.image-floatleft {
	margin-right:25px;
	margin-bottom: 15px;
	float:left;
	display: none;
}
.noprint {
	display: none;
}

.image-floatright {margin-left:25px; margin-bottom: 15px; float:right;}
.testimonial-image {margin-right:10px; margin-bottom: 15px; float:left;}
.breadcrumb-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #476079;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004b9f;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0053a2;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7b838b;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004b9f;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;

}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #004b9f;
	margin: 0;
	padding: 0;
}
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5b7fa2;
	margin-left: 20px;
	margin-bottom: 5px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2d4757;
}
a.bus-photo {width:207px;height:175px;margin-right:33px;background-image:url(images/bus-photo.jpg);float:right;}
table.packagetable {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	border-collapse: collapse;
}
table.packagetable td{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
}
table.packagetable th{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
}
.printonly {
	display: inline;
}
