@charset "utf-8";
/* CSS Document */
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000;
	width:1000px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size:12px
}

.black {color:#333}

p {margin: 2px 0 8px 0;}

h1 {margin: 15px 0 10px 0; padding-top:10px; font-style:italic; color:#000; font-family:Georgia, "Times New Roman", Times, serif}

a, a:link, a:visited { color:#efdeef; text-decoration:none;}
a:hover {color:#fff; text-decoration:none;}

ul { list-style-image:url(images/circle-blt.png) }

#tagline {margin: 20px 0 10px 0; padding:0; font-size:18px; font-style:italic; color: #353a8e; font-family:Georgia, "Times New Roman", Times, serif}

#container {
	width: 846px;  /* this will create a container 80% of the browser width */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353a8e', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#353a8e), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #353a8e,  #CCCCCC); /* for firefox 3.6+ */
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.tagline {width:846px; margin:0 0 10px 10px; padding:0;}

#bottomfooter {width:846px; margin:0; padding:3px 0 0 0; height:20px; text-align:center; background-color: #3d428f;}
#bottomfooter #phone {width: 423px; float:left; background-color: #3d428f;}
#bottomfooter #online {width: 400px; float:left; background-color: #3d428f;}
#bottomfooter #gototop {width: 23px; float:left; background-color: #3d428f;}

#pagefooter { width:1000px; height:20px; text-align:center; color: #353a8e;}

#header {
	background: #05467f; 
	height:56px;
	text-align:center;
	color:#FFF;
	margin:0;
	padding: 0 0px 6px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	color:#fff;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header h1+p { font-style:italic; margin-top:-10px;}

#toplogo {width:900px; height:90px; margin:0; padding:0; clear:both;}

h1 {margin:0; }

.boilertext {
	font-style: italic;
}

#contactpage {width:300px; margin-top:10px }

#contactpage p {margin-bottom:8px; font-size:10px; text-align:right}

#contactaddress {float:right; text-align:center; width:200px; margin:58px 15px 10px 10px; padding: 0px; color:#EEE; 
    border: solid #fff 2px;
    background-color:#8f92c1;
}

#about_right_container {float:right; text-align:center; width:250px; margin:0 0 0 15px; padding: 0px; color:#EEE; 
    border: solid #fff 2px;
    background-color:#8f92c1;
}

#about_right_container img {margin:0;padding:0 }

#services_corporate {float:right; width:260px; margin:5px 10px 10px 10px; padding: 0px; 
    color:#000; 
    border: solid #3d428f 2px;
    background-color:#fff;
}

.services_corporate_text  {font-size:12px; padding:0 8px 3px 10px; margin-top:0; margin-bottom:0}

a.callus, a.callus:visited { color: #3d48a0 }
a.callus:hover { color: #000 }

.services_corporate_ul  {font-size:12px; padding:0 0 0 13px; margin:0 0 0 10px;}

#services_ul {margin-top:4px; padding-left:15px}

#services_ul li {margin: 2px 0 0 0;}

#about_right_container {float:right; margin-top: 24px; margin-right:30px;}

#contact_container { width:100%;}


#contact_left_container{
	width: 510px;
	float:left;
	padding: 10px 20px 0 20px;
	margin:0 0 0 0px;
    background-color:#8f92c1
}

input { font-size: 12px; }
	   
.cont_p {margin-left:10px; width: 70px;}

.cont_box { border: #FFF solid 2px; margin:10px 0; padding:0; width:500px; background-color: #DCD5DD; }

#contactaddress th { font-weight: 600; color:#FFF; }
#contactaddress td { vertical-align:top}

.contacttitle { font-weight: 600; color:#FFF; background-color: #3d428f; margin:0 0 0px 0; padding:0 0 2px 0; text-align:center }

.addresstitle { font-weight: 600; color:#FFF; margin:8px 0 0 0; }

.contactstreet { font-style: italic;}
.contactphone { font-style: italic;}

#footerimgs { width:800px; height:110px; margin-left:0;margin-right:15px; }

#index-tagline {color:#900; font-weight:600; font-stretch:expanded; font-style:italic}

ul#index_benefits { margin:0 0 0 0px;padding: 0 0 0 15px}

ul#index_benefits li { margin:0px 0 0px 0px; padding:4px 0 0 0 }

.dropcap {
}

.dropcap:first-letter {
 font-size : 24px;
}

#captchabox { width:240px; margin:0 0 10px 0px; padding:10px; background: #DCD5DD; border: 2px solid #FFF; }

#aboutimg { float: right; margin-top:0px;} 

.hottext { color:#FFF }

img{
	border: 0px;
	}

.nav_container{
    height: 28px;
	margin: 0;
	padding:0;
	width:845px;
	text-align:center;
	font-size: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	background-color: #3d428f;
}
.nav_cell{
	padding-left:13px;
	padding-right:13px;
	padding-bottom:3px;	
}
.content_cell{
	;
}
#content_left_container{
	width: 400px;
	padding: 10px 20px;
	float: left;
	margin:0 0 0 10px;
}
#content_right_container{
	width: 330px;
	padding: 10px 20px;
	float: left;
	margin:0 0 0 10px;	
}
#content_one_container{
	width: 800px;
	padding: 10px 20px 0 20px;
	margin:0 10px 0 10px;
}
.content_first_line{
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.rates_container{
	width: 155px;
	padding: 0px;
	float: left;
	margin:0 0 0 10px;
	min-height:329px;	
}

.rates_table td {width: 100px; font-size:10px; height:14px;padding:0;margin:0}
.rates_table td.price {width:40px; text-align:right}


#fleet td { vertical-align:top; padding-top:10px; padding-right:10px}

#fleet td.car_type {font-weight:bold;}

#top_phone {
	color: #666;
	font-size:12px;
	position:absolute;
	top:69px;
	height:24px;
	width: 400px;
	left: 549px;
}

.hilite {color:#FFF;}

