
/*  PAGE LAYOUT  */


div#header {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 5px 10%;
	background: #e4e4e4 url('/images/bkg_top.png') bottom left repeat-x;
	border-bottom: 1px #ccc dotted;
}

#subnav {
	position: fixed;
	z-index: 3;
	top: 26px;
	left: 0;
	width: 100%;
	height: 13px;
	margin: 0;
	padding: 5px 10%;
	background: #fff;
	border-top: none;
}

div.center_content_outer {
	display: table; 
	position: static;
	width: 100%;
	height: 95%;
	overflow: visible;
	background: #fff;
	text-align: center;
}

div.center_content_outer div.center_content_inner {
	padding: 66px 10% 56px 10%;
	display: table-cell;
	vertical-align: middle;
	position: static;
}
body.subnav div.center_content_outer div.center_content_inner {
	padding: 66px 10% 56px 10%;
}
div.center_content_outer div.center_content_inner div.center_content_text {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}

div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0.5em 10%;
	background: #c4c4c4 url('/images/bkg_top.png') top left repeat-x;
	border-top: 1px #ccc dotted;
}

/*  / PAGE LAYOUT  */




/*  HEADER  */

#header h1 {
	float: left;
	width: 40%;
	margin:0;
	padding:0;
	text-align: left;
}
#header #nav {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header #nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}


/*  / HEADER */




/*  SUBNAV  */

#subnav .previous {
	float: left;
	margin-right: 10px;
}
#subnav .statement {
	float: left;
	margin-right: 10px;
}
#subnav .page {
	float: left;
	margin-right: 10px;
}
#subnav .next {
	float: left;
	margin-right: 10px;
}

/*  / SUBNAV  */


/*  FOOTER NAV  */

#footer h2 {
	display: inline;
	margin: 0 5px 0 5px;
	font-weight: bold;
	text-align: right;
}

#footer ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}


/*  / FOOTER NAV */











/*  CONTENT  */


.col1 {
	float: left;
	width: 500px;
	margin: 16px 0;
	padding: 0;
}
.col2 {
	float: left;
	width: 366px;
	margin-left: 10px;
}





/*  / CONTENT  */






/*  FOOTER  */


/*  / FOOTER  */


