/* Start of CMSMS style sheet 'sws-css' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E4d6;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.clearBoth, .clear-both {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 900px;
	margin: 10px auto 0px auto;
	padding: 0px;
	background-color: #FFF;
}

	#header {
		width: 900px;
		height: 120px;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
		
		#logo {
			width: 293px;
			position: absolute;
			top: 10px;
			left: 10px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.2em;
		}
		
			#logo a {
				width: 293px;
				height: 87px;
				margin: 0px 0px 5px 0px;
				float: left;
				background-image: url(images/logo.jpg);
				background-repeat: no-repeat;
				text-indent: -9999px;
				overflow: hidden;
			}
		
		#headerContact {
			width: 250px;
			margin: 0px;
			position: absolute;
			top: 15px;
			right: 10px;
			font-family: Arial, sans-serif;
			font-size: 1.8em;
			font-weight: normal;
			color: #017287;
			text-align: right;
			line-height: 1.8;
		}
		
			#headerContact a {
				color: #017287;
				text-decoration: none;
			}
			
				#headerContact a:hover {
					color: #014E5C;
				}
		
	#field {
		margin: 7px 0px;
		clear: both;
	}
		
	#left, #middle, #right, #right2 {
		padding: 5px 0px 0px 0px;
		float: left;
		border-top: 5px solid;
	}
	
	#left, #right, #right2 {
		border-color: #014E5C;
	}
	
	#middle {
		width: 390px;
		margin: 0px 23px 10px 22px;
		border-color: #017287;
		font-size: 1.2em;
	}
	
		#middle h1, #middle h2 {
			margin: 0 0 10px 0;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 2.2em;
			color: #333;
		}
		
		#middle h2 {
			margin: 10px 0;
			font-size: 1.6em;
		}
		
		#middle p {
			line-height: 1.4;
		}
	
	#left {
		width: 200px;
		margin: 0px 0px 5px 0px;
	}
	
		#rics {
			width: 180px;
			margin: 10px 0;
			padding: 0 0 0 20px;
			clear: both;
		}
		
	#agricultural {
		width: 200px;
		padding: 5px 0 0 0;
		float: left;
		border-top: 5px solid #017287;
	}
	
		#agricultural-content {
			width: 190px;
			padding: 5px;
			background-color: #014F5C;
			color: #FFF;
			font-size: 1.2em;
		}
		
			#agricultural-content h2 {
				margin: 0;
				font-family: Helvetica, Arial, sans-serif;
				font-weight: normal;
			}
	
	#right, #right2 {
		width: 265px;
		margin: 0;
		background-color: #DDD;
	}
	
	#right2 {
		float: right;
		margin: 0 0 10px 0;
	}
	
	#footer {
		width: 900px;
		clear: both;
	}
	
		#copyright {
			width: 602px;
			margin: 0px 23px 0px 0px;
			padding: 10px 0px 10px 10px;
			float: left;
			border-top: 5px solid #017287;
			color: #014E5C;
		}
		
		#wdl {
			width: 265px;
			padding: 10px 0px;
			float: left;
			border-top: 5px solid #014E5C;
			color: #014E5C;
		}
		
			#wdl a {
				color: #014E5C;
				text-decoration: none;
			}
			
/*---------------------------------------------------------------*/
/* CONTENT STYLING
/*---------------------------------------------------------------*/

/* FEATURED PROPERTIES ------------------------------------------*/
.NewsSummary {
	padding: 0 0 10px 0;
}

.homePropertiesTitle, .homePropertiesLink, .homePropertiesProximity, .NewsSummaryContent {
	padding: 5px 5px 0px 5px;
}

.homePropertiesLink, .homePropertiesLink a, .homePropertiesProximity, .NewsSummaryContent {
	font-size: 1.2em;
	color: #333;
}

.homePropertiesLink a {
	font-size: 1em;
}

.homePropertiesTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
}

.homePropertiesLink {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

	.homePropertiesLink a:hover {
		text-decoration: underline;
	}

/* PROPERTIES ----------------------------------------------------*/
.property-summary {
	width: 390px;
	margin: 0 0 20px 0;
	clear: both;
}

	.property-summary img {
		float: left;
	}
	
	.property-details {
		width: 220px;
		padding: 10px;
		float: left;
		background-color: #EEE;
	}
	
		.property-details div {
			margin: 0 0 10px 0;
		}
		
		.property-name {
			font-weight: bold;
		}
		
		.property-details div.property-price {
			margin: 0;
		}
		
		.property-price a {
			margin: 0 0 0 10px;
			float: right;
		}


/* End of 'sws-css' */

