html{height: 100%;}
body{
	margin: 0;
	padding: 0;
	font:13px Arial, Helvetica, sans-serif;
	color: #000;
	min-height: 100%;
	background:#b6b6b6 url(images/bg-body-backup.gif) repeat-x 0 0;
}
* html body{height: 100%;}
*+html body{height: 100%;}
input, textarea {
	font:12px Arial, Helvetica, sans-serif;
	}
img{display: block;border: none;}
#pagecontainer{
	width: 986px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg-pagewidth.png);
	overflow-x: hidden;
}
* html #pagecontainer{height: 100%;}
*+html #pagecontainer{min-height: 100%;}

.hirerange {float:right;margin:80px 20px 0 0}
.emailsignup {border:2px solid #000;background-image:url(images/bg-txtbox.gif); background-position:top left;background-repeat:repeat x;font-size:11px;font-weight:bold;color:#000;height:12px;margin-bottom:4px;padding-bottom:5px;width:110px;}
/* visual */

.btn{
	color:#000;
	font-weight:bold;
	background:#fff url(images/btn-signup.gif);
	width:72px;height:27px;
	border:0;
	margin-top:2px;
}

input.btn:hover, input.btn.sfhover{
	cursor:pointer;
	filter: alpha(opacity=75);
  opacity: 0.75;
}
.imagestrip{
	background-color: #fff;
	background-image:url(images/main-strip.jpg);	
	background-repeat:no-repeat;
	background-position:top left;
	border-right: 1px solid #000;
	padding:10px;
	width:990px;
}

/* header */
#header{
	height: 110px;
	overflow: hidden;
}
#header h1{
	margin: 0;
	position: absolute;
	top: 21px;
	left: 40px;
}

/* login form */
div.login{
	margin: 0;
	position: absolute;
	top: 0;
	left: 747px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding:0 0 0 0;
	width: 227px;
	font-size: 12px;
	height: 110px;
	background: url(images/bg-form.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div.login strong{
	color: #9DBE0D;
	margin: 0 0 0 12px;
}
div.login ul{
	margin: 3px 0 0 12px;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
	list-style: none;
}
div.login ul li{
	float: left;
	padding: 0 8px 0 0;
	margin: 0 7px 0 0;
}
div.login ul li.last{
	background: none;
	padding: 0;
	margin: 0;
}
div.login a:hover{text-decoration: underline;}
div.login div{
	width: 219px;
	padding: 33px 0 0 13px;
	margin: 13px 0 0 0;
}

div.login div a{
	font-weight: bold;
	margin: 0 0 0 8px;
	line-height: 18px;
}
/* main */
#main{
	/* padding: 321px 0 0 0;
	padding: 160px 0 0 10px;*/
	overflow: hidden;
	margin: 0 auto;
	width: 970px;
}
#main a{color: #000;}
#main a:hover{text-decoration: none;}
#main a:visited{
	color:  #000;
	text-decoration: underline;
}
/* left column */
#left{
	/*width: 227px;*/
	width: 220px;
	float: left;
	padding-left:6px;
}
.left-nav{
	margin: 14px 0 0 11px;
	padding:0;
	list-style: none;
	width: 213px;
	overflow: hidden;
}
.left-nav li{
	float: left;
	width: 213px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	margin: 3px 0 0 0;
}
#main .left-nav li a{
	font-family:Arial,sans-serif;
	letter-spacing:-1px;
	background-image:url(images/nav-panel.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color: #000;
	width: 207px;
	height:27px;
	padding: 3px 0 0 30px;
	display: block;
	margin: 0;
}

#main .left-nav li a.current{
	font-family:Arial,sans-serif;
	letter-spacing:-1px;
	background-image:url(images/nav-panel-hover.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color: #000;
	width: 207px;
	height:27px;
	padding: 3px 0 0 30px;
	display: block;
	margin: 0;
}

#main .left-nav li.active a,#main .left-nav li a:hover{
	color: #000;
	background-image:url(images/nav-panel-hover.gif);
}
#main .left-nav a:visited{
	color:  #000;
	text-decoration: none;
}
#main .left-nav .active{
		padding: 0 0 0 11px;
	color: #82A117;
	border-left:5px solid #000; 
}

/* twocolumn */
#twocolumn{
	float: right;
	width: 720px;
	margin-right: 10px;
}
/* right column */
#twocolumn .right{
	padding-top:0px;
	padding-left:5px;
	float: left;
	/*width: 480px;*/
	width: 470px;
  /*margin: 7px 0 0 0;*/
	padding-right: 0px;
}


/* left column */
#twocolumn .left{
	width: 225px;
	float: right;
	margin-top:4px;
}


/* right-column */
.right-column{
	width: 215px;
	float: right;
	margin: 0 18px 0 0;
	display: inline;
	border-top:1px solid #D5DADE; 
}

h3.welcome{
	width:471px;
	height:48px;
	background: url(images/panel-welcome.gif);
	background-repeat:no-repeat;
	margin:11px 0 0 0;
	padding:0;
	}
h3.equipment{
	width:471px;
	height:48px;
	background: url(images/panel-equipment.gif);
	background-repeat:no-repeat;
	margin:11px 0 0 0;
	padding:0;
}
h3.services{
width:471px;
	height:48px;
	background: url(images/panel-services.gif);
	background-repeat:no-repeat;
	margin:11px 0 0 0;
	padding:0;
}
h3.aboutus{
width:471px;
	height:48px;
	background: url(images/panel-aboutus.gif);
	background-repeat:no-repeat;
	margin:11px 0 0 0;
	padding:0;
}
h3.contactus{
width:471px;
	height:48px;
	background: url(images/panel-contactus.gif);
	background-repeat:no-repeat;
	margin:11px 0 0 0;
	padding:0;
}
/* center column */
#twocolumn .center{
	width: 475px;
	float: left;
	/*border: 1px solid #E7E7E7; */
}
#twocolumn .center form{
	margin: 0 0 0 11px;
	padding: 0 0 9px 0;
}

/* footer */
#footer{
	width: 970px;
	margin: 0 auto;
	margin-bottom:0;
	padding:30px 0px 0px 2px;
	color: #000;
	text-align: center;
	line-height:20px;
}

html>body #footer{
	width: 970px;
	margin: 0 auto;	
	padding:15px 0px 0px 1px;
	color: #000;
	text-align: center;
	line-height:20px;
	text-align:center;
}

#logos {margin-left:20px}

#footer p{margin: 0;color:#000;font-weight:bold;font-size:11px;}
#footer a{
	font-size:12px;
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
#footer a:hover{text-decoration: underline;}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li{
	display: inline;
	padding: 0 8px 0 4px;
	background: url(images/divider-foo.gif) no-repeat right;
}
.logostrip {border-top:2px solid #000;border-bottom:1px solid #000;height:10px;background-image:url(images/bg-hr.gif);background-repeat:repeat-x;}
.logostripbottom {border-top:1px solid #000;border-bottom:2px solid #000;height:10px;background-image:url(images/bg-hr.gif);background-repeat:repeat-x;margin-bottom:0;}
* html #footer ul li{padding: 0 4px 0 6px;}
.leftCol {
  
  float: left;
  
}
.rightCol {
  float: right;
}

#promothreepos{
	margin:10px 0px 0px 3px;
}

h3 {font-size: 13px}

/* Curved boxes */
.container {float:left;background:#f2f2f2;color:#000;margin:0 0 0 5px;width:461px;font-size:12px;padding:0;font-weight:bold;}
.t {background: url(images/greydot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(images/greydot.gif) 0 100% repeat-x}
.l {background: url(images/greydot.gif) 0 0 repeat-y}
.r {background: url(images/greydot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}

.squares {margin-left:5px;width:218px;float:left;padding:0;margin:0;}
.squarebullet {list-style-type:none;background:url(images/icn-bullet-grey.gif);background-repeat:no-repeat;padding-left:20px;margin-bottom:3px;}

div.form-container p { margin: 0; }
div.form-container p.note { margin-left: 170px; font-size: 90%; color: #000; line-height:14px; }
div.form-container fieldset { margin: 10px 0; padding: 10px; border:2px solid #000; background:transparent;}
div.form-container legend { font-weight: bold; color: #000; background:transparent;}
div.form-container fieldset div { padding: 0.25em 0; background:transparent;}
div.form-container label, 
div.form-container span.label { margin-right: 5px; padding-right: 10px; width: 120px; display: block; float: left; text-align: right; }
div.form-container span.label.filterLabel {margin-right:10px; width:45px; float:left; text-align:right;}
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { font-size: 180%; font-style: normal; color: #C00; }
div.form-container input {background-image:url(images/bg-txtbox.gif); background-position:top left;background-repeat:repeat x;border:2px solid #000;font-size:11px;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input.error:focus, 
div.form-container textarea {	background-color: #ffd40b; border:2px solid #000;background-image:url(images/bg-textarea.gif);background-position:top left;background-repeat:no-repeat;font-weight:bold; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px;border:1px solid #000; }
div.form-container div.buttonrow { margin-left: 180px; }
.contactsubmit {width:157px;height:43px;background-image:url(images/btn-submitquery.gif);background-repeat:no-repeat;background-position:top left;border:0; }
