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

body{
	margin:15px 0px 0px 0px;
	background: url(../home/images/mainBckg.jpg) repeat-x top #E58308;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#main_container {
	width: 960px;
	margin:auto;
	text-align: left;
}

#header {
	width: auto;
	height: 67px;
	background: url(../home/images/header_01.gif) top center no-repeat;
}

#areas_wrapper {
	width: auto;
	height: 444px;
	text-align: center;
}

 
#area1 {
	width: 608px;
	height: 294px;
	margin: auto;
	background:url(../home/images/hcp_bckg.jpg) top center no-repeat;
	padding: 125px 120px 125px 120px;
	text-align: justify;
	font-size: 12px;
}


#area1 h1 {
	color:#005FAC;
	font-weight:bold;
	font-size: 16px;
}

#area1 a.left {
	color: #005FAC;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

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

#area1 a.right {
	color: #005FAC;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	margin-left: 60px;
}

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

#footer {
	width: auto;
	height: 108px;
	background: url(../home/images/hcp_footer_bckg.jpg) top center no-repeat;
}

#footer_left {
	width: 470px;
	padding: 73px 0px 0px 30px;
	float: left;
}

.hidden {
	color: #FFF;
	font-size: 10px;
}

#footer_left a.hidden {
	color: #FFF;
}

#footer_left a.hidden:hover {
	color: #FFF;
}

#footer_left a {
	color: #005FAC;
	text-decoration: none;
	margin-right: 15px;
}

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

#footer_right {
	width: 435px;
	padding: 73px 0px 0px 0px;
	float: left;
	text-align: right;
}

#footer_right a {
	color: #005FAC;
	text-decoration: none;
	margin-left: 15px;
}

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

p.below_footer {
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 12px;
}

a {
	color: #005FAC;
	font-weight: bold;
	text-decoration: none;
}

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