﻿body, table
{
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Trebuchet MS, Helvetica, Verdana, Geneva, Sans-Serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

/* table with borders */
table
{
}

td
{
    margin: 0;
    padding: 4px;
}

/* headings */
h1, .Heading1
{
	font-size: 18px;
	/*font-family: Verdana, Geneva, Sans-Serif;*/
	color: #0054A6;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	/*font-family: Verdana, Geneva, Sans-Serif;*/
	color: #0054A6;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2, .Heading2 { font-size: 16px; }
h3, .Heading3 { font-size: 14px; }
h4, .Heading4 { font-size: 12px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #739549;
}

a:hover
{
	color: #528114;
	text-decoration: underline;
}
		
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 130%; }
.BigText { font-size: 110%; }
.NormalText { font-size: 100%; }
.SmallText { font-size: 90%; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

.ThreeCol { float: left; width: 33%;}

/* Standard warnings */
.InfoMsg 
{	
	background: #ffff00 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

.ErrorMsg
{	background: #ffff00 url(Graphics/error.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

.WarningMsg
{
	background: #ffff00 url(Graphics/warning.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

/* wrapper */
.Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}

.MainBg
{
	width: 100%;
	background: #E6E6E6 url(Graphics/wave.png) no-repeat scroll center center;
}
	
/* Page banner */
#Banner
{
	width: 900px;
	height: 129px;
	margin: 0 auto 0 auto;
	background: #ffffff url(Graphics/banner.gif) no-repeat scroll top center;
}

.AddThisButton
{
	float: right;
	text-align: right;
	width: 140px;
	padding-top: 20px;
	background: transparent;
}			

/* buttons */
.Button, .ListingButton
{
	font-size: 12px;
	color: #ffffff;
	width: 150px;
	height: 24px;
	line-height: 24px;
	border: none;
	background: transparent url(Graphics/button_0.png) no-repeat;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, Verdana, Geneva, Sans-Serif;
}	

.ListingButton { display: block; }
a:hover.ListingButton { color: #ffffff; }

.CentreButton { width: 150px; margin-left: auto; margin-right: auto; }

/* Navigator */

/* menu navigator */
/* Navigator */
#Navigator 
{ 
	width: 100%;
	height: 35px;
	background-color: #8CC63F;
}

.NavPanel 
{ 
	width: 900px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto 0 auto;
	background: #8CC63F url(Graphics/nvbg.gif) no-repeat scroll top center;
	font-size: 16px;
}

/* navigator items */
#Navigator ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 30px;
	z-index: 100;
	display: inline;
}

#Navigator ul li
{
	float:left;
	position: relative;
	padding: 0 0 0 0;
	height: 30px;
	z-index: 50;
}

#Navigator li ul
{
	position: absolute;
	left: 10px;
	top: 34px;
	display:none;
	background: #8CC63F;
	z-index: 120;
	font-size: 14px;
	width: 168px;
	padding-left: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}
	
/* Styles for Menu Items */
#Navigator ul li a 
{
	text-decoration: none;
	padding: 0 16px 0 16px;
	background: none; /* IE6 Bug */
	z-index: 50;
	display: block;
	height: 35px;
	text-align: center;
	color: #ffffff;
}

/* Fix IE. Hide from IE Mac \*/
* html #Navigator ul li { float: left; height: 1%; }
* html #Navigator ul li a { height: 1%; }
/* End */

#Navigator ul li a:hover 
{ 
	background-color: #000000; /* #0054A6;*/
	text-decoration: none;

}	
		
#Navigator li ul li a 
{ 
	width: auto; 
	background: none; 
	display: block;
	width: 160px;
	padding-left: 2px;
	height: 25px;
	color: #ffffff;
	text-align: left;
} /* Sub Menu Styles */

#Navigator li ul li a:hover
{ 
	background-color: #0054A6;
	text-decoration: none;
} /* Sub Menu Styles */
		
#Navigator li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */

		
/* content */
.Content
{
	width: 880px;
	background-color: #ffffff; /*#C7B299;*/
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	color: #000000;
}

/* footer */
#Footer
{
	clear: both;
	background: #0054A6;
	padding: 5px 0 0 0;
	text-align: left;
	color: #c0c0c0;
}

#Footer a { color: #ffffff; }

#Footer h1, #Footer h2, #Footer h3 { color: #c0c0c0; }

#WhatWeDo
{
	clear: both;
	padding: 20px 0 20px 0;
	height: 60px;
	font-size: 10px;
	color: #c0c0c0;
}	

.WhatWeDoCol1 { float:left; width: 10%; }
.WhatWeDoCol2 { float: right; width: 89%; }

#WhatWeDo h2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	color: #c0c0c0;
}	

#Credits
{
	clear: both;
	padding: 20px 0 10px 0;
	height: 20px;
	font-size: 10px;
}

/* highlight a section */
.ShowMe { font-weight: bold; } /* { color: #757455; } { color: #95C8F7; } */

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/quote-open.png) no-repeat scroll top left; 
	padding: 5px 0 0 24px;
	margin: 20px 0 0 0;
	font-style: italic;
	color: #000000;
	font-size: 20px;
	font-family: Lucida Sans, Lucida Grande, Verdana, Geneva, Sans-Serif;
	text-align: center;
	line-height: 30px;
}

blockquote div
{
	background: transparent url(Graphics/quote-close.png) no-repeat scroll top right;
	padding: 0 24px 0 0;
	min-height: 20px;
}

/* contact page */
#Contact
{
}

#ContactForm
{
	float:left;
	width: 60%;
	padding-right: 4%;
	border-right: solid 1px #5f1814;
}

#ContactMap
{
	float: right;
	width: 32%;
}

/* home page */
.LeftBar
{
	width: 240px;
	float:left;
}

.MidBar
{
	float:left;
	width: 369px; /* should be 370 but done this for ie6 */
	padding-left: 10px;
	padding-right: 10px;
}

.RightBar
{
	float:right;
	width: 250px;
}

.StdImage { border: none; width: 250px; padding-bottom: 10px; }

.SearchMargin {margin-top: 112px; }

/* information boxes */
.InfoBox
{
	width: 220px;
	padding: 0 10px 0 10px;
	background-color: #8CC63F;
}

.InfoBoxTop
{
	background: #8CC63F url(Graphics/box-top.gif) no-repeat;
	height: 10px;
}

.InfoBoxBot
{
	background: #8CC63F url(Graphics/box-bot.gif) no-repeat;
	height: 10px;
}
				
.InfoBox a { color: #ffffff; }
.InfoBox a:hover { color: #ffffff; }

/* Gallery */
.GalleryLine
{
	width: 100%;
	height: 200px;
	padding: 0 0 10px 0;
}

.ImageHolder
{
	float:left;
	width: 249px;
	height: 200px;
	padding: 0 5px 0 5px;
	text-align: center;
}

/* Listings */
#Listings h2
{
	background-color: #8CC63F;
}

#Listings h2 a { color: #ffffff;  padding: 2px 5px 2px 5px; display:block; }
#Listings h2 a:hover { background-color: #000000; color: #ffffff; text-decoration: none;}

.ListingRow
{
	clear: both;
	padding: 10px 0 10px 0;
	border-top: solid 1px #8CC63F;
}	

.ListingLeft 
{
	float: left;
	width: 648px;
	margin-bottom: 10px;
}

.ListingRt, .ListingRight
{
	float: right;
	width: 200px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #dcdcdc;
}

.ListingImage { padding-bottom: 10px; border: none; }

#Financials
{
	background-color: #8CC63F;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}

.Separator { border-bottom: solid 1px #dcdcdc; clear: both; height: 10px; margin-bottom: 10px; }
	
/* Listing detail */
.LeftCol { float: left; width: 49%; }
.RightCol {float: right; width: 49%; }

/* Sold or withdrawn */
.Sold { font-weight: bold; color: #ff0000; text-transform:uppercase; }
.Withdrawn { font-weight: bold; color: #ff0000; text-transform:capitalize; }

/* Enquiry button */
#EnquiryButton { text-align:center; padding-bottom: 10px; width: 150px; margin-left: auto; margin-right: auto; }

#EnquiryButton a
{
	display: block;
	font-size: 12px;
	color: #ffffff;
	width: 150px;
	height: 24px;
	line-height: 24px;
	border: none;
	background: transparent url(Graphics/button_0.png) no-repeat;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, Verdana, Geneva, Sans-Serif;
}	
