/**** reset css ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************** positioning ************************/
html {
	height: 100%;
}

#skipnav {
	position: absolute;
	left: -2000px;
}

#skipnav li a:focus,
#skipnav li a:active {
	display: block;
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 2200px;
	font-size: 1em;
	color: #00529b;
	background: #fff;
	border: solid 2px #f4f4f4;
	padding: 10px;
	width: 15em;
	height: 2em;
}

#wrapper {
	width: 1190px;
	background:#fff;
	margin: 0 auto;

	/*
	border: 1px solid red;
	margin: 0;
	*/
}

#printlogo {
	display: none;
}

#header {
	position: relative;
	height: 304px;
	background: #00529b;

	overflow: hidden;
}

#metanav {
	position: absolute;
	top: 30px;
	right: 30px;
	text-transform: uppercase;
	color: #ac9c65;
}

#metanav li {
	display: inline;
	margin-left: 30px;
}

#metanav a,
#metanav strong {
	color: #ac9c65;
	text-decoration: none;
}

#metanav a:hover,
#metanav a:active,
#metanav a:focus,
#metanav strong {
	text-decoration: underline;
}

#searchform {
	display: inline;
}

#searchfield {
	border: 1px solid #fff;
	margin-left:15px;
	font-size: 0.8em;
	width: 200px;
}

#searchbutton {
	display: none;
}

#homelink {
	position: absolute;
	top: 50px;
	left: 30px;
	width:260px;
	height: 250px;
}

#mainnav {
	margin: 0 0 30px 0;
	padding: 0 30px 0 0;
	text-transform : uppercase;
	background: #ac9c65;
	font-size: 1em;

	height: 2em;
}

	#mainnav li {
		float: left;
	}

	#mainnav li a,
	#mainnav li strong {
		display: block;
		text-decoration: none;
		font-weight: normal;
		padding: 5px 30px;
		margin: 0;
		line-height: 140%;
		color: #00529b;
	}

	#mainnav li a:hover,
	#mainnav li a:focus,
	#mainnav li a:active,
	#mainnav li strong,
	#mainnav li.act a {
		background: #fff;
	}

#subnav {
	font-size: 1em;
}

#subnav a,
#subnav strong {
	color: #ac9c65;
	text-decoration: none;
	padding: 0 0 10px 0;
	display: block;
	font-weight: normal;
}

#subnav a:hover,
#subnav a:active,
#subnav a:focus,
#subnav strong,
#subnav .act a {
	color: #00529b;
}

#contentWrapper {
	padding: 0 30px;
}

#leftCol {
	width: 285px;
	float: left;
}

#leftCol .pad {
	margin-right: 30px;
}

#centerCol {
	float: left;
	width: 845px;
}

#oneCol {
	float: left;
	width: 100%;
}

#footer {
	padding: 30px 30px 60px 30px;
	text-align: right;
}

#pagefunctions li {
	float: right;
	margin-left: 5px;
}

#pagefunctions a {
	display: block;
	height: 22px;
}

#addtoany {
	background: url(images/sprites.png) no-repeat 0 0;
	width: 55px;
}

#print {
	background: url(images/sprites.png) no-repeat -80px 0;
	width: 17px;
}

#pdf {
	background: url(images/sprites.png) no-repeat -108px 0;
	width: 15px;
}
