/**************************** CSS RESET****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-rendering: optimizelegibility;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
	
/****************************End of RESET****************************/

/****************************Navigation****************************/

html {
	  font-size: 100%;
	-webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	}
	

#nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px 0 20px 0;
	text-shadow: 2px 2px 2px #000;
	margin-top: 108px;
	margin-left: 8px;
	width: 1024px;
	z-index: 10;
	}

#nav ul {
	float: left;
	display: inline-block;
	list-style: none;
	width: 100%;
	}

#nav ul ul {
	margin: 0;
	text-align: left;
	}

#nav ul li {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
}

#nav ul li li {
	width: 200px;
	}
	
#nav li ul { 
	display: none;
}

#nav ul li a{
	width: 117px;
	height: 20px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #111111;
	padding: 5px 10px 5px 10px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
	border-right: 1px #111111 solid;
	border-left: 1px #2c2c2c solid;
  }
  
#nav ul ul a{
	font-size: 10px;
	width: 200px;
	}
  
#nav .last {
	border-right: 1px #111 solid;
	}
	
#nav .rq a {
	width: 117px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #173472;
	padding: 5px 10px 5px 10px;
	background-image: url(../images/gradientRQ.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	border-right: 1px #173472 solid;
	border-left: 1px #173472 solid;
	}
	
#nav .rq a:hover {
	background-color: #0066FF;
	}
	
#nav .home {
	width: 32px;
	}
	
#nav .home a{
	background-image: url(../images/home-sprite.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#nav .home a:hover {
	background-image: url(../images/home-sprite.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#nav ul ul li a {
	border: none
	}
	
#nav ul li a:hover {
	background: #111111;
	display: block;
  }
  
#nav li:hover ul {
	display: block;
	position: absolute;
	z-index: 999;
	clear: both;
	}

#nav li:hover li {
	float: none;
	font-size: 16px;
	}

#nav li:hover a { 
	background: #111111; 
	}
	
#nav li:hover li a:hover { 
	/*background: #0066FF;*/
	background: rgb(0,102,255);
	background: -moz-linear-gradient(top,  rgba(0,102,255,1) 0%, rgba(0,49,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,255,1)), color-stop(100%,rgba(0,49,198,1)));
	background: -webkit-linear-gradient(top,  rgba(0,102,255,1) 0%,rgba(0,49,198,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,102,255,1) 0%,rgba(0,49,198,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,102,255,1) 0%,rgba(0,49,198,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,102,255,1) 0%,rgba(0,49,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#0031c6',GradientType=0 );
	color: #FFF;
	text-shadow: none;
	}
	
#nav ul li ul {
	width: 200px;
	}
	
#nav ul li.mega ul {
	width:650px;
	}
	
#nav ul li ul a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: left;
	}
	
#nav ul li a img {
	padding-left: 5px;
	}
	
#nav ul a:hover img{
	visibility: hidden;
	}
	
#nav select {
	display: none;
	}
	
/****************************End of Navigation****************************/

/********************************************LANDING PAGE***************************************/

/****************************Begin Styling****************************/

body {
	background-image: url(../images/bg2.jpg);
	min-width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	}
	
#container {
	position: relative;
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}
	
#container img {
max-width:100%;
}
	
.smaller {
	font-size: 1.1em;
	}
	
.minime {
	font-size: 1.7em;
	}
	
object {
	z-index: 9;
	}

	
/****************************Top Styling****************************/

#logo {
	position: relative;
	top:85px;
	}
	
#logo p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: .9em;
	color: #252525;
	line-height: 1em;
	margin-top: -30px;
	margin-left: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#info {
	top: -75px;
	left: 15px;
	float: left;
	position: relative;
	}
	
#info a {
	text-decoration: underline;
	color :#252525;
	text-decoration: none;
	}
	
#info a:hover {
	color: #0066FF;
	text-decoration: underline;
	}
	
#info a:visited {
	color: #1a469a;
	}
	
#info p {
	font-size: 14px;
	text-align:left;
	line-height: 1.2em;
	display: block;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#info img {
	padding: 0px 5px 0px 0px;
	position: relative;
	}
	
.facebook  {
	background-image: url(../images/fb.png);
	background-position: top left;
	width: 37px;
	height: 37px;
	float: left;
	display: block;
	position: relative;
	top: -50px;
	left: 750px;
	margin-right: 5px;
	}
	
.facebook:hover {
	background-position: bottom left;
	}

.twitter {
	background-image: url(../images/twit.png);
	background-position: top left;
	width: 37px;
	height: 37px;
	float: left;
	display: block;
	position: relative;
	top: -50px;
	left: 750px;
	}
	
.twitter:hover {
	background-position: bottom left;
	}
	
.youtube {
	background-image: url(../images/yt.png);
	background-position: top left;
	width: 37px;
	height: 37px;
	float: left;
	display: block;
	position: relative;
	top: -50px;
	left: 750px;
	margin-left: 5px;
	}
	
.youtube:hover {
	background-position: bottom left;
	}

#building {
	float: left !important;
	position: absolute !important;
	z-index: 0 !important;
	margin-left: 384px !important;
	height: 110px; 
	width: 626px;
	}
	
/****************************End of Top Styling****************************/
	
/****************************Wrapper Styling****************************/
	
#wrapper {
	background-image: url(../images/wrap2.png);
	width: 1024px;
	height: 310px;
	z-index:988;
	}
	
#wrapper p {
	float: left;
	margin: -180px 5px 0px 575px;
	width: 400px;
	color: white;
	font-weight: 700;
	font-size: 1.1em;
	position: relative;
	padding:50px 0px 10px 0px;
	z-index:988;
	}
	
.world {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.2em;
	color: #FFD700;
	text-shadow: 2px 2px 10px #000;
	}
	

 a.button {
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0 0 10px;
	background-image: url(../images/button_sprite.png);
	background-position: 0 0;
	float:left;
	width: 94px;
	height: 24px;
	margin-left: 575px;
	top: 40px;
	position: relative;
	display: block;
	text-decoration: none;
	}
	
a.button:hover {
	background-image: url(../images/button_sprite.png);
	background-position: center;
	}
	
a.button:active {
	background-image: url(../images/button_sprite.png);
	background-position: bottom left;
	outline: none;
	}

/****************************End of ALL Wrapper Styles****************************/

#leftcol {	
	position: relative;
	float: left;
	display: inline-block;
	margin: 0px 5px 5px 15px;
	width: 660px;
	margin-bottom: 100px;
	z-index:988;
	}
	
#rightcol {
	float: left;
	margin: 20px 5px 5px 780px;
	position: absolute;
	width: 275px;
	z-index:988;
	}
	
#spacer {
	width: 100%;
	height: 70px;
	}
	
/****************************Footer Styling****************************/

#footer {
	clear: both;
	bottom: -100px;
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer p {
	border-top: 1px #CFCFCF solid;
	display: block;
	color: #666666;
	padding: 10px;
	line-height: 1.3em;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#footer p a {
	text-decoration: none;
	color: #666666;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#footer p a:hover {
	font-weight: 700;
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

#footer p a:visited {
	font-weight: 700;
	color: #1a469a;
	text-decoration: none;
	}
	
#footer #terms a {
	float: right;
	text-align: left;
	margin-top: -14px;
	font-size: .8em;
	color: #666666;
	}

/***************************End of Footer Styling****************************/

h1 {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 2em;
	color:#292929;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #295ebf;
	font-weight: 700;
	margin-top: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

h2 {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 1em;
	color:#292929;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: 1px #0066FF  solid;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
h3 {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 1.1em;
	color: #515151;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: 1px #0066FF  solid;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.bigger {
	font-size: 1.2em;
	}
	
#ribbon1 {
	background-image: url(../images/header_boxed.png);
	background-repeat: no-repeat;
	height: 49px;
	float: left;
	position: relative;
	top: -5px;
	left: 0px;
	}
	
#ribbon2 {
	background-image: url(../images/header_boxed.png);
	background-repeat: no-repeat;
	height: 49px;
	top: 20px;
	left: 0px;
	position: relative;
	float: left;
	}
	
	
	
/****************************Intro Styling****************************/
	
.intro p {
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.intro a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.intro a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.intro a:visited {
	color: #1a469a;
	}
	
	
.gallery p {
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.gallery img {
	margin: 5px;
	border: 3px solid #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	}
	
.gallery img:hover {
	border: 3px solid #0066FF;
	}
	
/******************************LAB GRAY TO COLOR*************************/

.items { 
	float: left; 
	margin: 0px 35px 55px 35px;
	display: block; 
	height: 160px; 
	width: 160px; 
	position: relative;
	text-align: left;
}

.items-first { 
	float: left; 
	margin: 0px 35px 55px 0px;
	display: block; 
	height: 160px; 
	width: 160px; 
	position: relative;
	text-align: left;
}

.items img {
	padding-bottom: 5px;
	}

.industries .items p {
	display: block;
	margin-top: 160px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.industries .items-first p {
	display: block;
	margin-top: 160px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

.industries .items p a {
	font-weight: 700;
	color: #0066FF;
	text-decoration: none;
	padding-bottom: 12px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
}

.industries .items p a:hover {
	font-weight: 700;
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
}

.industries .items p a:visited {
	color: #1a469a;
	}

.industries .items-first p a {
	font-weight: 700;
	color: #0066FF;
	text-decoration: none;
	padding-bottom: 12px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
}

.industries .items-first p a:hover {
	font-weight: 700;
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
}

.industries .items-first p a:visited {
	color: #1a469a;
	}

.items img.grey { 
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 10; 
}  

.items img.color { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

.items-first img.grey { 
	position: absolute;
	left: 0; 
	top: 0; 
	z-index: 10; 
}  

.items-first img.color { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

/******************************END of GRAY TO COLOR*************************/
	
/****************************End of Intro Styling****************************/
	
/**************************** Industries Styling ****************************/
	
.industries {
	margin-top: 90px;
	margin-bottom: 20px;
	}

.industries p {
	clear: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}


/****************************End of Industries Styling ****************************/

/****************************Management Styling****************************/

.management img {
	margin-bottom: 5px;
	margin-right: 600px;
	border-bottom: 1px solid #FFF;
	}

.management p {
	margin-top: 20px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
/****************************End of Management****************************/
	
/**************************** Search Box Styling****************************/

#search {
	width: 220px;
	height: 40px;
	padding-left: 10px;
	}
	
#search_bar {
	padding-top: 5px;
	}

#searchbox {
	width:100px;
	}
	
#search .search {
	margin-top: 1em;
	border: none;
	background: transparent;
	}
	
/****************************End of Search Box Styling****************************/

/****************************Events Styling****************************/

#events {
	width: 220px;
	margin-top: 75px;	
	padding-left: 10px;
	}
	
#events a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#events a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

#events a:visited {
	color: #1a469a;
	}
	
#events img {
	margin-top: 10px;
	border-bottom: 1px solid #FFF;
	}
	
#events p {
	margin-top: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
/****************************End of Events Styling****************************/

/****************************Visiting us Styling****************************/

#visiting {
	width: 220px;
	margin-top: 100px;	
	padding-left: 10px;
	}
	
#visiting a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#visiting a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

#visiting a:visited {
	color: #1a469a;
	}
	
#visiting img {
	margin-top: 10px;
	}
	
#visiting p {
	margin-top: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
/****************************End of Visiting us Styling****************************/
	
/****************************Brochure Styling****************************/

#brochure {
	width: 220px;
	margin-top: 50px;
	padding-left: 10px;
	}
	
#brochure p {
	font-weight: 700;
	margin-top: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#brochure a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#brochure a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#brochure a:visited {
	color: #1a469a;
	}
	
/****************************End of Brochure Styling****************************/

.bold {
	font-weight: 700;
	}

.italics {
	font-style: italic;
	}
	
/****************************Slideshow Setting****************************/

#slideshow {
    position:relative;
    height:179px;
	margin: 20px 5px 5px 0px;
	width: 500px;
	z-index:988;
}


#slides {
	position:absolute;
	top:18px;
	left:25px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:500px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:500px;
	height:255px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:500px;
}

/*
	Pagination
*/

.pagination {
	margin:4px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*End of Slideshow Setting */
	
/********************************************END OF LANDING PAGE***************************************/

/********************************************ABOUT*****************************************************/

.current {
	font-weight: 700;
	}
	
.current-link  {
	margin-left: 10px;
	}

#about-links {
	width: 220px;
	}
	
#about-links a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#about-links a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#about-links a:visited {
	color: #1a469a;
	}
	
#about-links img {
	margin-top: 10px;
	}
	
#about-links p {
	margin-top: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#about-search {
	margin-top: 100px;
	margin-left: 2px;
	width: 220px;
	}
	
#about-search-blank {
	margin-left: 2px;
	width: 220px;
	}
	
#about-search .search {
	margin-top: 1em;
	border: none;
	background: transparent;
	}
	
#qr {
	margin-top: 150px;
	margin-left: 2px;
	width: 220px;
	}
	
#qr a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#qr img {
	margin-bottom: -3px;
	}
	
#qr a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#qr a:visited {
	color: #1a469a;
	}
	
.ac {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #0066FF;
	}
	
.partnerships p {
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.partnerships a {
	color: #0066FF;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.partnerships a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.partnerships a:visited {
	color: #1a469a;
	}
	
#chain {
	float: left;
	margin: 20px;
	padding-right: 20px;
	}
	
/*********************************END OF ABOUT*********************************/


/*********************************SERVICES*************************************/

#cert-links {
	width: 220px;
	padding-left: 10px;
	}
	
#cert-links a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#cert-links a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

#cert-links a:visited {
	color: #1a469a;
	}
	
#cert-links img {
	margin-top: 10px;
	}
	
#cert-links p {
	margin-top: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#cert-search {
	margin-top: 120px;
	margin-left: 2px;
	width: 220px;
	}
	
#cert-search .search {
	margin-top: 1em;
	border: none;
	background: transparent;
	}

.cert p {
	margin-top: 70px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.cert img {
	float: left;
	clear: right;
	margin-right: 500px;
	display: block;
	}
	
.cert a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.cert a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

.cert a:visited {
	color: #1a469a;
	}
	
.cert ul li {
	list-style-type: disc;
	font-weight: 700;
	margin: 5px 0px 0px 20px;
	}
	
.certbutton { 
	background-image: url(../images/button_sprite2.png);
	background-position: top left;
	float:left;
	width: 113px;
	height: 35px;
	top: 50px;
	position: relative;
	display: block;
	text-decoration: none;
	}
	
.certbutton:hover {
	background-image: url(../images/button_sprite2.png);
	background-position: center;
	}
	
.certbutton:active {
	background-image: url(../images/button_sprite2.png);
	background-position: bottom left;
	outline: none;
	}
	
	
/******************************END OF SERVICES*****************************/

/****************************ACCREDITATIONS*****************************/

.acc p {
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.acc a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.acc a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.acc a:visited {
	color: #1a469a;
	}

.acc img {
	margin-bottom: 20px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	}
	
/*****************************END OF ACCREDITATIONS*****************************/

/****************************STANDARDS*****************************/

#standards {
	margin-top: 50px;
	padding-left: 10px;
	width: 220px;
	}
	
#standards p {
	font-weight: 700;
	margin-top: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#standards a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#standards a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#standards a:visited {
	color: #1a469a;
	}
	
/******************************END OF STANDARDS*****************************/

/******************************LABS*****************************/

.labs {
	float: left;
	position: relative;
	}
	
.labs p {
	margin-top: 15px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.labs a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.labs a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

.labs a:visited {
	color: #1a469a;
	}
	
.labs ul {
	margin-top: 10px;
	}
	
.labs img {
	margin-bottom: -15px;
	padding-right: 10px;
	}
		
.labs table {
	border-collapse: separate;
	border-spacing: 10px;
	}
	
.labs table td {
	border: 0px;
	}

.labs table tr td {
	background:transparent;
}

	
.labs table td.text {
	background: transparent;
	border: 0px;
	}
	
.labs table td a img {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
.labs table td a img:hover {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	}

/*****************************END OF LABS*****************************/

/********************************INDUSTRIES STYLE*******************/
.ind {
	float: left;
	position: relative;
	}
	
.ind p {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.ind p a {
	line-height: 1.2em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.ind a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.ind a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.ind a:visited {
	color: #1a469a;
	}
	
.ind img {
	-moz-box-shadow: 3px 3px 8px #8b8989;
	-webkit-box-shadow: 3px 3px 8px #8b8989;
	box-shadow: 3px 3px 8px #8b8989;
	}

/*****************************TENSILE STYLE*****************************/

.tensile p {
	margin-top: 20px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.tensile a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.tensile img {
	margin-top: 10px;
	margin-right: 600px;
	}
	
.tensile a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.tensile a:visited {
	color: #1a469a;
	}
	
#tensile-links {
	padding-left: 10px;
	width: 220px;
	}
	
#tensile-links a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}

	
#tensile-links a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#tensile-links a:visited {
	color: #1a469a;
	}
	
#tensile-links img {
	margin-top: 10px;
	}
	
#tensile-links p {
	margin-top: 2px;
	}
	
.astm p {
	margin-top: 20px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.astm a {
	color: #0066FF;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.astm a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.astm a:visited {
	color: #1a469a;
	}

.astm embed {
	display: block;
	clear: left;
	border: 2px solid #c6c6c6;
	}

.astm ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-weight: 700;
	}
	
.astm ul.fastener li {
	list-style-type: none;
	font-weight: 400;
	}
	
/*****************************CREEP STYLING*****************************/

.creep p {
	margin-top: 20px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.creep a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.creep a img {
	margin: 10px 10px 10px 0px;
	border: 3px #FFF solid;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	}
	
.creep a img:hover {
	margin: 10px 10px 10px 0px;
	border: 3px #0066FF solid;
	}
	
.creep a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.creep a:visited {
	color: #1a469a;
	}
	
.creep ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: 700;
	}
	
#creep-links {
	padding-left: 10px;
	width: 220px;
	}
	
#creep-links a {
	margin-top: 10px;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	line-height: 1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#creep-links a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#creep-links a:visited {
	color: #1a469a;
	}
	
#creep-links img {
	margin-top: 10px;
	}
	
#creep-links p {
	margin-top: 2px;
	}
	
/*****************************Tests Styles*****************************/

#tests {
	width: 350px;
	}
	
#tests a {
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#tests a:visited {
	color: #1a469a;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.letters {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	display: block;
	font-weight: 700;
	color: #252525;
	font-size: 1.5em;
	text-shadow: 1px 2px 2px #FFF;
	padding-bottom: 3px;
	border-bottom: 1px #0066FF solid;
	}
	
#testTypes {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	}
	
#tests a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
#tests a:visited {
	text-decoration: none;
	}
	
#tests p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
	
.sub {
	font-style: italic;
	display: block;
	margin-left: 10px;
	margin-bottom: -15px;
	}
	
#TopButton {
	display: block;
	position: fixed;
	color: #b5b5b5;
	left: 55%;
	bottom: 8%;
}

/*****************************END OF TESTS*****************************/

/***********************************SHIPPING*****************************/

#table {
	text-align: left;
	}
	
#table th {
	font-weight: 700;
	}

#table table, td, th{
	border: 1px solid #b5b5b5;
	background-color: #FFF;
	}
	
#table table, td, th {
	padding: 5px 10px 5px 10px;
	}
	
#table th {
	background-color: #c4d7ed;
	}
	
.shipping p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.shipping a {
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.shipping a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.shipping a:visited {
	color: #1a469a;
	}
	
.shipping img {
	margin-bottom: 15px;
	margin-top: 35px;
	}
	
.ast {
	color: red;
	}
	
.odd {
	background-color: transparent;
	}
	
/**END OF SHIPPING**/

/**CONTACT**/

.contact p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.contact a {
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.contact a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.contact a:visited {
	color: #1a469a;
	}
	
.contact img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.contact  .map img {
	border: 3px solid #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	}
	
.contact .map img:hover {
	border: 3px solid #0066FF;
	}
	
.contact iframe {
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	}
	
.contactTable {
	width: 660px;
	font-size: .9em;
	background-color: #FFF;
	}
	
.contactTable th {
	background-color: #c4d7ed;
	font-weight: 700;
	}

/**********FORM********************/

form {
	border: 1px solid #0066FF;
	background-color: #FFF;
}

form fieldset {
	margin: 10px;
	padding: 20px;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
}

form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align:right;
}

#rblRegarding {
	margin-left: 70px;
	display: block;
	}

#rblRegarding label {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
	}
	
#rblRegarding input {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form fieldset li textarea {
	min-width: 300px;
	max-width: 500px;
	}
	
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form fieldset fieldset legend {
	padding: 0 0 2px 20px;
	font-weight: normal;
}

form fieldset fieldset label {
	display: block;
	width: auto;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #0066FF;
}

form label {
	width: 120px; /* Width of labels */
}

form fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
	
/********************END OF FORM***************/	
/***********END OF CONTACT****************/
/***********TERMS*************************/

.terms p {
	margin-top: 60px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.terms a {
	line-height: 3em;
	text-decoration: none;
	color: #0066FF;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.terms a:hover {
	color: #0066FF;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255,255,255,.67);
	}
	
.terms a:visited {
	color: #1a469a;
	}
	
.terms ul {
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	

@media screen and (max-width: 960px) {

body {
	transition:all .5s linear; 
		-o-transition:all .5s linear; 
			-moz-transition:all .5s linear; 
				-webkit-transition:all .5s linear;
}

#leftcol {
	display: block;
	margin: 1em 1em;
	clear: right;
	width: 90%;
	height: auto;
	transition:all .5s linear; 
		-o-transition:all .5s linear; 
			-moz-transition:all .5s linear; 
				-webkit-transition:all .5s linear;
	}
	
#rightcol {
	margin: 1em 1em;
	display: block;
	position: relative;
	width: 90%;
	height: auto;
	transition:all .5s linear; 
		-o-transition:all .5s linear; 
			-moz-transition:all .5s linear; 
				-webkit-transition:all .5s linear;
	}

#container {
	width: 90%;
	overflow: hidden;
	}

	
#info {
	display: block;
	position: relative;
	}

#logo {
	display: block;
	position: relative;
	width: 100%;
	}
	
#logo p {
	width: 90%;
	}
	

#nav select {
	display: block;
	margin: 2em;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	}
	
	
#nav ul {
	display: none;
	top: 1em;
	}
	
	
#spacer {
	display: none;
	}
	
#social {
	display: none;
	}
	
#wrapper {
	display: none;
	}
	
.industries {
	width: 90%;
	}

.industries img {
	display: none;
	}
	
.industries .items p {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
.industries .items-first p {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
.industries .items {
	display: block;
	margin: 1em 0;
	padding: 0;
	text-align: left;
	height: auto;
	}
	
.industries .items-first {
	display: block;
	margin: 1em 0;
	padding: 0;
	text-align: left;
	height: auto;
	}

.grey {
	display: none;
	}

.color {
	display: none;
	}

#footer {
	display: block;
	width: 90%;
	margin: 1em;
	position: relative;
	}
	
#footer #terms a{
	display: block;
	width: 90%;
	margin: 1em 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	float: none;
	}
*/
/*****ABOUT*****/
/*
#about-links {
	display: block;
	position: relative;
	}
	
#about-search {
	display: block;
	position: relative;
	}
	
#qr {
	display: block;
	position: relative;
	}
/*
/*****LABS******/
/*
.labs img {
	margin-bottom: -15px;
	padding-right: 1em;
	}
		
.labs table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.labs table td {
	border: 0px;
	}

.labs table tr  {
	background:transparent;
	margin: 0;
}
	
.labs table td.text {
	background: transparent;
	border: 0px;
	border-collapse: collapse;
	}
	
	
}
*/