/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000099 url(images/bground.jpg) repeat-x left top;
}
#wrapper {
	text-align: left;
	width: 992px;
	margin: 0 auto;
	position: relative;
}
#wrapper #head {
	height: 287px;
	position: relative;
	background: url(images/ford-mondeo.jpg) no-repeat left top;
}
#head #tel {
	 color: #ffffff;
	 font-size: 24px;
	 letter-spacing: 1px;
	 position: absolute;
	 top: 116px;
	 left: 90px;
	 z-index: 100;
}
#wrapper #nav {
	height: 34px;
	background: url(images/navback.jpg) no-repeat left top;
	text-align: right;
}
#nav ul {
	padding: 0 25px 0 0;
}
#nav ul li {
	list-style-type: none;
	float: right;
}
#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	height: 34px;
	line-height: 32px;
	width: 80px;
	display: block;
	text-align: center;
}
#nav ul li a:hover {
	color: #ffff00;
	font-weight: bold;
}
#wrapper #contholder {
	background: url(images/contholderback.gif) repeat-y left top;
}
#contholder #content {
	margin: 0 15px;
	position: relative;
	background: url(images/contback.gif) no-repeat left top;	
	min-height:350px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #contholder #content {
	height: 350px;
}
/**/
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000099;
	margin: 0 0 0 25px;
	padding: 10px 0 0 0;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 0 25px;
	padding: 10px 0 15px 0;
}
#content h3 {
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 0 25px;
	padding: 10px 0 15px 0;
}
#content p.strap {
	font-size: 15px;
	color: #000099;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px;
}
#content p {
	margin: 0px 250px 0px 25px;
	padding: 0px 0px 15px;
}
#content marquee {
	padding: 4px 0;
	color: #000099
}
#content #rightcol {
	background: url(images/rightcolback.gif) no-repeat left top;
	height: 319px;
	width: 200px;
	position: absolute;
	right: 15px;
	top: 25px;
}
#content #map {
	width: 700px;
	height: 350px;
	border: 1px solid #000099;
	margin: 0 0 0 20px;
}
#rightcol #add {
	color: #000099;
	text-align: right;
	margin-right: 15px;
	padding-top: 15px;
	
}
#rightcol #search {
	margin: 0px 15px;
	padding-top: 15px;

}
#rightcol h2 {
	font-size: 12px;
	color: #000099;
	text-align: right;
	padding-bottom: 10px;
	
}
#wrapper #foot {
	height: 129px;
	background: url(images/footback.jpg) no-repeat left top;
	font-size: 10px;
}
#foot ul {
	padding-top: 40px;
	padding-left: 35px;

}
#foot ul li {
	display: inline;
	list-style: none;
	margin-right: 6px;

}
#foot ul li a {
	color: #000099;
	text-decoration: none;

}
#foot ul li a:hover {
	color: #666666;
	border-bottom: 1px dotted #666666;
}
#foot p {
	color: #000099;
	margin: 0 0 0 35px;
}
#foot .uk {
	width: 165px;
	text-decoration: none;
	display: block;
	float: right;
	color: #000099;
	margin: 20px 35px 0px 0px;
	padding: 0px 0px 17px;
	background: url(images/globe.jpg) no-repeat right top;
}
#foot a:hover.uk {
	color: #666666;
}
#cclogos {
	text-align: center;
}
.boxout {
	float: right;
	margin: 0 250px 5px 10px;
}
#maptext {
	text-align: center;
	padding: 10px 10px 0 10px;
	width: 200px;
}
.warlist {
	padding: 0 0 0 50px;
}
.warlist li {
	font-weight: bold;
}
.warlist li ul {
	padding: 0 0 15px 30px;
}
.warlist li ul li {
	font-weight: normal;

}
.small {
	font-size: 10px;
}