/* 
  ------------------------------------------------
  SET MAIN BODY STYLE
  ------------------------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color:#FFF2D9;
	margin: 10px 0px;
	padding: 0px;
}
/* 
  ------------------------------------------------
  SET MASTHEAD AND MASTHEAD CONTENT STYLE
  ------------------------------------------------
*/
#masthead {
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* 
  ------------------------------------------------
  WRAPPERS AND CLEARFLOATS
  ------------------------------------------------
*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image:url(buildgfx/bottombg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#column_wrapper {
	width:100%;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* 
  ------------------------------------------------
  SET COLUMN WIDTHS
  ------------------------------------------------
*/
#left {
	float: left;
	width: 233px;
	margin: 0px;
	padding: 0px;
}
#right {
	float:left;
	width:727px;
	margin: 0px;
	padding: 0px;
}
/* 
  ------------------------------------------------
  SET STYLES FOR COLUMN CONTENT
  ------------------------------------------------
*/
#left .content {
	margin: 0px 0px 20px 42px;
}
#right .content {
	padding: 24px 22px 24px 18px;
	line-height: 1.5em;
}
.homeimg{
	position:relative;
	top:-48px;
	margin-bottom:20px;
}
.leftimgs{
	position:relative;
	top:-48px;
	margin-bottom:20px;
}
.leftimgs img{
	margin-bottom:10px;
}
img.navdots{
	position:relative;
	top:2px;
	left:2px;
}
#map_canvas{
	margin:20px 0px;
	border: 1px solid #663300;
}
.enquiryform{
	width:450px;
	padding:7px 10px;
	border:1px solid #663300;
	font-size:0.875em;
	margin-top:12px;
}
.link{
	width:687px;
	margin-top: 20px;
}
.linkimg{
	float:left;
	width:100px;
}
.linkimg img{
	border:1px solid #663300;
}
.linktxt{
	float:left;
	width:500px;
	margin-left:12px;
	padding:10px 0px;
}
.linktxt p{
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	padding:0px;
	margin:0px 0px 5px 0px!important;
}
.linktxt a{
	color:#663300;
	font-style:italic;
	font-weight:normal;
}
.linktxt a:hover{
	color:#663300;
	font-style:italic;
}
.imgblock{
	margin-top:29px;	
}
.imgblock .leftimg{
	float:left;
	width:333px;
	margin-right:10px;
}
.imgblock .rightimg{
	float:left;
	width:344px;
}	
.imgblock .rightimg img.img1{
	margin-bottom:10px;
}
/* 
  ------------------------------------------------
  SET HEADER AND PARAGRAPH STYLES
  ------------------------------------------------
*/
h1 {
	font-size: 1.2em;
	color:#CC6600;
	margin: 0;
}
h2 {
	font-size: 0.938em;
	margin: 20px 0 12px 0;
}
.content p {
	margin: 12px 0;
	font-size:0.875em;
}
.nomargintop {
	margin-top: 0;
}
a{
	outline:none;
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#CC6600;
	text-decoration:underline;
}
ul.localarea{
	margin-left:0px;
	padding-left:0px;
}
ul.localarea li{
	font-size:0.875em;
	margin-left:18px;
	color:#B7853C;
}
ul.localarea li a{
	color:#663300;	
}
/* 
  ------------------------------------------------
  SET FOOTER AND FOOTER CONTENT STYLES
  ------------------------------------------------
*/
#footer {
	color: #FFFFFF;
	background-color: transparent;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	width:100%;
	text-align:right;
}
#footer .content {
	padding: 12px 22px 12px 12px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#design{
	text-align:right;
	font-size:0.7em;
	padding:12px 22px 12px 12px;
	color:#999999;
	width:926px;
	margin:0 auto;
}
#design a{
	color:#CC6600;
	text-decoration:none;
}
#design a:hover{
	text-decoration:underline;	
}
