/* --------------------------------------------
	Layout
   ------------------------------------------- */
html{
	width: 100%;
	height: 100%;
	background: #fff url('../img/hg_standard.png') repeat-y left top;
}

body
{
	top: 0px;
	position: absolute;
	width: 100%;
	min-height: 1019px;
	height: auto !important;
	height: 1019px
	margin: 0px;
	padding: 0px;
/*	background-image: url('../img/hg_standard.jpg'); */
	background-position: 750px 0px;
	background-repeat: no-repeat;
	overflow-x:hidden;
}

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


#content-heading
{
	position: relative;
	padding: 130px 0px 30px 0px;
	width: 750px;
	margin:0;
	background: #fff;
}

#content-heading-inner
{
	margin: 0 0 0 210px;
	overflow: hidden;
	width: 540px;
}

#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;
	width: 430px;
	margin: 0 0 0 10px;
	padding: 0;
}
#content-inner 
{
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#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;
}


