/* CSS Document */
/*----------------------------------------------*/
/*-------------HCN VIP Style Sheet--------------*/
/*----------------------------------------------*/
body, html {
	padding: 0;
	margin: 0;
	background-color: #e6e1cb;
}
#clearBoth {
	clear: both;
}
a {
	outline: none;
}
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #b71b20;
	font-weight: bold;
	margin-bottom: -5px;
}
h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #b71b20;
	font-weight: bold;
	margin-bottom: -5px;
}
ul {
	list-style-image: url(images/bullet.jpg);
}
.body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.bodyDisclosure {
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	border: thin solid #000000;
	padding: 3px;
}
.homeTitle {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 28px;
	color: #0675b3;
}
/*------------------Wrap Styles-----------------*/
#masterWrap {
	position: relative;
	width: 950px;
	height: 100%;
	background-image: url(images/right_border.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #e4e4e4;
	padding-right: 18px;
	z-index: 100;
}
/*----------------------------------------------*/
/*--------------Left Column Styles--------------*/
/*----------------------------------------------*/
#bbb {
	position: absolute;
	width: 249px;
	height: 100px;
	z-index: 1;
	top: 221px;
	left: 0;
}
#leftCol {
	position: relative;
	float: left;
	/*width: 281px;*/
	width: 249px;
	height: 100%;
}
#logo {
	position: relative;
	/*width: 281px;*/
	width: 249px;
	height: 120px;
	background: url(images/logo.jpg) no-repeat;
	/*margin-left: 18px;*/
	border-bottom: 1px solid #ffffff;
}
#leftHolder {
	position: relative;
	clear: both;
	width: 249px;
	/*left: 15px;*/
	padding-top: 15px;
}
/*---------------Drop Down Styles---------------*/
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	position: relative;
	width: 249px;
	_width: 247px;
	height: 3em;
	z-index: 100;
}
#menu li dl {
	position: absolute;
	width: 249px;
	_width: 248px;
	top: -15px;
	left: 0;
	padding-bottom: 0;
	z-index: 100;
}
#menu li a {
	text-decoration: none;
}
#menu li dd {
	display: none;
	z-index: 100;
}
#menu li a:hover {
	border: 0;
}
#menu li:hover dd, #menu li a:hover dd {
	display: block;
}
#menu li:hover dl, #menu li a:hover dl {
	padding-bottom: 10px;
}
#menu table {
	padding: 0;
	margin: -1px;
	font-size: 1em;
}
#menu dl {
	width: 150px;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 100;
}
#menu dt {
	margin: 0; 
	padding: 0;
	width: 249px;
	z-index: 100;
}
#menu dd {
	margin-left: 15px;
	padding: 0; 
	color: #ffffff; 
	width: 220px;
	font-size: 1em;
	z-index: 100;
}
#menu dt a { /*plan features button*/
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0d5789;
	background-color: #cccccc;
	background-image: url(images/dd_arrow.jpg);
	background-position: 220px 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0 10px 10px;
	z-index: 100;
}
#menu li:hover dt a, #menu a:hover dt a { /*plan feature button hover*/
	color: #0675b3;
	background: #d4d4d4;
	background-image: url(images/dd_arrow_over.jpg);
	background-position: 220px 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}
#menu dd a { /*drop down links*/
	background: #0675b3;
	color: #ffffff; 
	padding: 5px 0 5px 10px; 
	text-decoration: none; 
	display: block; 
	width: 210px;
	z-index: 100;
}
#menu dd a:hover {
	background: #1c85bf; 
	color: #ffffff; 
}
/*------------Provider Search Button------------*/
#search {
	position: absolute;
	width: 249px;
	z-index: 1;
	top: 35px;
	left: 0;
}
#search a {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0d5789;
	background-color: #cccccc;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#search a:hover {
	color: #0675b3;
	background: #d4d4d4;
}
/*----------------------------------------------*/
/*-------------Right Column Styles--------------*/
/*----------------------------------------------*/
#rightCol {
	position: relative;
	float: right;
	width: 700px;
}
#navHolder {
	position: relative;
	width: 100%;
	height: 120px;
	width: 699px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
}
/*------------------Nav Styles------------------*/
#nav {
	position: absolute;
	left: 19px;
	top: 80px;
	width: 669px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: inline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px;
	margin-right: 2px;
}
#nav ul li a:hover {
	display: block;
	background-color: #1c85bf;
}
#nav ul li.active a {
	display: block;
	background-color: #1c85bf;
}
/*----------------Header Styles-----------------*/
#header {
	position: relative;
	clear: both;
	float: right;
	height: 220px;
	width: 699px;
	_width: 700px;
	_left: 1px;
	background: url(images/header_new.jpg) no-repeat;
}
/*----------------Content Styles----------------*/
#content {
	position: relative;
	clear: both;
	float: right;
	width: 649px;
	min-height: 200px;
	background-color: #ffffff;
	background-image: url(images/bottom_content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 25px;
}
#content a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0675b3;
}
#content a:hover {
	color: #7dbcde;
}
/* IE fix for min-height */
* html #content {
	height: 220px;
}
/*------------------Table Styles----------------*/
#programTable {
	width: 649px;
	margin-bottom: 20px;
}
#programTable a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#programTable a:hover {
	color: #3e3e3e;
}
.tableTitle {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.programs {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #cccccc;
	padding-left: 15px;
}
.programsAlt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #dfdfdf;
	padding-left: 15px;
}
.plan1BG {
	background-color: #0675b3;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.plan2BG {
	background-color: #7dbcde;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.blueTable {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #0675b3;
}
.greyTitle {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #cccccc;
}
/*----------------------------------------------*/
/*----------Program Features Btn Styles---------*/
/*----------------------------------------------*/
#button {
	width: 237px;
	padding: 0;
	margin: 0;
}
#button a {
	display: block;
	text-indent: -5000px;
}
#button #vipBtn {
	background-image: url(images/vip_btn.jpg);
	background-position: 0 0;
	height: 48px;
}
#button #vipBtn:hover {
	background-position: 0 -48px;
}
/*----------------------------------------------*/
/*-----------------Footer Styles----------------*/
/*----------------------------------------------*/
#footerHolder {
	position: relative;
	clear: both;
	width: 950px;
}
.poweredBy { /*Holds the AUSA logo*/
	position: relative;
	float: left;
	padding: 20px 0 20px 65px;
}
#footer {
	position: relative;
	/*clear: both;*/
	float: right;
	width: 649px;
	padding: 5px 25px 25px 25px;
}
#footer ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	float: left;
	padding-right: 15px;
}
#footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #b71b20;
}
#footer a:hover {
	color: #1681bd;
}
.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #0d5789;
}

