﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
Style Sheet 

version:   1.0
author:    johanna goodyear / Kimbo Design
email:     info@kimbodesign.ca
website:   http://www.kimbodesign.ca
-----------------------------------------------------------------------------*/
/* Basics
-----------------------------------------------------------------------------*/
html, body {
	height: 100%;

}
/* Force vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; }


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, table, ul {
	margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7c0c00;
	padding:0;
	margin:0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	padding:0;
	margin:0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:0;
	margin:0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#7c0c00;
	font-weight:bold;
	padding:0;
	margin:0;
}
a:link {
	text-decoration: none;
	color: #295a7a;
	font-weight: bold;
	
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #4b4640;
}
a:hover {
	text-decoration: underline;
	color: #7c0c00;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:0;
	margin:0;
}

ul {
	list-style:circle;
	margin-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color:#333333;
	}
/* ---------------------------------------------------------------------------
Main Content
-----------------------------------------------------------------------------*/


body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/global_lines.jpg);
	font-size: 14px;
	line-height:20px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 824px;
	text-align: left;
	margin: 0 auto;
	height: 100%;
	background-image:url(../images/global_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position: relative;
	overflow: inherit;
}
#topSection {
	width: 809px;
	height: 27px;
	background-image: url(../images/top_linkbar.jpg);
	background-position: top;
	padding-left:15px;
	background-repeat:no-repeat;
	padding-top: 4px;
}
#topSection a {
	color:#FFFFFF;
	padding-right:15px;
	font-size:10px;
}
#topMenu {
	width: 809px;
	height: 86px;
	background-image:url(../images/top_logobar.jpg);
	background-position: top;
	padding-left:15px;
	background-repeat:no-repeat;
}
#topBanner {
	width: 809px;
	padding-left:8px;
	padding-top: 4px;
}
#content {
	width: 823px;
	padding-top: 0px;
	margin-left:1px;
	background-image:url(../images/global_bg.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
}
#content .mainContent {
	padding-left:15px;
	padding-bottom: 0px;
	padding-top: 20px;
}
#content .newsBoxes {
	background-image:url(../images/global_contentarea.jpg);
	width:810px;
	background-repeat:no-repeat;
	height:298px;
	margin-left: 6px;
}

#sublinks {
	padding-left:12px;
	padding-bottom: 10px;
}

#sublinks a {
	color:#999999;
	font-size:11px;
}

#sublinks a:hover {
	text-decoration: underline;
	color: #7c0c00;
}


#sublinks p {
	color:#999999;
	font-size:11px;
	font-weight:normal;
}



#titlesv2 {
	border-bottom:solid 1px #CCCCCC;
}

#titlesv2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top:4px;
	color:#333333;
}

#titles {
}

#titles p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top:4px;
	color:#333333;
}

#mainHeader {
	background-image:url(../images/bioLytical_titles.jpg);
	background-repeat:no-repeat;
	width:350px;
	height:20px;
	padding-bottom:5px;
	padding-left:12px;

}

#mainHeader2{
	background-image:url(../images/bioLytical_titles.jpg);
	background-repeat:no-repeat;
	width:350px;
	height:20px;
	padding-bottom:5px;
	padding-left:2px;

}

#mainHeader, #mainHeader2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#8a1e04;
	font-variant:small-caps;
}




/* ---------------------------------------------------------------------------
Main Content for Level 02
-----------------------------------------------------------------------------*/
#content_level2 {
	width: 823px;
	margin-left:1px;
	background-image:url(../images/global_sidemenu.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
}
#contentArea {
	background-color:#eaeaea;
	width:609px;
	
}
#contentArea2 {
	background-color:#ffffff;
	width:609px;
	
}
#mainContent_level2 {
	padding-left:20px;
	padding-bottom: 10px;
	padding-top: 22px;
	width:639px;
	float: right;
}
#sideMenu {
	padding-left:0px;
	padding-bottom: 10px;
	padding-top: 25px;
	float: left;
	width:150px;
	padding-right: 5px;
}
#sideMenu a {
	color:#FFFFFF;
	font-size:12px;
}
#footer_level2 {
	margin-left:5px;
	background-color:#ffffff;
	padding-top:35px;
	
	height:36px;
	width:610px;
	clear:right;
}
#footer_level2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#99A9B5;
	padding-left:11px;
}

 .cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background-image:url(../images/global_sidemenu_buttonOver.jpg);
	background-repeat:no-repeat;
	white-space: normal;
	display: block;
	width: 151px;
	height: 34px;
	margin-left: 8px;
	padding-bottom: 8px;
}

 .cssnav a
{
display: block;
color: black;
font-size: 10px;
width: 151px;
height: 34px;
display: block;
float: left;
color: black;
text-decoration:none;
}

.cssnav img
{
width: 151px;
height: 34px;

border: 0
}

 * html a:hover
{
visibility:visible;

}

.cssnav a:hover img
{
visibility:hidden;

}

.cssnav span
{
	position: absolute;

	left: 11px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size:11px;
	width: 138px;

}
/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/

#footer {
	margin-left:15px;
	background-color:#ffffff;
	padding-top:10px;
	width:770px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#99A9B5;
	padding-left:12px;
}
#siteBottom {
	background-image:url(../images/global_bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:9px;
}
