@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p { margin-top:0; }

table {
	width: 800px;
	float: left;
	clear: left;
	}

th {
	background-color:#999999;
	color: #000000;
	}
	
td {
	vertical-align:bottom;
	font-size: 90%;
}


/* HEADER */
#header {
	text-align: center;
	width: 800px;
	float: left;
}

/* LEAD PHOTO */
#leader {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	float:left;
	clear:left;
	}


/* FOOTER */
#footer {
	width: 800px;
	float:left;
	clear:left;
}

/* NAVIGATION BAR */
#navcontainer { width:800px; height: 20px; float:left; clear: left; }
#navcontainer ul {
	margin: 0px;
	background-color: #000000;
	color: white;
	float: left;
	width: 800px;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
	float:left;
}
#navcontainer ul li a { 
	display: block;
	padding: .2em 1em;
	background-color: #000000; 
	color: White; 
	text-decoration: none; 
	float: left; 
	border-right: 1px solid #fff; 
}

#navcontainer ul li a:hover {
	background-color: #990000;
	color: #ffff00;
}

/* BANNER for Inventory Page */
#banner {
	background-image: url(media/leads/civic005.jpg);
	float:left;
	clear: left;
	width: 800px;
	height: 100px;
}
#banner h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	padding-top: 1em;
	margin: 0px;
	text-align: right;
	padding-right: 1em;
}
#bannerdate {
	filter:alpha(opacity=60);
	opacity:0.6;
	background-color:#FFFFFF;
	width:100%;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0.5em 0 0 0;
	text-align: right;
}


/* LOCATION PAGE STUFF */
#locmap {
	width: 435px;
	height: 350px;
	float:left;
	}
	
#locinfo {
	width: 350px;
	float:left;
	margin-left: 10px;
	}
	
#locpics {
	width: 350px;
	float:left;
	margin-left: 10px;
	}

#locpics img {
	float:left;
	border: 1px solid black;
	margin: 3px;
	}

#photo800 {
	width: 800px;
	}
	
#photo800 img {
	width: 800px;
	height: 600px;
	}

