/* ------------------------------------------------------------------
Wickham Labs
author: G Rodgers/C Sparshott
use of conditional comments have been used throughout site, therefore several styles have been filtered into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, blockquote, th, td, textarea {
	font-family: Arial, sans-serif;
}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
/*h1, h2, h3, h4, h5 {
	font-size: 100%;
		}*/
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:hover {
	color: #435789;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
/* ------------------------------------------------------------------
Form elements
-------------------------------------------------------------------*/
input, select {
	font-family: Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------
Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left !important;
}
.floatRight {
	float: right !important;
}
.clearBoth {
	clear: both;
}
th {
	font-size: 12px;
}
th, td {
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
#loginBox {
	margin: 0 auto;
	width: 400px;
	padding-top: 20px;
}
#loginBox table tr td {
	padding: 5px;
}
label {
	display: block;
	margin-right: 10px;
	text-align:left;
	line-height: 26px;
}
li.indent {
	list-style-type:circle;
}
/*-------------------------------------------------------------------
WICKHAM SPECIFIC STYLES
-------------------------------------------------------------------*/
html {
	/*height: 100%;*/
	background-color: #616264;
	background-image: url(../images/Shared/wl_gradient_top_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;/*
    margin: 0 auto;
    padding-bottom: 45px;
    text-align: center;
    font-family: Arial, verdana, Sans-Serif;
    
    */
}
body {
	/*height: 100%;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;/*margin: 0 auto;
    padding-top: 10px;
    background-image: url(../images/wl_bg_bright.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%; */
}
img#bg {
	position: fixed;
	top: 0;
	left: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #636466;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 11px;
}
ul, ul li, ul li li, ol, ol li {
	color: #636466;
}
table, tr, td {
	color: #636466;
}
.oddCss {
	background-color: #E5E5E5;
}
.evenCss {
	background-color: #fff;
}
hr {
	background: url(../images/Shared/wl_cont_seperator.jpg) right no-repeat;
	margin: 10px 0;
	border: none;
}
.imgMouse {
	width:236px;
	float: right;
	padding:0 0 38px 0;
	margin: 0 0 30px 40px;
	background:url(../images/Shared/miceTxt.gif) bottom no-repeat;
}
/*-------------------------------------------------------------------
Main containing div
-------------------------------------------------------------------*/	
div#container {
	position: relative;
	padding-left: 14px;
	padding-right: 13px;
	width: 955px;
	background-color: transparent;
	background-image: url(../images/Shared/wl_bg_side_shade.png);
	background-repeat: repeat-y;
	text-align: left;
	z-index: 1;
	font-size: 12px;
	margin: 24px auto 0 auto;/*min-height: 95%;
	min-height: 100%;
    overflow: hidden;*/
}
div#bg1 {
	background: url(../images/Shared/fauxBackground.gif) center repeat-y;
	width: 955px;
	margin: auto;
}
/*-------------------------------------------------------------------
Top title header div
-------------------------------------------------------------------*/	
div#header {
	position: relative;
	width: 955px;
	height: 90px;
	background-color: #fff;
	background-image: url(../images/Shared/wl_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}
div#header a {
	display:block;
	width:401px;
	height:80px;
	float: left;
}
/*-------------------------------------------------------------------
Left hand side div for navigation
-------------------------------------------------------------------*/		
#navContainer {
	float: left;
	width: 170px;
	min-height: 300px;
	background-color: #e5e5e5;
	text-align: left;/*overflow: auto;
	padding-bottom: 30000px;
	margin-bottom: -30000px;*/
}
#navContainer img {
	margin: 0px;
	padding: 0px;
}
#txtContentHeader_left {
	float: right;
	height: 90px;
	text-align: center;
	margin-right: 20px;
}
#txtContentHeader_left a {
	display: block;
	margin: 20px 10px 0 0;
}
#txtContentHeader_left a#ukasLogo {
	background: url(../images/Shared/Logos/ukas.gif) top no-repeat;
	height: 51px;
	width: 34px;
}
#txtContentHeader_left a#ukasLogo:hover {
	background: url(../images/Shared/Logos/ukas.gif) bottom no-repeat;
}
#txtContentHeader_left a#gcpLogo {
	background: url(../images/Shared/Logos/gcp.gif) top no-repeat;
	height: 51px;
	width: 60px;
	display: none;
}
#txtContentHeader_left a#gcpLogo:hover {
	background: url(../images/Shared/Logos/gcp.gif) bottom no-repeat;
}
#txtContentHeader_left a#gmpLogo {
	background: url(../images/Shared/Logos/gmp.gif) top no-repeat;
	height: 51px;
	width: 60px;
}
#txtContentHeader_left a#gmpLogo:hover {
	background: url(../images/Shared/Logos/gmp.gif) bottom no-repeat;
}
#txtContentHeader_left a#glpLogo {
	background: url(../images/Shared/Logos/glp.gif) top no-repeat;
	height: 51px;
	width: 59px;
}
#txtContentHeader_left a#glpLogo:hover {
	background: url(../images/Shared/Logos/glp.gif) bottom no-repeat;
}
#txtContentHeader_left a#fdaLogo {
	background: url(../images/Shared/Logos/fda.gif) top no-repeat;
	height: 51px;
	width: 52px;
	margin: 20px 0 0 0;
}
#txtContentHeader_left a#fdaLogo:hover {
	background: url(../images/Shared/Logos/fda.gif) bottom no-repeat;
}
/*-------------------------------------------------------------------
Main image and content div
-------------------------------------------------------------------*/	
#mainContainer {
	float: left;
	width: 785px;
	/*min-height: 800px;*/
	background-color: #fff;
	text-align: left;
	padding-bottom: 30px;
	margin: 0;
	position: relative;
}
#headerImgContainer {
	position: relative;
	width: 785px;
	height: 377px;
	background-color: #fff;
	background-image: url(../images/Shared/wl_home_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: -7px;
	margin-bottom: 7px;
}
.defaultImgContainer {
	position: relative;
	width: 785px;
	height: 30px;
	background: #ffffff url(../images/Shared/wl_header_shading.jpg) top left no-repeat;
}
/*#txtContentHeader {
	position: relative;
	width: 785px;
	height: 72px;
	text-align: left;
	background-image: url(../images/Shared/wl_cont_seperator.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}*/
#txtContentHeader h1 {
	display: block;
	margin-left: 28px;
	margin-top: 30px;
}
#contentContainer {
	position: relative;
	width: 785px;
	text-align: left;
}
#contentContainer_left {
	float: left;
	width: 442px;
	background-color: #fff;
	text-align: left;
	position: relative;
	z-index: 10;
}
#contentContainer_right {
	float: right;
	text-align: left;
	border-left: 1px solid #939498;
	margin-top: 10px;
	width: 342px;
}
#txtContentHeader_right {
	width: 342px;
	height: 72px;
	background: url(../images/Shared/wl_home_conttitle.gif) no-repeat top center;
	text-align: left;
	text-indent: -2000em;
}
#contentContainer_left .innerContent {
	position: relative;
	margin-top: 0;
	margin-left: 32px;
	margin-bottom: 41px;
	margin-right: 32px;
	background-color: transparent;
	text-align: left;
}
#contentContainer_right .innerContentright {
	position: relative;
	width: 280px;
	padding-top: 20px;
	margin-left: 32px;
	margin-bottom: 41px;
	margin-right: 20px;
	margin-top: -10px;
	background-color: transparent;
	text-align: left;
	background: url(../images/Shared/wl_home_separator.jpg) top left no-repeat;
}
#contentContainer_right .news {
	position: relative;
	margin: 0;
	background-color: #fff;
	text-align: left;
}
.spacerBottom {
	display: block;
	position: relative;
	height: 24px;
	display: none;
}
#contentFooter {
	width: 785px;
	height: 91px;
	background-color: #fff;
	background-image: url(../images/Shared/wl_cont_footer_links.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin-top: 27px;
	margin-bottom: 0;
	float: right;
}
#contentFooter .squareFooterNav {
	float: right;
	width: 91px;
	height: 91px;
	margin-right: 8px;
}
#contentFooter .squareFooterNav a:link, #contentFooter .squareFooterNav a:visited, #contentFooter .squareFooterNav a:active, #contentFooter .squareFooterNav a:hover {
	display: block;
	text-decoration: none;
	text-indent: -2000em;
	width: 91px;
	height: 91px;
}
#mainImgNav {
	position: relative;
	left: 33px;
	top: 52px;
	width: 390px;
	height: 260px;
	background-color: transparent;
}
#mainImgNav .squareImgNav {
	float: left;
	width: 122px;
	height: 122px;
	text-indent: -2000em;
	background-color: transparent;
	margin-right: 8px;
	margin-bottom: 6px;
}
#mainImgNav .squareImgNav a:link, #mainImgNav .squareImgNav a:visited, #mainImgNav .squareImgNav a:active, #mainImgNav .squareImgNav a:hover {
	display: block;
	width: 122px;
	height: 122px;
	text-decoration: none;
	color: black;
	background: transparent;
}
.news {
	background: #fff;
}
.news ul {
	margin: 0;
	padding: 0;
}
.news ul li {
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
.news ul li a:link, .news ul li a:active, .news ul li a:visited, .news ul li a:hover {
	text-decoration: none;
	color: #43578A;
	font-weight: bold;
}
.news p {
	margin-top: 0px;
	font-size: 12px;
}
/*-----------------------------------------------------
CONTENT PAGE STYLES - preceed style names with cont_
-----------------------------------------------------*/
#cont_mainImgNav {
	position: relative;
	width: 785px;
	height: 168px;
	/*background-color: #fff;*/
    background-image: url(../images/Shared/wl_cont_header_fooditems.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin-bottom: 20px;
}
#cont_mainImgNav.disasterImage {
	background-image: url(../images/bannerImages/disasterRecovery.jpg) !important;
}
#cont_mainImgNav.toxicologyImage {
	background-image: url(../images/bannerImages/toxicology.jpg) !important;
}
#cont_mainImgNav.pharmImage {
	background-image: url(../images/bannerImages/pharmaceutical.jpg) !important;
}
#cont_mainImgNav.medicalImage {
	background-image: url(../images/bannerImages/medical_device.jpg) !important;
}
#cont_mainImgNav.aboutImage {
	background-image: url(../images/bannerImages/aboutUs.jpg) !important;
}
#cont_mainImgNav.sitemapImage {
	background-image: url(../images/bannerImages/sitemap_banner.jpg) !important;
}
#cont_mainImgNav.qualityImage {
	background-image: url(../images/bannerImages/qualityAssurance.jpg) !important;
}
#cont_mainImgNav.contactImage {
	background-image: url(../images/bannerImages/contactUs.jpg) !important;
}
#cont_mainImgNav.vacanciesImage {
	background-image: url(../images/bannerImages/vacancies.jpg) !important;
}
#cont_mainImgNav.requestQuote {
	background-image: url(../images/bannerImages/requestQuote.jpg) !important;
}
#cont_mainImgNav.newsImage {
	background-image: url(../images/bannerImages/news.jpg) !important;
}
#cont_mainImgNav.cmsImage {
	background-image: url(../images/bannerImages/cms.jpg) !important;
}
#cont_contentContainer {
	position: relative;
	width: 785px;
	background-color: #fff;
	text-align: left;
}
#cont_contentContainer .innerContent {
	margin-top: 25px;
	padding-right: 33px;
	margin-bottom: 25px;
	margin-left: 32px;
	padding-bottom: 30px;
	background-image: url(../images/Shared/wl_cont_seperator.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#cont_contentContainer .innerContent img {
	float: right;
	margin: 0 0 30px 40px;
}
#cont_mainFooter {
	position: relative;
	width: 955px;
	height: 63px;
	background-color: #fff;
	background-image: url(../images/Shared/wl_cont_footer_shade.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#cont_mainFooter p {
	line-height: 80px;
	margin-left: 15px;
}
#cont_mainFooter p.callToAction {
	text-indent: -20000em;
	display: none;
}
/*-----------------------------------------------------
ACCORDIAN CONTENT PAGE STYLES
-----------------------------------------------------*/
h2.toggler {
	cursor: pointer;
	display: block;
}
.innerContent h3 {
	font-size: 14px;
	color: #435789;
}
.openImage {
	background: url(../images/open.gif) right center no-repeat;
	color: #919598;
}
.closeImage {
	background: url(../images/close.gif) right center no-repeat;
	color: #435789;
}
#accordion {
	margin: 0px 0px;
}
/*------------------------------------------------------
NAVIGATION & OTHER ACCORDIAN STYLES
------------------------------------------------------*/
ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navigation ul {
	list-style-type: none;
	margin: 0 5px 0 15px;
	padding: 0;
}
ul#navigation li {
	display: block;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #908e8e;
	margin: 0 0 2px 0;
}
ul#navigation li a {
	display: block;
	height: 36px;
	cursor: pointer;
	color: #908e8e;
}
ul#navigation li a:hover {
	cursor: pointer;
}
ul#navigation li#home a {
	background: url(../images/Shared/Nav/wl_cont_nav_home.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#medicalDevice a {
	background: url(../images/Shared/Nav/wl_cont_nav_meddevice.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#pharmaceutical a {
	background: url(../images/Shared/Nav/wl_cont_nav_pharmmicro.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#toxicology a {
	background: url(../images/Shared/Nav/wl_cont_nav_toxicology.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#foodTesting a {
	background: url(../images/Shared/Nav/wl_cont_nav_foodtest.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#disasterRecovery a {
	background: url(../images/Shared/Nav/wl_cont_nav_flood.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
	height: 54px;
}
ul#navigation li#aboutWickhamLabs a {
	background: url(../images/Shared/Nav/wl_cont_nav_about.gif) no-repeat top left;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#news a {
	background: url(../images/Shared/Nav/wl_cont_nav_news.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#downloads a {
	background: url(../images/Shared/Nav/wl_cont_nav_downloads.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#qualityAssurance a {
	background: url(../images/Shared/Nav/wl_cont_nav_qualassur.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#vacancies a {
	background: url(../images/Shared/Nav/wl_cont_nav_vacancies.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#contactUs a {
	background: url(../images/Shared/Nav/wl_cont_nav_contact.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li#quote a {
	background: url(../images/Shared/Nav/wl_home_nav_quote.gif) top left no-repeat;
	text-indent: -2000em;
	width: 170px;
}
ul#navigation li li {
	margin: 10px 0 !important;
}
ul#navigation li li a {
	background: none !important;
	text-indent: 0 !important;
	height: auto !important;
	padding: 0 !important;
	width: auto !important;
}
ul#navigation li a:hover {
	color: #435889;
}
ul#navigation li a.selected {
	color: #435889;
}
ul#navigation li a.current {
	color: #435889;
}
/*h3.toggler {
	display: block;
	width: 170px;
	height: 35px;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: transparent;
	color: #528CE0;
	margin: 0;
	padding: 0px 0px 3px 0;
	text-indent: -2000em;
}
h3#medicalDevice {
	background: url(../images/Shared/wl_cont_nav_meddevice.gif) no-repeat top center;
}
h3#pharmDevice {
	background: url(../images/Shared/wl_cont_nav_pharmmicro.gif) no-repeat top center;
}
h3#microbio {
	background: url(../images/Shared/wl_home_nav_microbiology.jpg) no-repeat top center;
}
h3#foodtesting {
	background: url(../images/Shared/wl_home_nav_foodtesting.jpg) no-repeat top center;
}
h3#disasterrecov {
	background: url(../images/Shared/wl_home_nav_disaster.jpg) no-repeat top center;
}
h3#toxicology {
	background: url(../images/Shared/wl_home_nav_toxicology.jpg) no-repeat top center;
}
h3#bioservices {
	background: url(../images/Shared/wl_home_nav_bioservices.jpg) no-repeat top center;
}
h3#home, h3#quotes, h3#quality, h3#news {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #528CE0;
	margin: 0 0 3px 0;
	padding: 0;
	text-indent: -2000em;
	background-color: #e5e5e5;
}
h3#home a, h3#quotes a, h3#quality a, h3#news a {
	background: url(../images/Shared/wl_cont_nav_home.gif) no-repeat top center;
	display: block;
	width: 170px;
	height: 36px;
	cursor: pointer;
	text-indent: -2000em;
}
h3#about {
	background: url(../images/Shared/wl_home_nav_about.jpg) no-repeat top center;
}
h3#vacancies {
	background: url(../images/Shared/wl_home_nav_vacancies.jpg) no-repeat top center;
}
h3#contact {
	background: url(../images/Shared/wl_home_nav_contact.jpg) no-repeat top center;
}
h3#quotes a {
	background: url(../images/Shared/wl_cont_nav_request.jpg) no-repeat top center;
}
h3#quality a {
	background: url(../images/Shared/wl_cont_nav_qualassur.jpg) no-repeat top center;
}
h3#news a {
	background: url(../images/Shared/wl_cont_nav_news.gif) no-repeat top center;
}
div.element {
	display: block;
	width: 155px;
	margin:0px;
	padding: 0 15px 0 0;
	background: #E5E5E5;
}
div.stretchElement {
	display: block;
	width: 170px;
	margin:0px;
	height: 100%;
	background: #000000;
}
div.element p {
	margin: 3px 5px 3px 8px;
}
div.element a, div.element a:link, div.element a:active, div.element a:visited, div.element a:hover {
	display: block;
	width: 150px;
	margin: 0 0 0 12px;
	/*line-height: 25px;
    height: 25px;
    color: #818286;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0;
}
div.element a:hover {
	color: #435889;
}
*/
.openImage {
	background: url(../images/shared/open.gif) right center no-repeat;
	color: #919598;
}
.closeImage {
	background: url(../images/shared/close.gif) right center no-repeat;
	color: #435789;
}
/*----------------------------------------------------
all content pages styling
----------------------------------------------------*/
#contain {
	margin: 0 35px;
}
#contain blockquote {
	margin: 20px 0;
	display: block;
	text-align: center;
}
#contain blockquote p {
	font-size: 14px;
	color: #435889;
	font-style: italic;
	font-weight: bold;
}
.alRight {
	text-align:right;
}
pre {
	text-align:left;
	color: #636466;
	margin: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	word-wrap: break-word;
	width:700px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.pdf {
	height:21px;
	background:url(../images/Shared/pdf.gif) no-repeat;
	padding: 5px 0 5px 30px;
}
/* Vikki added */
#contain img.floatRight {
	margin: 20px 0 30px 40px;
}
#contain h3 {
	font-size: 14px;
	line-height: 15px;
}
#contain p {
	margin: 0 0 15px 0;
	line-height: 15px;
}
#contain p a, #contain ul li a {
	color: #435789;
}
#contain ul li {
	margin: 5px 0;
}
#contain ul li ul {
	margin: 5px 0;
}
#contain ul li ul {
	list-style-type: none;
}
ul.pdfList {
	list-style-type: none;
	float: none;
}
ul.pdfList li {
	margin: 10px 0;
	line-height: 20px;
}
ul.pdfList li.noBullet a {
	background-image:none !important;
}
ul.pdfList li a {
	background:url(../images/Shared/pdf.gif) left center no-repeat;
	padding: 5px 0 5px 30px;
}
.estimatesTable {
	width: 100%;
	margin: 10px 0;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.estimatesTable td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px 5px;
	line-height:16px;
}
.estimatesTable tr.oddRow {
	background: url(../images/food_testing/tableBg.jpg) top right repeat-y;
}
.estimatesTable tr.evenRow {
	background: url(../images/food_testing/tableBgEven.jpg) top right repeat-y;
}
/*---------------------------------------------------
Vacancies page styling
----------------------------------------------------*/ 
#vacH1 {
	margin-left:27px;
}
.vacUl {
	margin:0 auto;
	padding:0;
}
.vacUl li {
	list-style:none;
}
#vacP {
	width:600px;
	margin:0 27px;
	padding:0;
}
#vacDiv {
	width:600px;
	margin:0 27px;
	padding:0;
}
/*---------------------------------------------------
Contact/Quotes page styling
----------------------------------------------------*/
#conH1 {
	margin-left:27px;
}
#conForm {
	margin:30px 0 30px 27px;
}
#submit {
	margin:20px 0 0 130px;
}
#reset {
	margin-left:25px;
}
#imap {
	margin-left:27px;
}
#conDiv {
	margin:40px 0;
	padding:0;
}
#conDiv.mapBackground {
	background: url(../images/Shared/wlLocationMap.jpg) no-repeat;
	height: 700px;
	width: 715px;
	position: relative;
}
#conDiv a#mapLink1 {
	width: 715px;
	height: 375px;
	position: relative;
	display: block;
}
#conDiv a#mapLink2 {
	width: 450px;
	height: 375px;
	position: relative;
	display: block;
}
#conDiv.mapBackground ul {
	position: absolute;
	left: 450px;
	top: 375px;
}
#conDiv ul {
	margin:0;
	padding:0;
}
#conDiv li {
	list-style:none;
	margin:0 0 3px 0;
	padding:0;
}
/* form styling */
.formDiv {
	width: 600px;
	margin: 0 auto
}
.formDiv label {
	float:left;
	margin: 0 0 5px 0;
	width: 300px;
	color:#636466;
}
.formDiv input, .formDiv textarea, .formDiv select {
	float:right;
	margin: 0 0 5px 0;
}
.h2BG {
	color:#fff;
	background-color:#818286;
	line-height:18px;
	text-align:center;
	margin:35px 0;
}
fieldset {
	color:#333;
	padding:0;
	margin: 0;
}
.textField, .formDiv textarea {
	width: 175px;
	border: 1px solid #333;
	padding: 2px;
	float: right;
}
.formDiv textarea {
	height: 75px;
	font-size: 12px;
}
.selectElement {
	width: 175px;
	padding: 2px;
	float: right;
}
#buttonsContainer {
	width: 200px;
	height: 50px;
	margin: 20px 0;
	float: right;
}
#buttonsContainer input {
	background: url(../images/Shared/button_bg.gif) top repeat-x;
	padding: 2px 5px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #435889;
	width: 100px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 10px;
	float: left;
}
#buttonsContainer input#reset {
	border: 1px solid #666;
	background: url(../images/Shared/reset_button_bg.gif) top repeat-x;
	color: #111;
	width: 75px;
	float: right;
}
.leftCol {
	float:left;
	width:400px;
}
.rightCol {
	width:300px;
	float:right;
	margin-top:-40px;
}
.rightCol ul {
	padding:0 0 0 13px;
}
/*----------------------------------------------------
estimates of uncertainty PAGE STYLING
----------------------------------------------------*/
img.eouIMG {
	margin: 20px 0 30px 40px;
	float: right;
}
/*----------------------------------------------------
=enumeration page styles
----------------------------------------------------*/
p.box {
	margin:0 0 0 32px;
}
/*----------------------------------------------------
=Downloads page styles
----------------------------------------------------*/

div.downloadsPdf {
	margin:0 0 35px 0;
}
div#brochureDownload {
	width:137px;
	height:153px;
	float:left;
	margin:2px 20px 10px 0;
}
div.downloadBg {
	width:auto;
	height:100px;
	position:relative;
	bottom:-10px;
	background:url(../images/Shared/download-background.jpg) repeat-x;
}
/*flood contamination*/
div#brochureDownload.floodContamination {
	width:137px;
	height:135px;
	border:1px solid #ddd !important;
	background:url(../images/floodContamination/flood-contamination-brochure.jpg) no-repeat;
}
div#brochureDownload.floodContamination a {
	width:137px;
	height:135px;
	display:block;
	background:url(../images/floodContamination/flood-contamination-brochure.jpg) no-repeat;
}
div#brochureDownload.floodContamination a:hover {
	background:url(../images/floodContamination/flood-contamination-brochure-hover.jpg) no-repeat;
}
/*food testing*/
div#brochureDownload.foodTesting {
	width:137px;
	height:135px;
	border:1px solid #ddd !important;
	background:url(../images/food_testing/food-testing-brochure-download.jpg) no-repeat;
}
div#brochureDownload.foodTesting a {
	width:137px;
	height:135px;
	display:block;
	background:url(../images/food_testing/food-testing-brochure-download.jpg) no-repeat;
}
div#brochureDownload.foodTesting a:hover {
	background:url(../images/food_testing/food-testing-brochure-download-hover.jpg) no-repeat;
}
/*medical devices*/
div#brochureDownload.medicalDevices {
	width:137px;
	height:135px;
	border:1px solid #ddd !important;
	background:url(../images/medicalDevice/medical-devices-brochure-download.jpg) no-repeat;
}
div#brochureDownload.medicalDevices a {
	width:137px;
	height:135px;
	display:block;
	background:url(../images/medicalDevice/medical-devices-brochure-download.jpg) no-repeat;
}
div#brochureDownload.medicalDevices a:hover {
	background:url(../images/medicalDevice/medical-devices-brochure-download-hover.jpg) no-repeat;
}
/*pharmaceutical*/
div#brochureDownload.pharmaceuticalTesting {
	width:137px;
	height:135px;
	border:1px solid #ddd !important;
	background:url(../images/pharmaceutical/pharmaceutical-brochure-download.jpg) no-repeat;
}
div#brochureDownload.pharmaceuticalTesting a {
	width:137px;
	height:135px;
	display:block;
	background:url(../images/pharmaceutical/pharmaceutical-brochure-download.jpg) no-repeat;
}
div#brochureDownload.pharmaceuticalTesting a:hover {
	background:url(../images/pharmaceutical/pharmaceutical-brochure-download-hover.jpg) no-repeat;
}
/*----------------------------------------------------
ERROR PAGE STYLING
----------------------------------------------------*/
.errorButton {
	margin: 0 auto;
	width: 150px;
	text-align: center;
}
#ctl00_cphMain_btnOk {
	text-align: center;
	width: 100px;
}
ul.errorTable, li.errorTable {
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	color: #ff0000;
	font-weight: bold;
	text-indent: 0px;
}
/*----------------------------------------------------
Site footer
----------------------------------------------------*/
#siteFooter {
	width: 955px;
	height: 63px;
	background-color: #fff;
	background-image: url(../images/Shared/wl_cont_footer_shade.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#siteFooter p {
	line-height: 80px;
	margin-left: 15px;
}
#siteFooter p.callToAction {
	text-indent: -20000em;
}
/*----------------------------------------------------
news
----------------------------------------------------*/
div.innerContent img.floatLeft {
	max-width:720px;
	margin:10px 32px 20px 0 !important;
}
/*----------------------------------------------------
=sitemap page styles
----------------------------------------------------*/
ul.sitemap li {
	font-weight:bold;
}
ul.sitemap a:hover {
	text-decoration:underline;
}
ul.sitemap li ul {
	list-style:circle !important;
	margin:0 0 20px 0 !important;
}
ul.sitemap li ul li ul {
	list-style:square !important;
	margin-bottom:0 !important;
}
