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

body {
	background-color: #05256D;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main_container {
	width: 908px;
	margin: auto;
	text-align: left;
	min-height: 370px;
	background: url(../images/hcp/main_bckg.jpg) top center no-repeat;
}

#header {
	width: auto;
	height: 60px;
	background: url(../images/hcp/hcp_header.jpg) top center no-repeat;
}

#content_wrapper {
	width: auto;
}


#hcp_window {
	width: 530px;
	height: 200px;
	margin: 110px auto 50px auto;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #05256D;
}

a {
	color: #05256D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #036;
}

#hcp_window a.left {
	color: #05256D;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

#hcp_window a.left:hover {
	color: #036;
	text-decoration: underline;
}

#hcp_window a.right {
	color: #05256D;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	margin-left: 30px;
}

#hcp_window a.right:hover {
	color: #036;
	text-decoration: underline;
}

#footer {
	width: auto;
	height: 52px;
	clear: both;
	background: url(../images/home/footer_bckg.jpg) top center no-repeat;	
	color: #36518A;
	font-size: 8px;
}

.hidden {
	padding: 10px 0px 0px 10px;
}

a.hidden {
	color: #36518A;
}

a.hidden:hover {
	color: #36518A;
}

#footer_links_left {
	width: 628px;
	padding: 5px 0px 10px 10px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	float: left;
}

#footer_links_left a {
	color: #FFF;
	text-decoration: none;
}

#footer_links_left a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#footer_links_right {
	width: 260px;
	padding: 5px 10px 10px 0px;
	color: #FFF;
	text-align: right;
	font-size: 9px;
	float: left;
}