/* CSS Document for website */

/* Helpers
************************************************************************************ */

.clear, .clr {
	clear:both;
}
.padding{
	padding:0px 0px;
}
.paddingBody{
	padding:223px 40px 0 40px;
}
.paddingFooter{
	padding:10px 20px;
}
.hide {
	display:none;
}
.noborder {
	border:none;
}


/* Layout
************************************************************************************ */

body{
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	background-color: #26377b;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

div#container{
	width:976px;
	margin:0 auto;
	text-align:left;
	background-color: transparent;
	background-image: url(../images/layout/body-main-bg.gif);
	background-repeat: repeat-y;
	background-position: 0 top;
}

div#logo{
	position:relative;
	width:270px;
	height:225px;
	background: transparent url(../images/layout/bg-logo.gif) no-repeat 0 0;
}
div#logo span{
	display:none;
}

div#side-bar{
	float:left;
	width:270px;
	/* Just so we always have some space below the main text on all pages */
	padding-bottom:20px;
	background: transparent url(../images/layout/bg-logo.gif) no-repeat 0 0;
}



div#content{
	float:left;
	width:684px;
	background: transparent;
	/*border: thin solid #FF6600;*/
}
div#mainImage {
	display:block;
	width:706px;
	background: url(../images/layout/bg-header.gif) no-repeat 0 0;

}
div#greenHeadingArea {
	display:block;
	width:684px;
	height:70px;
	/* background: #E5E5E5 url(../images/layout/green-strip.gif) no-repeat 0 0; */
	margin:0;
	padding:0;
	margin-bottom:25px;
	margin-top:-8px;
	text-align:left;
}
#promo {
	display:block;
	width:472px;
	height:175px;
}

div#footer{
	clear:both;
	/* height:115px; */
	width:976px;
	margin:0;
	color: #CCC;
	/*background: url(../images/layout/body-bg.jpg) repeat-y 0 0;*/
}
div#footer-top{
	clear:both;
	/* height:115px; */
	width:976px;
	margin:0;
	background: url(../images/layout/body-bg.jpg) no-repeat 0 0;
}

div#footer-bottom{
	clear:both;
	height:100px;
	width:976px;
	margin:0;
	margin-top:-10px;
	/*background-color: #fff;*/
	background-image: url(../images/layout/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footerText {
	margin-left:20px;
	padding:20px;
	width:800px;
	float:left;
	font-size: 0.95em;

}
#footerLogo {
	float:left;
	width:100px;
	height:40px;
	background:#080f19;
	margin-left:-20px;
	margin-top:20px;
	padding-top:0px;
}

/* Home Page */

.advert01 {
	float:left;
	width:219px;
	height:310px;
	background-color:#D9E1DD;
	margin-left:20px;
	margin-top:10px;
}
.advert01 div {
	width:219px;
	height:17px;
	background-image:url(../images/layout/title-featured-property.gif);
}

.advert02 {
	float:left;
	width:219px;
	height:310px;
	background-color:#DCD797;
	margin-left:10px;
	margin-top:10px;
}
.advert02 div {
	width:219px;
	height:17px;
	background-image:url(../images/layout/title-featured-rental-property.gif);
}
.advert01 span, .advert02 span {
	display:none;
}
.more {
	margin-left:120px;
}

/* Property Search */

#frmPropertySearch {
	clear:both;
}
#frmPropertySearchHeader {
	display:block;
	width:242px;
	height:37px;
	background: #fff url(../images/layout/frmPropertySearchHeader.gif) no-repeat 0 0;
}
#frmPropertySearchMiddle {
	width:242px;
	background: #fff url(../images/layout/frmPropertySearchMiddle.gif) repeat-y 0 0;
}
#frmPropertySearchFooter {
	display:block;
	width:242px;
	height:23px;
	background: #fff url(../images/layout/frmPropertySearchBottom.gif) no-repeat 0 0;
}
#btnSend {
	clear:both;
	display:block;
	width:78px;
	height:27px;
	background: #fff url(../images/layout/btnSend.gif) no-repeat 0 0;
	text-indent:9999px;
	border:none;
	margin-top:5px;
}

/* Nav
************************************************************************************ */

#nav {
	width:250px;
	margin-left:20px;
	/*background: #fff url(../images/layout/nav.jpg) no-repeat top left;*/
}
#nav ul li {
 	list-style-type: none;
	float: left;
}
#nav span {
	display:none;
}
#skip {
	display:none;
}
/* Home */

#nav li#home a:link, #nav li#home a:visited
{
	float: left;
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-home.jpg);
}

#nav li#home a:hover, body#homeSection #nav li#home a:link, body#homeSection #nav li#home a:visited
{
	background-position: 242px 0;
}

/* Why Invest? */

#nav li#why a:link, #nav li#why a:visited
{
	float: left;
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-why.jpg);
}
#nav li#why a:hover, body#whySection #nav li#why a:link, body#whySection #nav li#why a:visited
{
	background-position: 242px 0;
}
/* Investment Property Finder */

#nav li#propertyFinder a:link, #nav li#propertyFinder a:visited
{
	float: left;
	width: 242px;
	height:59px;
	background-image: url(../images/nav/nav-property-finder.jpg);
}
#nav li#propertyFinder a:hover, body#investmentPropertyFinderSection #nav li#propertyFinder a:link, body#investmentPropertyFinderSection #nav li#propertyFinder a:visited
{
	background-position: 242px 0;
}
/* Frequently Asked Questions */

#nav li#faqs a:link, #nav li#faqs a:visited
{
	float: left;
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-faqs.jpg);
}
#nav li#faqs a:hover, body#faqsSection #nav li#faqs a:link, body#faqsSection #nav li#faqs a:visited
{
	background-position: 242px 0;
}
/* Full Management Service */

#nav li#managementService a:link, #nav li#managementService a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-management-service.jpg);
}
#nav li#managementService a:hover, body#fullManagementServiceSection #nav li#managementService a:link, body#fullManagementServiceSection #nav li#managementService a:visited
{
	background-position: 242px 0;
}
/* Inspection Trips */

#nav li#inspectionTrips a:link, #nav li#inspectionTrips a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-investment-visits.gif);
}
#nav li#inspectionTrips a:hover, body#inspectionTripsSection #nav li#inspectionTrips a:link, body#inspectionTripsSection #nav li#inspectionTrips a:visited
{
	background-position: 242px 0;
}

/* About Us */

#nav li#about a:link, #nav li#about a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-about.jpg);
}
#nav li#about a:hover, body#aboutSection #nav li#about a:link, body#aboutSection #nav li#about a:visited
{
	background-position: 242px 0;
}

/* Contact */

#nav li#contact a:link, #nav li#contact a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-contact.jpg);
}
#nav li#contact a:hover, body#contactSection #nav li#contact a:link, body#contactSection #nav li#contact a:visited
{
	background-position: 242px 0;
}
/* Rental Properties */

#nav li#rental a:link, #nav li#rental a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-rental.jpg);
}
#nav li#rental a:hover, body#rentalSection #nav li#rental a:link, body#rentalSection #nav li#rental a:visited
{
	background-position: 242px 0;
}
/* Special Offers */

#nav li#specialOffers a:link, #nav li#specialOffers a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-special-offers.jpg);
}
#nav li#specialOffers a:hover, body#specialOffersSection #nav li#specialOffers a:link, body#specialOffersSection #nav li#specialOffers a:visited
{
	background-position: 242px 0;
}
/* Booking Procedure */

#nav li#bookingProcedure a:link, #nav li#bookingProcedure a:visited
{
	float: left;	
	width: 242px;
	height:43px;
	background-image: url(../images/nav/nav-booking.jpg);
}
#nav li#bookingProcedure a:hover, body#bookingSection #nav li#bookingProcedure a:link, body#bookingSection #nav li#bookingProcedure a:visited
{
	background-position: 242px 0;
}
/* End Nav
************************************************************************************ */

/* Side Bar Layout
************************************************************************************ */
.advert {
	margin-left:15px;
}
.address {
	margin-left:15px;
}

/* Footer Layout
************************************************************************************ */


/* Typography
************************************************************************************ */
h2, h3, h4, h5, h6, p{
	margin:0px ;
}

h2{
	font-size:1.2em;
	line-height:2em;
	color:#C37C2E;
	margin-bottom:3px;
	border-bottom:1px solid #666;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
h3{
	font-size:1.4em;
	line-height:1.8em;
	color:#5C4911;
	padding:7px 0;
}
h4 {
	font-size:1.2em;
	line-height:1.8em;
	color:#5C4911;
	padding:5px 0;
}

h5, h6{
	font-size:1.1em;
	line-height:1.8em;
	color:#000;
	padding:5px 0;
}
#greenHeadingArea h2 {
	margin:8px 20px -5px 20px;
	padding:0;
	padding-top:3px;
	color:#fff;
	font-size:1.6em;
	line-height:1.6em;
	border:none;
}
#greenHeadingArea p {
	margin:0px 20px 0px 20px;
	padding:0;
	color:#ffff00;
	font-size:1.2em;
	border:none;
}
div#content p{
	font-size:1.1em;
	line-height:1.8em;
	padding:5px 0;
}
.textQuote {
	font-size:1.1em;
	color:#FFFF00;
	font-style: italic;
	font-weight:bold;
	/* Hack for IE 5 & 6. Without this sidebar drops below main content */
}
.textQuote2 {
	font-size:1.1em;
	color:#CC0000;
	font-style: normal;
	font-weight:normal;
	/* Hack for IE 5 & 6. Without this sidebar drops below main content */
}

.quote2 {
	color:#003399;
	font-weight:bold;
	font-style: italic;
	width:340px;
	margin-left:60px;
}
.textSubHeading {
	padding:3px;
	background-color:#5C4911;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.8em;
}
.textSubHeading2 {
	color:#5C4911;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.8em;
	border-bottom:1px solid #ccc;
	margin:5px 0;
	padding:5px;
}
.textRedBold {
	color:#FF0100;
	font-weight:bold;
}
.textBlueBold {
	color:#003399;
	font-weight:bold;
}

.address p {
	color:#003399;
	font-weight:bold;
	padding:5px 0;
	margin:5px 0;
	font-size:1.1em;
	line-height:1.4em;
}
div#footer p{
	margin:0;
	padding:5px 0;
	font-size:1.1em;
	line-height:1.8em;
}

/* Home page copy */

.advert01 p, .advert02 p {
	margin:5px 10px;
}
/* Lists
************************************************************************************ */

#content ul
{
	margin:10px 50px ;
	list-style: none;
}
#floatLeft ul {
	margin:10px 30px ;
}
#floatLeft ul li {
	padding-left:15px;
}
#content li
{

	list-style-type: disc; 
	list-style-position: outside
	padding-left:15px;
	font-size:1.1em;
	line-height: 1.8em;
	color:#FFF;
	font-weight:bold;
}

#footer li {
	margin:0;
	padding:0;
}

#footer li
{
	display:inline;
	list-style:none;
	font-size:1.1em;
	line-height: 1.8em;
	border-right:1px solid #0A703D;
	margin-right:3px;
	padding-right:6px;
}
#footer li.noborder {
	border-right:none;
}
/* Links
************************************************************************************ */

A {
	COLOR: #333333
}
A.visited {
	COLOR: #333333
}
A.active {
	COLOR: #333333
}
A.hover {
	COLOR: #00FF00;
}
A.nav1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.2em; 
	COLOR: #FFFF00; 
	FONT-FAMILY: Trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
A.nav1:hover {
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: underline
	
}
#footer a:link, #footer a:visited	{ 
	color: #FFFF00;
	text-decoration:none;
}
	
#footer a:hover	{ 
	color: #FFFF00;
	text-decoration:underline;
}
/* Forms
************************************************************************************ */

div#textAlert {
	background-color:#ffc;
	border:1px solid #ccc;
	width:430px;
	margin-left:30px;
}
div#textAlert p, div#textAlert li {
	color:#FF0000;
}
/* Styles */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border:none;
}
#frmPropertySearch label {
	display:block;
	width:60px;
	color:#735E1B;
	text-align:left;
}
.inputSmall {
	float:left;
	padding:3px;
	border:1px solid #735E1B;
	width:100px;
}

/* Tables
************************************************************************************ */

#propertyListings {
	padding-top:10px;
		margin-left:20px;
}
#propertyLargeImage {
	width:430px;
	margin-left:20px;
}
/* Properties */

table.property {

	margin-bottom:10px;
	border:1px solid #024B26;

}
table.property td, table.property th {
	padding:5px;
	border:none;
	font-size:12px;
	line-height:20px;
}
td.propertyHeading {
	background:#024B26;
	color:#fff;
	font-weight:bold;
}
td.propertyName {
	background:#024B26;
	color:#fff;
	text-align:right;
}
td.propertyPricing {
	background:#E5EBE9;
	color:#024B26;
	font-weight:bold;
}

/* Nav 2
************************************************************************************ */

#nav2 {
	width:240px;
	background:#EFEEBF;
}
#title-also-in-this-section {
	display:block;
	width:240px;
	height:37px;
	background:#EFEEBF url(../images/layout/title-also-in-this-section.gif) 0 0;
}

#nav2 ul{
	width:240px;
	background:#EFEEBF;
}
#nav2 li{
	width:218px;
	margin-left:22px;
	padding:5px 0;
	background:#EFEEBF;
	font-size:1.1em;
	line-height: 1.8em;
}
#nav2 a:link, #nav2 a:visited	{ 
	color: #5C4911;
	text-decoration:none;
}
	
#nav2 a:hover	{ 
	color: #000;
	text-decoration:underline;
}
.thumbnail{
	background-color: #000000;
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}	.bg-wedding-01 {
	background-image: url(../images/bg-weddings-01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.textBrown {
	color: #C37C2E;
}
.bgHeader {
	background-image: url(../images/bgheader.gif);
	background-position: center top;
}
.bgFooter {
	background-image: url(../images/bgFooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.textFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
	padding-bottom: 35px;
}
.textBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 21px;
	padding-left: 20px;
	padding-right: 25px;
}
A.navFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;

}
A.navFooter:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none

}
A.navBody {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;

}
A.navBody:hover {
	COLOR: #333333; TEXT-DECORATION: none

