body {
	font-family:arial, helvetica, verdana;
	font-size:12px;
	background-image:url('../images/back.gif');
	text-align:center;
  	color:#666666;
	line-height:17px;
}

a {
  color:#3C7265;
}

a:hover {
  color:#000000;
}

a img {
  border:none;
}

h1 {
  font-size:22px;
  color:#FFFFFF;
  font-weight:normal;
}

h2 {
  color:#666666;
  font-size:15px;
}

#languages {
	text-align:right;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#languages .flag {
	border:1px solid #CCCCCC;
}

#container {
	width:962px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#page {
	background-image:url('../images/shadow.png');
	background-position:top -18px;
	background-repeat:repeat-y;
  padding:10px 55px 0px 55px;
}

#header {
  text-align:center;
  background-image:url('../images/shadow_top.png');
	background-position:top -18px;
	background-repeat:no-repeat;
  padding:10px 55px 0px 55px;
  margin-top:5px;
}

#menu {
  background-color:#3C7265;
  height:31px;
}

#menu ul {
  margin:0px;
  padding:0px;
  height:31px;
}

#menu ul li {
  list-style-type:none;
  float:left;
  line-height:35px;
  margin:0px 40px 0px 20px;
  background-image:url('../images/arrow.gif');
  background-position:0px 31px;
  background-repeat:no-repeat;
  text-transform:lowercase;
}

#menu ul li a {
  font-size:14px;
  color:#FFFFFF;
  text-decoration:none;
  font-family:tahoma;
}

#menu ul li a:hover {
  text-decoration:underline;
}

#menu ul li a.selected {
  font-weight:bold;
}

#content {
  background-color:#CCCCCC;
  border:1px solid #CCCCCC; /* hack */
  padding:25px 15px 25px 15px;
}

#homepage {
  background-color:#CCCCCC;
}

#homepage #introduction {
  float:left;
  width:305px;
}

#homepage #search {
  background-color:#999999;
  float:right;
  width:180px;
  height:200px;
  padding:10px;
}

#homepage #search h2 {
  color:#FFFFFF;
  margin-top:0px;
  font-size:12px;
}

#homepage #search label {
  color:#333333;
  font-size:11px;
  display:block;
  margin-bottom:0px;
}

#homepage #search select {
  width:180px;
  margin-bottom:10px;
}

#homepage #search input {
  margin:5px 0px 10px 0px;
}

#homepage #location {
  width:510px;
  padding-left:20px;
  float:left;
}

#homepage #location .image_left, #homepage #location .image_right {
  float:left;
  width:225px;
  margin:0px 20px 20px 0px;
  border:1px solid #FFFFFF;
}

#homepage #location .image_right {
  float:right;
  margin:0px 0px 20px 20px;
}

#homepage #location p {
  margin-top:0px;
}

#homepage #featured {
  width:300px;
  float:right;
  margin:0px 15px 0px 0px;
}

#homepage #featured h2 {
  padding-left:15px;
}

#homepage #featured .property {
  background-color:#FFFFFF;
  background-image:url('../images/property_background.jpg');
  background-position:top left;
  background-repeat:repeat-y;
  padding:5px 5px 5px 15px;
}

#homepage #featured .property h2 {
  font-size:11px;
  padding-left:0px;
  line-height:15px;
}

#homepage #featured .property .preview {
  float:left;
  width:100px;
}

#homepage #featured .property .preview img {
  width:100px;
  height:75px;
  margin-top:3px;
  border:1px solid #CCCCCC;
}

#homepage #featured .property .summary {
  float:right;
  width:160px;
  line-height:15px;
}

#homepage #featured .property .summary p {
  margin-top:0px;
  padding-top:0px;
}

#homepage #featured .shadow {
  background-image:url('../images/property_bottom.jpg');
  background-position:top left;
  background-repeat:none;
}

#homepage #about {
  padding:0px 10px 10px 25px;
}

#footer {
  /*background-color:#222222;*/
  color:#999999;
  text-align:center;
background-image:url('../images/shadow_bottom.png');
	background-position:top -18px;
	background-repeat:no-repeat;
  padding:10px 55px 10px 55px;
}

#footer span.alt {
  color:#3C7265;
}

#footer p {
  margin:5px 0px 0px 0px;
}

#footer a:hover {
  color:#FFFFFF;
}

#properties {
}

#properties #left {
	float:left;
	width:175px;
}

#properties strong {
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

#properties #left .info {
	border-bottom:1px dotted #999999;
	margin-top:10px;
}

#properties #left .info h2 {
	margin-bottom:0px;
	padding-bottom:0px;
}

#properties #left .info p {
	margin-top:5px;
}

#properties #right {
	float:right;
	width:575px;
}

#properties #right #title #left {
	float:left;
	width:420px;
}

#properties #right #title #right {
	float:right;
	width:150px;
	text-align:right;
}

#properties #right #title p {
	color:#FFFFFF;
	margin-top:10px;
	font-size:18px;
}

#properties #right .main_photo {
	background-color:#999999;
	padding:4px;
	width:550px;
	height:400px;
}

#properties #right .main_photo img {
	width:550px;
	height:400px;
}

#properties #right .photo {
	background-color:#999999;
	padding:4px;
	float:left;
	height:200px;
	margin:0px 20px 20px 0px;
}

#properties #right .photo img {
	width:255px;
	height:200px;
}

#properties #right #more_photos {
	display:none;
}

#properties form.search label {
	font-size:11px;
	display:block;
	margin-bottom:2px;
}

#properties form.search select {
	width:150px;
	margin-bottom:10px;
}

#properties form.search .button {
	margin-top:15px;
}

#properties .property {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
}

#properties .property .preview {
	float:left;
	background-color:#999999;
	padding:5px;
	height:148px;
}

#properties .property .preview img {
	border:1px solid #FFFFFF;
	width:195px;
	height:145px;
}

#properties .property .summary {
	float:right;
	width:345px;
}

#properties .property .summary h2 {
	margin-top:0px;
	font-size:12px;
}

#properties .property .summary dt {
	float:left;
	width:100px;
	line-height:15px;
	color:#FFFFFF;
	clear:left;
}

#properties .property .summary dd {
	float:left;
	width:100px;
	line-height:15px;
	color:#3C7265;
}

.paginator {
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}

.paginator span, .paginator a {
	/*float:left;
	display:block;*/
	padding:4px 8px 4px 8px;
	margin-right:5px;
	
}

.paginator .page {
	border:1px solid #CCCCCC;
}
	
.paginator .disabled {
	border:1px solid #CCCCCC;
}

.paginator .next, .paginator .previous {
	border:1px solid #CCCCCC;
}

.paginator .current {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
}

.post {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999999;
}

.contact {
	float:left;
	margin-right:15px;
}

.contact-details {
	float:left;
	padding-left:15px;
	border-left:1px solid #DDD;
}

.contact-details address{
	margin-left:10px;
}

.contact label {
	padding-left:2px;
	display:block;
}

.contact input {
	margin-bottom:10px;
}

.contact textarea {
	width:350px;
}

.highlight {
	color:#3C7265;
}

.center {
	text-align:center;
}

.clear {
  clear:both;
}

#map_container {
	padding:3px;
	margin-bottom:20px;
	background-color:#EFEFEF;
	border:1px solid #000;
}

#map_canvas {
	border:1px solid #888;
}

.facebook, .webcams {
	display:block;
	width:150px;
	margin-left:60px;
	margin-top:15px;
	padding-left:40px;
	line-height:32px;
	background:url(/images/facebook.png) no-repeat top left;
}

.webcams {
	line-height:16px;
	background:url(/images/webcam.png) no-repeat top left;
	margin-bottom:25px;
}

.partners {
	margin-left:10px;
	margin-top:15px;
	border-top:1px solid #DDD;
	padding:5px 10px;
}

.partners ul {
	padding-left:30px;
}

.partners li {
	margin-bottom:8px;
}

#about-content {
	float:left;
	width:590px;
	margin-right:20px;
}

#about-gallery {
	float:left;
	width:200px;
}

#about-gallery p {
	margin-top:2px;
	text-align:center;
}

#about-gallery img {
	width: 200px;
	border:1px solid #999;
	padding:3px;
	background-color:#FFF;
}

.gallery {
	clear:left;
	margin-top:15px;
}

.gallery img {
	float:left;
	width:120px;
	margin:0px 15px 0px 20px;
	padding:3px;
	border:1px solid #999;
	background-color:#FFF;
}

.gallery .details {
	float:left;
	width:550px;
}

.gallery .details h2 {
	margin-top:5px;
}

p.sold {
	font-weight:bold;
	color:#900;
}

.pagination-info {
	margin-bottom:10px;
}

.pagination-info p {
	float:left;
	margin:0;
}

.pagination-info span {
	float:right;
	display:block;
	margin:0;
}
