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

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

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

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

#content_wrapper {
	width: auto;
}

#top_nav {
	width: auto;
	height: 28px;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}

#top_nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#content_top {
	width: auto;
	height: 10px;
	background:url(../images/shared_images/content_top.jpg) top center no-repeat;
}

#content {
	width: auto;
	margin-top: -6px;
	padding: 40px 50px 0px 50px;
	min-height: 200px;
	background: url(../images/shared_images/content_bckg.jpg) center repeat-y;
}

#content_bottom {
	width: auto;
	height: 30px;
	background: url(../images/shared_images/content_bottom.jpg) top center no-repeat;
}

#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: 668px;
	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: 220px;
	padding: 5px 10px 10px 0px;
	color: #FFF;
	text-align: right;
	font-size: 9px;
	float: left;
}

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

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

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

.link_header {
	font-size: 13px;
	font-weight: bold;
}

UL {
list-style-image: url(../images/shared_images/bullet_1.gif);
}

UL UL LI {
list-style-image: url(../images/shared_images/bullet_2.gif);
}

