html {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
}

body {
	margin: 0px;
	border: none;
	padding: 0px;
	color: #023856;
}

/*

IMPORTANT - there are styles in the bottom of this document for the landing page. They need to overwrite a lot of other styles.

*/

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #007DC3;
	text-decoration: none;
}

a:hover {
	color: #007DC3;
}

#wrapper {
	margin: 0px;
	border: none;
	padding: 0px;
}

#header {
	height: 85px;
	background: #007DC3;
	overflow: hidden;
	position: relative;
}

#header .contact-detail {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}

#header .contact-detail p {
	font-weight: bold;
	margin: 0 0 3px;
	font-size: 13px;
}

#header .contact-detail p span {
	font-weight: normal;
	display: inline-block;
	width: 80px;
}

#header #link-home {
	position: absolute;
	top: 0px;
	right: 100px;
	display: block;
	height: 85px;
	width: 300px;
	background: url(../images/css/logo.gif) top right no-repeat;
	text-decoration: none;
}

/* menu */

#menu {
	height: 25px;
	overflow: hidden;
	background: #023856;
}

#menu ul {
	margin: 0px;
	border: none;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
}

#menu ul li {
	margin: 0px;
	border: none;
	padding: 0px;
	float: left;
	height: 25px;
	width: 14%;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	display: block;
	padding: 0px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#menu ul li a:hover {
	display: block;
	padding: 0px;
	text-align: center;
	line-height: 25px;
	color: #007DC3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

/* content */

#content {
	background: #E1D9CC;
}

/* column-1 */

#column-1 {
	float: left;
	width: 160px;
}

#column-1 .cell-1 {
	padding: 20px;
}

#column-1 h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 18px;
	color: #007DC3;
}

#column-1 ul {
	margin: 0px;
	border: none;
	padding: 0px;
	list-style: none;
	display: none;
}

#column-1 ul li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	border-bottom: 1px solid #C5BEB2;
	font-size: 12px;
}

#column-1 ul li a:link, #column-1 ul li a:visited, #column-1 ul li a:active {
	color: #023856;
	text-decoration: none;
}

#column-1 ul li a:hover {
	color: #023856;
	text-decoration: underline;
}

#column-1.buying ul.buying {
	display: block;
}

#column-1.leasing ul.leasing {
	display: block;
}

#column-1.commercial ul.commercial {
	display: block;
}

#column-1.selling ul.selling {
	display: block;
}

#column-1.company ul.company {
	display: block;
}

#column-1.news ul.news {
	display: block;
}

#column-1.contact ul.contact {
	display: block;
}

/* column-2 */

#column-2 {
	margin-left: 160px;
	background: #FFFFFF;
}

#column-2 .cell-1 {
	min-height: 400px;
	padding: 20px;
}

#column-2 .cell-1 h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 16px;
	color: #007DC3;
}

/* staff styles */

/*
007DC3
*/

/* =staff-intro */

.staff-intro {
	margin: 0px 0px 20px 0px;
	color: #6E6E6E;
}

.staff-intro h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 10px 0px 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #007DC3;
}

.staff-intro .position {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 20px;
	line-height: 20px;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 12px;
}

.staff-intro .position span {
	font-weight: bold;
	color: #6E6E6E;
	text-transform: uppercase;
}

.staff-intro .department {
	margin: -26px 0px 4px 300px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	color: #6E6E6E;
	font-weight: bold;
}

.staff-intro .department span {
	font-weight: bold;
	color: #6E6E6E;
	text-transform: uppercase;
}

.staff-intro .thumbnail {
	float: left;
}

.staff-intro .text {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 560px;
	color: #6E6E6E;
}

.staff-intro dl {
	margin: 0px 0px 6px 0px;
}

.staff-intro dl dt {
	height: 26px;
	line-height: 26px;
}

.staff-intro dl dt span {
	
}

.staff-intro dl dt.email {
	
}

.staff-intro dl dt.phone {
	
}

.staff-intro dl dd {
	height: 26px;
	line-height: 26px;
}

.staff-intro .profile {
	
}

/* PROPERTY STYLES */

/* .pagination */

.pagination {
	margin: 40px 0px 30px 0px;
	border: none;
	padding: 0px;
}

.pagination p.pagination-count, .pagination p.pagination-links {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* .listing-intro */

.listing-intro {
	margin: 0px 0px 10px 0px;
	border: none;
	border-bottom: 1px solid #E1D9CC;
	padding: 0px 0px 10px 0px;
	position: relative;
	color: #6E6E6E;
	height: 210px;
}

.listing-intro h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 200px 0px 0px;
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	position: normal;
}

.listing-intro .thumbnail-link {
	padding: 0px;
	display: block;
	float: left;
	height: 170px;
	width: 255px;
	overflow: hidden;
	background: #EEEEEE;
	text-decoration: none;
}

.listing-intro .thumbnail-link .thumbnail {
	margin: 0px;
	border: none;
	padding: 0px;
	width: 255px;
	height: 170px;
}

.listing-intro p {
	color: #6E6E6E;
}

.listing-intro .features {
	margin: 0px 0px 0px 265px;
	height: 24px;
	position: normal;
	float: none;
}

.listing-intro .features dd {
	margin: 0px 20px 0px 10px;
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	height: 24px;
	line-height: 24px;
}

.listing-intro .features dt {
	margin: 0px;
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	height: 24px;
	line-height: 24px;
}

.listing-intro .text {
	margin-left: 265px;
}

.listing-intro .status {
	display: none;
}

.listing-intro .address {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 24px;
	line-height: 24px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.listing-intro .price {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 24px;
	height: 24px;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.listing-intro .intro-link-more {
	display: block;
	width: 100px;
	height: 15px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/css/details.gif) left center no-repeat;
}

.listing-intro .intro-link-more span {
	visibility: hidden;
}

/* .listing-display */

.listing-display {
	color: #666666;
	border: none;
	padding: 0px;
	width: 550px;
	color: #6E6E6E;
	margin: 0px auto 10px auto;
	text-align: left;
	position: relative;
}

.listing-display h3.address {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #007DC3;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
}

.listing-display h4.price {
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border: none;
	color: #CC0000;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 10px;
}

.listing-display h2.heading-1, .listing-display h2.heading-2, #feature-listings {
	display: none;
}

.listing-display .listing-images .listing-main-image-cell {
	margin: 0px 0px 0px 5px;
	overflow: hidden;
	width: 490px;
	height: 300px;
}

.listing-display .listing-main-image {
	border: 1px solid;
	background: #EEEEEE;
}

#listing-img-description {
	display: none;
}

.listing-display .listing-images {
	border: none;
	border-color: none;
	background: none;
	width: 490px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

.listing-display .thumbnail {
	width: 68px;
}

.listing-image-gallery a:link, .listing-image-gallery a:visited, .listing-image-gallery a:active {
	color: #666666;
}

.listing-image-gallery a:hover {
	color: #666666;
}

.listing-display .bbp {
	border: none;
	border-color: none;
	background: #EEEEEE;
	margin: 10px 10px 5px 10px;
	padding: 0px 10px 0px 10px;
	height: 24px;
}

.listing-display .bbp dt {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.listing-display .bbp dt span {
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.listing-display .bbp dt.property_id {
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 24px;
}

.listing-display .bbp dt.property_id span {
	font-weight: bold;
	font-size: 11px;
	display: block;
}

.listing-display .bbp dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: auto;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
}

.listing-display .bbp dt.property_id span {
	font-weight: bold;
	font-size: 11px;
	display: block;
}

.listing-display .status {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

.listing-display .details-wrapper {
	margin: 0px;
	padding: 0px;
}

.listing-display .description {
	padding: 15px 10px 15px 10px;
	border: none;
	background: none;
	text-align: left;
}

.listing-display .feature-text {
	padding: 15px 10px 0px 10px;
	border: none;
	color: #666666;
	background: none;
	text-align: left;
}

.listing-display .inspection-heading {
	padding: 0px 8px 0px 15px;
	border: none;
	color: #0B2345;
	background: none;
	text-align: left;
	margin: 0px 15px 0px 15px;
}

.listing-display .inspections {
	list-style: none;
	padding: 0px 8px 0px 15px;
	border: none;
	color: #0B2345;
	background: none;
	text-align: left;
}

.listing-display .inspections li {
	margin: 0px;
	padding: 0px;
}

.holidayPricing {
	color: #CC0000;
	padding-left: 5px;
}

.holidayPricing .holiday-pricing-season {
	padding-left: 10px;
	font-weight: bold;
}

.listing-display .listing-mapping {
	margin: 5px 15px 15px 15px;
	padding: 0px;
	width: 500px;
	height: 500px;
	overflow: hidden;
}

.listing-display .features {
	display: none;
}

.listing-agent {
	margin: 0px 10px 20px 10px;
	border: 10px solid #E1D9CC;
	padding: 20px;
	background: #F2EFE9;
	color: #5D5A55;
}

.listing-agent p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.listing-agent-phone {
	width: 400px;
}

.listing-agent-email {
	width: 400px;
}

.listing-agent-email a:link, .listing-agent-email a:visited, .listing-agent-email a:active {
	
}

.listing-agent-details {
	width: 400px;
	font-weight: bold;
}

.listing-display .actions {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	list-style: none;
	height: 30px;
}

.listing-display .actions li {
	margin: 0px;
	border: none;
	padding: 0px 15px 0px 15px;
	list-style: none;
	width: 120px;
	float: left;
	text-align: center;
	line-height: 30px;
}

.listing-display .actions li a:link, .listing-display .actions li a:visited, .listing-display .actions li a:active {
	display: block;
	float: left;
	padding: 0px;
	color: #007DC3;
	font-weight: bold;
	font-size: 12px;
}

.listing-display .actions li a:hover {
	display: block;
	float: left;
	padding: 0px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

/* END PROPERTY STYLES */

/* alerts */

.error {
	margin: 0px auto 20px auto;
	border: none;
	padding: 10px;
	width: 550px;
	color: #FFFFFF;
	background: #CC0000;
}

.success {
	margin: 0px auto 20px auto;
	border: none;
	padding: 10px;
	width: 550px;
	color: #FFFFFF;
	background: #00AF18;
}

.info {
	margin: 0px auto 20px auto;
	border: none;
	padding: 10px;
	width: 550px;
}

/* forms */

table.form {
	margin: 0px auto 0px auto;
	border: none;
	width: 500px;
}

table.form tr, table.form tr td {
	border: none;
}

table.form tr td.input input {
	border: 1px solid #666666;
	width: 90%;
	padding: 2px;
	color: #666666;
	font-size: 1em;
	font-family: inherit;
}

table.form tr td.input textarea {
	border: 1px solid #666666;
	width: 90%;
	padding: 2px;
	color: #666666;
	font-size: 1em;
	font-family: inherit;
}

table.form tr td.contact-buttons input {
	margin-right: 20px;
}

.required {
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}

/* footer */

#footer {
	padding: 20px;
	background: url(../images/css/footer_bg.jpg) top left no-repeat;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer #footer-links {
	margin: 0px 0px 10px 20px;
	text-align: left;
}

#footer #copyright {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

/* landing page styles */

#body-landing-page {
	background: #017DC3;
}

#body-landing-page #wrapper {
	background: none;
	border: none;
}

#body-landing-page #content {
	background: #017DC3;
	border: none;
	padding-top: 0px;
}

#body-landing-page #header, #body-landing-page #menu, #body-landing-page #column-1 {
	display: none;
}

#body-landing-page #column-2 {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 921px;
	border: none;
	background: #017DC3;
}

#body-landing-page #column-2 .cell-1 {
	padding: 0px;
	margin: 0px;
}

#body-landing-page #footer {
	border: none;
	background: #017DC3;
}

/* links for the landing page */

#landing-buying {
	display: block;
	position: absolute;
	top: 149px;
	left: 165px;
	width: 204px;
	height: 203px;
	cursor: pointer;
}

#landing-buying:hover {
	background: url(../images/css/landing_buying.png) top left no-repeat;
}

#landing-leasing {
	display: block;
	position: absolute;
	top: 149px;
	left: 367px;
	width: 200px;
	height: 203px;
	cursor: pointer;
}

#landing-leasing:hover {
	background: url(../images/css/landing_leasing.png) top left no-repeat;
}

#landing-commercial {
	display: block;
	position: absolute;
	top: 149px;
	left: 566px;
	width: 202px;
	height: 203px;
	cursor: pointer;
}

#landing-commercial:hover {
	background: url(../images/css/landing_commercial.png) top left no-repeat;
}

#landing-selling {
	display: block;
	position: absolute;
	top: 350px;
	left: 165px;
	width: 202px;
	height: 203px;
	cursor: pointer;
}

#landing-selling:hover {
	background: url(../images/css/landing_selling.png) top left no-repeat;
}

#landing-company {
	display: block;
	position: absolute;
	top: 350px;
	left: 367px;
	width: 200px;
	height: 203px;
	cursor: pointer;
}

#landing-company:hover {
	background: url(../images/css/landing_company.png) top left no-repeat;
}

#landing-contact {
	display: block;
	position: absolute;
	top: 350px;
	left: 566px;
	width: 202px;
	height: 203px;
	cursor: pointer;
}

#landing-contact:hover {
	background: url(../images/css/landing_contact.png) top left no-repeat;
}
