body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: url(../images/bg_body.jpg) repeat-x #fff;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin: 0px auto;
	position: relative;
}

#content {
	clear: both;
	width: 720px;
	padding: 0px 40px;
}

#fcontent {
	clear: both;
	width: 800px;
	padding: 0px;
}

#footer {
	clear: both;
}

#header {
	height: 200px;
	overflow: hidden;
}

#intMap {
	position: relative;
	background: url(../images/siteplan2.jpg) no-repeat top left #fff;
	height: 368px;
	width: 781px;
	margin: 0px auto;
}

#lotInfo {
	width: 550px;
	padding: 15px;
	background-color: #f2f2f2;
	border: 3px solid #d20002;
	margin: 40px auto;
	text-align: left;
}

#nav {
	background: url(../images/bg_nav2.gif) #fed87a no-repeat;
	height: 40px;
	width: 800px;
}

/*misc styles*/
img {
	border: 0;
}


/*text styles*/
h1 {
	font-size: 18px;
	color: #fd0003;
}

h2 {
	font-size: 16px;
	color: #fd0003;
}

p {
	font-size: 14px;
	line-height: 17px;
}

/*list styles*/
li {
	margin-bottom: 6px;
}

/*form styles*/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	padding: 2px;
}

input.fSubmit {
	background-color: #d5000e;
	border: 2px solid black;
	padding: 7px;
	color: #fff;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*link styles*/
a,a:visited,a:active {
	color: #d5000d;
}

a:hover {
	color: #000;
}


/*rollovers*/
a.rollover:hover img, a.rollover:active img, a.rollover:visited:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

a.rollover:visited img, a.rollover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/*
red - d5000e
orange - ff7a11
tan bg - fed87a
*/