@charset "utf-8";

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

body {
	text-align: center;
	margin: 0;
	background-color: #999999;
	background-image: url(../images/background2.gif);
}

#outercontainer {
	margin: 0 auto;
	width: 788px;
	background-color: #444444;
}

#maincontainer {
	margin: 0 auto;
	width: 768px;
	background-color: #333333;
}

#headercontainer {
	width: 768px;
	text-align: left;
	background-color: #222222;
	margin-left: 10px;
}

#header {
	width: 515px;
	float: left;
}

#search {
	position: relative;
	width: 253px;
	float: left;
	top: 59px;
}

#headerline {
	background-image: url(../images/line.jpg);
	height: 1px;
	clear: both;
}

#navigation {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 375px;
	height: 306px;
	float: left;
}

#menu {
	list-style-type: none;
	padding-left: 60px;
	padding-top: 20px;
	line-height: 44px;
	color: #ffffff;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #ecd700;
	text-decoration: none;
	font-weight: bold;
}

#photo {
	width: 393px;
	float: left;
}

#shadow {
	clear: both;
	background-image: url(../images/background.gif);
	background-color: #73a1dc;
	height: 3px;
}

#shadow_spin {
	clear: both;
	background-image: url(../images/background.gif);
	background-color: #73a1dc;
}

#main_body {
	width: 728px;
	padding: 10px 20px;
	text-align: left;
	background-color: #73a1dc;
	clear: both;
}

#main_body h1 {
	color: #3f6da8;
}

#main_body h2 {
	color: #3f6da8;
}

#main_body li {
	line-height: 1.5em;
}

#main_body #pricing {
	font-size: 0.8em;
	background-color: #3f6da8;
}

#main_body #taxi_pricing {
	font-size: 0.8em;
	background-color: #3f6da8;
}

#main_body #pricing a:link, #main_body #pricing a:visited {
	cursor: help;
}

#main_body #pricing a:hover {
	cursor: help;
}

#main_body #pricing td {
	background-color: #73a1dc;
}

#main_body #taxi_pricing td {
	background-color: #73a1dc;
}

#main_body #media_box {
	text-align: center;
	float: left;
}

#main_body #media_box a:link img, #main_body #media_box a:visited img {
	border: #3F6DA8 3px solid;
}

#main_body #media_box a:hover img {
	border: #ECD700 3px solid;
}

#main_body #contact {
	font-size: 0.8em;
	background-color: #3f6da8;
}

#main_body #contact td {
	background-color: #73a1dc;
}

#main_body #contact td input.text {
	width: 250px;
}

#main_body #contact td select {
	width: 250px;
}

#main_body #contact td textarea {
	width: 250px;
}

#footer {
	background-color: #3f6da8;
	font-size: 0.7em;
	text-align: right;
	padding: 10px 20px;
	color: #222222;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}

#footer #footer_nav {
	float: left;
}

#footer #copyright {
	float: right;
}

.clearing {
	clear: both;
}

.msg {
	color: #ECD700;
	background-color: #3F6DA8;
	padding: 8px;
}

#testimonial {
	float: right;
	width: 250px;
	padding: 8px;
	margin: 8px;
	border: #ECD700 2px solid;
	background-color: #3f6da8;
	font-size: 0.8em;
}