@charset "utf-8";

#content {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}

#masthead h2 {
	background-image: url(/images/bg.gif);
	text-indent: -9000px;
}

#nav ul li a {
	text-indent: -9000px;
	background-repeat: no-repeat;
}

#nav ul li a.home:hover { background-position: 0px -19px; }
#nav ul li a.home {
	background-image: url(/images/bg.gif);
	background-position: 0px -38px;
}
#home ul li a.home, #home ul li a.home:hover { background-position: 0px 0px; }

#nav ul li a.about:hover { background-position: -64px -19px; }
#nav ul li a.about {
	background-image: url(/images/bg.gif);
	background-position: -64px -38px;
}
#about ul li a.about, #about ul li a.about:hover { background-position: -64px 0px; }

#nav ul li a.what:hover { background-position: -190px -19px; }
#nav ul li a.what {
	background-image: url(/images/bg.gif);
	background-position: -190px -38px;
}
#what ul li a.what, #what ul li a.what:hover { background-position: -190px 0px; }

#nav ul li a.contact:hover { background-position: -316px -19px; }
#nav ul li a.contact {
	background-image: url(/images/bg.gif);
	background-position: -316px -38px;
}
#contact ul li a.contact, #contact ul li a.contact:hover { background-position: -316px 0px; }

#nav ul li a.careers:hover { background-position: -442px -19px; }
#nav ul li a.careers {
	background-image: url(/images/bg.gif);
	background-position: -442px -38px;
}
#careers ul li a.careers, #careers ul li a.careers:hover { background-position: -442px 0px; }

#contact #content, #careers #content {
	background-image: url(/images/bg.gif);
}

/* home specific */
#home #content {
	background-image: url(/images/bg.gif);
}
#home .hippocrates {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
}

/* contact specific */
#contact h3.contactus {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 89px;
	height: 12px;
}

/* about specific */
#about .understand {
	background: bottom left no-repeat url(/images/bg.gif);
}
#about .understand p {
	height: 69px !important;
	height /**/: 71px;
	border-bottom: 2px solid white;
	background-image: url(/images/bg.gif);
	text-indent: -9000px;
}
#about #content #contentFooter p {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
}
#about h3.whoweare {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 99px;
	height: 12px;
}

/* what specific */
#what #contentFooter p {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
}
#what h3.whatwedo {
	text-indent: -9000px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	width: 99px;
	height: 12px;
}
#what h4.howwedoit {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 12px;
}
#what h5.ourapproach {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 19px;
}
#what h5.ourcapabilities {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 19px;
}

/* careers specific */
#careers h3.careers {
	text-indent: -9000px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width:63px;
	height: 12px;
}


