﻿* { margin: 0; padding: 0; outline: none; }

hr { display: none; }

body
{
	font-size: 62.5%;
	text-align: center;
	background: #FFFFFF url('../images/bg-body.png') repeat-x top;
}

body, input, textarea, select
{
	font-family: "Trebuchet MS", sans-serif;
}

#Container
{
	position: relative;
	width: 740px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.Clear
{
	clear: both;
}

.Error
{
	color: #CC0000;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 740px;
	margin: 53px 0 0 0;
}

#Header h1
{
	float: left;
	display: inline;
}

#Header h2
{
	float: right;
	display: inline;
	font-family: Georgia;
	font-size: 2.2em;
	color: #267C05;
	font-weight: normal;
}

#Header h2 span
{
	display: block;
}

#Header h2 strong
{
	color: #1B5704;
	font-weight: bold;
}

#Header #Contact
{
	position: absolute;
	top: 7px;
	right: 0;
	font-family: Georgia;
	font-size: 1.4em;
}

#Header #Contact em
{
	color: #AED89C;
}

#Header #Contact strong
{
	padding-left: 20px;
	color: #DEEFD7;
}

#Header #Contact strong a
{
	color: #DEEFD7;
}

#Header #Contact strong a:hover
{
	color: #F1F9EE;
}

#Header ul
{
	float: left;
	display: inline;
	width: 740px;
	margin: 32px 0 0 0;
	list-style: none;
}

#Header ul li
{
	float: left;
	display: inline;
	font-size: 1.2em;
}

#Header ul li a
{
	float: left;
	display: inline;
	padding: 7px;
	color: #226A07;
	text-decoration: none;
}

#Header ul li.Active a
{
	border: solid 1px #FFFFFF;
	border-width: 1px 1px 0 1px;
	background: url('../images/bg-nav.png') repeat-x bottom;
	color: #E6F3E0;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 490px;
	margin: 35px 0 0 0;
}

#Content h2
{
	font-family: Georgia;
	font-size: 2.7em;
	color: #216905;
	font-weight: normal;
	letter-spacing: -1px;
}

#Content h3
{
	padding: 25px 0 0 0;
	font-family: Georgia;
	font-size: 1.5em;
	color: #134600;
	font-weight: bold;
}

#Content p
{
	margin: 15px 0 0 0;
	font-size: 1.3em;
	color: #0D2D00;
	line-height: 1.5em;
}

#Content a
{
	border: solid #BDE3AC;
	border-width: 0 0 1px 0;
	color: #134600;
	font-weight: bold;
	text-decoration: none;
}

#Content ul,
#Content ol
{
	margin: 15px 0 0 25px;
}

#Content li
{
	margin: 0 0 10px 15px;
	font-size: 1.3em;
	color: #0D2D00;
}

#Content small
{
	color: #216905;
}

#Content address
{
	font-size: 1.2em;
	color: #0D2D00;
}

#Content #Contact
{
	margin: 30px 0 0 0;
	padding: 10px;
	border: solid 1px #D1ECC5;
	background: #F9FDF8;
}

#Content #Contact p
{
	margin-top: 0;
	padding-bottom: 10px;
}

#Content #Contact .FormElement
{
	margin: 10px 0 0 25px;
}

#Content #Contact .FormElement label
{
	float: left;
	display: inline;
	width: 120px;
	margin: 0 15px 0 0;
	font-size: 1.2em;
	color: #216905;
	text-align: right;
}

#Content #Contact .FormElement .Text
{
	width: 270px;
	padding: 1px;
	border: solid 1px #ADDE98;
	font-size: 1.2em;
	color: #134600;
}

#Content #Contact #Submit
{
	margin: 15px 45px 0 0;
	text-align: right;
}

#Content #Contact #Submit input
{
	font-family: Georgia;
	font-size: 1.4em;
}

#Content #Customers ul
{
	float: left;
	display: inline;
	width: 490px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#Content #Customers ul li
{
	float: left;
	display: inline;
	width: 490px;
	margin: 0 0 40px 0;
	padding: 0;
}

#Content #Customers ul li img
{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#Content #Customers ul li span
{
	float: right;
	display: inline;
	width: 220px;
	margin: 0;
	padding: 10px;
	background: #E8F6E3;
}

#Content #Updated
{
	position: absolute;
	top: 190px;
	left: 210px;
	padding: 0 5px 0 5px;
	border: dashed 1px #93D277;
	background: #FFFFFF;
	font-family: Georgia;
	font-size: 2em;
	color: #236A07;
}


/* Extras
--------------------------------------------------------------------------------------- */

#Extras
{
	float: right;
	display: inline;
	width: 190px;
	margin: 100px 0 0 0;
	padding: 20px 0 20px 0;
	border: solid #D1ECC5;
	border-width: 0 0 0 1px;
	text-align: center;
}

#Extras ul#Accreditations
{
	list-style: none;
}

#Extras ul#Accreditations li
{
	margin: 10px 0 10px 0;
}

#Extras ul#Accreditations li img
{
	border: none;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	padding: 50px 0 10px 0;
	clear: both;
}

#Footer small
{
	font-size: 1.1em;
	color: #2E9506
}
