/*
Brown:#5E332B
Aqua: #7BD5C8
Orange: DF7934
Greenish: #008156
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 76%/1.4 helvetica, arial, sans-serif;
}

a img {
	border-width: 0;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	height: 80px;
}

#header h1 {
	background: url(/img/EMHReferenceLibrary.png);
	width: 294px;
	height: 41px;
	
	overflow: hidden;
	text-indent: -999em;
	
	position: absolute;
	top: 20px;
	left: 0;
}

#header h2 {
	background: url(/img/YourLaboratory.png);
	width: 187px;
	height: 41px;
	
	overflow: hidden;
	text-indent: -999em;
	
	position: absolute;
	top: 20px;
	left: 750px;
}

/* @group Navigation */

#navigation {
	width: 100%;
	height: 40px;
	overflow: hidden;
	
	padding-bottom: 5px;
	
	border-bottom: 15px solid #7BD5C8;
}

#navigation ul li {
	display: inline;
	float: left;
	height: 40px;
}
#navigation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background-image: url(/img/navigation.png);
}

#nav_home {
	width: 148px;
}

#nav_home_on {
	width: 148px;
}

#nav_home_on a {
	background-position: 0 -40px;
}


#nav_home a {
	background-position: 0 0;
}
#nav_home a:hover {
	background-position: 0 -40px;
}

#nav_testing {
	width: 118px;
}


/* for page state */
#nav_testing_on  {
    width: 118px;
}

#nav_testing_on a {
	background-position: -148px -40px;
}
/*   */



#nav_testing a {
	background-position: -148px 0;
}



#nav_testing a:hover {
	background-position: -148px -40px;
}



#nav_specimen {
	width: 213px;
}

#nav_specimen_on {
	width: 213px;
}

#nav_specimen a {
	background-position: -266px 0;
}

#nav_specimen_on a {
	background-position: -266px -40px;
}

#nav_specimen a:hover {
	background-position: -266px -40px;
}

#nav_provider {
	width: 166px;
}

#nav_provider_on {
	width: 166px;
}

#nav_provider_on a {
	background-position: -479px -40px;
}


#nav_provider a {
	background-position: -479px 0;
}

#nav_provider a:hover {
	background-position: -479px -40px;
}

#nav_about {
	width: 138px;
}

#nav_about_on {
	width: 138px;
}

#nav_about_on a {
	background-position: -645px -40px;
}

#nav_about a {
	background-position: -645px 0;
}

#nav_about a:hover {
	background-position: -645px -40px;
}

#nav_contact {
	width: 177px;
}

#nav_contact_on {
	width: 177px;
}

#nav_contact_on a {
	background-position: -783px -40px;
}


#nav_contact a {
	background-position: -783px 0;
}

#nav_contact a:hover {
	background-position: -783px -40px;
}

/* @end */

#main {
	width: 100%;
	overflow: hidden;
	background: url(/img/big-background.png) no-repeat 0 bottom;
}

.col {
	display: inline;
	float: left;
}

#sidebar {
	width: 260px;
	background: #eee8cd url(/img/sidebar-top2.png) no-repeat;
	margin: 0px 6px 0 0;
	min-height: 500px;
}

#sidebar-bottom {
}

#sidebar ul {
	margin: 20px 0 0 0;
	list-style: none;
}

#sidebar ul li {
	display: block;
	padding: 6px 0 6px 20px;
	margin: 0 15px;
	background: url(/img/sidebar-arrow.png) no-repeat 0 center;
	font-size: 13px;
	border-bottom: 1px dotted #999;
}

#sidebar ul li a {
	display: block;
	color: #5E332B;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 693px;
	margin-top: 5px;
	min-height: 500px;
}

#content-box {
	width: 100%;
	overflow: hidden;
	background: #eaede1 url(/img/content-top.png) no-repeat;
	color: #333;
}

body.home #content-box {
	margin-top: 6px;
}

#content-bottom {
	background: #fff url(/img/content-bottom.png) no-repeat;
	height: 16px;
}

#content h2 {
	color: #DF7934;
	font: 1.5em "trebuchet ms", trebuchet, sans-serif;
	margin-bottom: 0.5em;
}

#content h3 {
	color: #008156;
	font: 1.2em "trebuchet ms", trebuchet, sans-serif;
	margin-bottom: 0.5em;
}

#content h4 {
	font-weight: normal;
	font-style: oblique;
	font-size: 0.95em;
	margin-bottom: 0.5em;
}

#content p {
	margin-bottom: 1em;
}

#content p.references {
	font-size:10px;
}

#content a {
	color: #5E332B;
	text-decoration: underline;
}

#content a:hover {
	color: #864033;
	text-decoration: none;
}

#content ul.blank li {
	padding: 0;
	background-image: none;
}

#col-left {
	margin: 20px 40px 0 20px;
	width: 378px;
}

#col-left-two {
	margin: 20px 40px 0 20px;
	width: 470px;
}

#col-left-full {
	margin: 20px 40px 0 20px;
	width: 650px;
}

#col-right {
	margin: 20px 0 0 0;
	width: 234px;
}

#col-right-two {
	margin: 20px 0 0 0;
	width: 150px;
}

body.home #col-right h3 {
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 0.2em;
}

#content ul {
	list-style: none;
	margin-bottom: 1em;
}

#content ul li {
	padding: 0px 0 6px 20px;
	background: url(/img/content-arrow.png) no-repeat -3px top;
}

.callout {
	background: #eaede1 url(/img/callout-top.png);
	width: 240px;
}

.callout-two {
	background: #eaede1 url(/img/callout-top.png);
	width: 149px;
}

.callout-inner {
	padding: 20px 20px 0 20px;
}

.callout-inner-two {
	padding: 20px 20px 0 20px;
}

.callout-bottom {
	height: 20px;
	background: url(/img/callout-bottom.png) no-repeat 0 bottom;
}

.callout ul,
.callout p {
	font-size: 0.9em;
}

#footer {
	background: url(/img/bgFooter.png);
	width: 100%;
	height: 30px;
	margin: 6px 0;
}

#footer p {
	text-align: center;
	padding-top: 7px;
	color: #BA9F96;
	font-size: 0.9em;
}