﻿/* FIONA HILL : GARDENER - SCREEN CSS Document */

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	padding:0;
	margin:0;
	background:#ffffff url(images/page_bg.gif) top center repeat-y; 
	text-align:center;
	font-size:.94em;
	
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}

a {
	color:#ffffff;
	}

a:visited {
	color:#CCCCCC;
	}

a:hover {
	text-decoration:none;
	}
	
img {
	border:0;
	}


#container 
	{width:840px;height:100%; margin-left: auto;	margin-right: auto; text-align:center;}

#header { 
	height:246px;
	width:840px;
	background:#fff url(images/header.gif) top right no-repeat;

	}
	
#container2 
	{width:800px;height:100%; margin-left: auto;	margin-right: auto; text-align:center;}
	

#content {

	background:url(images/content_bg.gif) top center repeat-y; 
	border-top:#66cc33 solid 8px;
	width:800px;
	text-align:left;
	color:#ffffff;
	background:url(images/content_bg.gif) top center repeat-y; 
	height:400px;
	min-height:470px;

	}

	
#col2 h2, #col4 h2 {
	background-color:#325211;
	}
	
#col1, #col2, #col3, #col4 {
	width:200px;
	background-color:#336600;
	float:left;
		}

#col2, #col4 {
	background-color:#477519;
	}

#content h2 {
	background-color:#244700;
	font-size:1.1em;
	padding:3px;
	margin:0;
	}
	
#content ul {
		
	margin:13px;
	padding:3px 3px 9px 7px;
	}

#content ul ul {
margin: 8px -14px -8px -22px;
	
	}

#content ul ul li {
	list-style:none; 
	display:inline;
	margin:0;
	padding:0;
	
	}


#footer {
	text-align:center;
	color:#999;
	font-size:.8em;
	padding-top:25px;
	clear:both;
	width:800px;
	background:url(images/footer_bg.gif) top left repeat-x; 
	
	}


#footer a {
	color:#336600;
	}

#footer a:visited {
	color:#999999;
	}

#footer a:hover {
	text-decoration:none;
	}
	

	
.logotext {
	display:none;
	}
	
.printlogo {
	display:none;
	}

	
	
.tagline{
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#6db545;
	}
	
.smalltext {
	font-size:.7em;
	}