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

html, body {
	background: url(/images/bg.png) repeat-x;
	font-family: "Lucida Grande", Arial, sans-serif;
}

#container {
	width: 720px;
	margin: 0 auto;
}

#logo {
	height: 100px;
}

#content,
#content a {
	color: #333;
}

#content a:hover {
	color: #666;
}

#content h1 {
	font-size: 20px;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 16px;
	margin-bottom: 12px;
}

#content h3 {
	font-size: 14px;
	margin-top: -10px;
}

#content h4 {
	font-size: 14px;
	margin-bottom: 12px;
}

#content p,
#content ul, 
#content ol {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.3em;
}

#content ul {
	list-style-type: disc;
	margin-left: 20px;
}

#content ol {
	list-style-type: lower-alpha;
	margin-left: 20px;
}

#content ol li,
#content ul li {
	/*margin-bottom: 7px;*/
}

#footer {
	width: inherit;
	background: url(/images/footer.png) no-repeat;
	text-align: center;
	font-size: 12px;
	height: 80px;
	margin-top: 20px;
	padding: 10px;
	color: #666;
}

#footer a {
	color: #666;
}

#menu {
	background: url(/images/menu.png) no-repeat;
	height: 40px;
	margin-bottom: 20px;
}

#menu ul {
	line-height: 40px;
}

#menu li {
	font-size: 18px;
	width: 120px;
	display: block;
	float: left;
	text-align: center;
}

#menu li a {
	color: #38290e;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	text-decoration: none;
}

#calc {
	height: 200px;
	background: url(/images/calc.png) no-repeat;
}

#calc-left {
	width: 480px;
	float: left;
}

#calc-left form,
#contact form {
	margin: 15px;
}

#contact {
	margin-top: 25px;
}

#calc-left label,
#contact label {
	float: left;
	width: 75px;
	height: 20px;
	text-align: center;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	line-height: 20px;
}

#contact label {
	width: 100px;
}

#calc-left input,
#contact input {
	width: 350px;
	height: 20px;
	font-size: 16px;
	line-height: 20px; /* Valigns text for IE */
	border: 1px solid #b8b8b8;
	margin-bottom: 12px;
	color: #333;
}

#contact textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px; /* Valigns text for IE */
	border: 1px solid #b8b8b8;
	margin-bottom: 12px;
	color: #333;
}

#calc-left select {
	border: 1px solid #b8b8b8;
	font-size: 16px;
	line-height: 20px; /* Valigns text for IE */
	margin-bottom: 12px;
	color: #333;
}

#calc-left option {
	height: 20px;
}

#calc-left button,
#calc-left input[submit],
#submit {
	margin-left: 75px;
	font-size: 16px;
	line-height: 20px; /* Valigns text for IE */
	border: 1px solid #b8b8b8;
	background: url(/images/button.png) repeat-x;
	height: 30px;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #eee;
	-webkit-box-shadow: 0px 1px 0px #eee;
	box-shadow: 0px 1px 0px #eee;
}

#contact #submit {
	margin-left: 100px;
}

#calc-left button:hover,
#calc-left input[submit]:hover,
#submit:hover,
#calc-left select:hover,
#calc-left input:hover,
#contact input:hover,
#contact textarea:hover {
	border: 1px solid #787878;
}

#calc-right {
	width: 240px;
	float: left;
}

#calc-right p {
	margin: 15px;
}

#calc-right span {
	display: block;
	width: inherit;
	text-align: center;
}

#calc-right #estimated {
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
}

#calc-right #fare {
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	line-height: 100px;
	font-size: 55px;
	color: #060;
}

#calc-right #distance,
#calc-right #time {
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	line-height: 20px;
	font-size: 14px;
	
}

#show-directions,
#hide-directions, 
#show-map,
#hide-map {
	margin-top: 20px;
	height: 40px;
	background: url(/images/show.png) no-repeat;
	line-height: 40px;
}

#show-directions h1 a,
#hide-directions h1 a,
#show-map h1 a,
#hide-map h1 a {
	font-size: 18px;
	color: #000000;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
}

#directions ,
#map-box {
	margin-top: 20px;
}

#listDir {
	list-style-type: decimal;
	margin-left: 20px;
	width: 680px;
}

#listDir tr {
	border-top: 1px solid #ccc;
}

#listDir td {
	font-size: 13px;
	padding: 8px 5px;
}

.google_note,
.google_impnote,
.step div {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.timedist {
	float: right;
	margin: 5px 0;
}

.error {
	margin-top: -17px;
	margin-bottom: 10px;
	margin-left: 100px;
	color: #fff;
	height: 50px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.error-mid {
	background: url(/images/error-mid.png) repeat-x;
	margin-top: -17px;
}

.error-mid span {
	text-shadow: 0 1px 0px rgba(100, 0, 0, 1);
	position: relative;
	top: -15px;
}

.rates_table {
	border: 1px solid #b8b8b8;
	width: 100%;
	margin: 15px 0;
	font-size: 13px;
}

.rates_table th {
	background: #eee;
	font-size: 14px;
	padding: 4px;
}

.rates_table td {
	padding: 6px;
}

.breadcrumb {
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #b8b8b8;
	background: url(/images/button.png) repeat-x;
	height: 22px;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	/*text-shadow: 0 1px 0px rgba(255, 255, 255, 1);*/
}
