* {	margin: 0; }
html, body { height: 100%; position: relative;}

body
{
	background: #39501e url('../images/clouds_background.gif') repeat-x;
	font: 12px arial, serif;
}

h1
{
	font-size: 20px;
	font-style: italic;
	color: #09a64b;
}

h2
{
	font-size: 16px;
	font-style: italic;
	color: #09a64b;
}

h2
{
	font-size: 14px;
	font-style: italic;
	color: #09a64b;
}


a
{
	color: #139c23;
}

#wrapper
{
	position: relative;
	background: #cfd9c5 url('../images/wrapper_background.gif') repeat-x 0px 251px;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header
{
	background-image: url('../images/header_background.jpg');
	height: 251px;
	margin-bottom: 19px;
}

#headerlinks
{
	float: right;
	display: inline;
	color: #7ad08f;
	padding: 10px;
}

#headerlinks a
{
	color: #7ad08f;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#headerlinks a:hover
{
	text-decoration: underline;
}

#headerlogo
{
	float: left;
	margin-left: 10px;
}


#leftMenuHeading
{
	z-index: 1;
	position: absolute;
	top: 260px;
	left: 2px;
}

#leftMenu
{
	z-index: 10;
	float: left;
	width: 180px;
	padding: 43px 0px 0px 0px;
}

#leftMenu a
{
	display: block;
	text-align: right;
	padding: 10px 10px 10px 10px;
	background-color: #e3f1d5;
	margin-bottom: 1px;
	color: #39501e;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu a:hover
{
	background-color: #C2CFB5;
}

#leftMenu a.current
{
	background-color: #cfd9c5;
}

#leftMenu a.first
{
	border-top: 1px solid #e3f1d5;
}

#leftMenu a.last
{
	border-bottom: 1px solid #e3f1d5;
}

#rightMenu
{
	float: right;
	display: inline;
	width: 200px;
	margin-right: 10px;
}

#rightMenu #newsitems
{
	position: relative;
	/*border-top: 1px solid #b4c2b8;
	margin-top: 5px;*/
	text-align: left;
	padding: 65px 10px 10px 10px;
}

#rightMenu #newsitems .newsitem
{
	margin-bottom: 20px;
}

#rightMenu #newsitems .newsitem .heading
{
	font-weight: bold;
	margin-bottom: 5px;
}

#rightMenu #newsitems .newsitem .lead
{

}

#rightMenu #newsitems .newsitem .readmore
{
	float: right;
	display: inline;
	color: #18820e;
	font-size: 11px;
	font-weight: bold;
}

#rightMenu #newsitems .newsitem .newsitemImage
{
	float: left;
	margin-right: 5px;
}


#newsitem
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-top: 1px dotted #cccccc;
}

#newsitem .first
{
	border-top: none;
}

#newsitem h3
{
	color: #b60c13;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px 10px 0px
}

#newsitem #newscontent
{
	font-size: 11px;
	color: #484848;
	margin: 0px 0px 5px 0px;
}





#rightNewsitemsHeading
{
	z-index: 1;
	position: absolute;
	top: 5px;
	left: -10px;
	_left: -23px;
}


#mainContent
{
	position: relative;
	!z-index: -10;	
	text-align: left;
	display: block;
	background-color: #ffffff;
	margin: 0px 10px 10px 181px;
	padding: 20px 20px;
	min-height: 625px;

	_height: auto !important;
	_height: 625px;

	_padding: 15px;
	_margin-left: 181px;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;


}

#searchbox
{
	padding: 20px 10px;
}

#searchText
{
	width: 94px;
	margin-right: 5px;
}

#signupform
{
	background: #E3F1D5 url('../images/newsletter_heading.gif') no-repeat;
	margin: 0px 10px;
	padding: 50px 5px 10px 5px;
	text-align: left;
	color: #39501e;
	font-size: 11px;
}
#newsletter_email
{
	width: 84px;
}

#sitemap_div
{
	line-height: 20px;
}

#flash_rotation
{
	margin-bottom: 20px;
}

#footer
{
	text-align: left;
	margin: 0px 10px 0px 181px;
	padding: 0px 0px 15px 0px;
	color: #18820e;
}

#footer a
{
	color: #18820e;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer #sitepro
{
	float: right;
}