﻿body
{
	font: Arial #000000 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr
{
	color: #ccc;
}
a
{
	color: #5D7B9D;
	text-decoration: none;
}
a:hover
{
	color: #0066ff;
}

.box
{
	border: 1px solid #ccc;
	margin-top: 5px;
}
.box h2 
{
	font-size: 14px;
	font-weight: bold;
	color: #5D7B9D;
	text-align: center;
}
.image
{
	padding: 2px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.left
{
	float: left;
}

.hide_row
{
	height: 0px;
	border: 0px;
	display: none;
}

#wrapper 
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 100%;
	height: 95px;
	background-color: #5D7B9D;
	background-image: url('images/bg_top.jpg');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #000;
}
#headerimage
{
	text-align: center;
	width: 800px;
	height: 80px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	border: 1px solid #555;
	margin-left:auto;
	margin-right: auto;
	margin-top: 6px;
}
#header h1
{
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 30px;
	width: inherit;
	height: inherit;
}

#topmenu
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #555;
	height: 5px;
}

#body
{
	text-align: center;
	width: 800px;
	height: 15px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#form
{
	width: 790px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#form table
{
	height: 15px;
	width: 400px;
	text-align: center;
}
#form td
{
	/* width: 400px; */
}

#listings
{
	text-align: center;
	margin-top: 10px;
}
#listings table
{
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#listings table tr
{
	padding: 5px;
}

#footer 
{
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-top: 10px;
}

#map
{
	width: 395px;
	height: 370px;
	border: 1px solid #999;
}
#placeholder
{
	width: 395px;
	height: 370px;
	border: 1px solid #999;
	display: none;
}
#placeholder h2
{
	color: #999;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	font-weight: normal;
}

#print 
{
	height: 100%;
	text-align: left;
}

#printmenu
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
