/*
*	JTM Landscapes Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper 
*	August 2008
*
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	margin: 0px auto; 
	text-align:center; 
	font-family: verdana, arial, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	background: url('images/jtm-landscapes-gradient.jpg') 0px -62px repeat-x #DDDDDD;
	color: #231408;
	}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	}
h2 {
	font-weight: normal;
	font-size: 1.6em;
	}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	}
h1,h2 {
	line-height: 1.0em;
	margin-bottom: 1em;
	}
p,ul,ol {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
ul,ol {
	margin-left: 4em;
	}
a {
	text-decoration:none;
	}
a:visited {
	color: blue;
}
a:hover {
	color: red;
	}
table {
	}
td, th {
	}
input {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 1.6em;
	height: 2em;
	line-height: 2em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	}
textarea {
	font-size: 1.6em;
	font-family: tahoma,verdana, arial, sans-serif;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	}
form {
	padding: 3em;
	border: 1px solid #fff;
	background: #FEF3C2;
	}
form p {
	font-size: 1.4em;
	margin: 0px;
	}
	
#mainContainer {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	border: 1px solid #BBBBBB;
	overflow: hidden;
	}
#leftDiv {
	float: left;
	width: 260px;
	background: url('images/jtm-landscapes-header-left.jpg') top left no-repeat #182e10;
	padding-top: 130px;
	}
#rightDiv {
	float: left;
	width:740px;
	background: url('images/jtm-landscapes-header-right.jpg') top left repeat-x #FFFFFF;	
	}
#leftDiv, #rightDiv {
	padding-bottom: 32767px;
	margin-bottom: -32747px;
	}
	
#mainNavigation {
	float:left;
	width: 100%;
	}
	
#environmentAgency {
	float:left;
	margin-top: 25px;
	width:100%;
	text-align:center;
	}

#mainImage {
	float: left;
	margin: 20px 4px 0px 30px;
	width: 580px;
	height: 387px;
	background: #182e10;
	}

#thumbnails {
	float: right;
	width: 92px;
	height: 387px;	
	margin: 20px 30px 0px 0px;
	}
#thumbnailOne {
	float:right;
	margin: 0px 0px 6px 0px;
	width: 92px;
	height: 92px;
	background: #182e10;
	}	
#thumbnailTwo, #thumbnailThree {
	float:right;
	margin: 0px 0px 6px 0px;
	width: 92px;
	height: 92px;
	background: #182e10;
	}
#thumbnailFour {
	float:right;
	margin: 0px !important;
	width: 92px;
	height: 92px;
	background: #182e10;
	}
	
#mainText{
	float: left;
	margin: 10px 30px 40px 30px;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	}
	
#footerIcons {
	float: right;
	}

/* We want to hide the h1 text as we're using an image as the page title */
#leftDiv h1 {
	margin-left: -1000px;
	margin-top: -2.2em;
	}
#mainNavigation p {
	font-size: 1.0em;
	line-height: 2.0em;
	margin: 0px;
	}
#mainNavigation a {
	padding: 0px 20px;
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px solid #777;	
	display: block;
	}
#mainNavigation a:hover {
	color: #182e10;
	background: #FFFFFF;
	border-bottom: 1px solid #FFF;
	}
#rightDiv h2 {
	text-align:right;
	margin: 20px 20px 53px 30px;
	}
#mainText h1, #mainText p {
	margin: 20px;
	}
#footerIcons p {
	margin: -20px 20px 20px 0px;
	}