@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/body/body-bg.gif) repeat; 
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

#innerbody {
	width: 100%;
	/*background: url(images/body/leaves.png) no-repeat 0% 0%;*/
	/*background: url(images/body/leftFoliage.png) no-repeat 9.8% 0%;*/
	}
	
#wrapper {
	width: 75%;
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/body/leaves.jpg) no-repeat bottom center;
	border-right: 2px solid #333;
    }
	
/*Header*/

#header {
	float: left;
	width: 100%;
	height: 60px;
	background: url(images/header/logo.jpg) no-repeat left top;
	}

#message {
	width: 100%;
	}

#message h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #207941;
	text-indent: 10px;
	}

ul#tel {
	float: right;
	margin: 0;
	padding: 10px 35px 0 0;
	list-style: none;
	}	

#tel li#call {
	font-size: 170%;
	}

/*****************NAV************************/
	
#nav {
	float: left;
	width: 95%;
	margin: 0;
	padding: 0px 0 0 5%;
	list-style: none;
	background: url(images/nav/navOff.jpg) repeat-x top left;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 95%;
	}


#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	background: url(images/nav/navOff.jpg) repeat-x top left;
	}

#nav a:hover {
	text-decoration: underline;
	color: #666;
	}
	
/*Content*/


#content {
	float: left;
	width: 60%;
	line-height: 1.5em;
	color: #000;
	}

h2 {
	margin: 0;
	padding: 0;
	color: #207941;
	font-size: 120%;
	background: url(images/content/borderBg.png) no-repeat left bottom;
	}

span.key {
	color: #207941;
	}

ul#summary {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 20px;
	}

#summary li {
	margin: 0;
	padding: 2px 0;
	}

a {
	color: #207941;
	}

a:hover {
	color: #000;
	}

/*Services Page Layout*/ 

dl.services {	
	margin: 15px 0;
	}

dl.services:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

dl.services dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #207941;
	}

dl.services dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.services dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

.clear {
	clear: both;
	}
	
/*Contact Us Form*/

p#contactText {
	text-align: center;
	}
#contactForm {
	margin: 0 auto;
	padding: 10px;
	width: 70%;
	border: 1px solid #ccc;
	}
	
#contactForm p {
	margin: 2px 0;
	padding: 0;
	font-size: 90%;
	}
	
.warning {
    color: #f00;
	background-color: inherit;
	font-size: 85%;
	}
.success {
	color: #f00;
	font-size: 85%;
	}
	
#contactForm .formbox {
    width: 150px;
}

label.label {
	float: left;
	width: 90px;
	}

#contactForm label.labelBlock {
	display: block;
	}
	
#contactForm input#send {
	margin: 5px 0 0 0;
	width: 80px;
	}

#contactForm textarea {
	width: 90%;
	height: 100px;
	}

ul.contactInfo {
	margin: 0;
	padding: 0 0 0 100px;
	list-style: none;
	}

.contactInfo li.bold {
	margin-top: 10px;
	font-weight: bold;
	}

.contactInfo li {
	margin: 0;
	padding: 0;
	}

/*sideBar*/

#sideBar {
	float: right;
	width: 265px;
	}

#sideBar h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.projects {
	float: left;
	margin: 1px;
	}

p.navBox {
	float: left;
	margin: 0;
	padding: 5px 0;
	}
	
/*Gutters*/

#content .gutter {
	padding: 15px;
	}

#sideBar .gutter {
	padding: 5px;
	}

/*Footer*/
	
#footer {
	clear: both;
	padding: 5px 0;
	}
#footer p {
	margin: 0;
    padding: 0;
	text-align: center;
	font-size: 100%;
	}

p#copyright {
	font-size: 80%;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

