body {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	font-family: Arial;
	color: #fff;
}

img {
	border: none;
}

a {
	color: #fff;
}

#container {
	width: 1140px;
	height: 1005px;
	background: url("../img/background3.png") no-repeat;
	margin: auto;
	position: relative;
}

#page-container {
	position: absolute;
	top: 285px;
	left: 400px;
	width: 680px;
	height: 395px;
	padding-top: 35px;
}

#welcome-page {
	display: block;
}

#related-page {
	width: 660px;
}

.subpage {
	display: none;
}

.login-sub {
	margin-bottom: 3px;
}

.content {
	padding-top: 10px;
	position: relative;
	left: 60px;
	width: 530px;
}

.content p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	line-height: 125%;
	text-align: justify;
}

#footer {
	width: 1025px;
	height: 20px;
	position: absolute;
	bottom: 100px;
	left: 55px;
	text-align: center;
	color: #5981A0;
	font-size: 13px;
}

ul#related-links {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 68px;
}

ul#related-links li {
	float: left;
	width: 212px;
	height: 212px;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100px;
	top: 330px;
	width: 195px;
}

ul#navigation li {
	text-align: right;
	float: right;
	clear: both;
	margin-bottom: 27px;
	cursor: pointer;
}

ul#navigation li.account-login {
	margin-top: 30px;
}

#navigation li.welcome {
	width: 93px;
	height: 18px;
	background: url("../img/nav_welcome_BTN1.png") no-repeat;
}

#navigation li.welcome:hover {
	background: url("../img/nav_welcome_BTN2.png") no-repeat;
}

#navigation li.welcome.active {
	background: url("../img/nav_welcome_BTN3.png") no-repeat;
}


#navigation li.profit-sharing {
	width: 194px;
	height: 18px;
	background: url("../img/nav_profitsharing_BTN1.png") no-repeat;
}

#navigation li.profit-sharing:hover {
	background: url("../img/nav_profitsharing_BTN2.png") no-repeat;
}

#navigation li.profit-sharing.active {
	background: url("../img/nav_profitsharing_BTN3.png") no-repeat;
}


#navigation li.fourk {
	width: 123px;
	height: 18px;
	background: url("../img/nav_401k_BTN1.png") no-repeat;
}

#navigation li.fourk:hover {
	background: url("../img/nav_401k_BTN2.png") no-repeat;
}

#navigation li.fourk.active {
	background: url("../img/nav_401k_BTN3.png") no-repeat;
}


#navigation li.other-plans {
	width: 122px;
	height: 18px;
	background: url("../img/nav_otherplans_BTN1.png") no-repeat;
}

#navigation li.other-plans:hover {
	background: url("../img/nav_otherplans_BTN2.png") no-repeat;
}

#navigation li.other-plans.active {
	background: url("../img/nav_otherplans_BTN3.png") no-repeat;
}


#navigation li.architecture {
	width: 173px;
	height: 18px;
	background: url("../img/nav_openarch_BTN1.png") no-repeat;
}

#navigation li.architecture:hover {
	background: url("../img/nav_openarch_BTN2.png") no-repeat;
}

#navigation li.architecture.active {
	background: url("../img/nav_openarch_BTN3.png") no-repeat;
}


#navigation li.contact-us {
	width: 112px;
	height: 18px;
	background: url("../img/nav_contactus_BTN1.png") no-repeat;
}

#navigation li.contact-us:hover {
	background: url("../img/nav_contactus_BTN2.png") no-repeat;
}

#navigation li.contact-us.active {
	background: url("../img/nav_contactus_BTN3.png") no-repeat;
}


#navigation li.related-links {
	width: 134px;
	height: 18px;
	background: url("../img/nav_relatedlinks_BTN1.png") no-repeat;
}

#navigation li.related-links:hover {
	background: url("../img/nav_relatedlinks_BTN2.png") no-repeat;
}

#navigation li.related-links.active {
	background: url("../img/nav_relatedlinks_BTN3.png") no-repeat;
}


#navigation li.account-login {
	width: 139px;
	height: 18px;
	background: url("../img/nav_accountlogin_BTN1.png") no-repeat;
}

#navigation li.account-login:hover {
	background: url("../img/nav_accountlogin_BTN2.png") no-repeat;
}

#navigation li.account-login.active {
	background: url("../img/nav_accountlogin_BTN3.png") no-repeat;
}

#header_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: -15px;
	margin-top: -10px;

}

#sponsor_button {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	background-color: #2F4F66;
	border: solid;
	border-color: #528DB0;
	padding: 10px 15px;
	text-align: center;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	top: 104px;
	left: 844px;
}

#sponsor_link {
	text-decoration: none;
}