@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	color: #3c3c3c;
}

p {
	padding: 0;
	margin: 0;	
}

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

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

div#page div#top {
	width: 990px;
	height: 134px;
	margin: auto;
	position: relative;
}

div#page div#top div#logo {
	width: 618px;
	height: 134px;
	float: left;
}

div#page div#top div#banner {
	width: 260px;
	height: 90px;
	margin-left: 80px;
	margin-top: 13px;
	float: left;
}

div#page div#top div#banneroverlay {
	position: absolute;
	width: 372px;
	height: 134px;
	left: 618px;
	top: 0;
	background-image: url(../images/banner.overlay.top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* CMS Special */
body.cms_editpage div#page div#top div#banneroverlay {
	visibility: hidden;
}

div#page div#bottom div#navigation {
	margin-top: 50px;
	width: 220px;
	min-height: 400px;
	_height: 400px; /* for iE6 */
	float: left;
	margin-right: 20px;
}

div#page div#bottom div#content {
	width: 750px;
	_width: 749px; /* for iE6 */
	min-height: 400px;
	_height: 400px; /* for iE6 */
	float: left;
}

div#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 81px;
	background-image: url('../images/bg.footer.gif');
	background-repeat: no-repeat;
	background-position: bottom center;	
}

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

div#footer div#innerfooter {
	width: 990px;
	height: 81px;
	margin: auto;	
	font-size: 93%;
}

div#footer div#innerfooter div#innerfooterleft {
	float: left;
	width: 207px;
	padding-top: 55px;
	padding-left: 40px;
}

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

div#footer div#innerfooter div#innerfooterright {
	float: right;
	width: 743px;
	padding-top: 55px;	
	color: white;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

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


