@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: url(images/bg-repeat.gif) repeat-x top #EAEBF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #000;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #092F8D;
}

a {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #03F;
}

ul {
	margin-top: 15px;
	margin-bottom: 25px;
}

li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
}

.img-border {
	border: solid 1px #039;
}

.mercury-border {
	border: solid 1px #62060b;
}

.home-sections {
	font-size: 0.9em;
	line-height: 1.4em;
}

.sub-title {
	font-size: 1.1em;
	color: #039;
}

.home-subtitle {
	font-size: 1.3em;
	line-height: 1.9em;
	color: #015bc2;
}

.highlight {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #015bc2;
}

.anchor-link {
	font-size: 0.8em;
}

.input-field {
	width: 200px;
	height: 20px;
	font-size: 14px;
	background-color: #DDD;
	border: solid 1px #015BC2;
	margin-bottom: 4px;
}

.input-text {
	width: 200px;
	height: 150px;
	font-size: 14px;
	background-color: #DDD;
	border: solid 1px #015BC2;
	margin-bottom: 4px;
}

.submit-btn {
	font-size: 14px;
	background-color: #DDD;
	border: solid 1px #015BC2;
}

#wrapper {
	margin: 0 auto;
	width: 885px;
}

#main {
	width: 885px;
	background: url(images/content-bg-shadow.gif) no-repeat top center;
}

#content-bg {
	background: url(images/content-bg.gif) repeat-x top center #FFF;
	width: 879px;
	margin: 0 3px 0 3px;
}

#content-text {
	padding: 30px 20px 20px 20px;
	float: left;
	width: 597px;
}

#fine-print {
	font-size: 0.8em;
	line-height: 1.4em;
}

#content-ads {
	float: left;
	width: 242px;
	padding: 30px 0 20px 0;
}

#spacer {
	clear: both;
	height: 1px;
	font-size: 0;
	background-color: #FFF;
}

#home-bottom {
	clear: both;
	height: 120px;
	font-size: 0.85em;
	line-height: 1.4em;
	background-color: #cbd2db;
}

#footer {
	padding: 20px;
	vertical-align: middle;
	background-color: #9EA3A9;
	font-size: 0.79em;
	line-height: 1.6em;
	color: #555;
}

#footer a {
	color: #1556B4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
