
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/homepage01.gif) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #970138;
}

h1, h2 {
	margin-bottom: 20px;
	letter-spacing: +0px;
	font-weight: normal;
}

h1 {
}

h2 {
	font-size: 1.8em;
}

h3 {
	margin-bottom: 8px;
	font-size: 11px;
	color: #8a4e64;
}

h4 {
	margin: 10px 0px 10px 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#3c3c7a;
	font-size:1.2em;
	font-weight:bold;
	}
	
	
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #727272;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 150%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	padding: 13px 0px;
	background: url(../images/homepage12.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 .date {
	float: left;
	width: 40px;
	height: 44px;
	padding: 3px 0px 0px 0px;
	background: url(../images/homepage11.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.list1 .date span {
	display: block;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
}

.list1 h3 {
	display: inline;
	margin: 0px 0px 0px 14px;
	color: #727272;
}

.list1 p {
	margin: 0px 0px 0px 54px;
	line-height: normal;
}

.list1 .more {
	display: block;
	padding-top: 5px;
	background-position: 0px 10px;
}

.list1 .morelarge {
	display: block;
	padding-top: 5px;
	background-position: 0px 10px;
}

/** LINKS */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000096;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 11px;
	background: url(../images/homepage08.gif) no-repeat 0px 5px;
	font-size: 12px;
}

.morelarge {
	padding-left: 11px;
	background: url(../images/homepage08.gif) no-repeat 0px 5px;
	font-size: 10px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form li {
	margin-bottom: 10px;
}

form label {
	float: left;
	width: 100px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	color: #1C1C1C;
}

form .input-submit {
	width: 56px;
	height: 18px;
	padding: 0px 0px 2px 0px;
	background: url(../images/homepage09.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 12px 0px 0px;
	border:2px solid #ffffff;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	height: 79px;
	margin: 0px auto;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(../images/homepage02.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 890px;
	height: 150px;
}

/** LOGO */

#logo {
	width: 290px;
	height: 107px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 31px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	height: 35px;
	padding: 17px 15px 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(../images/homepage05.jpg) repeat-x left top;
	color: #604934;
}

/** HEADER2 */

#header2 {
	width: 900px;
	height: 240px;
	margin: 0px auto;
}

/** BANNER */

#banner {
	float: left;
}

/** SEARCH */

#search {
	float: right;
	width: 290px;
	margin-top: 4px;
}

#search .title {
	margin-bottom: 15px;
	letter-spacing:-1px;
	font-size: 1.55em;
}

#search .content {
	height: 138px;
}

#search .input-submit {
	float: left;
}

#search ul {
	margin: 0px;
}

#search a {
	float: right;
	padding-right: 20px;
}


#advsearch {
	float: right;
	width: 290px;
	margin-top: 4px;
	height: 200px;
}

#advsearch .title {
	margin-bottom: 15px;
	font-size: 18px;
}

#advsearch .content {
	height: 130px;
}

#advsearch .input-submit {
	float: left;
}

#advsearch ul {
	margin: 0px;
}

#advsearch a {
	float: right;
	padding-right: 20px;
}

/** PAGE */

#page {
	width: 890px;
	margin: 0px auto;
	padding-bottom: 30px;
	padding-top:10px;
	
}

#page-acc {
	width: 890px;
	background-color: #FFF;
	margin: 0px auto;
	padding-bottom: 30px;
	padding-top:10px;
	
}

/** CONTENT */

#content {
	float: right;
	width: 557px;
}

.about_content {
	width: 100%;
}

.about_content p {
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}

.about_content h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000096;
	line-height: 18px;
	margin-bottom: 20px;
	}

.about_content h4 {
	margin: 10px 0px 10px 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000096;
	}
	
.about_content ul, ol {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.about_content img.borandpad { padding: 8px; border:1px solid #cccccc; }
.about_content img.borandpad2 { padding: 8px; border:1px solid #cccccc; }
.right_column { width: 280px; height: 420px; float:right; padding: 10px; margin 10px; z-index: 0;}

#badge {
position: absolute; top: 150px; right: 230px; background:transparent url(../images/orange_price.png) repeat scroll 0 0; height:154px; margin-left:-10px; width:154px; z-index:50;
}

#tel {
	float: right;
	width: 378px;
	height: 49px;
	margin: 29px 0px 0px -10px;
	background: transparent url(../images/tel2.gif) no-repeat 0 0;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 297px;
	}

/** FOOTER */

#footer {
	height: 90px;
	background: url(../images/homepage03.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #6f6f70;
}

/** BOX STYLE A */

.boxA {
	padding: 5px;
	background: #FFFFFF;
	border: 3px solid #EDEDED;
}

.boxA .title {
	padding: 15px 20px 0px 20px;
}

.boxA .content {
	padding: 0px 20px 15px 20px;
	background: url(../images/homepage07.jpg) repeat-x left bottom;
}

/** BOX STYLE C */

.boxC {
	padding: 5px;
	background: #FFFFFF;
	border: 3px solid #EDEDED;
}

.boxC .title {
	padding: 15px 20px 0px 20px;
}

.boxC .content {
	padding: 0px 20px 15px 20px;
	background: url(../images/homepage07.jpg) repeat-x left bottom;
}

/** BOX STYLE B */

.boxB {
	padding: 15px 15px 3px 15px;
	background: #c9c9c9 url(../images/homepage13.gif) repeat-x left top;
	border: 1px solid #b3b2b2;
}

/** ITEM BOX */

.item {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #b3b2b2;
}

.item .bg {
	padding: 0px 3px 3px 3px; 
	background: #920038 url(../images/Untitled-1_03.jpg) repeat-x left bottom;
}

.item .bg2 {
	padding: 0px 3px 3px 3px; 
	background: #f5f5f5 url(../images/homepage07.jpg) repeat-x left bottom;
}

.item .image {
	float: left;
}

.item .info {
	margin: 0px 0px 0px 80px;
	padding: 0px;
	list-style: none;
}

.item .info li {
	height: 18px;
}

.item li b {
	float: left;
	margin: 0px 7px 0px 0px;
}

.item li span {
	float: left;
}

.item .more {
	height: 18px;
	padding: 0px 0px 0px 8px;
	background: url(../images/homepage09.gif) no-repeat left center;
}

.item .morelarge {
	height: 18px;
	padding: 0px 0px 3px 8px;
	background: url(../images/homepage09.1.gif) no-repeat left center;
}


.item .more a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.item .morelarge a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/** BOX1 */

#box1 {
clear: both;
	padding-bottom: 0px;
}

#box1 .item {
	float: left;
	width: 246px;
	height: 157px;
}

#box1 .bg {
	height: 154px;
}

#box1 .alt {
	margin: 0px 0px 10px 10px;
}

#box1 .title {
	position: relative;
}

/** BOX2 */

#box2 {
}

#box2 .item {
	height: 112px;
	margin-top: 20px;
}

#box2 .item .bg {
	height: 100px;
}

#box2 .item h3 {
	margin-left: 85px;
}

#box2 .info li {
	float: left;
	width: 190px;
	padding-right: 10px;
	font-size:10px;
}

#box2 .info .more {
	margin-top: 15px;
}

#box2 .info .morelarge {
	margin-top: 15px;
	width:80px;
}

/** BOX333 */

#box333 {
	padding: 15px 20px 15px 20px;
	border: 3px solid #EDEDED;
}

#box333 .item {
	height: 112px;
	margin-top: 20px;
}

#box333 .item .bg {
	height: 100px;
}

#box333 .item h3 {
	margin-left: 85px;
}

#box333 .info li {
	float: left;
	width: 150px;
	padding-right: 30px;
	font-size:10px;
}

#box333 .info .more {
	margin-top: 15px;
}

#box333 .info .morelarge {
	margin-top: 15px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #970138 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #970138 !important;
}

/*#box333 .title {
	padding: 15px 20px 0px 20px;
}*/

#box333 .content {
	padding: 0px 20px 15px 20px;
	background: url(../images/homepage07.jpg) repeat-x left bottom;
}



.top { text-align:right; cursor:pointer; padding-left:20px; }
.border-bottom { border-bottom:1px solid #EAEAEA; margin-bottom:0.5em; }
.borandpad { padding: 10px; border:1px solid #FFE8D1; margin: 10px; }
.borandpad2 { padding: 10px; border:1px solid #FFE8D1; margin: 0px; }
.viewing_right_column { width: 280px; height: 980px; float:right; padding: 10px; margin: 10px; z-index: 0;}
.golf_viewing_right_column { width: 280px; height: 440px; float:right; padding-left: 10px; margin: 0px; z-index: 0;}
.moreInfo { text-align:right; }

.pics {  
    height:  229px;  
    width:   582px;  
    padding: 0;  
    margin:  0; 
	overflow: hidden; 
} 

.golf_course { height: 220px; width: 100%;}
.golf_img {}
.golf_course p { margin: 0px 20px 0px 0px; }
.golf_course h1 { margin: 0px 0px 0px 0px; font-size: 16px; color: #8c0134; font-weight:bold; } 
.club { margin: 20px 0 20px 10px; border-bottom: #CCCCCC thin solid; width: 850px; padding-bottom: 10px;}
.golf_course p.stats { color:#854f63; font-size: 14px; margin-bottom: 5px; font-style:italic; }
.golf_course p.more { margin: 0; padding-left: 11px; background: url(../images/homepage08.gif) no-repeat 0px 5px; font-size: 12px;}
.golf_img { float:left; width: 244px; height: 164px; border: 2px solid #616198; padding: 3px; margin: 0px 10px 10px 10px;}
.golf_txt { float:right; width: 560px; height: 190px;}


.featured
{
  position:relative;
  }
.featured .property-title
{
  position:absolute;
  bottom:9px;
  left:7px;
  background-color: white;
  opacity: 0.9;
  filter:alpha(opacity=80); /* IE's opacity*/
  padding:2px 3px 2px 4px;
  margin:0;
  text-decoration:none;
  }
.featured .property-title span
{
  opacity: 1;
  filter:alpha(opacity=100); /* IE's opacity*/
  margin:0;
  color:black;
  }
.featured .offer
{
  position:absolute;
  top:0px;
  right:0px;
  }
.featured .view-more
{
  position:absolute;
  bottom:3px;
  right:3px;
  display:none;
  }


.extras {
padding-top:5px;
}

#special_offer { color:#970138; font-size: 14px; font-weight:bold; }

/* CSS added by Christian @ SOZO ------------------------------------------------------------------------------------------ */

#useful_links {
	width: 100%;
	height: auto;
}

#useful_links p {
	padding: 10px;
	margin: 0px 10px 10px 0px;
	display: block;
	width: 248px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #cacaca;
	background: #f4f4f4;
	float: left;
	text-align: left;
	font-size: 11px;
}

#useful_links a:link {color: #000; font-weight: normal; text-decoration: none;}
#useful_links a:visited {color: #000; font-weight: normal; text-decoration: none;}
#useful_links a:hover {color: #787878; font-weight: normal; text-decoration: none;}
#useful_links a:active {color: #000; font-weight: normal; text-decoration: none;}

.br {clear: both;}

/* CSS added by Christian @ SOZO ------------------------------------------------------------------------------------------ */