@charset "utf-8";

 * {
 margin: 0;
 }
html,body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom; 
	height: 100%;
	
}

#wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
 	margin: 0 auto -25px;
	
	
		
}
#left {
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 72px;
	float: left;
    background:url(../img/border-left.png) fixed top left;
	position: fixed;
	background-position: left;
	left: 0px; top:0;
	
	
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 800px;
	width: 72px;
	background: url(../img/border-right.png) fixed top right      ;
	background-position: right;
	position: fixed;
	right: 0px; top:0;
}
#header {
	text-align: center;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 15px;
	margin-left:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;  
	
}
#logo {
	margin: 0px;
	padding: 0px;width:158px; height=149px;
}
#top_nav {
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: center; background:url(../img/button.png) repeat-x;
}

#top_nav a.no-arrow{ background-image:none;
	
	
}


ul li a.calibrator{ padding:1px 0px 1px 0px ; 	
	
	}

ul li a.current{
	 background-color: #fff;
	color: #000;
	border:1px solid #000;
	}
a.top-level{
	padding:0px 0px 0px 50px;
	margin:0px 0px 0px 25px;
	width:100px;
	
	}




#main {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#063;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.push {
height: 25px;
}

#footer {
	text-align: center;
	background-color: #0B7036;
	margin-top:30px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #fff;
	width:950px;
	margin-right: auto;
	margin-left: auto; 
	height: 25px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer p.web-contractor{
	padding: 0px;
	margin:0px; color:#CCC;
}
#footer a{ color:#fff;
	
	
	}	

