/* structure */
.wrapper {
	padding: 0px;
	width: 690px;
}

.sidebar.left {
	float: right;
}

.sidebar.right {
	clear: right;
}

.panel {
	margin: 0px;
	margin-bottom: 8px;
	padding: 1px;
}

div.pillar {
	width: 458px;
}

.sidebar {
	width: 228px;
}

/* header */

#blurb,
#crumbs,
#nav_main,
header #form_search_1 {
	display: none;
}

header #menu {
	background: white url(img/bg_header_medium.png) top left no-repeat;
	height: 127px;
}

/* header, blue buttons menu */
#nav_secondary li a {
	background-image: none;
}

#nav_secondary .current-menu-item a, #nav_secondary li a:hover {
	text-decoration: none;
}

#nav_secondary li:first-child {
	margin: 0;
	position: absolute;
	left: -436px;
}

#nav_secondary li:nth-child(2) {
	margin-right: 3px;
}

#nav_secondary {
	bottom: 6px;
	right: 12px;
}

/* header, show menu for smaller screens */
#menuSmaller {
	display: block;
}

#menuSmaller {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 47px;
}

#menuSmaller li {
	float: left;
	width: 145px;
	text-align: center;
}

#menuSmaller li a {
	color: #ffffff;
	font-size: 14px;
	height: 50px;
	padding-top: 3px;
	display: block;
}

/* footer */
footer address.visiting {
	clear: both;
}

#nav_footer li a {
	display: block;
	color: #ff8200;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

#nav_footer li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#nav_footer .sub-menu li {
	float: left;
	display: block;
	width: auto;
}

#nav_footer .sub-menu li a {
	float: left;
	padding: 5px;
	
	border-radius: 5px;
	display: block;
	font-weight: normal;
	margin-right: 10px;
	border: 1px solid #ff8200;
}

#nav_footer {
	margin-top: 5px;
}

a.footerContactHeading {
	color: #ff8200;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

/* orange header is smaller, adjust */
#nav_tertiary {
	margin: 0;
	margin-bottom: 6px;
	width: 100%;
}

/* co2neutral logo */
#co2neutral {
	position: absolute;
	top: 100px;
	left: 376px;
	z-index: 3000;
}

#co2neutral img {
	width: 55px;
}