#container {
	position: relative;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 120px;
}

#header h1 {
	float: left;
	padding: 40px 0 0 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 280px;
	height: 33px;
	background: url("/images/logo.gif") no-repeat transparent;
	text-indent: -1000px;
	outline: none;
}

#nav {
	position: absolute;
	top: 45px;
	right: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin-left: 3px;
	height: 30px;
	background: url("/images/nav-left.gif") no-repeat scroll left top transparent;
}

#nav li a {
	display: block;
	margin: 0 0 0 5px;
	padding: 7px 15px 7px 10px;
	font-weight: bold;
	text-decoration: none;
	background: url("/images/nav-right.gif") no-repeat scroll right top transparent;
	color: #666;
}

#nav li a.current {
	color: #009;
}

#slogan {
	height: 44px;
	background: url("/images/slogan-left.gif") no-repeat scroll left top #000099;
	margin-bottom: 10px;
}

#slogan .slogan {
	padding: 15px 0 0 25px;
	float: left;
}

#slogan .login {
	display: block;
	float: right;
	width: 104px;
	height: 44px;
	padding: 12px 25px 0 10px;
	background: url("/images/slogan-right.gif") no-repeat scroll right top transparent;
}

#content:before {
	display: block;
	height: 25px;
	content: url("/images/content-before.gif");
	margin-left: -25px;
}

#content:after {
	display: block;
	height: 15px;
	content: url("/images/content-after.gif");
	margin-left: -25px;
	clear: both;
}

#content {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	padding: 0 25px 0 25px;
}

#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #009;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #009;
}

#content-top {
	margin-bottom: 20px;
	text-align: center;
}

#content-left {
	display: block;
	float: left;
	width: 47%;
}

#content-right {
	display: block;
	float: right;
	width: 47%;
}

#client-content {
	display: block;
	float: left;
	width: 512px;
}

#client-navigation {
	display: block;
	float: right;
	width: 250px;
}

#message {
	background-color: #d6e7f2;
	padding: 2px 15px 2px 15px;
}

#message h1 {
	color: #009;
	font-size: 14px;
}

#apply {
	position: relative;
	background: #f3f8e1 url("/images/desktop.png") no-repeat 83%;
	padding: 15px 30px 15px 30px;
}

#apply:after {
	display: block;
	content: url("/images/blank.gif");
	clear: both;
}

#apply span {
	float: left;
	width: 220px;
	padding-right: 50px;
}

#apply h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#ytd {
	background-color: #d6e7f2;
	text-align: center;
	padding: 2px;
}

#pages {
	text-align: center;
	border-bottom: #009 3px solid;
	border-top: #009 3px solid;
	padding: 5px;
}

#highlight {
	font-size: 16px;
}

#footer {
	font-size: 10px;
	padding: 5px 25px 25px 25px;
}

#footer p.disclaimer {
	color: #999;
}