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

body {
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #003479;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img	{
	border:0px;	
}

.bold {
	font-weight: bold;	
}

#container {
	background-color:#fff;
	width:950px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*CART ADJUSTMENTS*/
/*#cboxClose	{
	position:absolute; 
	bottom:0; 
	left:0; 
	background:url(http://static.foxycart.com/scripts/colorbox/1.3.16/style1/images/controls.png) no-repeat -25px 0; 
	width:1.1em; 
	height:25px; 
	text-indent:-9999px;
}

#cboxClose.hover	{
	background-position:-25px -25px;
}*/

/* show/hide cart  */
#fc_minicart {
	width: 200px;
	float: right;
	margin-right:40px;
	margin-top:-85px;
	text-decoration:none;
	text-align:center;
	padding:10px 15px;
	border:thin solid #003479;
	height:14px;
	overflow:hidden;
}

#fc_minicart.product {
	margin-top:-43px;
}

/*CART ADJUSTMENTS END*/

h1, h2, a:link, a:visited{
	color: #003479;
	text-decoration:none;
}
h1, h2, a:hover{
	color: #e68f19;	
}

.qLinks{
	font-size: 16px;
	font-weight: bold;	
	color: #003479;	
}

.qSub{
	font-size: 10px;
}


p{
	line-height: 18px;	
}
/* header */
#headLeft {
	position: relative;
	left: 0px;
	width:370px;
	height:83px;
}
#headRight {
	position: relative;
	left: 370px;
	top:-83px;
	width:580px;
	height:83px;
	background-color:#003479;
}


/* body */

#content{
	width: 100%;
	min-height: 100%;
	position: relative;
	margin-top:-20px
}
#pageHeadline{
	margin-top: 0px;
	position:relative;
	padding-bottom:20px;
}

.bodyContent{
	margin-left: 44px;
}

.internal{
	font-weight: bold;
	margin-right: 50px;
	margin-top: 0px;

}

#bodyLeft{
	position: relative;
	left: 0px;
	top: 0px;
	width: 570px;
	min-height: 630px;

}

/*--services page exceptions--*/
.services#bodyLeft{
	min-height: 700px;
}

/*--products & analysis pages--*/
.red {
	color:#fb0303;
}

#logo {
	width:107px;
	float: right;
	margin-top:25px;
	margin-left:-8px;
}

#bodyLeft.product h3{
	font-size: 16px;
}

#bodyLeft.product h4{
	font-size: 14px;
}

#bodyLeft.product h4.second{
	margin-top:28px;
}

#bodyLeft.product h6{
	font-size: 12px;
	margin-bottom:-6px;
	margin-left:30px;
	margin-top:-4px;
}

#bodyLeft.product ul.item1 {
	margin-left:25px;
	
}

#bodyLeft.product ul.item2 {
	margin-left:25px;
}

#bodyLeft.product ul.item2 li {
	padding-bottom:15px;
}

#bodyRightSpec.product{
	position: absolute;
	width: 210px;
	margin-left: 610px;
	margin-top: -29px;
	padding-left: 30px;
	padding-right: 10px;
	height: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e68f19;
	left: 41px;
}

#bodyRightSpec.product h3{
	margin-top:-6px;
}

#bodyRightSpec.product ol {
	margin-left:18px;
	padding:0;	
}

#bodyRightSpec.product ol li {
	padding-bottom: 10px;
	line-height:130%;
	}


#bodyRightSpec.product ul {
	margin-left:18px;
	padding:0;	
}

#bodyRightSpec.product ul li {
	padding-bottom: 10px;
	line-height:130%;
	font-size:11px;
	}

.bigBold {
	font-size:13px;
	font-weight:bold;
	margin-top:25px;
}
#specfooter{
	position: relative;
	font-size: 7.5px;
	text-align: left;
	width: 600px;
	padding-bottom:10px;
	padding-right:40px;
	margin-left:45px;
	margin-top:20px;
}

.begin_btn {
	float:left;
	width:116px;
 	margin-left:450px;
    margin-top:-40px;
}

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

#form{
	position:relative;

}

h2.form {
	margin-left:35px;	
}
.svcShell{
	float: left;
	height: auto;
	width: auto;
	position: relative;
	padding-right: 20px;

	padding-bottom: 20px;

}

.svcCont{
	float: left;

}
.svcContRight{
	float: left;
	padding-left: 10px;
}

#bodyRight{
	position: absolute;
	width: 210px;
	margin-left: 610px;
	margin-top: -35px;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 10px;
	height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e68f19;
	left: 41px;
}

#bodyRightSpec{
	position: absolute;
	width: 210px;
	margin-left: 610px;
	margin-top: -29px;
	padding-left: 30px;
	padding-right: 10px;
	height: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e68f19;
	left: 41px;
}

.specB{
	color: #d60303;
	padding-right: 65px;
	padding-left: 65px;
}
#footer{
	position: relative;
	font-size: 9px;
	text-align: right;
	width: 940px;
	padding-bottom:10px;
}


/* navigation */
#navi {
	background-image: url(images/navBG.gif);
	width:950px;
	height:44px;
	position: absolute;
	top: 82px;
	background-repeat: repeat;
	background-position: left center;
	overflow: hidden;
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi li {
	display: inline;
	
}

#timRoll {
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/meet_tim_over.gif);
	display: block;
	height: 122px;
	width: 444px;
}

#timRoll:hover{
	background-image: url(images/meet_tim_over.gif);
	background-repeat: no-repeat;
	background-position: 0px -120px;	
}

#timRoll span{
  position: absolute;
  top: -999em;	
}

#yellCall{

	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 25px;
	height: 178px;
}

#specSide{
	font-size:10px;	
}

#navi a:link, #navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
}

#navi li.about a:link, #navi li.about a:visited {
	left: 0px;
	background-repeat: no-repeat;
	height: 42px;
	width: 120px;
	background-position: left center;
	background-image: url(images/aboutUs_off.gif);
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
}

#navi li.ptrs a:link, #navi li.ptrs a:visited {
	left: 120px;
	background-image: url(images/ptrs.gif);
	height: 42px;
	width: 235px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
	position: relative;
	top: -42px;

}
#navi li.su a:link, #navi li.su a:visited {
	left: 356px;
	background-image: url(images/ptr_signUP.gif);
	height: 42px;
	width: 133px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -84px;

}
	#navi li.links a:link, #navi li.links a:visited {
	left: 478px;
	background-image: url(images/links.gif);
	height: 42px;
	width: 113px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -126px;
}

	#navi li.contact a:link, #navi li.contact a:visited {
	left: 591px;
	background-image: url(images/contact.gif);
	height: 42px;
	width: 108px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -168px;
}

	#navi li.home a:link, #navi li.home a:visited {
	left: 699px;
	background-image: url(images/home.gif);
	height: 42px;
	width: 72px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -210px;
}
#navi li.about a:hover{
	background-image: url(images/aboutUs_over.gif);
	background-repeat: no-repeat;
}

#navi li.ptrs a:hover {
	background-image: url(images/ptrs_over.gif);
	background-repeat: no-repeat;	
}
#navi li.su a:hover {
	background-image: url(images/ptr_signUP_over.gif);
	background-repeat: no-repeat;
}
#navi li.links a:hover {
	background-image: url(images/links_over.gif);
	background-repeat: no-repeat;
}
#navi li.contact a:hover {
	background-image: url(images/contact_over.gif);
	background-repeat: no-repeat;
}
#navi li.home a:hover {
	background-image: url(images/home_over.gif);
	background-repeat: no-repeat;
}
iframe{
	position:relative;
	left:0px;
	top:-20px;
}

.yellHD{
	color: #e68f19;	
}