* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin: 5px 0;
}

#header, #middle {
	text-align: left;
}

/* Branding */

#logos {
	position: absolute;
	left: 175px;
	top: 7px;
}

#logos li {
	float: left;
	margin-right: 30px;
	margin-bottom: 22px;
}

/* Header */

#header {
    /* background for whole header here */
	position: relative;
	padding: 5px;			
	width: 800px;
	height: 120px;
	margin: auto;
	overflow: hidden;
}

/* Navigation */

div#navigation ul {
	margin: auto;
}

div#navigation ul li {
	margin: 0 25px;
	display: inline;
	position: relative;
}

div#subnavigation ul{
        padding-left: 20px;
	width: 780px;
	margin: auto;
	position: relative;
	z-index: 2;
}

div#subnavigation ul li {
	float: left;
}

/* Middle */

#middle {
	padding-top: 210px; /* height of bg image*/
	clear: both;
}

#content {
        position: relative;
	width: 720px;
	margin: auto;
	padding: 40px;
	padding-bottom: 20px;

	margin-top: -250px;
	padding-top: 290px;
	position: relative;
	z-index: 1;
}

#home #content {
    margin-top: auto;
    padding-top: 40px;
    position: none;
}

/* Footer */

#footer {
	padding: 5px;
	margin: auto;
	padding-top: 20px;
}

#footer dt, #footer dd {
	display: inline;
}

#footer p {
	clear: left;
}

#home #image {
    position: absolute;
    top: 0;
    left: 0;
}

#home #image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#home #imagedetails {
    position: absolute;
    padding: 5px 40px 17px 425px;
	width: 335px;
	overflow: hidden;
    left: 0;
    bottom: 0;
    height: 36px;
    z-index: 2;
}

/* Accessibility */

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
