
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	color: #75BF65;
}

h1 span {
	color: #DC2F00;
}

h2 {
	font-size: 18px;
	color: #000000;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 170%;
}

.list1, .list1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	height: 80px;
}

.list1 ul {
	line-height: 190%;
	font-size: 10px;
}

.list1 ul strong {
	color: #000000;
}

.list1 ul li {
	float: left;
	width: 178px;
	height: auto;
	padding-right: 25px;
}

.list1 strong {
	float: left;
}

.list1 span {
	float: right;
}

.list1 .link2 {
	float: right;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, select {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	color: #989898;
}

input.input-image {
	padding: 0px;
	border: none;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form li {
	margin-bottom: 10px;
}

/** LINKS */

a {
	color: #3063C5;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	padding-left: 12px;
	background: url(images/homepage05.gif) no-repeat left center;
}

a.link2 {
	padding-left: 12px;
	background: url(images/homepage14.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	padding: 1px;
	border: 2px solid #DADADA;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	width: 778px;
	height: 100px;
	margin: 0px auto;
	background: url(images/homepage01.jpg) no-repeat right top;
}

#menu ul {
	margin: 0px;
	padding: 70px 0px 0px 40px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 30px 0px 14px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #5B5B5B;
}

#menu a:hover, #menu .active a {
	background-image: url(images/homepage02.gif);
}

/** LOGO */

#logo {
	width: 778px;
	height: 168px;
	margin: 0px auto;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	position: relative;
	width: 179px;
	margin-top: -40px;
	padding-left: 40px;
}

/** PROPERTY SEARCH */

#property-search {
	padding-bottom: 1px;
}

#property-search h2 span {
	color: #598ADB
}

#property-search .input-text {
	width: 173px;
}

#property-search .half-width {
	float: left;
}

#property-search .half-width .select {
	width: 84px;
}

#property-search .input-image {
	float: right;
}

#property-search a {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

/** SITE SEARCH */

#site-search {
	padding-top: 10px;
	border-top: 1px solid #E3E3E3;
}

#site-search h2 span {
	color: #DC2F00;
}

#site-search .input-text {
	width: 173px;
}

#site-search .input-image {
	float: right;
}

#site-search a {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

/** CONTENT */

#content {
	float: right;
	width: 480px;
	padding-right: 25px;
}

/** BOX STYLES */

.boxA, .boxB, .boxC, .boxD {
	float: left;
	width: 225px;
	padding: 0px 15px 10px 0px;
}

.boxA *, .boxB *, .boxC *, .boxD * {
	line-height: normal !important;
}

.boxA .title, .boxB .title, .boxC .title, .boxD .title {
	margin-bottom: 10px;
	padding: 25px 0px 0px 25px;
	background: url(images/homepage08.gif) no-repeat left top;
}

.boxA .content, .boxB .content, .boxC .content, .boxD .content {
	padding-left: 25px;
}

.boxA .title, .boxC .title {
	color: #75BF65;
}

.boxB .title, .boxD .title {
	color: #E83500;
}

.boxA {
	background: url(images/homepage09.gif) no-repeat 0px 10px;
}

.boxB {
	background: url(images/homepage10.gif) no-repeat 0px 10px;
}

.boxC {
	background: url(images/homepage11.gif) no-repeat 0px 10px;
}

.boxD {
	background: url(images/homepage12.gif) no-repeat 0px 10px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 710px;
	margin: 0px auto;
	padding: 20px 15px 20px 25px;
	background: url(images/homepage13.gif) repeat-x left top;
}

#footer .links {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .links li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #D1D1D1;
}

#footer .links li.first {
	border: none;
}

#footer .legal {
	float: left;
}


