body		{
	margin: 5px;
	padding: 5px;
	min-width: 850px;
	font-family: Century, Times New Roman;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

body.lotviewer		{
	margin: 5px;
	padding: 5px;
	min-width: 400px;
	font-family: Century, Times New Roman;
	font-size: 13px;
	color: #000000;
	background-color: #E9EAD8;
	text-align: center;
}

div		{
	margin: 0px;
	padding: 0px;
}

#site		{
	position: relative;
	margin: auto;
	width: 850px;
	border-width: 2px;
	border-color: #DCAB26;
	border-style: solid;
	background-color: #3E4C21;
	text-align: left;
}
#header		{
	clear: both;
	height: 100px;
	background-color: #252E16;
}
#middle		{
	width: 100%;
	background-color: #E9EAD8;
	background-image: url(images/nav.gif);
	background-repeat: repeat-y;
	border-width: 2px;
	border-top-color: #DCAB26;
	border-top-style: solid;
	border-bottom-color: #DCAB26;
	border-bottom-style: solid;
}
#nav		{
	position: relative;
	float: left;
	width: 125px;
	height: 560px;
	color: #E9EAD8;
}
#nav_top	{
	position: absolute;
	top: 5px;
	left: 5px;
}
#nav_bottom	{
	position: absolute;
	bottom: 5px;
	width: 125px;
}
#content	{
	position: relative;
	float: right;
	width: 725px;
}
#content_pic	{
	position: relative;
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 725px;
	height: 560px;
}
#sb1	{
	float: right;
	clear: right;
	width: 100px;
	height: 260px;
}
#sb2	{
	float: right;
	clear: right;
	width: 200px;
	height: 138px;
}
#sb3	{
	float: right;
	clear: right;
	width: 300px;
	height: 162px;
}
#footer		{
	clear: both;
	height: 30px;
	background-color: #252E16;
	background-image: url(images/foot_grad.gif);
	color: #E9EAD8;
	line-height: 30px;
}
#map	{
	width: 500px;
	height: 425px;
}

.clear		{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


a		{
	text-decoration: none;
	color: #E9EAD8;
}
a.showcase		{
	text-decoration: none;
	color: #F9B13D;
}
a.opp		{
	text-decoration: none;
	color: #8A0000;
}
a.price		{
	text-decoration: none;
	color: #DCAB26;
}
a:hover		{
	text-decoration: underline;
	color: #FFFFFF;
}
a img 		{
	border: none;
}
font.menu_head	{
	font-size: 13px;
	font-weight: bolder;
}
ul.menu_item	{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	font-size: 12px;
}
table.content_wrapper	{
	margin: 0px;
	padding: 0px;
	width: 700px;
}
table.dimension	{
	margin: 0px;
	padding: 0px;
	width: 560px;
}
table.pricing	{
	margin: 0px;
	padding: 0px;
}
table.sql_table	{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td.pricing_head	{
	margin: 0px;
	padding: 4px;
	background-color: #BEBEA6;
	font-weight: bolder;
	border-width: 1px 1px 0 0;
	border-color: #E9EAD8;
	border-style: solid;
}
td.pricing	{
	margin: 0px;
	padding: 4px;
	background-color: #D0D4BC;
	border-width: 1px 1px 0 0;
	border-color: #E9EAD8;
	border-style: solid;
}
td.sql_table	{
	margin: 0px;
	padding: 4px;
}
