/* css for healthcomp public web site container */


/* for non-ie browser */
.intranet_publiccontents
{
min-height: 100%;	
}
/* for non-ie browsers */
.intranet_publiccontents
{
	background-color: Transparent;
	width: 100%;
	/* for IE 5.5 and below */
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* for IE6 and above */
	height: 100%;
	font-family: Tahoma, Arial, Helvetica;
	word-wrap: break-word;
}

.intranet_contentstitle
{
	overflow: hidden; 
	width: 408px; 
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 2px 0px; 
	border-bottom: solid 3px #cabf97; 
	color: #773722; 
	font-weight: bold; 
	font-size: 140%;
}

.intranet_contentstitle span
{
	border: none;
}

/* set word spacing for paragraphs in the container */
.intranet_publiccontents p
{
	word-spacing: 1px;
}
.intranet_content
{
	background-color: Transparent;	
	overflow: hidden; 
	width: 408px; 
	margin: 0px; 
	padding: 7px 0px 0px 0px; 
	background-color: Transparent;
}


.intranet_content img
{
	text-align: center;
}


.hcdivider 
{
	background-color: Transparent;
	text-align: center;
	margin-top: 8px;

}

/* css to make all td cells vertically aligned */
.intranet_content td
{
 vertical-align: text-top;	
}
/* css for annoucement module */
.intranet_content .DNN_ANN_DesignTable span
{
	color: #4e493b;
	font-weight: bold; 

}

/* css for hightlighted sub-header */
.subheadhightlighted
{
	padding: 2px 2px 2px 8px;
	text-align: left;
	color: #ffffff;
	background-color: #a99872;
	font-weight: bold;
	
}

/* css for "our people" page */

.staffimg
{
	float: left;
	margin: 0px 9px 3px 0px;	
}

.staffhead
{
	font-weight: bold;
	margin-bottom: 4px;	
	margin-top: 20px;
}

/* css for "contact us" page */

.cotactus
{
	background-color: Transparent;
}

.contactus th
{
	 text-decoration: underline;
	 color: #4e493b;
}

/* css for footnotes */
.footnotes
{
	text-align: left;
	font-size: 100%;
	padding: 2px 2px 2px 4px;				
}

.footnoteshighlights
{
	margin-top: 32px;	
	text-align: center;
	font-size: 100%;
	background-color: #cabf97;
}

/* css for list in "services" page */
.serviceslist
{
	background-color: Transparent;
	margin-right: 4px;
	margin-left: 8px;
}

.serviceslist li
{
	padding: 2px 2px 2px 4px;
	list-style: none;
	border-top: 1px dotted #cabf97;
	margin-right: 35px;
}

/* css for sublist in provider directories */
.sublist
{
	background-color: Transparent;
	margin-right: 0px;
	margin-left: 10px;
	padding: 4px 0px 4px 20px;
}

.sublist li
{
	padding: 2px 2px 2px 2px;
	list-style-type: disc;
	border: none;
	list-style-position: outside;
	margin-right: 5px;
	margin-left: 10px;
}

/* css for list in "claims administration" page */

.turnaroundlist
{
	background-color: Transparent;
}

.turnaroundlist li /* ordered list */
{
	padding: 2px 2px 8px 4px;
	list-style-type: decimal;
	border-top: 1px dotted #cabf97;
	margin-right: 35px;
}

/* css for "compliance" page and other pages that contains section head */
.sectionhead
{
	border-bottom: 1px solid #cabf97; 
	margin-top: 16px; 
	padding: 2px 2px 1px 0px;
}

.sectionhead span
{
	background-color: #cabf97;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

.alphasectionhead
{
	border-bottom: 1px solid #cabf97; 
	margin-top: 16px; 
	padding: 2px 0px 0px 0px;
	text-align: right;
}

.alphasectionhead span
{
	background-color: #cabf97;
	font-weight: bold;
	padding: 2px 0px 1px 4px;

}

/* css for "eligibility" page and other pages that contain light background section head */
.paragraphindented
{
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin: 8px 18px 8px 18px;
}

.paragraphindentedhead
{
	background-color: #cabf97;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin: 8px 18px 0px 18px;
}

/* css for "flex plans" main page bold only list*/
.boldlist
{
	background-color: Transparent;
	margin-right: 4px;
	
}

.boldlist li
{
	padding: 2px 2px 2px 4px;
	list-style: none;

	margin: 8px 8px 0px 8px;
}

.paragraphbold
{
	font-weight: bold;	
}

.paragraphembold
{
	font-weight: bold;
	font-style: italic;	
}

/* css for "flex sample" page */

.flexsample
{
	background-color: Transparent;	
	border: 1px solid #cabf97;
	margin: 8px 18px 8px 18px;
}

.flexsample td
{
	border: 1px solid #cabf97;
}

.flexcell
{
	 text-align: right;	
}

.bgdiver
{
	background-color: #cabf97;	
}
