/* --------------------------------------------
	Layout
   ------------------------------------------- */
html{
	width: 100%;
	height: 100%;
	background-image: url('../img/hg_standard.png');
	background-position: top left;
	background-color: #028002;
}

body
{
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
/*	background-image: url('../img/hg_standard.jpg'); */
	background-position: 771px 0px;
	background-repeat: no-repeat;
}

.clear 
{
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}


#content-heading
{
	position: relative;
	margin: 130px 0px 30px 0px;
}

#content-heading-inner
{
	margin: 0px 0px 0px 210px;
}

#content-heading img
{
	/*margin: 0px 0px 0px 210px;*/
		z-index: 0;
	position: relative;

}


div.page-header {
   	margin-bottom: 20px;
}


#content-section
{
	position: relative;
	float: left;
	margin: 0px;
	width: 440px;
}
#content-inner 
{
	position: relative;
	padding-left: 15px;
	padding-right: 20px;
}

#teaser-section
{
	position: absolute;
	top: 325px;
	left: 780px;
	width: 190px;
	background-color: #ffffff;
	overflow: hidden;
	display: none;
}

#teaser-inner
{
	position: relative;
	padding: 10px 15px 0px 15px;
}

#teaser-inner img
{
margin-bottom:15px;
margin-top:10px;
}

#teaser-inner p
{
border-top:1px solid #000;
padding-top:15px;
}

#teaser-section
{
margin-bottom:15px;
}

