/* General Style Info */
html, body { height:100%; }

body {
	min-width: 1055px;
}

#container {
	background: none;
}

#header {
	position:absolute;
	z-index: 60;
}
#header .nav li a {
	color: #fff;
	background: #339797;
}

/* content elements */

#content { 
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
	z-index: 10;
	width: 100%;
}

#content #fullImg {
	position: absolute;
	z-index: 10;
}

#content #copyRt {
	position: absolute;
	z-index: 20;
	height: 31px;
	background: #fff;
	bottom: 0;
	margin: 0 287px 0 719px;
}
#content #copyRt p {
	bottom: 0;
	padding: 8px 8px;
	margin: 0;
	color: #007d7d;
	background: #fff;
}

/* footer elements */

#footer {
	position: absolute;
	width:100%;
	height: 153px;
	bottom:0;
	background:#fff;
	z-index: 60;
	border-top: 1px solid #fff;
	top: auto;
	left: auto;
	overflow: visible;
	z-index: 1000;
}

#footer div {
	position: relative;
	float: left;
	border-right: 1px solid #fff;
	height: 153px;
}
#footer div div {
	border: 0;
	height: auto;
}

#logo {
	width: 287px;
	height: auto;
	background: none;
	bottom: 20px;
	left: 24px;
	position: absolute;
	z-index: 1005;
}	

#logo a {
	width: 287px;
	height: 156px;
	display: block;
	text-indent: -300em;
	background: url(../img/logo_horiz.gif) bottom left no-repeat #fff;
	top: auto;
	left: auto;
	position: relative;
}
#footer #preContact {
	width: 144px;
	background: #cce5e5;
	height: 153px;
	margin: 0 0 0 287px;
	border: 0;
}
#footer #contact {
	width: 287px;
	background: #99cbcb;
	border-left: 1px solid #fff;
}
#footer #contact .inner {
	position: absolute;
	bottom: 0;
	padding: 6px 8px;
	
}
#footer p {
	margin: 1em 0 0 0;
}

#footer #cert {
	position: absolute;
	right: 0;
	width: 287px;
	background:#cce5e5;
	border-right: 0;
}
#footer #cert .logos {
	background: url(../img/cert_logos.gif) no-repeat #fff;
	width: 287px;
	height: 120px;
}
#footer #cert .links {
	position: relative;
	background: #99cbcb;
	height: 33px;
	border-right: 1px solid #fff;
	width: 143px;
}
#footer #cert .links a {
	position: absolute;
	bottom: 0;
	padding: 6px 8px;
}