#container {
	width: 95%;
	border: 2px solid #646464;
	position: relative;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container.homepage {
	width: 806px !important;
}

#header {
	background: url(../images/backgroundglobe2x_HDR.jpg) no-repeat;
	width: 100%;
	height: 75px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header.homepage {
	background: none !important;
	height: 100px !important;
}

#header-brand-logo {
	float: left;
	padding: 0px 20px 0px 20px;
}

#header-nav-container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	text-align: right;
}

#header-nav {
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header-nav.homepage {
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header-nav span {
	float: left;
}

#header-segment-logo {
	float: right;
}

#menubar {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
}

#menubar.homepage {
	top: 100px !important;
}

#content {
	margin-top: 100px;
}

#content.homepage {
	margin-top: 120px;
}

#two-column-content {
	margin-left: 210px;
}

#footer {
	background-color: #646464;
	text-align: center;
	height: 60px;
	line-height: 60px;
	clear: both;
}

.center {
	text-align: center;
}

form.search {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* BEGIN APV SECTION */
#page-container {
	padding: 10px;
}

#left-content {
	float: left;
	width: 200px;
}

#main-content-full {
	padding: 10px;
}

#main-content-full img {
	float: left;
	padding-right: 10px;
}

.options, .options-content {
	float: right;
	width: 200px;
}
/* END APV SECTION */