/* M I Taxis */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
		
body {
 margin: 0px;padding: 0px; background: url('/images/background.png') no-repeat;
 font-family: Arial, sans-serif; font-size: 12px; color: #000;}
#wrapper{ position: absolute; width: 1000px; }

/* Navigation */
#navigation{top: 170px; position: absolute; }
#navigation ul, ul {	margin: 0;	padding: 0;	list-style: none;	}
#navigation ul li {margin: 0; 	padding: 0; list-style: none; width: 185px; height: 31px; }
#navigation ul li a { background-position: 0 -31px;  width: 195px; display:block;  height: 31px !important; 	height /**/:25px; /* for IE5/Win only */ position: relative;	}
#navigation a:hover {	background-position: 0 0px;	}
#navigation a:active, #navigation a.selected {	background-position: 0 -31px;	}
/* Left Image */
#left_image{margin-top: 50px;}

/* Background items for Navigation */
#about 			{ background: url(/images/nav/nav_about.png) top left no-repeat;}
#private		{ background: url(/images/nav/nav_private.png) top left no-repeat;}
#business		{ background: url(/images/nav/nav_business.png) top left no-repeat;}
#parcels		{ background: url(/images/nav/nav_parcels.png) top left no-repeat;}
#airports		{ background: url(/images/nav/nav_airport.png) top left no-repeat;}
#history		{ background: url(/images/nav/nav_history.png) top left no-repeat;}
#vehicles		{ background: url(/images/nav/nav_vehicles.png) top left no-repeat;}
#contact		{ background: url(/images/nav/nav_contact.png) top left no-repeat;}

/* Main Content	*/
#content {position: absolute;	left: 215px;	top: 130px;	width: 510px;}
#content p {width: 480px; margin: 5px 0 10px 35px; }
			
#main_image {margin: 30px;}

/* Right Column */
#right_column{float: right; width: 241px; top: 130px; position: relative;}
#right_column ul li {margin-bottom: 5px;}.header {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;


/* Form */
#form {position: absolute;	left: 230px;	top: 130px;	width: 510px;}
#form {position: absolute;	left: 230px;	top: 130px;	width: 510px;}
#form p {width: 480px; margin: 5px 0 10px 35px; }

#subForm {
	font-size: 0.8em;
}
#subForm .label {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#subscribe {
	margin-left: 110px;
	background-color: #CBD893;
	font-family: Arial, Helvetica, sans-serif;
}

select#refer {
	font-family: Arial, Helvetica, sans-serif;
}

input#name, input#email, textarea#comments {
	width: 300px;
	background-color: #FBEF99;
	font-family:Arial, Helvetica, sans-serif
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color: #FDD041;
}

#footer {
	clear: both;
	float: left;
	margin-left: 335px;
	margin-top: 100px;
}

