/* css for healthcomp public web site container */
.intranet_publictop
{
	background-color: #592a24;
	width: 100%;
	/* for IE6 and above */
	height: 100%;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	margin-top: -23px;
}

.intranet_publictoptitle
{
	overflow: hidden; 
	width: 100%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	color: #773722; 

}

.intranet_publictoptitle span
{
	border: none;
}

/* set word spacing for paragraphs in the container */

.intranet_topcontent
{
	background-color: Transparent;	
	margin: 0px 0px 0px 0px; 
	z-index: 1;
}

.intranet_topcontent img
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0;
	vertical-align: bottom;
}


.search
{
	float: right; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 33px 0px 0px;
	background-color: Transparent; 
	z-index: 2;
	top: 70px;
	position: relative;
	
}

/* style search form to make the search link to look like a button */
#dnn_ctr476_dnnSEARCH_txtSearch
{
	padding: 1px 1px 1px 1px;
	margin-top: 0px;

}
#dnn_ctr476_dnnSEARCH_cmdSearch
{
	padding: 1px 8px 1px 8px;
	background-color: #937c58;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;

}

.search a
{
	text-decoration: none;
	
}

.search a:hover
{
	text-decoration: underline;
	color: #ffffff;
}


