body {
	margin: 0px;
	padding: 0px;
	background-color: #b4b1a3;
	background-image: url(images/vertbaktile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: .8em;
}

b {
	color: #2086c1;
}

h1, h2, h3, strong {
	color: #2086c1;
}

a, a:link {
	color: #2086c1;
}

a:visited {
	color: #2086c1;
}

p, td, ol {
	margin: 0;
	padding: 0 0 0.8em;
}

li {
	margin-left: 1.6em;
}

p + ul {
	padding:  0;
	margin-top: 0;
	margin-bottom: 0.8em;
}

/* Page Structure */

div#pagemargin {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 938px;
	background-image: url(images/columntiledark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#pagewrapper {

}

div#pagepadding {
	margin-top: 10px;
}

div#navbartop {
	padding: 0px;
	background-image: url(images/navbartop.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 938px;
	background-position: center top;
	height: 42px;
	margin: 0px;
}

div#navbartop p {
	margin: 0px;
	padding: 12px 0px 0px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}

div#navbartop p.leftlinks {
	float: left;
	width: 229px;
	text-align: right;	
}

div#navbartop p.rightlinks {
}

div#navbartop p.leftlinks a {
	text-decoration: none;
	padding: 0;
	font-size: 14px !important;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}

div#navbartop p.rightlinks a {
	text-decoration: none;
	padding: 0;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 4px!important;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: left;
}

div#navbartop ul {
	margin: 0px;
	padding: 12px 0px 0px;
}

div#navbartop ul li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding: 0px;
}

div#navbartop ul li a {
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}

div#header {
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 938px;
	background-repeat: no-repeat;
}

div#main {
	margin-left: 260px;
	margin-right: 35px;
}

div#main p {
	font-family: "Trebuchet MS";
}

div#leftsidebar {
	float: left;
	width: 238px;
	background-image: url(images/leftsidebarback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}

div#leftsidebar p {
	padding: 0 10px 5px 38px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

div#footer {
	padding: 0px;
	background-image: url(images/footernav2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 938px;
	background-position: center top;
	height: 109px;
	margin: 0px;
}

div#footer p {
	margin: 0px;
	padding: 65px 0px 0px;
	font-family: "Trebuchet MS";

}

div#footer p.leftlinks {
	float: left;
	width: 225px;
	text-align: right;
	color: #b4b1a3;
}

div#footer p.rightlinks {
	padding-left: 238px;
	color: #FFFFFF;
}

div#footer p.leftlinks a { 
	text-decoration: none;
	padding: 0;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 4px!important;
	font-family: "Trebuchet MS";
	color: #b4b1a3;
}

div#footer p.rightlinks a {
	text-decoration: none;
	padding: 0;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 4px!important;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: left;
}


/*
div#footer {
	background-image: url(images/footernav2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 109px;
	width: 938px;
}
*/

/* My thanks to http://www.websiteoptimization.com/speed/tweak/forms/ for the form css below */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 /* font:100% verdana,arial,sans-serif; */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 500px; 
}

form legend {
}

form fieldset {
	padding: 10px;
	margin: 0;
	border: 1px solid #CCCCCC;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form select#state {  /* def added by ray for state select */
	margin: 0.4em 0 0 10px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}



.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
/*	margin-left: 8px;*/
}

.fltlft { 
/* this class can be used to float an element left in your page */
	float: left;
/*	margin-right: 8px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearboth {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ol li strong {
	margin-bottom: .8em;
}
.linespace08em {
	padding-bottom: 0.8em;
}
ol li {
	padding-bottom: 0.8em;
}
.responseFormName {
	color: #00FFCC;
}
.responseFormValue {
	color: #CC0000;
}

.confirmheader {
	background-image: url(images/confirmheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 600px;
	
}
.imgright {
	float: right;
	margin-left: 20px;
	border: 1px solid #706B57;
}
.imgleft {
	float: left;
	border: 1px solid #706B57;
	margin: 0 10px 10px 0;
}
.imgleftNoborder {

	float: left;
	border: none;
	margin-right: 15px;
}
.picturegroup {
	float: right;
	margin-left: 15px;
}
.imgBorderNoFloat {
	float: none;
	border: 1px solid #706B57;
	margin-bottom: 10px;
}
.imgrightNoBorder {
	float: right;
	border: none;
}
.labservices {
/*	list-style-type: none; */
	margin: 0;
	padding: 0px 0px 0.4em;
}
.labservicesAlignLeft {
	margin-right: 20px;
	border: 1px solid #706B57;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgrightLabServices {
	float: right;
	border: 1px solid #706B57;
	margin-right: 20px;
	margin-top: 1.6em;
}
.imgLabServicesCenter {
	border: 1px solid #706B57;
	text-align: center;

}
.warehouse {
	text-align: center;
}
