body {
	margin: 0;
	padding: 0;
	background: #FFF url("../img/body.jpg") repeat-x;
	font-family: tahoma, verdana, helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	padding: 12px 0 8px 0;
	font-weight: normal;
}
small {
	display: block;
	margin: 0;
	padding: 0 0 8px 0;
}
h3 {
	font-size: 1.5em;
}

#canvas {
	width: 840px;
	margin: 0 auto;
	background: transparent url("../img/canvas.jpg") 0px 250px no-repeat;
}
#heading {
	color: #bcdcc5;
	height: 34px;
	line-height: 34px;
	text-align: right;
	margin-bottom: 6px;
}
#heading a {
	color: #bcdcc5;
	text-decoration: none;
}
#heading a:hover {
	color: #FFF;
}
#title {
	margin-bottom: 10px;
}
#mainmenu {
	height: 41px;
	line-height: 41px;
}
#header {
	height: 278px;
	background: transparent url("../img/header.jpg") top left no-repeat;
	margin-bottom: 30px;
}
	#flashbox {
		position: absolute;
		margin: 20px 0 0 20px;
	}
	#logo {
		position: absolute;
		width: 240px;
		height: 278px;
		margin: 0 0 0 600px;
	}

	#left {
		vertical-align:top;
		width: 240px;
		background: #fafbfd url("../img/left.jpg") top left repeat-x;
	}
	#right {
		vertical-align: top;
		width: 620px;
		padding: 5px;
		color: #828080;
		font-size: .8em;
	}
		#right a {
			text-decoration: none;
			color: #9866c0;
			font-weight: bold;
		}
		#right a:hover { 
			color: #2f5074; 
			text-decoration: underline;
		}

		#right h1 {
			font-weight: normal;
			font-size: 1.2em;
			color: #bc4d10;
			text-indent: 2em;
		}
		#right h2 {
			font-weight: normal;
			font-size: 1.4em;
			color: #464442;
			font-family: Georgia;
		}
		#right p {
			text-indent: 2em;
			color: #828080;
		}
			#bannerimg {
				display: block;
				margin: 0 auto;
				background: #eff7f9;
				border: 1px solid #79a6cb;
				padding: 5px;
			}

			#imageTable td {
				text-align :center;
				vertical-align :top;
				padding:5px;
			}
			#imageTable td a {
				text-decoration: none;
				color: #a78abf;
				font-weight: normal !important;
			}
			#imageTable td a:hover { color: #2f5074; }
			#imageTable td a img {
				padding:3px;
				border: 1px solid #a78abf;
				margin-bottom: 3px;
			}
			#imageTable td a:hover img {
				border: 1px solid #2f5074;
				background: #FFF;
			}

#mainTable {
	width: 100%;
}
#footer {
	text-align:center;
	font-size: .65em;
	width: 100%;
	padding: 20px 0 20px 0;
	color: #333;
}
#footer a {
	color: #828080;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000;
}
/* MAIN SIDEBAR */
dl.sidebar {
	padding: 0;
	margin: 0 auto;
	width: 230px;
}
	dl.sidebar dt {
		color: #bc4d10;
		font-family: Georgia, sans-serif;
		font-size: 1.1em;
	}
	dl.sidebar dt i{
		padding: 3px;
		color: #b99bb4;
		font-size: .8em;
		display: block;
	}
	dl.sidebar dt a {
		padding: 8px 0 3px 6px;
		color: #bc4d10;
		text-decoration: none;
		display: block;
	}
	dl.sidebar dt a:hover {
		color: #2f5074;
		background: #e8f0f6;
	}
	dl.sidebar dd {
		padding: 0;
		margin: 0;
		height: 3px;
		padding: 2px;
		background: transparent url("../img/divider-sidebar.gif") bottom left repeat-x;
	}
	/* MAIN SIDEBAR END */

/* PROPERTY SIDEBAR */
dl.propertydata {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 230px;
}
	dl.propertydata dt {
		color: #bc4d10;
		font-family: Georgia, sans-serif;
		font-size: 1.1em;
		padding-bottom: 8px;
	}
	dl.propertydata dd {
		padding: 2px 0 4px 0;
		margin: 0;
		background: transparent url("../img/divider-sidebar.gif") bottom left repeat-x;
	}
	dl.propertydata dd a {
		font-size: .8em;
		display: block;
		color: #a78abf;
		text-decoration: none;
		padding: 2px 2px 2px 6px;
	}
	dl.propertydata dd a:hover {
		color: #2f5074;
		background: #e8f0f6;
	}
	/* PROPERTY END */
			#faq dt {
				padding: 4px 0 4px 8px;
				font-size: 1.1em;
				color: #b99bb4;
				cursor: pointer;
			}
			#faq dt.active { 
				background: #84aed0; 
					color: #cbefe9;
			}
			#faq dt.over {
				background: #e8f0f6;
				color: #2f5074;
			}
			#faq dd { 
				font-style: italic;
				display: none;
				color: #676d72;
				padding: 3px 0 12px 8px;
				background: transparent;
				border-top: 2px solid #d9e2e9;
				border-bottom: 2px solid #d9e2e9;
			}

	#contactdetails {
		width: 260px;
		margin: 0 auto;
	}
	#contactdetails h1 {
		color: #333;
		font-family: Georgia, sans-serif;
		font-size: 1.1em;
	}
	#contactdetails td {
		padding: 3px;
		font-family: verdana, tahoma, sans-serif;
		font-size: .7em;
	}
	#contactdetails a {
		text-decoration: none;
		color: #9866c0;
	}
	#contactdetails a:hover {
		color: #333;
		text-decoration: underline;
	}