@charset "UTF-8";/* CSS Document *//* MAIN STYLES */h1, h2, h3 {	margin:0;	padding:0;}body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background:#fefefe url(images/body_bg.jpg) repeat-x;	margin: 0;	padding: 0;	text-align: center;	color: #3f3f3f;	font-size:67%;}
p {line-height:1.5em}a img {border:none}
a, a:link, a:hover, a:visited {text-decoration:none}
a, a:link {color:#103B5B}
a:visited, a:hover {color:#29618b}
#wrapper { 	width: 800px;	margin: 0 auto;	padding:0 10px;	background:url(images/wrapper_bg.png) repeat-y;	text-align: left;} #header { 	height:135px;	margin:0;	padding: 0;} #header2 { 	width:800px;	height:184px;	margin:0;	padding:9px 0 0 0;	background:url(images/header2_bg.jpg) no-repeat;} /* MENU */#menu {	margin:0;	padding:0;}#menu ul {	margin:0;	padding:0;	padding-left:36px;	list-style-type:none;}#menu ul li {	margin-bottom:2px;}/* SIDEBARS */#sidebarleft {	margin:0;	padding: 0 0 0px 13px;	float: left;	width: 242px;}#sidebarright {	margin:0;	padding: 0 13px 0px 0;	float: right;	width: 242px;}#sidebarleft .content {	margin-bottom:10px;	padding-bottom:10px;	background:url(images/sdbr_lft_bg_btm.jpg) no-repeat left bottom;	color:#a5b0b4;}#sidebarleft .innercontent {	padding:20px 25px;	background:url(images/sdbr_lft_bg_top.jpg) no-repeat left top;	color:#b5c8db;}#sidebarright .content{	margin-bottom:10px;	padding-bottom:10px;	background:url(images/sdbr_rgt_bg_btm.jpg) no-repeat left bottom;}#sidebarright .innercontent{	padding:20px 25px;	background:url(images/sdbr_rgt_bg_top.jpg) no-repeat left top;	color:#b5c8db;}#sidebarleft h3, #sidebarright h3 {	padding:0;	color:#d5dbe8;	text-transform:uppercase;
	font-size:12px;}#sidebarleft .hr {	height:2px;	margin:0 0 10px 0;	background:url(images/sidebar_hr.gif) no-repeat;}#sidebarleft ul, #sidebarright ul {	margin:0;	padding:0 0 0 10px;}#sidebarleft ul li, #sidebarright ul li {	margin:0;	padding:3px 0;
	padding-left:25px;	background:url(images/bullet.png) no-repeat left 5px;
	list-style-type:none;
	font-weight:bold;}#sidebarleft a, #sidebarleft a:link, #sidebarright a, #sidebarright a:link {	color:#b5c8db;}#sidebarleft a:visited, #sidebarleft a:hover, #sidebarright a:visited, #sidebarright a:hover {	color:#b5c8db;	text-decoration:underline;}div.readmore {	color:#ffa901 !important;	text-align:right;}div.readmore a, div.readmore a:link, div.readmore a:visited {	color:#e6bf36 !important;	font-weight:bold;}/* NARROWCONTENT */#narrowcontent { 	width:290px;	margin: 0 255px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */} #narrowcontent .content {	padding:0;	background:url(images/narrowcontent_bg_btm.jpg) no-repeat left bottom;}#narrowcontent .innercontent {	padding:15px 20px 10px 20px;	background:url(images/narrowcontent_bg_top.jpg) no-repeat left top;}#narrowcontent .heading, #widecontent .heading {	margin:2px 0 10px 0;}/* WIDECONTENT */#widecontent { 	width:545px;	margin: 0 0 0 255px;	padding: 0;} #widecontent .content {	padding:0;	background:url(images/widecontent_bg_mid.jpg) repeat-y;}

#widecontent .midcontent {	background:url(images/widecontent_bg_btm.jpg) no-repeat left bottom;}
#widecontent .innercontent {	padding:15px 40px 10px 30px;	background:url(images/widecontent_bg_top.jpg) no-repeat left top;}

#widecontent .innercontent2 {	padding:15px 40px 10px 30px;	background:url(images/widecontent_bg_top.jpg) no-repeat left top;}#narrowcontent h2, #widecontent .content h2 {	color:#103b5b;	padding-bottom:2px;	border-bottom:1px #dddddd solid;
	font-size:16px;}/* FOOTER */#footer { 	height:67px;	margin:0;	margin-top:10px;	padding: 0;	background:url(images/footer_bg.jpg) no-repeat;} #footer ul {	margin:0;	padding:0 0 0 40px;	padding-top:28px;	list-style-type:none;	font:11px bold Geneva, Arial, Helvetica, sans-serif;	color:#e0e2ee;}#footer ul li {	float:left;	clear:right;	padding: 0 8px;}#footer a, #footer a:link, #footer a:visited {	color:#e0e2ee;}#footer a:hover {	color:#ffffff;	text-decoration:underline;}#credit { 	margin:15px 0 0 0;	padding:0 0 15px 0; 	text-align:center;	color:#546f79;}#credit a, #credit a:link, #credit a:visited {	color:#546f79;}#credit a:hover {	text-decoration:underline;}/* MISC */.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}

/* Shuttle Prices table */

table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0;
	width:100%;
	border:1px #cccccc solid;
}

th {background-color:#819cc3}

tr.even {background-color:#dddddd}