@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #460604;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 950px; /* Make this number 10px wider than actual design for ie issues */
}

.header {
	float: left;
	width: 940px;
	height: 461px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.side_a {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 640px;
}

.side_b { 
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 235px;
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

.side_c {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

.footer {
	float: left;
	width: 940px;
	height: 90px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #fff;
}


/* ---------------------------------------------------------------------------

	Header Declarations

--------------------------------------------------------------------------- */

.header_level_1 {
	float: left;
	width: 910px;
	height: 163px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.header_level_2 {
	float: left;
	width: 910px;
	height: 298px;
	margin: 16px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.logo a {
	float: left;
	display: block;
	text-decoration: none;
	width: 234px;
	height: 94px;
	background-image: url(../images/logo_nova_data_testing.png);
	background-repeat: no-repeat;
	margin: 42px 0px 0px 17px;
}

.header_address {
	float: right;
	width: 264px;
	margin: 42px 8px 0px 0px;
}

.header_address p {
	font-size: 14px;
	color: #999;
	text-align: right;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.header_address a:link, .header_address a:visited {
	color: #999;
	text-decoration: underline;
}

.header_address a:hover, .header_address a:visited:hover {
	color: #ccc;
	text-decoration: none;
}

.menu {
	float: left;
	width: 140px;
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.menu ul {
	 padding: 0px 20px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 text-indent: 1px;
	 list-style: none;
	 text-align: right;
}

.menu li {
	margin: 0px 20px 0px 0px;
	padding: 3px 0px 5px 0px;
	font-size: 13px;
}

.menu li a:link, .menu li a:visited {
	display: block;
	width: 120px;
	padding: 0px 20px 0px 0px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.menu li a:hover, .menu li a:visited:hover {	
	background-image: url(../images/menu_yellow_arrow.jpg); 
	background-repeat: no-repeat;
	background-position: right 50%; 
}

.menu li.selected {	
	background-image: url(../images/menu_yellow_arrow.jpg); 
	background-repeat: no-repeat;
	background-position: right 50%; 
	display: block;
	width: 120px;
	padding: 0px 20px 0px 0px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.banner {
	float: right;
	width: 755px;
	height: 260px;
	border: 2px solid #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------

	Text and Title Declarations

--------------------------------------------------------------------------- */

p {
	margin: 0px 0px 14px 0px;
	line-height: 18px;
}
 
h1 {
	color: #147AE6;
	font-size: 20px;
	font-weight: lighter;
 	margin: 10px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
} 

h2 {
	color: #8D2619;
	font-size: 16px;
	font-weight: lighter;
 	margin: 10px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
}

h3 {
	color: #8D2619;
	font-size: 13px;
	font-weight: bold;
 	margin: 10px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
}



/* ---------------------------------------------------------------------------

	Body Declarations

--------------------------------------------------------------------------- */

.container {
	float: left;
	width: 940px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content_wrapper {
	float: left;
	width: 940px;
	background-image: url(../images/body_container_white_bg_fade.png);
	background-position: center;
}

.content_area_ie {
	float: left;
	width: 916px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
}

.content_bottom {
	float: left;
	width: 940px;
	height: 15px;
	background-image: url(../images/body_container_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

.container a:link, .container a:visited {
	color: #003399;
	text-decoration: underline;
}

.container a:hover, .container a:visited:hover {
	color: #003399;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Home page area Declarations

--------------------------------------------------------------------------- */

.inspections_quality_area {
	float: left;
	width: 370px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.orange_area {
	float: left;
	width: 350px;
	background-color: #BA3925;
	border: #ccc 1px solid;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
}

.orange_area ul {
	width: 165px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-indent: 1px;
	list-style: none;
}

.orange_area ul.right {
	width: 170px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-indent: 1px;
	list-style: none;
}

.orange_area li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.orange_area a:link, .orange_area a:visited {
	color: #fff;
	text-decoration: none;
}

.orange_area a:hover, .orange_area a:visited:hover {
	color: #FFCC00;
	text-decoration: none;
}

.safety_area {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.safety_info {
	float: left;
	width: 240px;
	border: #E8988C 1px solid;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
}

.inspection_procedures {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
}

.inspection_procedures ul {
	width: 215px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	text-indent: 1px;
	list-style: none;
}

.inspection_procedures li {
	margin: 0px 0px;
	padding: 2px 0px 1px 0px;
	font-size: 13px;
}

.testimonials {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

span.testimonials_sig {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

.testimonials_viewall {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

/* ---------------------------------------------------------------------------

	Title Declarations

--------------------------------------------------------------------------- */

.underline_title {
	color: #8D2619;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: underline;
 	margin: 10px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
	margin: 10px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.white_text {
	color: #fff;
}

/* ---------------------------------------------------------------------------

	List Declarations

--------------------------------------------------------------------------- */

.emp_opp ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
}

.emp_opp li {
	border-bottom: #E2E2E2 1px solid;
	width: 95%;
	margin: 0px 0px;
	padding: 6px 0px;
	font-size: 13px;
}

.our_process_list ul {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 10px;
}

.our_process_list li {
	border-bottom: #E2E2E2 1px solid;
	padding: 0px 0px 8px 0px;
	margin: 4px 0px 10px 0px;
	text-indent: 0px;
	list-style: none;
	font-weight: bold;
	color: #006699;
}

.our_process_list li span {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.our_process_list_2 ul {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 10px;
}

.our_process_list_2 li {
	border-bottom: #E2E2E2 0px solid;
	padding: 0px 0px 8px 0px;
	margin: 4px 0px 10px 0px;
	text-indent: 0px;
	font-weight: bold;
	color: #006699;
}

.our_process_list_2 li span {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}


.mds_list ul {
	width: 300px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-indent: 1px;
	list-style: none;
}

.mds_list ul.right {
	width: 320px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-indent: 1px;
	list-style: none;
}

.mds_list li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.mds_list a:link, .mds_list a:visited {
	text-decoration: underline;
}

.mds_list a:hover, .mds_list a:visited:hover {
	text-decoration: none;
}

.thirty_percent_list ul {
	width: 30%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	text-indent: 1px;
	list-style: none;
}

.thirty_percent_list ul.right {
	width: 30%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	text-indent: 1px;
	list-style: none;
}

.thirty_percent_list li {
	margin: 0px 0px;
	padding: 3px 5px 6px 5px;
	font-size: 13px;
	background-color:#BA3925;	
	color: #fff;
}

.fifty_percent_list ul {
	width: 48%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	text-indent: 1px;
	list-style: none;
}

.fifty_percent_list ul.right {
	width: 48%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	text-indent: 1px;
	list-style: none;
}

.fifty_percent_list li {
	margin: 0px 0px;
	padding: 3px 5px 6px 5px;
	font-size: 13px;
	background-color:#BA3925;	
	color: #fff;
}

.sitemap_list ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-indent: 1px;
	list-style: none;
}

.sitemap_list li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.sitemap_list li ul li {
	margin: 0px 0px;
	padding: 4px 10px;
	font-size: 13px;
}

.sitemap_list a:link, .sitemap_list a:visited {
	text-decoration: underline;
}

.sitemap_list a:hover, .sitemap_list a:visited:hover {
	text-decoration: none;
}

.testimonials_list {
	float: left;
	width: 500px;
}

.testimonials_list ul {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 10px;
}

.testimonials_list li {
	border-bottom: #E2E2E2 1px solid;
	padding: 0px 0px 8px 0px;
	margin: 4px 0px 10px 0px;
	text-indent: 0px;
	list-style: none;
	font-weight: normal;
	color: #333;
}

.sharpcheck_tank_program ul {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 10px;
}

.sharpcheck_tank_program li {
	border-bottom: #E2E2E2 1px solid;
	padding: 0px 0px 8px 0px;
	margin: 4px 0px 10px 0px;
	text-indent: 0px;
	list-style: none;
	font-weight: normal;
	color: #333;
}

.sharpcheck_tank_program ul li ul li {
	border-bottom: #E2E2E2 0px solid;
	padding: 0px 0px 4px 0px;
	margin: 2px 0px 4px 0px;
	text-indent: 0px;
	list-style: none;
	font-weight: normal;
	color: #727272;
}


.report_samples ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.report_samples li {
	border-bottom: #E2E2E2 1px solid;
	margin: 0px 0px;
	padding: 15px 0px 15px 45px;
	font-size: 13px;
	line-height: 22px;
}

.report_samples li.pdf {
	background-image: url(../images/icon_adobe_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.report_samples a:link, .report_samples a:visited {
	text-decoration: underline;
}

.report_samples a:hover, .report_samples a:visited:hover {
	text-decoration: none;
}

.points_of_culture_list ol {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 10px;
}

.points_of_culture_list li {
	border-bottom: #E2E2E2 1px solid;
	padding: 0px 0px 8px 0px;
	margin: 4px 0px 10px 0px;
	text-indent: 0px;
	list-style: none;
	font-weight: normal;
	color: #333;
}

.points_of_culture_list li span {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: block;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}



/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.NAME {
   white-space: nowrap;
   float: left;
   width: 444px;
   height: 20px;
   text-align: center;
} 
.NAME ul {
   padding: 0px;
   margin: 0px;
}

.NAME ul li {
   display: inline;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}

.NAME ul li a:link, .NAME ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.NAME ul li a:hover, .NAME ul li a:visited:hover {
	color: #990000;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


.NAME ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
}

.NAME li {
	border-bottom: #CCCCCC 1px dotted;
	width: 95%;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.NAME a:link, .NAME a:visited {
	color: #333333;
	text-decoration: none;
}

.NAME a:hover, .NAME a:visited:hover {
	color: #990000;
	text-decoration: none;
}