body { margin: 0; }

/* Wrapper
 * ---------------------------------------------------------------- */
.wrapper { width: 900px; margin: auto; }

/* Header
 * ---------------------------------------------------------------- */
#header {
	background: #003d7e;
	border-bottom: 1px solid #00afdb;
	}

#header.development {
	background: #333399;
}

#header h1 {
	text-indent: -9999em;
	padding: 30px 0;
	clear: none;
	}

#header.development h1 {
	text-indent: 0;
	color: white;
	font-size: 28px;
}

#header h1 a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 44px;
	width: 370px;
	}

#header .colourSquare {
	float: right;
	margin: 15px 1px;
	}

#header .wrapper {
	position: relative;
	}

/* Buttons
 * ---------------------------------------------------------------- */
#buttons {
	position: absolute;
	right: 10px;
	top: 30px;
	}
ul#buttonnav {
	list-style: none;
	}
ul#buttonnav li {
	float: left;
	margin: 0px 15px;
	font-size: 26px;
	color: #f0b310;
	position: relative;
	}
ul#buttonnav li a {
	display: block;
	color: white;
	text-decoration: none;
	}
ul#buttonnav li a:hover,
ul#buttonnav li.active a {
	color: #f0b310;
}
ul#buttonnav li ul {
	display: none;
	list-style: none;
	position: absolute;
	right: 0;
	padding: 10px 0 0;
	width: 200px;
	z-index: 10;
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
ul#buttonnav li:hover ul,
ul#buttonnav li.sfhover ul {
	display: block;
}
ul#buttonnav li ul li {
	float: none;
	margin: 0;
	border: 1px solid #377fcc;
	border-top: none;
	border-bottom: 1px solid #003d7e;
}
ul#buttonnav li ul li:hover,
ul#buttonnav li ul li.sfhover {
	border-color: #377fcc;
}
ul#buttonnav li ul li a {
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 10px;
	background: #00458f;
	color: white;
}
ul#buttonnav li.active ul li a {
	color: white;
}
ul#buttonnav li ul li a:hover,
ul#buttonnav li ul li a.sfhover {
	background: #0054ad;
}
/* Menu
 * ---------------------------------------------------------------- */
#menu {
	background: #009ed3;
	height: 35px;
	}

ul#topnav {
	list-style: none;
	height: 35px;
	padding-left: 2px;
	margin: 0;
	float: right;
	}

ul#topnav li {
	float: left;
	padding: 0 10px 0 8px;
	margin: 0;
	height: 35px;
	margin-top: 9px;
	color: white;
	font-size: 12pt;
	}

ul#topnav li a {
	display: block;
	color: white;
	text-decoration: none;
	}
ul#topnav li.active a {
	color: #4d3101;
	}

/* Content
 * ---------------------------------------------------------------- */
#content .wrapper {
	padding: 0px 0px 20px;
	}

#content #content_spacer {
	height: 20px;
	}

#content #impersonate {
	border-top: 2px solid #fdbc4d;
	padding: 6px;
	margin: 5px 0px;
	background-color: #fcd590;
	}
#content .spacer {
	height: 30px;
}

/* Footer
 * ---------------------------------------------------------------- */
#footer {
	background: #003d7e;
	}
html, body {
	height: 100%;
	}
#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
	}

#footer, #push {
	height: 3em;
}
