/*----------
	Taxi Wizard - CSS Document 
----------*/
@import url('reset.css');

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0 auto;
	line-height: 17px;
	text-align: left;
	color: #000000;
	background: #000000;
	font: 62.5%/1.8em Tahoma, Arial, Helvetica, sans-serif;
}

#container { margin: 15px auto; width: 750px; font-size: 1.1em; background-color: #FFFFFF; }
#text_container { margin-bottom: 20px; }
#text { float: left; text-align: left; width: 500px; min-height: 300px; margin-left: 15px; _margin-left: 5px; }

/* for IE */
/*\*/
* html div#text {
	height: 300px;
}
/**/

/*----------	HeaDeR STYLeS	----------*/
#header { width: 750px; height: 255px; margin: 0 auto; text-align: left; position: relative; background: #F8EEEE url(../images/core/header_bg.gif) repeat-x; }
#header #slogan { position: absolute; top: 0; left: 430px;}
#header #banner { position: absolute; top: 90px; left: 20px; background: url(../images/core/banner.jpg) no-repeat; height: 151px; width: 705px; }
#header img#logo { position: absolute; top: 50px; left: 10px; }

/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { text-align: left; position: absolute; top: 120px; left: 10px; }
#nav ul { list-style-type: none; margin: 0; }
#nav ul li { display: inline; float: left; margin: 0; }
#nav ul li a {  padding: 5px 15px 5px 10px; color: #FFFFFF; font-weight: bold; text-decoration: none; display: block; }
#nav ul li a:hover { text-decoration: none; color: #000000; }

/*----------	CoMMoN STYLeS	----------*/
.clear { display: block; clear: both; }

a { color: #C41230; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none; }
h1 { font-size: 2.0em; margin: 20px 0; }
h2 { font-size: 1.3em; font-weight: bold; margin: 15px 0; clear: both; display: block;}
h3 { font-size: 1.4em; margin: 20px 0; font-weight: bold; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #CA8D91; margin: 10px 5px 10px 0; clear: both; display: block; }
p { margin: 10px 20px 10px 0px; }


ul { margin: 10px 0; list-style-type: square; }
ul li { margin: 0 50px; }
img#mudmap { margin: 10px; float: right; border: 1px solid #C41230; }
img.inner_photos { float: left; margin-right: 10px; width: 200px; padding: 10px; }
.top { border-top: 1px solid #CA8D91; text-align: right; font-size: 0.9em; margin: 10px 10px 0 0; }

#photos { clear: both; display: block;}
#photos img { margin: 0 2px;}



/*----------	CTa STYLeS	----------*/
div#cta { width: 220px; float: right; margin-top: 20px; margin-right: 15px; _margin-right: 6px; font-size: 1.4em; color: #fff; line-height: 20px; }
div#cta #details { background: url(../images/core/details_bg.gif) no-repeat; width: 218px; height: 141px; }
div#cta p { text-align: left; padding: 50px 0 19px 25px; }
#cta a{ color: #fff;}

/*----------	FooTeR STYLeS	----------*/
div#footer { color: #FFFFFF;background-color: #a22121; height: 50px; font-size: 0.9em; }
div#footer a { color: #FFFFFF; text-decoration: none; }	
div#footer a:hover { text-decoration: underline; }	
div#footer p { padding: 15px 20px; }
div#footer img#webbasic { float: right; margin: 15px 20px; }
