@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

p {
	padding: 0;
	margin: 0;	
}

div#box {
	position: relative;
	min-height: 100%;
	margin: auto;
	background-color: white;
	min-width: 990px;
	max-width: 2300px;
	width: expression(document.body.clientWidth < 992? "990px" : document.body.clientWidth > 2302? "2300px" : "auto");
	background: url(../images/header.background.new.gif) no-repeat center top;
}

div#box span.screenreader a {
	position: absolute; 
	z-index: 2; 
	width: 10em; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
}

div#box span.screenreader a:focus {
	position: absolute; 
	z-index: 0; 
	width: 265px; 
	top: 15px; 
	left: 0%;
	margin-left: 90px;
	padding: 3px;
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%;
}	
	
div#box span.screenreader a:active {
	position: absolute; 
	z-index: 0; 
	width: 265px; 
	top: 15px; 
	left: 0%;
	margin-left: 90px; 
	padding: 3px;	
	text-decoration: underline; 
	color: #000; 
	background: #efefef; 
	font-size: 90%;
}	

div#box div#header {
	height: 195px;
	width: 990px;
	margin: auto;

}

div#website-check {
	position: absolute;
	left: 330px;
	top: -140px;
	z-index: 10;
}

div#box div#header div#logo {
	float: left;
	height: 195px;
	width: 225px;
	background: url(../images/logo.background.new.jpg) no-repeat top right;
}

div#logoshadowleft {
	position: absolute;
	left: -29px;
	top: -196px;
	width: 29px;
	height: 185px;
	z-index: 12;
}

div#logoshadowright {
	position: absolute;
	left: 210px;
	top: -196px;
	width: 29px;
	height: 185px;
	z-index: 12;
}

div#logo img {
	display: block;
	margin-top: 50px;
}

div#logo cite {
	margin: 0;
	color: #AAAAAA;
	padding: 0 0 0 17px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
}

div#box div#header div#banner {
	height: 195px;
	width: 675px;
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}

div#box div#header div#topnavigation {
	padding-top: 15px;
	padding-left: 28px;
	float: left;
}

div#box div#header div#icons {
	width: 200px;
	float: right;
	height: 50px;
	padding-right: 19px;
	padding-top: 127px;
}

div#box div#header div#icons img {
	display: block;
	float: right;
	border: none;
}

div#box div#main {
	padding-bottom: 110px;
	width: 990px;
	margin: auto;
	position: relative;
}

div#box div#main div#mainleft {
	width: 232px;
	min-height: 340px;
	float: left;
}

div#box div#main div#mainright {
	width: 758px;
	float: left;
}

div#box div#main div#mainnavigation {
	position: absolute;
	left: -30px;
	top: 0;
	width: 255px;
	min-height: 389px;
	background: url(../images/navi.shadow.right.jpg) no-repeat top right;
}

div#box div#main div#content {
	width: 558px !important;
	padding-left: 12px;
	min-height: 350px;
	padding-top: 30px;
	margin-right: 8px;
	float: left;
}

div#box div#main div#teaser {
	min-height: 350px;
	width: 180px;
	float: left;
	padding-top: 60px;
}

div#box div#main div#clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 110px;
	background-image: url('../images/footer.background.jpg');
	background-repeat: repeat-x;
	background-position: bottom;

}

div#footer div#innerfooter {
	width: 735px;
	margin: auto;
	height: 110px;
	padding-left: 245px;
}

div#box div#footer div#innerfooter img.validation {
	float: right;
	padding-top: 85px;
	padding-right: 5px;
}

div#box div#footer div#innerfooter p {
	color: white;
	padding-top: 88px;
	font-size: 85%;
	float: left;
}

div#box div#footer div#innerfooter p a {
	color: white;
	text-decoration: none;
}

div#box div#footer div#innerfooter p a:hover {
	color: #9fc866;
	text-decoration: none;
}

div#box div#footer div#innerfooter p.facebook a {
	padding-left: 10px;
	background: url(../images/facebook_icon.gif) no-repeat 0 2px;
	margin-left: 60px;
}

div#box div#footer div#innerfooter p.facebook a:hover {
	background: url(../images/facebook_icon_hover.gif) no-repeat 0 2px;
}

div#box div#footer div#innerfooter p.twitter a {
	padding-left: 10px;
	background: url(../images/twitter_icon.gif) no-repeat 0 2px;
	margin-left: 10px;
}

div#box div#footer div#innerfooter p.twitter a:hover {
	background: url(../images/twitter_icon_hover.gif) no-repeat 0 2px;
}

div#box div#footer div#innerfooter p.youtube a {
	padding-left: 11px;
	background: url(../images/youtube_icon.gif) no-repeat 0 2px;
	margin-left: 10px;
}

div#box div#footer div#innerfooter p.youtube a:hover {
	background: url(../images/youtube_icon_hover.gif) no-repeat 0 2px;
}

/* CMS Special */
body.cms_editpage div#footer {
	visibility: hidden;
}

/* CMS Special */
div.cmsGroup {
	padding-top: 0 !important;
	padding-bottom: 4% !important;
}
