/* -----------------------------------*/
/* --------->>> Structure <<<---------*/
/* -----------------------------------*/
html
{
	padding: 0;
	margin: 0;
}

body
{
	position: absolute;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-transform: inherit;
	text-align: center;
	background-color: #FFF;
	color: #333;
}

#bodyhome { }

#container
{
	/* Goes around all elements on the page */
	float: left;
	position: relative;
	width: 780px;
	margin: 0px auto 15px auto;
	text-align: center;
	border-color: #333;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	padding: 0px;
	background-color: #FFF;
}

#top
{
	background-image: url(../images/landscape.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-bottom: #000;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	background-position: left top;
	height: 130px;
}

#content
{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	padding: 0 auto 1em auto;
	line-height: 1.35em;
	margin: 24px 150px 36px 24px;
}

#content img { margin: 0px; }

#content h1
{
	border-color: #666;
	border-width: 0px 0px 0px 6px;
	border-style: none none none solid;
	background-color: #FFF;
	padding: 3px 2px 1px 9px;
	font-size: 120%;
	margin: 1.5em 0em 1.5em 0em;
	background-image: url(../images/greystripe_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content h2
{
	font-size: 108%;
	margin: 1.5em 0 0.5em 15px;
}

#content h3
{
	font-size: 100%;
	margin: 0 0 0 15px;
}

#content p
{
	margin: 0px 0px 1em 0px;
	padding: 0 15px 0 15px;
}

#content img.left
{
	float: left;
	padding: 0 18px 0 0;
}

#content img.right
{
	float: right;
	padding: 0 0 0 18px;
}

#footer
{
	clear: both;
	padding: 8px;
	margin: 7px 17px 7px 17px;
	background-color: #FFF;
	text-align: center;
	text-transform: inherit;
	color: #666;
	font-size: 85%;
	position: static;
}

/*
#sidebar {
	width: 120px;
	float: right;
	padding: 0px 0px 12px 12px;
	margin: 50px 0px 0px 0px; }

	#sidebar ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-image: url(../images/fertilizer_off.jpg);
		background-repeat: no-repeat;
		height: 48; }

	#sidebar li { display : inline; }

	#sidebar ul li { font-weight: bold; }

	#sidebar ul ul li {
		font-weight: normal;
		margin: -1px 0 0 0; }

	#sidebar a {
		display: block;
		margin: -1px 0 0 0;
		padding: 3px 6px 2px 21px;
		width: 108px;
		border-color: #996;
		border-width: 1px 0px 1px 0px;
		border-style: solid; }

		#sidebar a:hover {
			background-image: url(../images/transstripe_bg.png);
			background-repeat: repeat-y;
			color: #000; }
*/

#search
{
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 85%;
	background-image: url(../images/transstripe_bg.png);
	background-repeat: repeat-y;
	padding: 8px;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
}

#search form
{
	margin: 0px;
	padding: 0px;
}

div.presentation
{
	float: right;
	text-align: center;
	text-transform: inherit;
	padding: 0;
	margin: 0;
}

div.presentation ul { text-align: left; }

div.crumbs
{
	position: absolute;
	left: 9px;
	bottom: 3px;
	color: #666;
	font-size: 85%;
}

div.sitemap
{
	font: normal normal bold 8pt tahoma, verdana, sans-serif;
	position: absolute;
	top: 135px;
	right: 9px;
	color: #666;
	display: block;
}

div.sitemap a { padding: 0 0 4px 0; }
div.sitemap a:visited { color: #060; }

div.sitemap a:hover
{
	color: #060;
	text-transform: inherit;
	text-decoration: none;
	background-image: url(../images/tab_circle.png);
	background-repeat: no-repeat;
	background-position: 12px bottom;
}

div.sitemap img
{
	border-width: 0;
	border-style: none;
	padding: 0 0 8px 6px;
}

span.required
{
	font-size: 13px;
	color: red;
	margin: 0 0 0 2px;
}

.missing
{
	color: #C03;
	font-size: 125%;
	font-weight: bold;
}

.info
{
	color: #999;
	font-size: 80%;
}

.tagline
{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

table.standard
{
	font-size: 90%;
	line-height: 1.3em;
	text-transform: inherit;
}

table.standard th
{
	background-color: #a7b198;
	font-weight: bold;
	text-align: center;
	text-transform: inherit;
}

table.standard ul
{
	margin: 0px;
	padding: 0px 9px 0px 19px;
}

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

form fieldset { 
	margin: 8px;
	font-size: 100%;
}

fieldset.submit { text-align: center; }

form fieldset legend {
  	font-size: 110%;
  	font-weight: bold;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 5px;
}

div.form-row
{
	clear: both;
}

div.field-widget
{
	display: inline;
	text-align: left;
  	font-size: 100%;
	line-height: 120%;
}

div.field-label
{
	display: block;
	float: left;
	width: 120px;
	padding: 3px 3px;
	margin: 0px 5px 3px 0px;
	text-align: right;
}

fieldset label.btn
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

fieldset br.clear {
	clear: left; 
}  

fieldset div.column {
	display: block;
	float: left;
	width: 250px;
}

fieldset .comment
{
	font-size: 85%;
	font-style: oblique;
}

input.validation-failed, textarea.validation-failed
{
	background-color: #FFC;
}
input.validation-passed, textarea.validation-passed {
	background-color: #FFF;
}

.validation-advice
{
	margin: 5px 0 5px 5px;
	padding: 3px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
	display: inline;
	font-size: 85%;
}

/* -----------------------------------*/
/* ----------->>> Links <<<-----------*/
/* -----------------------------------*/
a:link
{
	color: #060;
	text-transform: inherit;
	text-decoration: none;
}

a:visited
{
	color: #396;
	text-transform: inherit;
	text-decoration: none;
}

a:hover
{
	color: #F60;
	text-transform: inherit;
	text-decoration: underline;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	color: #000;
}

.clearboth { clear: both; }
