*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #284029;
    font: normal 11px/15px Arial, Verdana, sans-serif;
    color: #3a3a3a;
  }

img
{
	border: 0;
}

a
{
    font-weight: bold;
    color: #878372;
}

p
{
	margin: 0;
    padding: 0 35px 15px;
    font: normal 11px/15px Arial, Verdana, sans-serif;
}
.title-sub
{
	font-size : 14px;
	font-weight : bold; 
	border-bottom : 1px #1D5629 solid;
}

h1
{ 
    font: 18px "Times New Roman",Georgia, Times,serif;
    color:#414141;
}

/* not updating this - screws up locations.aspx */
div.page-title h1
{
	padding-top:10px;
    margin-left:15px;	
}
div.breadcrumb
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}

div.breadcrumb a
{
	color: #9A6E4F;
}

div.breadcrumb a:hover
{
	color: #878372;
}

		
#container 
{
	clear:both;
	float:left;
	margin-top: 10px;
	padding: 0px;
	padding-left:1px;
	
}

#floatingarea 
{	
	position:relative;
	width: 109px;
	padding: 10px 0px 10px 0px;	
	background: #BDAB69;	
		
}

h2
{ 
	font: bold 14px/14px Arial, Verdana, sans-serif; 
    margin: 0 15px 15px;
}

h3
{ 
    font: bold 11px/15px Arial, Verdana, sans-serif;
}

.center
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.no_clear
{
	clear: none !important;
}
ul 
{
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left:4em;
}
ol
{
	display:block;
	margin:1em 0;
	padding-left:4em;
}

/*** structure style ***/

div#head
{
    height: 107px;
    background: url("../images/bg-head.jpg") no-repeat;
    position: relative;
}

div#page
{
	width: 770px;
	margin:20px auto 0;
    background: url("../images/bg-body.jpg") repeat-y;
    clear: both;
}
div#wrapper
{
	position:relative;
	width:1210px;
	margin: 20px auto 0;
	
}
div#page.private
{
	margin: 5px auto 0;
}

div.user
{
	color:#FFFFFF;
	width:770px;
	margin:10px auto 0px;
	clear:both;
	text-align:right;
}

div#body
{
    width: 744px;
    margin: 0 auto;
    overflow:  hidden;      
    
}


div.content
{
	background-color: #f4ebd5;
	width: 604px;
	float: left;
	padding-top:8px;
	padding-right:15px;
	padding-left:15px;
	 
}

div#foot
{
    height: 46px;
    background: url("../images/bg-foot.jpg") no-repeat;
    clear: both;
}

div#copyright
{
    text-align: center;
    color: #669966;
    letter-spacing: 0.1em;
    font-size: 9px;
    padding-bottom:20px;
}

/*** common element styles ***/
#head .altnav
{
    color: #000;
    text-align: right;
    padding: 20px 20px 0 0;
    font: bold 9px/9px Arial, Verdana, sans-serif !important;
    letter-spacing: 0.1em;
}

#head .altnav a
{
	text-decoration:none;
    text-transform: uppercase;
    color: #000;
}

#head .altnav a:hover
{
    color: #fff;
    text-decoration: underline;
}

#head .nav
{
    width: 744px;
    height: 61px;
    position: absolute;
    top: 41px;
    left: 13px;
}

#head .nav a
{
    display: block;
    float: left;
    height: 61px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    font-size: 1px; /* fixes a weird rendering bug in IE */
}

#head .nav a.nav-home
{
	background-image:url(../images/nav-home.jpg);
	width:139px;
}

#head .nav a.nav-pricing
{
	background-image:url(../images/nav-pricing.jpg);
	width:76px;
}

#head .nav a.nav-plants
{
	background-image:url(../images/nav-plants.jpg);
	width:71px;
}

#head .nav a.nav-products
{
	background-image:url(../images/nav-products.jpg);
	width:87px;
}

#head .nav a.nav-markets
{
	background-image:url(../images/nav-markets.jpg);
	width:82px;
}

#head .nav a.nav-tour
{
	background-image:url(../images/nav-tour.jpg);
	width:60px;
}

#head .nav a.nav-signin
{
	background-image:url(../images/nav-signin.jpg);
	width:229px;
}

#head .nav a.nav-reports
{
	background-image:url(../images/nav-reports.jpg);
	width:80px;
}

#head .nav a.nav-search
{
	background-image:url(../images/nav-search.jpg);
	width:77px;
}

#head .nav a.nav-myaccount
{
	background-image:url(../images/nav-myaccount.jpg);
	width:105px;
}

#head .nav a:hover, #head .nav a.on
{
    background-position: 0 -61px;
}

#head .nav a.nocustomer, #head .nav a:hover.nocustomer
{
	background-position: 0 -122px;
}

#foot div
{
    text-align: center;
    padding: 12px 0 0 0;
    font: bold 9px/9px Arial, Verdana, sans-serif !important;
    color: #000;
    letter-spacing: 0.025em;
}

#foot a
{
	text-decoration:none;
    text-transform: uppercase;
    color: #000;
}

#foot a:hover
{
	text-decoration:underline;
    color: #fff;
}

#copyright a
{
    color: #669966;
    font-weight: normal;
}

#copyright a:hover
{
    color: #88cb88;
}


/* added 2/8/2007 per FP revisions */
.underline, h1.page_title
{
	background: url("hr-dots-blk.gif") repeat-x bottom left;
}

input.frm_button
{
	border:outset 1px #878372;
	background-color:#c9c3aa;
	color:#878372;
	font-weight:bold;
	font-size:11px;
}

input, select,textarea
{
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	margin-left:4px;
	margin-right:4px;
}


div#subnav
{
	width: 110px;
	float: left;
	padding-top: 18px;
}

#subnav ul
{
	margin: 0 0 0 1px;
	padding: 0;
	list-style-type: none;
}

#subnav ul li
{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
	margin: 2px 0;
}

#subnav ul li a
{
	display: block;
	padding: 4px 8px 2px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* added to correct three deep navigation in IE */
#subnav ul li ul li ul li a
{
	padding-right:4px;
}
/* added to correct three deep navigation in IE */
#subnav ul li ul li a
{
	padding-right:8px;
}

/* added to correct three deep navigation in IE */
#subnav ul li ul li ul
{
	margin-left:0px;
}

/* added to correct three deep navigation in IE */
#subnav ul li ul li ul li a
{
	padding-right:0px;
}

#subnav ul li a:hover
{
	color: #000 !important;
	background: #cbba74 !important;
}

* html #subnav ul li a
{
	width: 93px;				/* fixes weird IE box-model? issue - not even declaring a width anywhere! */
}

#subnav ul li.selected ul
{
	margin-bottom: 8px;			/* when a subnav item is "opened up" to reveal its children, this block should distance itself a bit from the next sibling */
	margin-left: 0;				/* remove the 1px margin that is inherited from the parent ul  - the children UL's of this will inherit this property! */
}

#subnav ul li ul li
{
	font-size: 9px;				/* font-size reduced 1px from first-level parent text - will help distinguish between the children and the parents, and help squeeze text in the narrow space */
	line-height: 10px;			/* drop the line-height down to match the font-size (above) - ensures text is vertically centered and looks good wrapped */
	text-transform: none;		/* DO NOT force uppercase characters on an children subnav text */
	margin: 2px 0;				/* force air above and below second-level navigation list-items - especially helps when the text here wraps! */
}

#subnav ul li ul li a
{
	color: #000;				/* generally, all children of the main parent subnav should be black (static and hovered) ***/
	font-weight: normal;		/* remove bold font-weight on all second-level, children list-item nav text */
}

* html #subnav ul li ul li a
{
	width: 92px;				/* fixes weird IE box-model? issue - not even declaring a width anywhere! */
}

#subnav ul li.selected a, #subnav ul li.selected ul li.selected a	/* redundant call to "selected" child of "selected" parent ensures style isn't undone from above rule(s) */
{
	background: #cbba74;		/* generally, any selected top-level, parent anchor should remain colored (like the hovered state) */
	color: #000;				/* generally, any selected top-level, parent text should be black, not white (like the hovered state) */
}

#subnav ul li.selected ul li a
{
	background: transparent;	/* remove inherited background color from the "ul li.selected a" (above) */
	padding-left: 12px;			/* when a subnav item is "opened up" to reveal its children, these children should be indtended 4px more */
}

* html #subnav ul li.selected ul li a
{
	width: 89px;				/* fixes weird IE box-model? issue - not even declaring a width anywhere! */
}

#subnav ul li ul li.selected a
{
	font-weight: bold;			/* make the selected (highlighted) second-level, children list-item text bold */
}

#subnav ul li ul li ul li
{
	margin: 0 !important;		/* tighten up the space between the list-item elements on the third-level navigation */
}

#subnav ul li ul li ul li a
{
	color: #795036 !important;			/* third-level navigation list-item text color is different than the rest - helps visually differentiate these from the rest */
	background: transparent !important;	/* ensure that these third-level blocks don't inherit the background color of their parent! */
	font-weight: normal !important;		/* ensure that the third-level list-item text is not bold (unless selected - see below) */
	padding-left: 16px !important;		/* bump the third-level navigation elements 4 more pixels to the right */
	margin: 0 !important;				/* ensure margins are not inherited from any of the above parent anchors */
}

#subnav ul li ul li ul li a:hover
{
	background: transparent !important;	/* do not highlight the background of these third-level navigation elements */
	color: #5f3f2a !important;			/* let's highlight the third-level subnav items in a different color than black, slightly darker than the static color here */
}

#subnav ul li ul li ul li.selected a
{
	font-weight: bold !important;		/* third-level "selected" links should be bold, like the second-level "selected" links */
	color: #5f3f2a !important;			/* let's ensure that the "selected" link color is the slightly darker brown */
}

* html #subnav ul li ul li.selected ul li a
{
	width: 85px;				/* fixes weird IE box-model? issue - not even declaring a width anywhere! */
}
/* current to here */
/* Begin additions - required when content is shorter than navigation */
div.left-col,div.content
{
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32757px;
}
div.test
{
	float:left;
	background-color:Blue;

}

/* End additions */


#Company
{
	background-color:#F4EBD5;
}

.underline, div.page-title
{
	background-image:url(../images/hr-dots-blk.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.tbl
{
  border : 1px #999999 solid;
}

.tblaboutus
{	
  margin:6px;  
}

.tbl-lite
{background-color :#E6E0C5;}

.tbl-odd, .tbl-odd td
{
	background-color:#F4EBD5;
}

.tbl-even, .tbl-even td
{
	background-color:#E6E0C5;
}

.tbl-left td
{
	text-align:left;
}



table.form td 
{
	padding-top:3px;
	padding-right:3px;	
}

table.form .ajax__calendar_day
{
	padding:0px 0px 0px 0px;
	height:auto;
}


.reportgrid{
    width:595px;
    border-spacing:0px;
}

table.reportgrid table{
    width: 545px;
    float:right;
}

.reportgrid th, .reportgrid td
{
    padding: 3px;
    border:0px; 
}

.calendar-button
{
	margin:1px 0px -4px 0px;
}

.tbl-head, .reportgrid th
{
	background-color:#C9C3AA;
}

.tabs .ajax__tab_body{
	background-color:#E6E0C5;
	border:solid 1px #878372;
	padding:8px 8px 8px 8px;
}
.tabs .ajax__tab_body>div>div>table
{
	width:100%;
	text-align:center;
}
.tabs .ajax__tab_tab
{
	background-color:#C9C3AA;
	border:solid 1px #878372;
	padding:3px;
	border-bottom:0px;
	font-weight:bold;
	color:#878372;
}
.tbl-form-title-outer
{
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	padding:0px 0px 0px 0px;
}
.tbl-form-title
{
	background-color : #C9C3AA;
	font-weight: bold; 
	padding-left: 10px;
	padding-right: 10px;
}

.tbl-left
{border-left : 1px #999999 solid;}

.space {font-size : 1px;}


.tbl-left
{border-left : 1px #999999 solid;}

.tbl-right
{border-right : 1px #999999 solid;}

.tbl-top
{border-top : 1px #999999 solid;}

.tbl-bottom
{border-bottom : 1px #999999 solid;}

.tabs .ajax__tab_active .ajax__tab_tab
{
	background-color:#878372;
	color:#C9C3AA;
}

.lt-green
{
	color:#99CC66;
}

div.address
{
	float:left;
	margin:15px;
}

.b
{
	font-weight:bold;
}
.banner-safety-first
{
	float:left;
	padding-left:77px;
}

label.prompt
{
    font-weight:bold;
    font-size:14px;
}

.centeredinput label{
    width:125px;
    float:left;
    text-align:right;
    display:block;
}
.centeredinput input{
    width:100px;
}

div.updateprogress
{
	padding:10px;
	background-color:#DD0000;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

div.popup-page div#body
{
	width:500px;
}
div.popup
{
	width:auto;
}

.alt-color
{
	color:#9A6E4F;
}

.filter-area
{
	overflow-x:hidden;
}

.frm-button
{
	background-color:#64442B;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 10px;
	text-transform:uppercase;
	border: outset 2px gray;
}

a.measurement
{
    float: right;	
    height:27px;
    margin-left:10px;
    margin-right:2px;
}

a.radio{
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 1px; /* fixes a weird rendering bug in IE */
}

a.on{
    background-position: 0 -27px;
}

a.metric, a.standard{
    width:79px;
}

a.metric{
	background-image:url(../images/radio-button-metric.gif);
}

a.standard{
    background-image:url(../images/radio-button-standard.gif);
}

a.link-blue 
{
    color : #0000ff;
    font-weight: normal;
}

a.link-blue:hover 
{
    color : #000060;
    font-weight: normal;
}

u 
{
    color : #0000ff;
    font-weight: normal;
}

u:hover 
{
    color : #000060;
    font-weight: normal;
}

.confirm
{
	color:#284029;
	font-weight: bold;
}
@media print
{
	.breadcrumb
	{
		display:none;
	}
}
table.calendar
{
	float:right;
}
table.calendar td
{
	padding:2px;
}

.imagewithdescription
{    
	
    border : 1px #999999 solid;
}
.imagewithdescription .description
{
    background-color:#C9C3AA;    
    padding:2px 2px 2px 2px;
    height:50px;    
}
