body {
	margin: 0px;
	padding: 0px;
	font-family : arial, helvetica, sans-serif;
	font-size: 12px;
	background: #78b0d7;
}
a {
	text-decoration: none;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px
}
body, a {
	color: #333333;
}
hr {
	clear: both;
	display:block;
}
h1, h2 {
	color: #872074;
	font-size: 24px;
	margin: 0px;
}
h3 {
	color: #872074;
	margin: 0px;
	font-size: 16px;
}
img {
	border: 0px;
}
#container .container {
	width: 780px;
	margin: 0px auto;
	position: relative;
}
#header {
	border-bottom: 6px solid #872074;
	background: #ffffff;
}
#content {
	border-top: 6px solid #78b0d7;
	background: #91c3e6;
}
#content .container .inner {
	padding: 6px;
}
#footer {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#footer .container {
	padding: 20px;
}
.hidden {
	display: none;
}
#navigation {
	margin-left: 30px;
	text-align: center;
	height: 33px;
}
#navigation .spacer {
	display: none;
}
#navigation a {
	background: url(images/button.gif) top no-repeat;
	display: block;
	width: 144px;
	height: 33px;
	color: #ffffff;
	font-size: 15px;
	float: left;
}
#navigation a.selected, #navigation a:hover {
	background: url(images/button.gif) bottom no-repeat;
}
#navigation a span {
	padding-top: 10px;
	display: block;
}
#logo {
	padding: 10px;
}
#map {
	border: 5px solid #78b0d7;
        margin: 10px 0px;
}
img.large {
	border: 5px solid #78b0d7;
	margin: 10px 0px;
}
img.thumbnail {
	border: 5px solid #78b0d7;
	margin-right: 5px;
	width: 160px;
	height: 120px;
}
img.minithumbnail {
	border: 5px solid #78b0d7;
	margin:5px;
	width: 80px;
	height: 60px;
}
.smallbox {
	width: 230px;
	background: url(images/smallbox-top.gif) top no-repeat;
}
#content .container .inner .smallbox .inner {
	background: url(images/smallbox-bottom.gif) bottom no-repeat;
	padding: 10px;
}
.largebox {
	width: 532px;
	background: url(images/largebox-top.gif) top no-repeat;
}

#content .container .inner .largebox .inner {
	background: url(images/largebox-bottom.gif) bottom no-repeat;
	padding: 10px;
}
.magictitle {
	width: 768px;
	background: url(images/title-top.gif) top no-repeat;
	margin-bottom: 10px;
}
.magictitle h1 {
	background: url(images/title-bottom.gif) bottom no-repeat;
	padding: 10px;
}
.searchbox p label {
	font-size: 14px;
}
.searchbox p {
	float: left;
	margin: 5px 0px;
}
.searchbox input[type='submit'] {
	width: 200px;
}
input, select {
	font-size: 12px !important;
}
#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	width: 600px;
	height: 58px;
	margin: 0px auto;
	margin-bottom: 12px;
}
#searchbox form {
	padding: 5px 10px;
	padding-left: 90px;
}
#searchbox form p {
	margin-left: 5px;
}
.searchbox input, .searchbox select {
	font-size: 11px;
}
#searchbox input[type='submit'] {
	width: auto;
	margin-top: 16px;
}
div.fieldWithErrors {
	display: inline;
}
div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors checkbox  {
	border: 5px solid red;
}
#propertydetail {
	margin-top: 20px;
	font-size: 14px;
}
table {
	border: 5px solid #78b0d7;
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
}
table p {
	margin: 0px;
	padding: 0px;
	display: inline;
}
th {
	font-size: 14px;
	background-color: #78b0d7;
	color: #872074;
	text-align: left;
	padding: 5px;
}
td {
	padding: 5px;
}
tr.even {
	background-color: #cccccc;
}
#quickmenu {
	position: absolute;
	top: 40px;
	right: 25px;
}
#quickmenu a {
	color: #872074;
}
.pager .showing {
	float: left;
	font-weight: bold;
}
.pager .buttons {
	float: right;
	margin-right: 20px;
}
.pager .buttons a {
	padding: 5px;
	border: 3px solid #78b0d7;
}

.pager .buttons a.selected, .pager .buttons a:hover {
	background: #78b0d7;
	color: #ffffff;
}

.property {
	position: relative;
}

a.button {
	border: 5px solid #78b0d7;
	padding: 8px;
	text-decoration: underline;
}
.letproperty {
	background: #00000;
	color: #ffffff;
}
