/*
landscapeco.css

Colour Table
	green:	#1A8C16;
	
		
*/

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/

body{
	padding: 0;
	margin: 0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 0.8em;
	line-height:1.4em;
	background:url(../images/bg.gif) top repeat-x;
	}

a:link {
	color:#1A8C16;
	}

a:visited {
	color:#1A8C16;
	}

a:active {
	color:#1A8C16;
	}

a:hover {
	color:#47C7E3;
	text-decoration:none;
	}

	
img{
	border:0;
	display:block;
	}

h1{
	font-size:16px;
	color:#1A8C16;
	}


/*-------------------------------------------------------------------------------------------------
layout
-------------------------------------------------------------------------------------------------*/

#container{
	position:relative;
	width:770px;
	margin:0 auto;
	}
	
#header{
	margin:20px 0 10px 0;
	width:770px;
	height:110px;
	}

#left{
	float:left;
	width:515px;
	margin:0 5px 0 0;
	}

#main{	
	width:770px;
	background:#FFFFFF url(../images/tree_small.gif) bottom right no-repeat;
	padding:5px;
	}

#mainFront{	
	width:770px;
	background:#FFFFFF url(../images/tree_small_fade.gif) bottom left no-repeat;
	padding:5px;
	}

#text{
	padding:0px 10px 30px 10px;
	}

#right{
	float:left;
	width:245px;
	}

#footer{
	clear:both;
	position:relative;
	height:30px;
	bottom:24px;
	padding:34px 0 0 0;
	margin:0 0 0 10px;
	text-align:right;
	font-size:11px;
	background:url(../images/grass.gif) top repeat-x;
	}	

#green{
	width:515px;
 	height:233px;
	background:#6FD96B;
	}

#green img{
	display:block;
	}

div.break{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	}

#preload{
	display:none;
	}

/*-------------------------------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------------------------------*/
#nav{
	width:215px;
	height:193px;
	padding:20px 15px 20px 20px;
	margin:0 0 5px 0;
	text-align:right;
	background:#1A8C16 url(../images/navBg.gif) top right no-repeat;
	}

#nav ul{
	margin:0;
	padding:0;
	}

#nav ul li{
	list-style:none;
	padding:0 5px 0 0;
	}


#nav a:link, #nav a:active, #nav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	line-height:24px;
	padding:0 30px 0 0;
	background:url(../images/maple.gif) right no-repeat;
	}

#nav a:hover{
	color:#91E3F5;
		background:url(../images/mapleOver.gif) right no-repeat;
	}

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
img.logo{
	float:left;
	}

img.text{
	float:right;
	margin:100px 0px 0 0;
	}

img.right{
	margin:0 0 5px 0;
	}

span.jasweb{
	float:left;
	}

img.spacer{
	width:1px;
	height:530px;
	float:right;
	}
	
img.spacerFront{
	width:1px;
	height:300px;
	float:right;
	}

div.testimonial{
	width:514px;
	margin:5px 0 20px 0;
	background: url(../images/quote.gif) top no-repeat;
	}
	
div.testimonial p{
	padding:0 10px;
	}

span.red{
	color:#FF0000;
	}

img.link{
	display:block;
	margin:20px auto 20px auto;
	}
	
table.galleryFront{
	border-collapse:collapse;
	margin-bottom:30px;
	}	

table.galleryFront td{
	padding:4px 0 0 0;
	}


/*-------------------------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------------------------*/
img.contactLogo{
	float:right;
	margin:20px 40px 0 0;
	}

table.contact{
	width:100%;
	margin:0 auto;
	}

table.contact td{
	padding:3px;
	}
	
table.contact td.label{
	width:100px;
	font-weight:bold;
	}

input, select, textarea{
	border:1px solid #666666;
	width:373px;
	}

textarea{
	height:180px;
	}

.button{
	float:right;
	width:60px;
	padding:3px;
	background:#1A8C16;
	color:#FFFFFF;
	}

.radio{
	border:none;
	width:20px;
	}
	
.error
	{
	padding:5px;
	margin:0 0 5px 0;
	
	text-align:center;
	color:#CC0000;
	border:1px solid #CC0000;
	background-color:#F7DCCA;
	}
	
.success
	{
	padding:5px;
	margin:0;
	
	text-align:center;
	color: #69B92F;
	border:1px solid #69B92F;
	background-color: #C1F5AF;
	}
