/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: black;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 358px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
}

#header .slogan {
	padding: 4px 27px 0px 27px;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	color: white;
}

#header .nav {
	padding: 8px 27px 27px 27px;
	font-size: 11px;
	height: 15px;
	overflow: hidden;
}

#header .nav .menuitem {
	display: inline;
}

#header .nav a {
	color: black;
	text-decoration: none;
	padding: 0px 5px;
}

#header .nav a:hover, #header .nav a.active {
	color: #900;
	text-decoration: none;
}

#header .businesscard {
	padding-top: 18px;
	padding-right: 27px;
	font-size: 12px;
	color: white;
	text-align: right;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	height: 77px;
	clear: both;
	overflow: hidden;
}

#header .phone {
	font-size: 30px;
	font-weight: bold;
}

#header .phone2 {
	font-size: 18px;
}

#header .screenshots {
	padding-top: 45px;
	text-align: center;
	overflow: hidden;
}

#header .screenshots img {
	padding: 0px 22px;
}

#content {
	padding: 20px;
	background-image: url(images/background_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	height: 49px;
	background-image: url(images/background_footer.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

#footer .copyright, #footer .fl1network {
	padding: 13px 27px 0px 27px;
}


/**** PAGE SPECIFIC CLASSES ****/

.official {
	border: 3px solid #CCC;
	width: 250px;
	color: #CCC;
	margin: 25px 0px;
}

.official .inner {
	border: 1px solid white;
	background-color: #222229;
	padding: 15px 8px 25px 8px;
	background-image: url(images/background_official.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

.official .title {
	padding-bottom: 20px;
	font-size: 20px;
}

.official .text {
	font-size: 16px;
	line-height: 24px;
}

.leftcol {
	width: 256px;
	float: left;
	margin-right: 10px;
}

.welcome {
	float: right;
}

.limo_display {
	width: 670px;
	height: 480px;
	background-image: url(images/limo_display_fleet.jpg);
	background-repeat: no-repeat;
}

.limo_display .text {
	padding: 430px 0px 0px 10px;
	color: white;
	font-weight: bold;
}

.packages, .weddings, .trips {
	padding: 10px 30px;
}

.packages .package, .weddings .package {
	border: 1px solid black;
	padding: 0px 8px 8px 8px;
	float: left;
	width: 400px;
	height: 200px;
	overflow: hidden;
	margin: 10px 5px;
	font-size: 12px;
	border-left: 4px double #999;
	border-right: 4px double #999;
}

.packages .package {
	height: 280px;
}

.packages .package .headline, .weddings .package .headline, .trips .package .headline {
	font-size: 18px;
	color: white;
	background-color: #990000;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.headlineblue {
	font-size: 18px;
	color: white;
	background-color: #039;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.packages .package .price, .weddings .package .price, .trips .package .price {
	float: right;
	font-weight: bold;
	color: red;
	font-size: 18px;
	text-align: left;
}

.packages .package li, .weddings .package li, .trips .package li {
	margin: 3px;
}

.packages .package .logos, .trips .package {
	text-align: center;
}

.packages .package .logos .logo a img {
	margin: 0px;
	padding: 0px;
	border-width: 1px;
}

.packages .package .logos .logo a {
	margin: 0px;
	padding: 0px;
}

.packages .package .logos .logo {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	width: 62px;
	height: 62px;
	overflow: hidden;
}

/**** COMMON CLASSES ****/

.headline {
	font-size: 30px;
	font-weight: bold;
	color: #900;
}

.subhead {
	font-size: 20px;
	text-align: right;
	padding-bottom: 10px;
}

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size24 {
	font-size: 24px;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.marginright {
	margin-right: 10px;
}

.marginleft {
	margin-left: 10px;
}

.marginbottom {
	margin-bottom: 10px;
}

.margintop {
	margin-top: 10px;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 424px;
	font-size: 14px;
	border: 1px solid white;
	padding: 10px;
	color: white;
	background-color: #222229;
	margin: 0 auto;
	clear: both;
	text-align: left;
	}
	
#contact .element {
	width: 197px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}
	
#contact .halfelement {
	width: 92px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}
	
#contact .fullelement {
	width: 406px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
	color: white;
}

#contact .segment {
	float: left;
	width: 200px;
}

#contact .statezip {
	float: left;
	width: 95px;
}

#contact .margin6 {
	padding-left: 10px;
}

.contactleft {
	float: left;
	width: 300px;
	font-size: 18px;
}





.trips .package {
	border: 1px solid black;
	padding: 0px 8px 8px 8px;
	float: left;
	width: 400px;
	margin: 10px 5px;
	font-size: 12px;
	border-left: 4px double #999;
	border-right: 4px double #999;
}

.trips .package .dates {
	width: 320px;
	margin: 0 auto;
	clear: both;
}

.trips .package .event {
	clear: both;
	padding-bottom: 10px;
}

.trips .package .day {
	background-color: #990000;
	color: white;
	padding: 3px;
	width: 100px;
	float: left;
	border: 1px solid #666;
}	

.trips .package .date {
	float: left;
	width: 140px;
	border: 1px solid #666;
	padding: 3px;
}

.trips .package .status {
	width: 50px;
	border: 1px solid #666;
	padding: 3px;
	float: left;
	color: white;
}

.bg_green {
	background-color: green;
}

.trips .package .status a {
	color: white;
}

.trips .package .status a:hover {
	color: yellow;
}

#mapcanvas {
	height: 350px;
	border: 1px solid black;
}

#routecontainer {
	display: none;
	font-size: 12px;
}

.directions {
	padding: 10px 0px 0px 0px;
}

.directions .address_input {
	width: 450px;
}

.map {
	width: 80%; 
	margin: 0 auto; 
	border: 1px solid black; 
	padding: 15px;
}

.margin20 {
	margin: 20px;
}

.margin10 {
	margin: 10px;
}

/***** NEW STUFF *****/

.col150 {
	width: 150px;
}

.box150 {
	height: 150px;
	overflow: hidden;
}

.box450 {
	height: 450px;
	overflow: auto;
}

.box627 {
	height: 645px;
	overflow: auto;
}

.bg_red {
	background-color: red;
}

.bg_green {
	background-color: green;
}

.bg_green_offline {
	background-color: #336600;
}

.bg_green a {
	color: white;
	display: block;
}

._winetrail {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;	
}
