/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: 95% Arial, Helvetica, sans-serif; /* this sets the overall font size and family overriding an older Opera bug */
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#holder {
  
     margin: 0 auto; /* this centers the overall design */
     padding: 0 10px; /* the left and right padding keeps the content back from the drop shadows (they are 10px each). */
     width: 750px; /* 20px less than actual width due to padding above */
     height:820px;
     text-align: left; /* corrects the above text-align: center; for those browsers that need it */
     position: relative; /* this gives the div positioning so that an absolutely positioned div (AP Div) can be placed within it. Otherwise, the AP Div would be placed relative to the body element (or the last positioned parent element). */
}

a{
	color: #666666;
	text-decoration: underline;
}

a:link{
	color: #666666;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 140%;
 color: #000080;
 margin-top:.5em;margin-right:0em;margin-bottom:0em;margin-left:0em;
 
}

h2{
 font-family: "Times New Roman", Times, serif;
 font-size: 130%;
 color: #121280;
 margin-top:.5em;margin-right:0em;margin-bottom:0em;margin-left:0em;
 padding: 0px; 
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 125%;
 color: #000080;
 margin-top:.5em;margin-right:0em;margin-bottom:0em;margin-left:em;
 padding: 0px; 
}

h4{
 font-family: "Times New Roman", Times, serif;
 font-size: 115%;
 color: #121280;
 margin-top:.5em;margin-right:0em;margin-bottom:0em;margin-left:0em;
 padding: 0px; 
}

h5{
 font-family: "Times New Roman", Times, serif;
 font-size: 105%;
 color: #121280;
 margin-top:.5em;margin-right:0em;margin-bottom:0em;margin-left:1.5em;
 padding: 0px; 
}
h6{
  border-left-width: 1px;   
  border-right-width: 1px; 
  border-top-width: 1px; 
  border-bottom: 1px dashed #C0C0C0;
  color:#000080; 
  font-weight:bold; 
  font-size:16px; 
  font-family: "Times New Roman", Times, serif;
  padding-left:20px;
  margin-left:-20px;
  margin-right:-5px;margin-bottom:0px;
  background-color:#eeeeee;
  text-indent:10px;
} 
ul{
 list-style-type: square;
 
}
ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#logo_hbk 
{
	background-image: url(../images/hbk_health_slice.jpg); 
	width: 100%;
	height: 55px;
	position: relative;
	top: 0;	
}

/********************************************border-right: 1px solid #cccccc;*/
#content_left{
	background-color: #ffffff;
	padding: 12px;
	width: 220px;
	float: left;
	margin-right: 6px;
	
}
#content_right{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 12px;
	width:600px;
	float: left;
}
#footer1 {
	clear: both;
	padding: 12px;
}
#content_hbk{/*content for one column page that scrolls*/
	font-size: 80%;
	background: white;	
}

#content_hbk ul, #content_hbk li
{
	line-height:16px;
}

#login{
	z-index:101;
	position:relative;  
	text-align:center; 
	top:5px;	
}

#bottom_hbk {
	background-image: url(../images/hbk_pagebottom.jpg); 
	height: 35px;
	position: relative;
	bottom: 0px;
	margin: 0;
	text-align: center; /* center aligns the text */
	font-size: 0.65em; /* choose a font size slightly smaller than your main page for best results */
	color: #00048c; /* choose a color without as much contrast as your main page so that this doesn't jump out */
	padding: 5px; /* creates a small amount of space */
	letter-spacing: .06em; /* if this causes problems in any browsers, simply remove it */
}

.brclear { /* Use a break with this class to clear float containers on both sides */ 
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	}
#ContactInfo{
	font-size:.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;margin:3px;
	line-height:15px;
}
h6.contactinfo {
	border-left-width: 1px;   
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 1px dashed #330099;
	color:#330099;  
	font-weight:bold; 
	font-size:12px; 
	font-family: "Times New Roman", Times, serif;
	padding-left:20px;
	margin:0px -5px 0px -10px;	
	background-color:#EEEEEE;}
