/*Core Layout*/
#wrapper,
.wrap {
	margin: 0;
	width: auto;
}
#wrapper {
	padding: 0 30px;
}
#nav-col {
	width: auto;
	float: none;
}
#content-col {
	width: auto;
	float: none;
}

/*Header*/
#header {
	margin: 0 0 5px 0;
	padding: 20px 0 8px 0;
	background: #005581 url(../images/header-bg.png) repeat-x left bottom;
}
#logo {
	padding: 0 0 20px 0;
	width: auto;
	float: none;
}
#logo a {
	width: auto;
	background: url(../images/logo.png) no-repeat center top;
}

/*Search*/
#search {
	margin: 0;
	padding: 4px 0 6px 0;
	float: none;
	background: #2A70A6;
	text-align: center;
}
#search .searchbox {
	background: #fff;
	border: none;
	float: none;
}
#search .submit {
	float: none;
}

/*Page Meta*/
#page-meta {
	height: auto;
}
#edition {
	display: none;
}
#banner {
	width: auto;
	float: none;
}
#banner img {
	vertical-align: top;
}

/*Main Nav*/
#navigation {
	display: none;
}

/*Breadcrumb*/
#breadcrumb {
	display: none;
}

/*Contact*/
#contact p {
	float: none;
}
#contact ul {
	float: none;
}

/*Footer*/
#footer .wrap {
	padding: 60px 0 25px 0;
	background: url(../images/footer-logo.png) no-repeat center 20px;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	padding: 0 0 0.5em 0;
	color: #fff;
	display: block;
}

/*Two Columns*/
#content .cola {
	width: auto;
	float: none;
}
#content .colb {
	width: auto;
	float: none;
}

/*Print Popup*/
#print-dialog {
	width: 90%;
}