@charset "utf-8";
/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	background: #FFFFFF;
	
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 140%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: none;
	width: 770px;
	background: url(/images/header01.jpg) no-repeat 0px 0px;
	height: 56px;
	position: relative;
	float: none;
	clear: both;
}

#masthead-phone{
	margin: 0px;
	padding: 10px 20px 0px 0px;
	background: 0px 0px;
	float: right;
	white-space: normal;
	display: block;
	clear: none;
	text-align: right;
}
#navBar{
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 145px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content{
	float:right;
	width: 613px;
	border: thin solid #CCCCCC;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#content h1{
	color: #CCCCCC;
	font-size: 130%;
}
#content h2{
	color: #666666;
}
#content Img {
	border-width: 0px;
	border-style: none;
	text-decoration: underline;
}
#content a {
	text-decoration: underline;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #666666;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding-right: 10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	color: #666666;
	text-align: right;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 10px;
	font-size: 70%;
}

#search form{
	margin: 0px;
	padding-top: 10px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#search .text {
	width: 90%;
	border: 1px solid #45bac0;
	}
#search .searchbutton {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
  }
#search .btn {
	border: 1px solid #45bac0;
	background-color: #999999;
	color: white;
	font-weight: bold;
	width: 50px;
	height: 25px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	background: #FFFFFF;
}
/* fix for browsers that don't need the hack */
/*html>*/body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	border: 1px solid #cccccc;
	width: auto;
	position: relative;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 70px;
    voice-family:inherit;
	width: auto;
}
#sectionLinks li.featured{/*Colorchange for Featured*/
	background-color: #ECFFFF;
	font-weight: bold;
	color: #C64F00;
	font-family: Arial, Helvetica, sans-serif;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	width: auto;
	background-color: #FFFFF4;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	background-position: 0 0;
	padding: 2px 0px 2px 10px;
	width: auto;
	height: auto;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#wrapper {
	width: 770px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.biology-orange {
	color: #FFCC00;
	font-size: 200%;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: x-small;
	color: #666666;
}
.style3 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	position: relative;
}
.style4 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.style5 {
	font-size: 55%;
}
p.noticebox01{
	background: #999999;
	font-size: 80%;
	color: #FFFFFF;
	border: thin dotted #FFCC00;
	padding: 5px;
	width: 125px;
	}
#content-title {
	margin-left: 10px;
}
#wrapper #content .leftcontent {
	width: 450px;
	height: auto;
	border-top: thin dotted #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrapper #content .rightcontent {
	float: right;
	width: 100px;
	padding-right: 12px;
	height: 100px;
}
#wrapper #content .rightcontent2 
/*this is the Price Box */
{
	width: 150px;
	padding: 0px 5px;
	border: 1px solid #FC0;
	
	float: none;
}
#wrapper #content .story .contentcontainer {
	position: relative;
	height: 1%;
}
#wrapper #content .story .productstyle01 {
	font-size: 140%;
	color: #3366CC;
	font-weight: bold;
	text-transform: uppercase;
	width: 280px;
	
}
#leftcolumn {
	position: relative;
	width: 260px;
	padding-right: 10px;
	padding-top: 20px;
	background-color: #FFFFEA;
	padding-left: 10px;
	border: 1px solid #CCC;
	float: left;
}

#rightcolumn {
	margin-left: auto;
	position: relative;
	width: 278px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #FFFFF2;
	border: 1px solid #CCC;
}
.floatimageleft {
	float: left;
	padding-right: 10px;
}
#bodymenuleft {
	width: 204px;
	float: left;
}
#bodymenucenter {
	float: left;
	width: 204px;
}
#bodymenuright {
	float: left;
	width: 204px;
}
#bodymenu {
	border-bottom: thin solid #999999;
}
.clearboth {
	clear: both;
	width: auto;
}
.menubox {
	width: 199px;
	border: thin solid #CCCCCC;
	height: auto;
}
.menubox .leftimage {
	float: left;
	width: 65px;
	height: 46px;
	}
#bodymenuleft .menubox .title {
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	clip: rect(auto,auto,auto,65px);
	}
#bodymenuright .menubox .title {
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	clip: rect(auto,auto,auto,65px);
	}
#bodymenucenter .menubox .title {
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	clip: rect(auto,auto,auto,65px);
	}
#bodymenuleft .menubox .boxdescript {
	padding-left: 10px;
	clear: both;
	font-size: 75%;
	}
#bodymenuright .menubox .boxdescript {
	padding-left: 10px;
	clear: both;
	font-size: 75%;
	}
#bodymenucenter .menubox .boxdescript {
	padding-left: 10px;
	clear: both;
	font-size: 75%;
	}
#simpletext {
	padding-left: 10px;
	font-size: 80%;
}
#clearboth2 {
	clear: both;
	width: auto;
	margin-top: 100px;
	
}
.noticebox3 {
	padding-left: 10px;
	width: 593px;
	background: #FFFFEA;
	border: 1px dotted #CCCCCC;
	font-weight: normal;
}
.noticebox {
	background: #FFFFEA;
	border: thin dotted #CCCCCC;
	margin-top: 10px;
	padding: 2px;
	margin-bottom: 10px;
	width: 450px;
}
.alertHAZARD {
	font-size: 110%;
	color: #F00;
	font-weight:bold;
	}
.xsmalldkgrey {
	font-size: 90%;
	color: #999;	
	}
.xalert{
	color:#FF0000
}
.imageleft {
	padding: 5px;
	float: left;
	border-style: none;
}
.box1 {
	width: 450px;
	}
.leftbox01{
		width: 450px;
		float:left
		}

