@charset "UTF-8";

body
{
	background: #190e40 url("style/header_bg_two.jpg") repeat-x top left;
	margin-top: 0px;
	font-family: myriad, helvetica, arial, sans-serif;
	font-size: 11pt;
}

a:link {text-decoration: none; color: #cc0000;}
a:active {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #cc0000;}
a:hover {text-decoration: underline; color: #333333;}

h1, h2 		/* ---------- h2 is the same as h1 so it can be used inside a box without the top of the box appearing again because it is set as a background image */
{
	color: #1e1950;
	font-size: 13pt;
	font-weight: bold;
}

ul
{
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}

p
{
	padding-bottom: 10px;
}

img
{
	border: none;
}

#breadcrumb
{
	background: #ffffff url("style/topcontent_bg.jpg") no-repeat top left;
	width: 1020px;
	height: 34px;
	margin: 0px auto;
	margin-bottom: -13px;
	text-align: left;
}

#breadcrumb li
{
	display: inline;
	position: relative;
	top: 20px;
	left: 20px;
	text-align: left;
}

#wrapper
{
	width: 1020px;
	margin: auto;
	text-align: center;
}

.header
{
	background: #bf001a url("style/header_two.jpg") no-repeat top left;
	margin-top: 0px;
	width: 1020px;
	height: 170px;
}























/* -------------------------- Begin Navigation Bar Styling -------------------------- */


#navigation
{
	height: 61px;
	margin: 0px auto;
	text-align: center;
	margin-top: -1px;
	width: 1020px;
	padding-left: 30px;
}

#navigation ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	margin: 0px;
	list-style-type: none;
}

#navigation li a.index
{
	background: url("style/nav_home_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 105px;
}

#navigation li a:hover.index
{
	background: url("style/nav_home_two.jpg") -105px 0 no-repeat;
}

#navigation li a:active.index
{
	background: url("style/nav_home_two.jpg") -210px 0 no-repeat;
}

.home #navigation li a.index
{
	background: url("style/nav_home_two.jpg") -210px 0 no-repeat;
}

#navigation li a.about
{
	background: url("style/nav_about_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 110px;
}

#navigation li a:hover.about
{
	background: url("style/nav_about_two.jpg") -110px 0 no-repeat;
}

#navigation li a:active.about
{
	background: url("style/nav_about_two.jpg") -220px 0 no-repeat;
}

.aboutus #navigation li a.about
{
	background: url("style/nav_about_two.jpg") -220px 0 no-repeat;
}

#navigation li a.products
{
	background: url("style/nav_products_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 123px;
}

#navigation li a:hover.products
{
	background: url("style/nav_products_two.jpg") -123px 0 no-repeat;
}

#navigation li a:active.products
{
	background: url("style/nav_products_two.jpg") -246px 0 no-repeat;
}

.product #navigation li a.products
{
	background: url("style/nav_products_two.jpg") -246px 0 no-repeat;
}

#navigation li a.fingerprinting
{
	background: url("style/nav_fingerprinting_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 240px;
}

#navigation li a:hover.fingerprinting
{
	background: url("style/nav_fingerprinting_two.jpg") -240px 0 no-repeat;
}

#navigation li a:active.fingerprinting
{
	background: url("style/nav_fingerprinting_two.jpg") -480px 0 no-repeat;
}

.finger #navigation li a.fingerprinting
{
	background: url("style/nav_fingerprinting_two.jpg") -480px 0 no-repeat;
}

#navigation li a.consulting
{
	background: url("style/nav_consulting_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 128px;
}

#navigation li a:hover.consulting
{
	background: url("style/nav_consulting_two.jpg") -128px 0 no-repeat;
}

#navigation li a:active.consulting
{
	background: url("style/nav_consulting_two.jpg") -256px 0 no-repeat;
}

.consultingServices #navigation li a.consulting
{
	background: url("style/nav_consulting_two.jpg") -256px 0 no-repeat;
}

#navigation li a.faq
{
	background: url("style/nav_faq_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 120px;
}

#navigation li a:hover.faq
{
	background: url("style/nav_faq_two.jpg") -120px 0 no-repeat;
}

#navigation li a:active.faq
{
	background: url("style/nav_faq_two.jpg") -240px 0 no-repeat;
}

.faq #navigation li a.faq
{
	background: url("style/nav_faq_two.jpg") -240px 0 no-repeat;
}

#navigation li a.contact
{
	background: url("style/nav_contact_two.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 61px;
	width: 105px;
}

#navigation li a:hover.contact
{
	background: url("style/nav_contact_two.jpg") -105px 0 no-repeat;
}

#navigation li a:active.contact
{
	background: url("style/nav_contact_two.jpg") -210px 0 no-repeat;
}

.contactus #navigation li a.contact
{
	background: url("style/nav_contact_two.jpg") -210px 0 no-repeat;
}


/* -------------------------- End Navigation Bar Styling -------------------------- */




















#bgcontainer
{
	background: #ffffff url("style/main_bg.jpg") repeat-y left top;
	margin: 0px;
	width: 1020px;
}

#content
{
	margin: 0px auto;
	width: 980px;
	text-align: left;
	padding-top: 15px;
}

#content p
{
	margin: 0px;
}

.main
{
	width: 605px;
	margin-left: 0px;
}

.maintwo
{
	width: 605px;
	float: right;
	margin-right: 0px;
}

.secondary
{
	width: 340px;
	float: right;
	margin-right: 5px;
}

.secondarytwo
{
	width: 340px;
	margin-left: 0px;
}

#secondary ul
{
	padding-left: 20px;
	padding-right: 20px;
}

#mapdown
{
	margin-top: 40px;
}

#fingerdown
{
	margin-top: 10px;
}

#content 
{		
	overflow: hidden; /* Used to clear all divs with floated elements */
	width: 95%;
}


#footer
{
	background: #1e1950 url("style/footer_bg.jpg") no-repeat top left;
	width: 1020px;
	height: 63px;
	clear: both;
}


#footer a:link {text-decoration: none; color: #ffffff;}
#footer a:active {text-decoration: none; color: #ffffff;}
#footer a:visited {text-decoration: none; color: #ffffff;}
#footer a:hover {text-decoration: underline; color: #cccccc;}

#footer ul
{
	padding-top: 35px;
}

#footer li
{
	display: inline;
	font-size: 10pt;
}











/* ------------------ div class box and id's small and medium are for the rounded corner boxes used throughout the site ------------------ */

.box
{
	width: 605px;
	background: #ffffff url("style/box_605_mid.jpg") repeat-y;
	margin: 0px;
}

.box h1
{
	background: url("style/box_605_top.jpg") left top no-repeat;
	padding-top: 16px;
}

.box .last
{
	background: url("style/box_605_bot.jpg") left bottom no-repeat;
	padding-bottom: 25px;
}

.box h1, .box p, .box ul, .box h2
{
	padding-left: 20px;
	padding-right: 20px;
}

.box ol
{
	padding-right: 20px;
}

.medium
{
	width: 340px;
	background: #ffffff url("style/box_340_mid.jpg") repeat-y;
}

.medium h1
{
	background: url("style/box_340_top.jpg") left top no-repeat;
	padding-top: 16px;
	margin-top: 0px;	
}

.medium .last
{
	background: url("style/box_340_bot.jpg") left bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

/* -----------------------  End Rounded-Corner Boxes  -------------------------*/


#consult li
{
	list-style-type: disc;
	margin-left: 20px;
}

.testimonial
{
	background: #dfe5e5;
	color: #1e1950;
	width: 310px;
	margin: 20px 0px 10px 5px;
	padding: 10px;
}

.testimonial p
{
	font-size: 10pt;
	font-style: italic;
}

.testimonial li
{
	font-weight: bold;
	font-size: 10pt;
}

.map
{
	margin-left: 13px;
}

#building img
{
	margin-left: -7px;
}
	
#directions
{
	margin: auto;
	text-align: center;
}

/* ------- This is for the table on the contacts page -------- */
#onecolumn
{
	width: 40%;
}

#twocolumn
{
	width: 30%;
}

#threecolumn
{
	width: 30%;
}

.last td
{
	padding-left: 20px;
}

/* ------- End the table on the contacts page -------- */


.product img
{
	padding: 10px;
	float: none;
}

.price
{
	color: #1e1950;
	font-weight: bold;
}


.bullet li
{
	list-style-type: disc;
	margin-left: 20px;
}

.emphasis
{
	font-weight: bold;
	font-style: italic;
}

#space li
{
	margin-bottom: 2px;
}

#secondaryText
{
	color: #666666;
}

#phone   /* ------ Used on index page ------- */
{
	height: 130px;
	width: 330px;
	margin: 15px 0 0 5px;
}





/* --- FAQ Page --- */
.faq_h
{
	padding-top: 80px;
}

