body {
	font-family: Georgia, Serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 13pt;
	color: #000000;

	margin: 0px 0px 20px 0px;
	padding: 0px;
}
a {
	color: #3E3F9A;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
#container {
	background-color: #FFFFCC;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;

}
#container_noimage {
	background-color: #FFFFCC;
	background-image: url('../img/bg2.jpg');
	background-repeat: no-repeat;
	background-position: top right;

}
#header {
	height: 118px;
	background-color: white;
	margin-right: 400px;
}
#header img {
	margin: 10px 0px 0px 10px;
}
#navbar {
	background-image: url('../img/navbar-bg.gif');
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 20px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#navbar ul li {
	display: inline;
	float: left;
	font-size: 1px;
}
#navbar ul li a {
	display: inline;
	float: left;

	font-size: 11pt;
	text-decoration: none;
	color: #ffffff;

	padding: 9px 10px 6px 10px;
}
#navbar ul li a:hover {
	background-image: url('../img/navbar-hover-bg.gif');
}
#navbar img {

}
#main {
	background-image: url('../img/main-bg.gif');
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;
	margin-right: 400px;
	min-height: 470px;
	height:auto !important;
	height: 470px;
}
#main2 {
	background-image: url('../img/main-bg.gif');
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;
	width : 820px;
	min-height: 470px;
	height:auto !important;
	height: 470px;
}
.mainHeaderText {
	color: #3E3F9A;

	font-size: 140%;
	font-weight: bold;
}
#footer {
	background-image: url('../img/footer-bg.gif');
	background-repeat: repeat-x;
	padding: 10px 20px 10px 20px;
	font-size: 80%;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	float: left;
}
#footer ul li a {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#copyrightMsg {
	float: right;
}
/* prop list stuff */
.propList {
	margin-bottom: 1em;
}
h3 {
	margin: 0px;
	margin-right: 130px;
	padding: 0px;
	font-weight: normal;
}

.propList h3 {
	width:650px;
}

.propLocation {
	margin-right: 130px;
	font-size: 85%;
	color: #7C7C41;
}
.propPrice {
	position: absolute;
	left: 0px;
	margin-top: -1.8em;
	margin-left: 670px;
	font-size: 200%;
	line-height: 200%;
}
.propDesc {
	text-align: justify;
	margin-right: 130px;
}
.searchPropDesc {
	text-align: justify;
	margin-right: 145px;
}
.propImg {
	margin-top: -60px;
	float: right;
	padding: 3px;
	border: 1px solid #7C7C41;
}
.propHR {
	height: 8px;
	margin-top: 2em;
	background-image: url('../img/hr.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.propHRLeft {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-left.gif');
	background-repeat: no-repeat;
	float: left;
}
.propHRRight {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-right.gif');
	background-repeat: no-repeat;
	float: right;
}
#pagination {
	text-align: center;
}
/* prop item stuff */
h3 {
	margin: 0px;
	margin-right: 150px;
	padding: 0px;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}
#propItem .propLocation {
	margin-right: 150px;
	color: #7C7C41;
	font-size: 100%;
	height: 20px;
}
#propItem .propPrice {

	height: 51px;
	position: absolute;
	left: 0px;
	margin-top: -48px;
	margin-left: 670px;
	font-size: 230%;
	line-height: 100%;
}
#propItem .propRef  {
	font-size: 40%;
	line-height: 130%;
}
#propItem .propMainImg {
}
#propItem .propMainImg img {
	padding: 3px;
	border: 1px solid #7C7C41;
}
#propItem .propThumbs {
	margin-top: 1em;
	text-align: center;
}
#propItem  .propThumbs a {
	float: left;
	display: block;
	margin-right: 36px;
}
#propItem .propThumbs img {
	display: block;
	padding: 3px;
	border: 1px solid #7C7C41;
}
#propItem .propLinks {
	clear: both;
	padding: 1em 2em;
}
#propItem .propHR {
	height: 8px;
	margin: 0.5em 0;
	background-image: url('../img/hr.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#propItem .propHRLeft {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-left.gif');
	background-repeat: no-repeat;
	float: left;
}
#propItem .propHRRight {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-right.gif');
	background-repeat: no-repeat;
	float: right;
}
/*
	Form stuff
*/
legend {
	margin: 0;
	padding: 0.5em 0;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	display: block;
	width: 150px;
	margin-top: 5px;

}
input {
	width: 250px;
	border: 0px;
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
input.checkbox {
	width: 25px;
	border: 0px;
	padding: 5px;
	margin: 0.2em;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
textarea {
	width: 250px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
textarea:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
.formSubmit {
	width: 92px;
	height: 22px;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: Georgia, Serif;
	font-size: 10pt;
}
.error {
	color: red;
}
