
body {
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}

/* START OF STYLES FOR LINKS */

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}

/* END OF STYLES FOR LINKS */

/* START OF GENERAL STYLES */

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 0.95em;
}

h3 {
	font-size: 0.9em;
	color: #666666;
}

p {
	font-size: 0.9em;
	line-height: 130%;
}

.left {
	float: left;
	margin: 0px 30px 0px 0px;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #EEEEEE;
}

.right {
	float: right;
	margin: 0px 0px 0px 20px;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #EEEEEE;
}

.signoff {
	float: right;
	margin: 0px 0px 0px 0px;
}

/*.map {
	float: left;
	margin: 0px 30px 0px 0px;
}*/

.sold {
	color: #CC0000;
	font-size: 0.9em;
	font-weight: bold;
}

/* END OF GENERAL STYLES */


/* START OF STYLES FOR TOP NAVIGATION */
	
#navigation {
	font-size: 16px;
	width: 100%;
	height: 30px;
	float: left;
	padding: 6px 0px 0px 20px;
	background-color: #45545D;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FF0099;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}

/* fix for browsers that don't need the hack */

	html>body #navigation li {
	border-bottom: none;
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}

#navLinks {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}

#navLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#navLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* END OF STYLES FOR TOP NAVIGATION */

/* START OF STYLES FOR LEFT NAVIGATION */

#leftnav {
	width: 220px;
	margin: 35px 0px 0px 20px;
	padding: 0px;
	font-size: 14px;
/*	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;*/
}

#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftnav li {
	padding: 6px;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 10px 0px 0px 0px;
}

#leftnav ul li a {
	color: #666666;
	text-decoration: none;
}

#leftnav ul li a:hover {
	color: #990033;
	text-decoration: underline;
}

/* END OF STYLES FOR LEFT NAVIGATION */

/* START OF STYLES FOR CONTENT */

#content {
	width: 90%;
	padding: 45px 0px 0px 0px;
}

#content span h1 {
	display: none;	
}

h1#intro {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/introHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

#content a {
	color: #333333;
}

#content a:hover {
	color: #990033;
	text-decoration: underline;
}

#standoutLinks a {
	font-size: 0.95em;
	color: #990033;
	text-decoration: underline;
}

#standoutLinks a:hover {
	font-size: 0.95em;
	color: #666666;
	text-decoration: underline;
}


/* END OF STYLES FOR CONTENT */

/* START OF STYLES FOR FOOTER */

#footer {
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 17px 20px 0px 0px;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* END OF STYLES FOR FOOTER */

/* START OF STYLES FOR ABOUT US */

h1#aboutus {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/aboutUsHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

#stephen {
	height:155px;
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#stephen h3 {
	font-size: 14px;
}

#brian {
	height:155px;
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#brian h3 {
	font-size: 14px;
}

#darren {
	height:155px;
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#darren h3 {
	font-size: 14px;
}

#richard {
	height:155px;
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#richard h3 {
	font-size: 14px;
}

.aboutus li {
	line-height: 130%;
	font-size: 0.9em;
}

/* END OF STYLES FOR ABOUT US */

/* START OF STYLES FOR SERVICES */

h1#plandev {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/planning_development.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#siteacquisition {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/site_acquisition.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#projman {
    padding: 22px 0 0 0;
    overflow: hidden;
    background-image: url("assets/project_management.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:22px;
}

h1#mineralswaste {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/minerals_waste.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#windfarms {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/wind_farms.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#busrel {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/business_relocations.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#sitesales {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/site_sales.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

h1#testimonials {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/testimonials.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

h1#devopps {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/development_opportunities.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

.servicesleft {
	float: left;
	margin: 6px 30px 10px 0px;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #EEEEEE;
}

.servicesright {
	float: right;
	margin: 6px 0px 10px 20px;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #EEEEEE;
}

/* END OF STYLES FOR  SERVICES */

/* START OF STYLES FOR NEWS */

h1#news {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/newsHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

#newsSection {
	width: 80%;
	border-bottom: dashed 1px #666666;
	padding: 2px 0 4px 0;
}

#newsSection a {
	color: #990033;
	text-decoration: none;
	font-size: 1.0em;
}

#newsSection a:hover {
	color: #990033;
	text-decoration: underline;
	font-size: 1.0em;
}

.newsheader {
	color: #990033;
	font-size: 1.0em;
}

.newsdate {
	color: #999999;
	font-size: 0.9em;
}

#newsFooter {
	text-align: right;
	width: 100%;
}

#newsFooter a {
	color: #990033;
	text-decoration: none;
}

#newsFooter a:hover {
	color: #990033;
	text-decoration: underline;
}

/* END OF STYLES FOR  NEWS */

/* START OF STYLES FOR CONTACT US */

h1#contact {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/contactHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

#contactdetails ul {
	list-style: none;
}

#contactdetails li {
	line-height: 130%;
}

.map1 {
	margin:0px 0px 30px 0px;
}

.map2 {
	margin:0px 0px 10px 0px;
	clear: both;
}

.contactform {
	padding: 0px 0px 0px 0px;
}


.contactform form fieldset {
	border: 1px solid #990033;
	margin: 20px 0px 20px 0px;
	width: 500px;
	position:relative;
	display:block;
	padding: 0px 20px 20px 20px;
}

.contactform form fieldset legend {	
	
	border:1px solid #990033;
	
	color: #990033;
	font-size: 14px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -11px;
	
}

.contact {
	font-size: 0.9em;
}

/* END OF STYLES FOR CONTACT US */

/* START OF STYLES FOR SITE MAP */

#contentSM {
	float: left;
	width: 90%;
	padding: 50px 0px 0px 150px;
}

h1#sitemap {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/sitemapHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

#sitenav {
	padding: 30px 0px 0px 180px;
}

#sitenav li {
	line-height: 150%;
}

/* END OF STYLES FOR SITE MAP */

/* START OF STYLES FOR TESTIMONIALS */

#testimonials {
	width: 90%;
}

.testheader {
	color: #990033;
	font-size: 1em;
}

.testcontent {
	color: #333333;
	font-size: 0.9em;
}
	
/* END OF STYLES FOR TESTIMONIALS */

/* START OF GENERAL STYLES FOR ADMINISTRATION */

h1#adminlogin {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/adminLoginHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}


h1#admin {
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("assets/adminHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:23px;
}

/* END OF GENERAL STYLES FOR ADMINISTRATION */

/* START OF LAND REQUIRED FORM */

h1#landenquiry {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url("assets/landEnquiryFormHeader.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:21px;
}

.landreqform {
	padding: 0px 0px 0px 0px;
}


.landreqform form fieldset {
	border: 1px solid #990033;
	margin: 20px 0px 20px 0px;
	width: 500px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

.landreqform form fieldset legend {	
	
	border:1px solid #990033;
	
	color: #990033;
	font-size: 14px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -11px;
	
}

.landreqform form fieldset td {	
	color: #333333;
	font-size: 14px;
	
}

.button{
	background-color: #FF66FF;	
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* END OF LAND REQUIRED FORM */














