/* LEVEL THE PLAYING FIELD! */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, a
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* PAGE LAYOUT */

body
{
	font-size: 0.8em;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	background-image: url(media/grass.jpg);
	background-position: 50% 100%;
}

div#container 
{ 
	position: absolute; 
	left: 50%;
	top: 0;  
	margin-left: -380px;
	width: 760px; 
	background-image: url(media/columns.gif);
} 

div#header
{
	height: 120px; 
	border: solid 2px white;
	background-image: url(media/sky.jpg);
}

html > body div#header /* this will not be parsed by IE */
{
	width: 756px;
}

div#menu
{
	float: left; 
	width: 200px;
	padding-bottom: 4em;
}

div#content
{
	margin-left: 200px;
}

div#compliance
{
	background-image: url(media/field.jpg);
	height: 76px;
	border: solid 2px white;
	clear: left;
}

html > body div#compliance /* this will not be parsed by IE */
{
	width: 756px;
}

div#footer
{
	position: relative;
	width: 760px;
	background-image: url(media/grass.jpg);
	background-position: 50% 100%;
	padding-bottom: 3em;
}

/* MAIN MENU AREA */

div#menu a
{
	border: solid 2px white;
	margin-top: 1.4em;
	display: block;
	padding-left: 1em;
	font-weight: bold;
	width: auto;
	color: black;
	line-height: 2.6em;
	height: 2.6em;
	background-color: #eee8aa;
	text-decoration: none;
}

div#menu a:focus
{
	background-color: #5475d5;
	color: White;
}

div#menu a:hover
{
	background-color: #5475d5;
	color: White;
}

div#menu a.selected
{
	background-color: #bfd690;
	color: Black;
}

div#menu div#leaf
{
	border: 0;
	margin-top: 1.4em;
	text-align: center;
}

div#menu div#leaf a
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
}

div#menu div#leaf a img
{
	border: 0;
}

div#menu div#leaf p
{
	font-weight: bold;
	color: #3d7047;
	margin: 0 2em 0 2em;
}

/* MAIN CONTENT AREA */

div#content h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin:  0 1.4em 0 1.4em;
	line-height: 2.6em;
}

div#content h2
{
	font-size: 1em;
	font-weight: bold;
	margin:  0 2em 0 2em;
	line-height: 2em;
}

div#content p
{
	margin: 0 3em 1.2em 3em;
	text-align: justify;
}

div#content img
{
	float: right;
	margin: 0 3em 1.2em 1.2em;
}

div#content img.gallery
{
	float: none;
	margin: 0 3em 1.2em 1.2em;
}

div#content img.general
{
	float: none;
	margin: 0.5em 0.5em 0.5em 0.01em;
}

div#content a
{
	color: #4682b4;
	text-decoration: underline;
}

div#content a:hover
{
	color: White;
	background-color: #4682b4;
}

div#content a.gallery
{
	color: White;
	text-decoration: none;
}

div#content a.gallery:hover
{
	color: White;
	background-color: #f5f5dc;
}

div#content a.general:hover
{
	color: White;
	background-color: #f5f5dc;
}


/* COMPLIANCE AREA */

div#compliance a img
{
	margin: 24px 0 24px 24px;
	border: 0;
}

/* FOOTER AREA */

div#footer p
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	color: #f5f5f5;
	line-height: 2em;
	text-align: right;
}

div#footer a
{
	color: #f5f5f5;
	text-decoration: underline;
}

div#footer a:hover
{
	color: #2f4f4f;
	background-color: #f5f5f5;
}

/* GENERAL ITEMS */

span.hidden
{
	display: none;
}

div#content li
{
	margin: 0 3em 0.2em 4.4em;
	text-align: justify;
}

div#content div#errorfiller
{
	height: 36em;	
}

/* FORM FIELDS */

div#content label
{
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin: 0.3em 0 0 1em;
}

html > body div#content label /* this will not be parsed by IE */
{
	margin: 0.3em 0.6em 0 3em;
}

div#content #cmdSend
{
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	margin: 0.2em 0 3em 8.4em;
}

html > body div#content #cmdSend /* this will not be parsed by IE */
{
	margin: 0.2em 0 3em 9.6em;
}

div#content #txtName, div#content #txtEmail, div#content #txtMsg
{
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	font-size: 1em;
	margin: 0.2em;
	width: 24em;
}
