@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
blockquote {display: block; width: 150px; margin: 0 auto;
	background-image:url(/elements/bg_blockquote.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
blockquote p {text-align: center;}

#content h3 {
	font-size: .75em;
	font-weight: bold;	
	margin: 10px 0 10px 0;
}
#content h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: .9em;
	font-style:oblique;
	line-height: 1.3em;
	margin: 15px 0;
}
#content a {text-decoration: none; color:#FF3399;}
#content a:hover {border-bottom: 1px solid #000000;}
#content li {
	list-style-type:disc;
	list-style-position: outside;
	font-size: .83em;
	line-height: 1.3em;
	margin-left: 20px;
	margin-bottom: 15px;
}
.pink { list-style-image:url(/elements/icon_dot.jpg);}

/* ------------------ Basic Page Layouts --------------------- */
#black-top {
	width: 951px;
	margin: 0 auto;
	height: 20px;
	background-color:#000000;
	border-bottom: 1px solid #eb5ddf
}
#container {
	width: 949px;
	margin: 0 auto;
	background-image:url(/elements/bg.gif);
	background-repeat:repeat-y;
}
#header { 
	height: 180px; 
	background-color: #FFFFFF; 
	background-image:url(/elements/header.gif) 
}
#header h1 { text-indent: -9999px; height: 0px;}
#tags {
	float: left;
	width: 600px;
}
#tags .boxer {
	width: 185px;
	float: left;
	padding: 5px;
}
#tags p {
	text-align: center;
	font-size: .9em;
}
#tags p strong {
	font-weight: bold;
	font-size: 1.1em;
}
#content {
	float: left;
	width: 571px;
	padding: 0 15px 50px 15px;
}
#content-image {
	float: left;
	margin-top: 15px;
}
#content-text {
	float:left;
	width: 350px;
	margin: 30px 0 0 20px;
}
#content-quote {
	margin-top: 20px;
}
#content-quote p {
	font-size: .83em;
	line-height: 1.3em;
	margin: 10px 0 10px 0;}
	
#content-left {float: left; width: 200px;}
#content-right {float:right}
#content-adds p { float:left; margin: 3px;}
#content-text strong {font-weight: bold;}
#content-text em {font-style:italic;}
#content-text p, td, input, textarea, select {
	font-size: .83em;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
#content input, textarea, select {border: 1px solid #DCDCDC; color:#FF66CC;	font-family: Arial, Helvetica, sans-serif;
}
#content-text table {margin: 10px;}
#content-text strong {font-weight: bold;}
#content-flash {
	margin: 0 auto;
	width: 570px;
}

/* ------------------Right Sidebar --------------------- */
#sidebar {
	float: left;
	width: 180px;
	margin-top: -27px;
}
#sidebar dl { width: 180px; }
#sidebar dt {
	height: 14px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	font-size: .9em;
}
#sidebar dd { height: 160px; margin-bottom: 15px; border-bottom: 1px solid black; }
#sidebar a, #sidebar a:hover {border: none}

/* ------------------Right Sidebar Home Page--------------------- */
#sidebarhome {
	float: left;
	width: 180px;
	margin-top: -27px;
}
#sidebarhome dl { width: 180px; }
#sidebarhome dt {
	height: 14px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	font-size: .9em;
}
#sidebarhome dd { height: 160px; margin-bottom: 15px; border-bottom: 1px solid black; }

#button {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size:12px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#button li a {
	display: block;
	padding: 5px 5px 5px 1.25em;
	background-color: #000000;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
		}
		
#button li {
		border-bottom: 4px solid #FFFFFF;
		margin: 0;
		}
		
html>body #button li a {
		width: auto;
		}

#button li a:hover {
		background-color: #FF3399;
		}


/* ------------------Footer--------------------- */

#footer {
	width: 931px;
	margin: 0 auto;
	height: 20px;
	background-color:#000000;
	border-top: 1px solid #eb5ddf;
	color: #FFFFFF;
	padding: 10px;
}
#footer p {
	text-align: center;
	font-size: .6em;
}
#footer p strong {
	font-weight:bold;
}

/* ------------------Navigation--------------------- */
#nav-container {
	float: left;
	width: 168px;
	padding-top: 32px;
}
#nav {
	list-style:none;
	width:120px;
	display: block;
	position: relative;
	margin-left: 52px;
}
#nav li {
	width: 120px;
	height: 20px;
	list-style: none;
	display:block;
	padding: 0px;
	margin-bottom: 22px;
}
#nav a {
	float: left;
	padding: 20px 0 0 0;
	margin: 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}
#nav a {
	width:120px;
	background-repeat:no-repeat;
	background-position: top left;
}
#nav a:hover { background-position: 0px -38px; }
#nav a:active, #nav a.selected { background-position: 0px -19px; }
#nav a.selected:hover {
	background-position: 0px -19px;
	cursor:default;
}

#tab-home a { background-image: url(/elements/button_home.gif); }
#tab-aboutus a { background-image: url(/elements/button_aboutus.gif); }
#tab-ourfleet a { background-image: url(/elements/button_ourfleet.gif); }
#tab-ourservices a { background-image: url(/elements/button_ourservices.gif); }
#tab-reservations a { background-image: url(/elements/button_reservations.gif); }
#tab-green a { background-image: url(/elements/button_green.gif); }
#tab-contactus a { background-image: url(/elements/button_contactus.gif); }
#tab-links a { background-image: url(/elements/button_links.gif); }
#tab-employment a { background-image: url(/elements/button_employment.gif); }
#tab-faq a { background-image: url(/elements/button_faq.gif); }
#tab-corporate a { background-image: url(/elements/button_corporate.gif); }
#tab-weddings a { background-image: url(/elements/button_weddings.gif); }
#tab-gameday a { background-image: url(/elements/button_gameday.gif); }
#tab-specialnight a { background-image: url(/elements/button_specialnight.gif); }

#tab-dinnerspecial a { background-image: url(/elements/button_dinnerspecial.gif); }
#tab-trolleytours a { background-image: url(/elements/button_trolleytours.gif); }

#tab-activitybus a { background-image: url(/elements/button_activitybus.gif); }
#tab-flex a { background-image: url(/elements/button_flex.gif); }
#tab-limocoach a { background-image: url(/elements/button_limocoach.gif); }
#tab-limos a { background-image: url(/elements/button_limos.gif); }
#tab-minicoach a { background-image: url(/elements/button_minicoach.gif); }
#tab-motorcoach a { background-image: url(/elements/button_motorcoach.gif); }
#tab-schoolbus a { background-image: url(/elements/button_schoolbus.gif); }
#tab-suv a { background-image: url(/elements/button_suv.gif); }
#tab-towncar a { background-image: url(/elements/button_towncar.gif); }
#tab-trolley a { background-image: url(/elements/button_trolley.gif); }


/* ------------------Left Sidebar--------------------- */
#dataCapture {
	margin-top: 100px; padding-top: 10px;
}
#dataCapture p{text-align: center; font-size: .9em;}
#dataCapture input {border: 1px solid black; width: 80px;}
#dataCapture #theForm {margin: 0 auto; width: 130px; padding-top: 15px;}
#dataCapture .bttn { font-family:Arial;
		background-color:#dcdcdc;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		width: 40px;
		margin-left: 5px;
}
#nla { 
	height: 67px; 
	margin-top: 20px;
	background:url(/elements/logo_nla.gif) center center no-repeat;
}
#nla p {text-indent: -9999px}

/* ------------------Page Title Replacement--------------------- */
h2 {
	height: 75px;
	width: 345px;
	background-repeat: no-repeat;
	margin-bottom: -10px;
}
h2 span{ display: none; }
h2#home {background-image: url(/elements/title_luxury.gif);}
h2#ourservices {background-image: url(/elements/title_ourservices.gif);}
h2#corporate {	background-image: url(/elements/title_corporate.gif);}
h2#weddings {background-image: url(/elements/title_weddings.gif);}
h2#specialnightout {background-image: url(/elements/title_specialnightout.gif);}
h2#limocoach {background-image: url(/elements/title_limocoach.gif);}
h2#dinnerspecial {background-image: url(/elements/title_dinnerspecial.gif);}
h2#trolleytours {background-image: url(/elements/title_trolleytours.gif);}
h2#ourfleet {background-image: url(/elements/title_ourfleet.gif);}
h2#faq {background-image: url(/elements/title_faq.gif);}
h2#links {background-image: url(/elements/title_links.gif);}
h2#employment {background-image: url(/elements/title_employment.gif);}
h2#reservations {background-image: url(/elements/title_reservations.gif);}
h2#green {background-image: url(/elements/title_green.gif);}
h2#gameday {background-image: url(/elements/title_gameday.gif);}
h2#specials {background-image: url(/elements/title_specials.gif);}
h2#contactus {background-image: url(/elements/title_contactus.gif);}

h2#ourfleet-activitybus {background-image: url(/elements/title_fleet_activitybus.gif);}
h2#ourfleet-flex {background-image: url(/elements/title_fleet_flex.gif);}
h2#ourfleet-limocoach {background-image: url(/elements/title_fleet_limocoach.gif);}
h2#ourfleet-limos {background-image: url(/elements/title_fleet_limos.gif);}
h2#ourfleet-minicoach {background-image: url(/elements/title_fleet_minicoach.gif);}
h2#ourfleet-motorcoach {background-image: url(/elements/title_fleet_motorcoach.gif);}
h2#ourfleet-schoolbus {background-image: url(/elements/title_fleet_schoolbus.gif);}
h2#ourfleet-suv {background-image: url(/elements/title_fleet_suv.gif);}
h2#ourfleet-towncar {background-image: url(/elements/title_fleet_towncar.gif);}
h2#ourfleet-trolley {background-image: url(/elements/title_fleet_trolley.gif);}

h2#specialnightout-limocoach {background-image: url(/elements/title_limocoach.gif);}
h2#specialnightout-dinnerspecial {background-image: url(/elements/title_dinnerspecial.gif);}
h2#specialnightout-trolleytours {background-image: url(/elements/title_trolleytours.gif);}



/*------------------Fleet Imagery-------------------*/
#fleet dl { width: 110px; float:left; margin-right: 5px; margin-bottom: 15px; }
#fleet dt {	font-size: .9em; text-align: center; }
#fleet dd { height: 50px; }

/* ------------------Line Stuff--------------------- */
.line-top { border-top: 1px solid #000000; }
.line-right { border-right: 1px solid #000000; }
.line-bottom { border-bottom: 1px solid #000000; }
.line-left { border-left: 1px solid #000000; }
.line-all { border: 1px solid #000000; }


/*-------------------Misc----------------------------*/
.dent {padding-left: 15px;}

#gameday-text {
	float:left;
	margin: 30px 0 0 20px;
}
#gameday-text p {
	margin:0px;
	padding:0px;
	line-height:normal;
}
.gameDay {font-size: 14px; color:#666666;}
.gameDayPrice {font-size: 14px; color:#000000;}