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

@import "reset.css";
@import "typography.css";

html, body {
	background: #e6e6e6;
}

h1 {
	font-size: 1.6em;
}

h1.center, p.center { text-align: center; }
.nopad {
	margin: 0;
	padding: 0;
}

.float_right { float: right; margin: 0 0 5px 5px; }
.float_left { float: left; margin: 0 5px 5px 0; }

a { color: #017195; text-decoration: none; }
a:hover { color: #ff5a00; }

#header {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	height: 100px;
	position: relative;
}

#header a#logo {
	text-indent: 5px;
	background: url(../images/logo.gif);
	width: 374px;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 10px;
	overflow: hidden;
	text-indent: 999em;
}


#header #top_links {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#header #top_links p {
	margin: 0;
	font-size: 1.2em;
}

#header #top_links a {
	color: #666666;
	text-decoration: none;
}

#header #top_links a:hover {
	text-decoration: underline;
}

#nav {
	height: 50px;
	background: url(../images/nav_bg.gif);
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	width: 960px;
	margin: 0 auto;
}

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

#nav ul li {
	float: left;
}

#nav ul li a {
	line-height: 50px;
	padding: 0 50px;
	color: #333333;
	text-decoration: none;
	font-size: 1.2em;
}

#nav ul li:hover {
	background: url(../images/nav_bg_o.gif);
}

#nav ul li:hover a {	
	color: #ff5a00;
}

#content {
	width: 930px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px;
}

#main {
	width: 930px;
	height: 310px;
	position: relative;
	background: url(../images/main.jpg);
	margin: 0 0 10px 0;
}

#main a.main_button {
	overflow: hidden;
	text-indent: -999em;
	display: block;
	position: absolute;
	right: 10px;
	height: 58px;
	outline: none;
}

#main_button_1 {
	top: 10px;
	width: 240px;
}

#main_button_2 {
	top: 68px;
	width: 255px;
}

#main_button_3 {
	top: 126px;
	width: 275px;
}

#main_button_4 {
	top: 184px;
	width: 295px;
}

#main_button_5 {
	top: 242px;
	width: 320px;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 70px;
	top: 73px;
}

#main ul li {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

#main form {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main form div.input {
	position: absolute;
	bottom: 25px;
	left: 161px;
}

#main form div.input input {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	border: none;
	background: none;
}

#main form div.button {
	position: absolute;
	bottom: 15px;
	left: 265px;
}

#main form div.button input {	
	height: 50px;
	width: 230px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

div.left_50 {
	float: left;
	width: 460px;
}

div.right_50 {
	float: right;
	width: 460px;
}

div.half_round_top {
	background: url(../images/half_round_top.gif) top no-repeat;
}

div.half_round_bottom {
	background: url(../images/half_round_bottom.gif) bottom no-repeat;
	padding: 10px;
}

div.half_round_bottom h1 {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 5px 0;
}

div.provider img.logo {
	float: right;
	margin: 0 0 5px 5px;
}

div.provider h1 {
	border-bottom: none;
	color: #ff5a00;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

div.provider {
	
}

hr {
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	color: #cfcfcf;
	background: #cfcfcf;
}

div.article {
	width: 225px;
	background: url(../images/article_bg.gif);
}

div.article div.spacer {
	padding: 5px 10px;
}

div.article_left {
	float: left;
}

div.article_right {
	float: right;
}

div.article h3 {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	background: url(../images/article_top.gif);
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

div.article a.read_more {
	display: block;
	width: 225px;
	height: 32px;
	background: url(../images/article_btn.gif);
}

ul.checks {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checks li {
	background: url(../images/ico_check_small.gif) left no-repeat;
	padding-left: 16px;
	line-height: 1.2em;
}

ul.checks_large li {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.1em;
}

#footer {
	background: url(../images/footer_bg.gif);
	width: 960px;
	margin: 0 auto;
}

#footer_top {
	background: url(../images/footer_bg_top.gif) top no-repeat;
	width: 960px;
	height: 80px;
	position: relative;
}

#footer_top_left {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 285px;
}

#footer_top_left p {
	margin: 0;
	padding: 0;
	text-align: center;
}

a#footer_logo {
	display: block;
	width: 285px;
	height: 30px;
	overflow: hidden;
	text-indent: 999em;
}

#footer_main_links {
	position: absolute;
	right: 0;
	top: 35px;
}

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

#footer_main_links ul li {
	float: left;
	line-height: 30px;
	width: 120px;
	text-align: center;
}

#footer_main_links ul li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#footer_main_links ul li a:hover {
	font-weight: bold;
	color: #ff5a00;
}

#footer_bottom {
	padding: 10px;
	overflow: auto;
}

div.footer_links {
	float: left;
	margin-right: 40px;
}

div.footer_links h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	color: #666666;
	border-bottom: 1px solid #cfcfcf;
}

div.footer_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.footer_links ul li {
	background: url(../images/bullet.gif) left no-repeat;
	padding-left: 10px;
}
