/*STRUCTURE*/

#brochure {
	margin-top: 15px;
	display: block;
}

.col_services {
	width: 640px;
	float: right;
	padding-right: 30px;
}

.col_services_thin {
	width: 230px;
	float: left;
	padding-left: 30px;
}


/*HEADINGS*/


.focusheading {
	background-image: url(../images/heading_focusonhealthcare.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
	margin-top: 15px;;
}

.hcservices {
	background-image: url(../images/heading_ourservices.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
}

.hcsmart {
	background-image: url(../images/heading_worksmart.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 305px;
}

.hcprocess {
	background-image: url(../images/heading_process.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
}

.hchosp {
	background-image: url(../images/heading_hospinhc.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 305px;
}


.hcassess {
	background-image: url(../images/heading_assess.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 305px;
}

.hcgreen{
	background-image: url(../images/heading_workinggreen.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 305px;
}


/*SERVICES NAV 2*/
#servicesnav2 {
	padding: 5px 0 5px 0;
	margin: 0 25px 30px 25px;
	border-bottom: #CCCCCC solid 1px;
	color: #ccc;

}

/*SIDE NAVIGATION*/

#sidenav {
	width: 280px;
}

#sidenav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 280px;
}

#sidenav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#sidenav ul li a {
	display: block;
	height: 70px;
}

#sidenav #innovation_btn a {
	background-image: url(../images/btn_innovation.gif);
	height: 70px;
	width: 280px;
}

#sidenav #green_btn a {
	background-image: url(../images/btn_green.gif);
	height: 70px;
	width: 280px;
}

#sidenav #quality_btn a {
	background-image: url(../images/btn_quality.gif);
	height: 70px;
	width: 280px;
}

#sidenav #requestevs_btn a {
	background-image: url(../images/btn_requestevs.gif);
	height: 70px;
	width: 280px;
}

#sidenav ul li a span {
	display: none;
}



/*VERTICAL NAVIGATION*/

#nav {
	width: 960px;
	margin-top: 15px;
}

#nav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#nav ul li a {
	display: block;
	height: 40px;
}
#nav #healthcarehome a {
	background-image: url(../images/nav_healthcarehome.gif);
	height: 40px;
	width: 192px;
}

#nav #services a {
	background-image: url(../images/nav_services.gif);
	height: 40px;
	width: 192px;
}

#nav #process a {
	background-image: url(../images/nav-process.gif);
	height: 40px;
	width: 192px;
}

#nav #quality a {
	background-image: url(../images/nav_quality.gif);
	height: 40px;
	width: 192px;
}

#nav #blog a {
	background-image: url(../images/nav_evs.gif);
	height: 40px;
	width: 192px;
}

#nav ul li a span {
	display: none;
}

#nav ul li a:hover {
	background-position: 0px -40px;
}


#nav ul li a:hover {
	background-position: 0px -40px;
}

#healthcare_services #nav ul li#services a  {
	background-position: 0px -40px;
}

#healthcare_main #nav ul li#healthcarehome a  {
	background-position: 0px -40px;
}

#healthcare_process #nav ul li#process a  {
	background-position: 0px -40px;
}

#healthcare_blog #nav ul li#blog a  {
	background-position: 0px -40px;
}

#healthcare_quality #nav ul li#quality a  {
	background-position: 0px -40px;
}