@charset "UTF-8";
/* CSS Document */


@import url("healthcare.css");

/* 
     
	| Lab21
	| 
	|
	| Healthcare home
	|
*/




/* Layout
----------------------------------------------- */

.rightCol {
	padding-top: 50px;
	}
	
	
.centreCol {
	padding: 0 0 0 45px;
	margin: 0 0 0 5px;
	width: 412px;
	}	
	
.smallCol {
	width: 137px;
	float:left;
	margin: 18px 0 0 18px;
	padding-bottom: 18px;
	} 	

.bottomCols {
	width: 602px;
	float:left;
	margin: 10px 0 0 18px;
	}	
	
#firstCol{
	margin-left: 0px;
	width: 110px;
	}	
	
.rule {
	border-top: 1px solid #909eab;8f7c78
	padding-left: 18px;
	}
	
#press {
	background-image:url(../healthcare/gen_images/press_icon.gif);
	background-repeat:no-repeat;
	padding-top: 35px;
	}
	
#events {
	background-image:url(../healthcare/gen_images/events_icon.gif);
	background-repeat:no-repeat;
	padding-top: 35px;
	}			

#news {
	background-image:url(../healthcare/gen_images/news_icon.gif);
	background-repeat:no-repeat;
	padding-top: 35px;
	}


/* Text
----------------------------------------------- */


.rightCol p {
	color: #8f7c78;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	}

.bottomCols h3 {
	color:#BA3B50;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}	
	
	
/* Bottom menu
----------------------------------------------- */


.smallCol p {
	color: #333;
	font-size: 0.85em;
	line-height: 1.5em;
	}

.smallCol ul {	
	padding-bottom: 6px;
	list-style-type: none;
	font-size: 0.75em;	
	line-height: 1.3em;	
	color: #8f7c78;
	}

.smallCol li{	
	padding-left: 8px;	
	margin: 0 0 6px 0px;	
	background: url(../gen_images/nav_red_arrow.gif) no-repeat;	
	background-position: 0 3px;
	}

.smallCol li:hover {	
	background: url(../gen_images/nav_black_arrow.gif) no-repeat;	
	background-position: 0 3px;			
	}

.smallCol a {	
	text-decoration: none;	
	color: #8f7c78;
	}

.smallCol a:hover {	
	color: #000;		
	} 
	