html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font: 12px arial, tahoma, verdana, sans-serif;
	background: #90B7D3 url(../images/bg.png) repeat-x;
}
/* general */
* {outline: none;}
form {margin: 0;padding: 0;}
img {border: none;display: block;}
ul {margin: 0;padding: 0;list-style: none;}
.b-none {border: none !important;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: arial, tahoma, verdana, sans-serif;
}
h2 {
	color: #5BB62A;
	font-size: 17px;
}
h3 {
	color: #515142;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #146ab2;
	font-size: 14px;
}
p {
	color: #666666;
}
a {
	color: #146ab2;
	cursor: pointer;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* header */
#header {
	top: 16px;
	left: 0;
	width: 878px;
	height: 126px;
	position: absolute;
	background: url(../images/bg-header.png) no-repeat;
}
#header strong {
	top: 22px;
	left: 30px;
	position: absolute;
}
#header strong a {
	width: 167px;
	height: 84px;
	display: block;
	overflow: hidden;
	text-indent: -12000px;
	background: url("../images/logo.gif") no-repeat;
}
#header cite {
	top: 45px;
	left: 220px;
	color: #807C73;
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	font-style: normal;
	padding: 6px 0 0 10px;
	background: url("../images/sep-1.gif") no-repeat;
}
* html .extra-links {top: 2px;}

.extra-links li {
	color: #807c73;
	display: inline;
	font-size: 10px;
}
.extra-links li a {color: #807c73;}

/* login */
.login {
	top: 51px;
	right: 13px;
	width: 154px;
	height: 16px;
	color: #807c73;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	padding: 5px 0 0 0;
	background: url("../images/bg-login.gif") no-repeat;
}
/* main-nav */
.main-nav {
	left: 0;
	top: 126px;
	width: 878px;
	height: 21px;
	padding: 3px 0 0 0;
	position: absolute;
	text-align: left;
	background: url(../images/bg-nav.png) no-repeat;
}
.main-nav li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 0 14px 0 14px;
	background: url("../images/sep-2.gif") no-repeat 0 2px;
}
.main-nav .first {
	background: none;
	padding: 0 14px 0 34px;
}
.main-nav li a {color: #fff;}

.flash {
	left: 0;
	top: 163px;
	width: 878px;
	height: 195px;
	position: absolute;
	background: url(../images/flashouterbg.png) repeat;
}

/* content */
#content {
	width: 878px;
	padding: 358px 0 0 0;
}
.wrapper-content-1 {background: url("../images/bg-mid-content.png") repeat-y;}
.wrapper-content-2 {background: url("../images/bg-top-content.png") no-repeat;}
.wrapper-content-3 {
	width: 878px;
	overflow: hidden;
	padding: 0 0 100px 0;
	background: url("../images/bg-bot-content.png") no-repeat 0 100%;
}
/* secondary-content */
.secondary-content {
	float: right;
	width: 199px;
	padding: 45px 8px 0 5px;
}
/* side-text-2 */
.side-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.side-text-2 div {background: url("../images/bg-top-box.png") no-repeat;}

.side-text-2 div div {
	width: 170px;
	padding: 0 10px 12px 8px;
	background: url("../images/bg-bot-box.png") no-repeat 0 100%;
}
/* primary-content */
.primary-content {
	float: left;
	width: 511px;
	padding: 53px 90px 0 61px;
}
.intro-text {
	padding: 0 0 33px 0;
	color: #666666;
}
.intro-text p a {text-decoration: underline;}
.intro-text p a:hover {text-decoration: none;}

.primary-content h2 {padding: 42px 0 10px 0;}

/* ready */
.ready {
	width: 408px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 7px 52px 15px 51px;
	background: url("../images/bg-ready.gif") no-repeat 28px 0;
}
/* footer */
#footer {
	width: 878px;
	padding: 11px 0 26px 0;
	background-repeat: no-repeat;
}
#footer p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 0 4px 0 0;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a:hover {text-decoration: none;}

.footer-test {
	width: 878px;
	padding: 11px 0 26px 0;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #256392;
	width: 140px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #4AA5D8;
}
.identity {
	float: right;
	width: 72px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

