body { 
  background-color: #fff; 
  color: #333; 
  background-image: url('../images/background.png');
  background-repeat: repeat;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#headerbar {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/headerbar.png');
    background-repeat: no-repeat;
}

#boxtop {
  width: 800px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  background: url(../images/boxtop.png) 0 0 no-repeat;
}

#box {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/box.png) 0 0 repeat-y white;
}

#boxbottom {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  background: url(../images/boxbottom.png) 0 100% no-repeat;
}

#adminlinks{
	font-family: Arial;
	font-stretch: narrower;
	font-size: 18px;
	width: 800px;
    text-indent: 100px;
	padding: 10px;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: -40px;
}

#mainlinks {
	font-family: Arial;
	font-stretch: narrower;
	width: 90%;
	text-align: right;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
}

#content {
	width: 90%;
	text-align: left;
	padding: 10px;
	position: relative;
	top: -50px;
}

#admin_box {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: right;
}

#gallery {
	width: 750px;
	height: 400px;
}

#gallery img {
	border: 2px solid black;
}

#map {
	margin: 20px auto;
}

a.loading {
	background: #fff url(images/ajax_small.gif) no-repeat center;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

.admin_links a {
	color: tan;
}

div.listing {
	border: solid 3px white;
}

a.listing-link {
	border: solid 5px white;
	display: block;
	color: black;
	text-decoration: none;
	margin-left: 20px;
}

a.listing-link:hover {
	background-color: #CCCCCC;
}

div.listing-details {
	float: right;  
	margin: 10px; 
	margin-top: 30px; 
	padding: 10px; 
	background-color: white;
	border: solid 1px gray;
}

div.listing-category {
	padding-left: 10px; 
	margin: 10px; 
	width: 100%; 
	height: 20px; 
	background-color: #AC9E79; 
	color: white; 
	font-weight: bold;
}

div.listing-description {
	padding-top: 10px;
}

div.pagination {
	text-align: center;
}

p.remarks {
	margin-left: 20px;
}

h3 {
	font-size: 16px;
}
#search_box {
	margin-left: 50px;
}
#search_box p{
font-size:11px;
}
#search_box label{
font-weight:none;
text-align:left;
}
#search_box input{
font-size:12px;
}
#search_box select{
font-size:12px;
}
.open_house_link a { color: green; }
.open_house_link a:visited { color: green; }
.open_house_link a:hover { color: green; background-color:#000; }
.image {border: solid 1px gray; padding: 10px;}