/************************************************************
	La Cala Hills v4.0
		Default Style Sheet
			EG Systems <steve@egsystems.co.uk>
************************************************************/

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

/* Masthead */
#masthead {
	width: 790px;
	height: 88px;
	margin: 0 auto;
	background: #f5f4ea;
}

#masthead_logo {
	float: left;
	width: 300px;
	height: 80px;
	cursor: pointer;
	background: url(../images/logo.gif) 7px 7px no-repeat;
}

#masthead_info {
	position: relative;
	width: 220px;
	height: 70px;
	top: 10px;
	margin-right: 10px;
	overflow: hidden;
	float: right;
	color: #086CA2;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

#masthead_info a {
	text-decoration: none;
	color: #086CA2;
}

#masthead_info a:hover {
	text-decoration: underline;
}

/* Banner */
#banner {
	width: 790px;
	height: 220px;
	margin: 0 auto;
	background: #3F6EB4 url(../images/banners/index.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #ffe;
}

#banner_extend {
	width: 100%;
	height: 220px;
	background: #3F6EB4 url(../images/bg_banner.png) 0 0 repeat-x;
	position: absolute;
	top: 88px;
	border-bottom: 1px solid #fff;
	z-index: -1;
}

/*************************************************************/
/* Container */
#container {
	width: 790px;
	margin: 0 auto 0 auto;
	background-color: #f5f4ea;
	padding-bottom: 1px; /* avoid gaps at bottom */
	background-color: #f5f4ea;
}


div.index {
	background: #f5f4ea url(../images/bg_wave.png) 0 bottom no-repeat;
}

/*************************************************************/
/* Top Nav */
#topnav {
	height: 26px;
	background: #2c4e80 url(../images/bg_nav.gif) 0 0 repeat-x;
	color: #eee;
	overflow: hidden;
}

#topnav a {
	display: block;
	float: left;
	height: 26px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	font: normal 12px/26px Arial, sans-serif;

}

#topnav a:hover {
	background: #333 url(../images/bg_nav_hover.gif) 0 0 repeat-x;
}

#topnav a.current {
	background: #f5f4ea url(../images/bg_nav_current.gif) 0 0 repeat-x;
	height: 32px;
	color: #f71;
}

/*************************************************************/
/* Sub Nav */
div.subnav {
	position: absolute;
	width: 185px;
	background-color: #bcceec;
	color: #457;
	float: left;
	margin-left: 60px;
	z-index: 500;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: none;
}

div.subnav a {
	display: block;
	float: left;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	color: #457;
	font-size: 11px;
	text-decoration: none;
	font: normal 12px/22px Arial, sans-serif;
	border-bottom: 1px solid #fff;
}

div.subnav a:hover {
	background-color: #333;
	color:  #fff;
}

div.subnav a.current {
	background-color: #89b;
	color:  #fff;
}


/*************************************************************/
/* Footer */
#footer {
	clear: both;
	width: 790px;
	height: 140px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #ddd;
	background: #2c4e80 url(../images/bg_footer.png) 0 0 repeat-x;
}

#footer_icons {
	width: 100%;
	height: 75px;
	margin: 10px 0 0 0;
/*	background: transparent url(../images/footer_link_caption.gif) 240px 0 no-repeat; */
}

div.footer_icon {
	float: left;
	height:  50px;
	margin: 0 10px;
}

div.footer_icon img {
	display: block;
	margin: 0;
}

#footer_icons a {
	margin: 0 10px;
}

#footer a.footernav {
	color: #ddd;
	text-decoration: none;
}

#footer a.footernav {
	font-weight: normal;
	padding: 0px 2px;
}

#footer a.footernav:hover {
	color: #fff;
}

/*************************************************************/
/* Content Columns */
/* Grid = 130px columns + 2x5px end gutters */
div.content {
	width: 650px; /* 5 cols wide */
	margin: 20px auto;
	padding-bottom: 10px;
}

div.left4col
{
	float: left;
	width: 520px;
}

div.left3col
{
	float: left;
	width: 390px;
}

div.left2col
{
	float: left;
	width: 260px;
}

div.left1col
{
	float: left;
	width: 130px;
}

/*************************************************************/
/* Feature Boxes */
#featureboxes {
	width: 100%;
	height: 95px;
	margin: 15px 0 105px 0;
}

div.featurebox
{
	width: 205px;
	height: 125px;
	float: left;
	margin-bottom: 8px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

div.featurebox a
{
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

div.featurebox img
{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

/*************************************************************/
/* List Boxes */
div.listbox
{
	clear: both;
	padding-bottom: 15px	
}

/*************************************************************/
/* Property Summary */

div.PropertySummaryBox
{
	clear: left;
	margin-bottom: 12px;
	background-color: #e8e8dc;
	padding-bottom: 4px;
	/*border-bottom: 2px solid #bcceec;*/
	border: 1px solid #dedad0;
	border-bottom-width: 3px;

}

div.PropertySummaryBox h2
{
	/*background: #59c url(../images/bg_subhead.gif) 0 0 repeat-x;*/
	color: #457;
	background-color: #bcceec;
	background-image: none;
	font-size: 14px;
	margin: 0;
}

div.PropertySummaryBox table
{
	margin: 0;
	border-collapse: collapse;
}

td.SummaryPicFrame img
{
	margin: 2px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

td.SummaryTextBox
{
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}

td.SummaryTextBox p
{
	margin: 10px 0 0 0;
	font-size: 13px;
}

td.SummaryFeaturesBox
{
	width: 320px;
	height: 40px;
}

td.SummaryFeaturesBox img
{
	width: 28px;
	height: 28px;
	float: left;
	margin: 0 5px 0 0;
	border: none;
}

/*************************************************************/
/* Property Details */

#property_buttons
{
	width: 480px;
	margin: 20px auto;
	height: 30px;
}

/* Feature Icons */
#PropertyFeaturesBox
{
	float: left;
	width: 350px;
	height: 40px;
	margin: 4px 0;
	display: inline;
}

#PropertyMainImage {
	float: right;
	margin: 0 0 10px 10px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

/*************************************************************/
/* Golf Summary */
div.golf_summary_box {
	clear: left;
	margin-top: 6px;
	border: 1px solid #dcdcd3;
	border-bottom-width: 3px;
	background-color: #e8e8dc;
	padding: 4px;
}

div.golf_summary_box h1 {
	margin: 4px 0;
	font: bold 15px/20px Arial, sans-serif;
	color: #555;
}

div.golf_summary_box h1 a {
	text-decoration: none;
}

div.golf_summary_box img {
	float: left;
	margin-right: 10px;
}

/*************************************************************/
/* Golf Photos */
#golf_course_thumbs {
	width: 240px;
	float: left;
}

/*************************************************************/
/* Gallery Thumbs */
#thumbs
{
	clear: both;
	background-color: #e8e8dc;
	border: 1px solid #dedad0;
	border-bottom-width: 3px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#thumbs img
{
	margin: 3px 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

/*************************************************************/
/* Rate Table */

#rate_table
{
	width: 100%;
	margin: 0;
	border: 1px solid #dcdcd3;
}

#rate_table th.rate_period
{
	text-align: left;
}

#rate_table th.rate_cost
{
	text-align: right;
}

/*************************************************************/
/* Forms */

#enquiryform table {
	background-color: #fff;
	width: 100%;
	font-size: 12px;
	border: 1px solid #ccb;
}

td.formlabel {
	width: 180px;
	background-color: #deded0;
	font-weight: bold;
}

td.form {
	background-color: #e8e8dc;
}

/*************************************************************/
/* Elements */

body {
	color: #665;
	background-color: #e3e3da;
	font: 13px/17px Arial, sans-serif;
	margin-bottom: 20px;
}

a {
	color: #555;
	text-decoration: underline;
}

a:hover {
}

a.plain {
	text-decoration: none;
}

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

a.right {
	float: right;
}

a.fixed {
	padding: 0;
	width: 145px;
}

a.button:hover {
	background: #333;
}

li>a {
	color: #333;
	text-decoration: underline;
}


h1, h2 {
	color: #f71;
	font-family: 'Candara', 'Lucida Grande', Arial, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0.03em;
}

h1.sold 
{
	color: #fff;
	background-color: #f30;
	letter-spacing: 0.3em;
	text-align: center;
}

h2 {
	margin: 20px 0 0 0;
	padding-left: 10px;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	background: url(../images/bg_nav.gif) 0 0 repeat-x;
}

h2.error 
{
	background-color: #f30;
	background-image: none;
}

span.error 
{
	color: #fff;
	background-color: #f30;
	background-image: none;
	padding: 0 5px;
	margin-right: 5px;
}

h2.sale_price 
{
	background-color: transparent !important;
	background-image: none !important;
	color: #555 !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 0;
	margin-bottom: 10px;
}

h3 {
	margin: 20px 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #555;
}

h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #555;
}

hr {
	color: #ccd;	
}

form a {
	color: #555;	
}

input, select {
	padding: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}

input.submit {
	float: right;
	padding: 0 10px;
	margin: 4px 0;
}

input.image {
	border: none !important;
	background-color: transparent;
}

select.fixedwidth {
	width: 180px;
}

textarea {
	border: 1px solid #bbb;
	background-color: #fff;
	width: 280px !important;
}

img {
	border: none;
}

img.framed {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

img.center {
	display: block;
	margin: 5px auto 10px auto;
}

img.left {
	margin: 5px 15px 10px 0;
	float : left;
}

img.right {
	margin: 5px 0 10px 10px;
	float : right;
}

p {
	margin: 2px 20px 12px 0;
}

p.firstpara {
	font-weight: bold;
}

p.address {
	margin-top: 18px;
	font-weight: bold;
}

p.indent {
	margin: 0 0 0 20px;
}

table
{
	/*width: 100%;*/
	margin: 0;
	border-collapse: separate;
}

table.inline
{
	width: 100%;
	margin: 10px 0;
	font-size: 12px;
}

table.plain
{
	margin: 10px 0 0 0;
}

table.plain td
{
	padding: 0;
	background: none;
}

td, th {
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
}

table.inline td {
	background-color: #e8e8dc;
}
	
table.inline th {
	font-weight: bold;
	background-color: #d3d3c6;
}

table.inline td.label {
	font-weight: bold;
	background-color: #deded0;
	width: 180px;
}

th.reverse {
	background-color: #555 !important;
	color: #fff !important;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 12px;
	margin-bottom: 12px;
}

ul li  {
	margin: 10px 0 0 0;
	/*
	padding-left: 20px;
	background: url(../images/bullet_leaf.gif) 0 3px no-repeat;
	*/
}

ol ul {
	margin: 10px 0;
	list-style: disc;
	list-style-position: inside;
}

ol li  {
	margin: 10px 0;
}

ol ul li {
	margin: 0;
	padding-left: 0;
	background: none;
}

/*************************************************************/
/* Generic subclasses */
.clear 
{
	clear: both;
}

.right
{
	text-align: right !important;
}
 
.center
{
	text-align: center !important;
}
 
.tight
{
	margin-top: 0 !important;
}

.small
{
	font: normal 10px/13px arial, helvetica, sans-serif !important;
}

/* My Comment */

.em
{
	font-weight: bold;
	color: #fc0;
}

.strong
{
	font-weight: bold;	
}

.err, .red
{
	font-weight: bold;
	color: #f71;
}

.hilite
{
	font-family: Arial, sans-serif;
	color: #ec3 !important;
	font-weight: bold;
	font-size: 125%;
	line-height: 1px;
}

/*************************************************************/
/* Button Class */
.button {
	display: block;
	margin-right:  5px;
	padding: 0 10px;
	height: 24px;
	float: left;
	text-align: center;
	background: #2C4E80 url(../images/bg_nav.gif) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	font: normal 13px/24px Arial, sans-serif;
	/* CSS3 styles */
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
}

/* Box Class */
.box {
	padding: 10px 0;
	border: 2px solid #dcdcd3;
	background-color: #e8e8dc;
	/* CSS3 styles */
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
}

/* Paragraph Box Class */
.parabox {
	padding: 0;
	border: 1px solid #dcdcd3;
}

.parabox p, .parabox ol, .parabox li {
	margin-left: 8px;
}

/*************************************************************/
/* Google Content */
#googlemap {
	width: 350px;
	height: 300px;
	float: right;
	margin: 20px 0 20px 20px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcd3;
}

#googlemap p {
	text-align: right;
	font-size: 11px;
	margin: 4px 0;
}

/*************************************************************/
/* PayPal */
#paypal {
	width: 60%;
	margin: 30px auto 0 auto;
	text-align: center;
	border-color: #369;
	font-size: 12px;
	background: #f7f7f3 url(../images/paypal_box.png) 0 bottom repeat-x;
}

div.payment_ack {
	margin: 0 auto;
	width: 500px;
	height: 220px;
	text-align: center;
	border: 1px solid #dcdcd3;
}

.paypal {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #036;
}

.paypal_pal {
	color: #369;
}

img.creditcards {
	display: block;
	margin:  10px auto 0 auto;
}

/*************************************************************/
/* Under Contstruction Notice */
#ucon {
	width: 100%;
	height: 55px;
	background: #fea url(../images/ucon.gif) 24px 16px no-repeat;
	color: #d30;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding-top: 9px;
	border: 1px dotted #d30;
}

#ucon p {
	margin: 0 0 0 70px;
}

/*************************************************************/
/* EG Credit Link */
#eglink {
	font: 14px/15px "Trebuchet MS";
	text-decoration: none;
	color: #ccc;
}

#eglink sup {
	color: #999;
	letter-spacing: -2px;
	line-height: 0;
	font-size: 10px;
}

#eglink a:hover {
	color: #fff;
}

/* */