/*
light blue background	#f0f5f8
medium gray keylines	#cccccc
primary blue			#00467f
medium blue				#387bb1
bright green			#1fb25a
dark green				#1a8e49
*/
/* ##################	Catchall Styles	 ################## */
body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#00467f;
}
/* ##################	Page Styles	 ################## */
body
{
	margin:0 0 20px 0;
	padding:0;
}
p,p a
{
	margin:0 0 8px 0;
	font-size:13px;
}
p.first
{
	margin-top:10px;
}
p.last
{
	margin-bottom:0;
}
p.tall
{
	margin-bottom:15px;
}
p.lasttall
{
	margin-bottom:20px;
}
p.title
{
	font-weight:bold;
}
div.tall
{
	margin-bottom:20px !important;
}
div.scannercolumn
{
	float:left;
	width:230px;
}
.paddedimage
{
	margin-bottom:5px;
}
.red
{
	color:Red;
}

/* ##################	Heading Styles	 ################## */
h1,h2,h3,h4,h5
{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#00467f;
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:bold;
}
h1
{
	font-size:22px;
	background-color:#f0f5f8;
	padding:8px 8px 8px 16px;
	margin:10px 0;
}
h1.nobg
{
	font-size:22px;
	background-color:Transparent;
	padding:0;
	margin:0;
}
h2
{
	font-size:17px;
}
h2.green
{
	color:#1fb25a;
}
h2.tall
{
	margin-bottom:10px;
}
h2.padded
{
	margin-top:12px;
}
h3
{
	font-size:14px;
}
h3.green
{
	font-size:14px;
	color:#1fb25a;
}
h4
{
	font-size:12px;
}
h4.light
{
	font-size:12px;
	font-weight:normal;
}
h5
{
	font-size:12px;
	color:#1fb25a;
}
/* ##################	Link Styles	 ################## */
a
{
	color:#387bb1;
	text-decoration:underline;
}
a:hover
{
	color:#00467f;
	text-decoration:underline;
}
/* ##################	Form Styles	 ################## */
.textfield,select,textarea
{
	border:solid 1px #a5acb2;
	margin:0;
	width:285px;
	height:20px;
	line-height:normal;
	color:#00467f;
	font-size:14px;
}
.searchtextfield
{
	height:11px;
	font-size:11px;
}
.textfieldsmall
{
	border:solid 1px #a5acb2;
	margin:0;
	width:200px;
	height:20px;
	line-height:normal;
	color:#00467f;
	font-size:14px;
}
.checkbox
{
	width:auto;
	background-color:transparent;
	border:none;
}
.dropdown
{
	height:24px;
	width:289px;
}
.radio
{
	height:30px;
}
.formrow
{
	margin:5px 0;
}
.formlabel
{
	float:left;
	width:175px;
	font-size:14px;
}
.formfield
{
	float:left;
	width:285px;
}
.formlabelsmall
{
	float:left;
	width:140px;
	font-size:14px;
}
.formlabellarge
{
	float:left;
	width:240px;
	font-size:14px;
}
.formfieldsmall
{
	float:left;
	width:200px;
}
.formfieldlarge
{
	float:left;
	width:180px;
}
.formvalidationrow
{
}
.formvalidationsummary
{
	background:#f0f5f8 url('/app_media/images/iconwarning.gif') no-repeat 7px 3px !important;
	padding:10px 10px 5px 44px;
	margin-bottom:7px;
	font-weight:bold;
	font-size:12px;
}
.formvalidationsummarywhitepaper
{
	background:url('/app_media/images/iconwarning.gif') no-repeat 7px 3px !important;
	padding:0px 10px 5px 44px;
	margin-bottom:7px;
	font-weight:bold;
	font-size:12px;
}
.formvalidationsummary ul
{
	margin:10px 0 0 10px;
	list-style-type:none;
	padding:0;
}
.bullet1 li,.formvalidationsummary li
{
	background:url('/app_media/images/BulletType1.gif') 0 4px no-repeat;
	margin:2px 0 0 0;
	padding:0 0 0 10px;
	font-weight:normal;
}
.bullet2 li
{
	background:url('/app_media/images/BulletType1.gif') 0 4px no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	font-weight:normal;
}
.bullet3 li
{
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	font-weight:normal;
}
.bulleteven li
{
	background:url('/app_media/images/BulletType1.gif') 0 4px no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	font-weight:normal;
}
/* ##################	Generic Object Styles	 ################## */
a img
{
	border:0;
}
div.hr
{
	border:0;
	margin:0;
	padding:0;
	height:1px;
	background:url('/app_media/images/RuleBackground.gif') repeat-x;
}
div.vr
{
	border:0;
	margin:0;
	padding:0;
	width:1px;
	background:url('/app_media/images/RuleBackground.gif') repeat-y;
}
.linetop
{
	border-top:1px solid #cccccc;
}
.lineright
{
	border-right:1px solid #cccccc;
}
.linebottom
{
	border-bottom:1px solid #cccccc;
}
.lineleft
{
	border-left:1px solid #cccccc;
}
.outline
{
	border:1px solid #cccccc;
}
.clear
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.ucase
{
	text-transform:uppercase;
}
.sitemappath
{
	margin:4px 0;
}
.sitemappath *
{
	font-size:9px;
}
/* ##################	Lists	 ################## */
.bullet1
{
	margin:0 0 0 10px;
	list-style-type:none;
	padding:0;
}
.bullet1 li
{
	background:url('/app_media/images/BulletType1.gif') 0 4px no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}
.bullet2
{
	margin:5px 0 20px 10px;
	list-style-type:none;
	padding:0;
}
.bullet2 li
{
	background:url('/app_media/images/BulletType1.gif') 0 4px no-repeat;
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	font-size:12px;
}
.bullet3
{
	margin:5px 0 10px 10px;
	padding:0;
	font-size:13px;
}
.bullet3 li
{
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	font-size:13px;
}
.bulleteven
{
	margin:10px 0 15px 10px;
	list-style-type:none;
	padding:0;
}
.bulleteven li
{
	background:url('/app_media/images/BulletType1.gif') 0 6px no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	line-height:18px;
}
/* ##################	Positioning	 ################## */
.floatleft
{
	float:left;	
}
.floatright
{
	float:right;	
}
.pad5
{
	padding:5px;
}
.pad10
{
	padding:10px;
}
.pad20
{
	padding:20px;
}
/* ##################	Page Object Styles	 ################## */
.fullwidth
{
	width:980px;
	margin:0 auto;
	padding:0 10px;
}
.header
{
	width:100%;
}
.headerupperwrapper
{
	padding:5px 0;
	background-color:#00467f;
}
.headerlower
{
	height:80px;
	background-image:url('/app_media/images/HeaderBackground.jpg');
}
.headertopnav
{
	float:left;
	margin-top:2px;
}
.headertopnavitem
{
	float:left;
	margin-right:25px;
}
.headertopnavitem a
{
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
.headertopnavitem a:hover
{
	color:#ffffff;
}
.headersearch
{
	float:right;
}
.headersearchfield
{
	float:left;
	margin-right:3px;
}
.headersearchbutton
{
	float:left;
}
.headerlogo
{
	float:left;
	margin-top:10px;
}
.headericons
{
	text-align:right;
	margin-top:7px;
	margin-right:25px;
}
.headermainnav
{
	float:right;
}
.headerbar1
{
	border-bottom:5px solid #00467f;
}
.headerbar2
{
	border-bottom:1px solid #6690b2;
}
.footerbanners
{
	margin:20px 0;
}
.footerbanner1
{
	float:left;
	margin-right:20px;
}
.footerbanner2
{
	float:left;
}
.footernav
{
	margin-top:5px;
}
.footernavitem
{
	float:left;
	margin-right:82px;
}
.footernavitem a
{
	text-decoration:none;
}
.footerinfo
{
	margin-top:20px;
}
.footerlogo
{
	float:left;
	margin-right:35px;
}
.footeraddress
{
	float:left;
	color:#7f7f7f;
	margin-right:150px;
}
.footersignup
{
	float:left;
	width:190px;
	margin-right:60px;
}
.footersignuptext
{
	margin-bottom:5px;
}
.footersignupfield
{
	float:left;
	margin-right:3px;
}
.footersignupbutton
{
	float:left;
}
.footerlinks
{
	float:left;
}
.footerlinkitem a
{
	text-decoration:none;
}
.whitepaperfooter
{
	float:left;
	color:#7f7f7f;
	margin-right:190px;
	line-height:16px;
}
.contentcolleft
{
	width:200px;
	float:left;
	margin-right:20px;
}
.contentcolcenter
{
	float:left;
	width:540px;
}
.contentcolright
{
	width:200px;
	float:left;
	margin-left:20px;
}
.contentfullright
{
	float:left;
	width:760px;
}
/* ##################	FAQ Styles	 ################## */
.dhtmlgoodies_question
{
	margin:6px 0 2px 0;
	padding:2px 0 0 22px;
	background:url('/app_media/images/FAQQuestion.gif') no-repeat;
	overflow:hidden;
	cursor:pointer;
	line-height:18px;
	font-weight:bold;
}
.dhtmlgoodies_answer
{
	margin:0 0 10px 0;
	padding:2px 0 0 22px;
	background:url('/app_media/images/FAQAnswer.gif') no-repeat;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content
{
	padding:1px;
	position:relative;
}
/* ##################	General Use Object Styles	 ################## */
.contactarep
{
	margin-top:60px;
}

/* ##################	Navigation Styles	 ################## */
.subnav
{
}
.subnavitem
{
}
.subnavitem a
{
	text-decoration:none;
	display:block;
	padding:5px;
}
.subnavitem a:hover
{
	text-decoration:none;
	background:#f0f5f8;
}
.subnavitemselected
{
}
.subnavitemselected a
{
	text-decoration:none;
	display:block;
	padding:5px;
	background:#f0f5f8;
}
.subnavitemselected a:hover
{
	text-decoration:none;
	background:#f0f5f8;
}
/* ##################	Product Styles	 ################## */
.producttabs
{
	position:relative;
	z-index:0;
	margin-top:10px !important;
}
.producttabs *
{
	font-size:10px;
}
.producttab,.producttabsel
{
	padding:8px 19px 3px 19px !important;
	margin-right:3px !important;
	border:1px solid #cccccc;
	background-color:#f0f5f8;
}
.producttabsel
{
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.producttabtall,.producttabtallsel
{
	padding:1px 19px 3px 19px !important;
	margin-right:3px !important;
	border:1px solid #cccccc;
	background-color:#f0f5f8;
}
.producttabtallsel
{
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.producttabsmall,.producttabselsmall
{
	padding:5px 5px 2px 6px !important;
	margin-right:3px !important;
	border:1px solid #cccccc;
	background-color:#f0f5f8;
}
.producttabselsmall
{
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.producttablast
{
	margin-right:0 !important;
}
.producttablastsmall
{
	padding-right:7px !important;
	margin-right:0 !important;
}
.producttabcontainer
{
	border:1px solid #cccccc;
	margin-top:-1px !important;
	padding:10px;
}
.recycledtabs
{
	position:relative;
	z-index:0;
	margin-top:10px !important;
}
.recycledtabs *
{
	font-size:10px;
}
.recycledtab,.recycledtabsel
{
	padding:8px 15px 3px 15px !important;
	margin-right:3px !important;
	border:1px solid #cccccc;
	background-color:#f0f5f8;
}
.recycledtablast,.recycledtablastsel
{
	padding:9px 15px 3px 16px !important;
	margin-right:0px !important;
	border:1px solid #cccccc;
	background-color:#f0f5f8;
}
.recycledtablastsel
{
	padding:9px 15px 3px 16px !important;
	margin-right:0px !important;
	border:1px solid #cccccc;
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.recycledtabsel
{
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.faqtabs
{
	position:relative;
	z-index:0;
}
.faqtabs *
{
	font-size:10px;
}
.faqtab,.faqtabsel
{
}
.faqtabsel
{
}
.faqtabcontainer
{
	border:1px solid #cccccc;
	margin-top:-1px !important;
}
.faqtabinnercontainer
{
	margin-top:-1px !important;
	padding:10px;
}
.speclabel
{
	float:left;
	width:160px;
	padding:10px 10px 10px 0;
	text-align:right;
	font-weight:bold;
	background:url('/app_media/images/RuleBackground.gif') repeat-y right;
}
.specvalue
{
	float:left;
	padding:10px 0 10px 10px;
}
.specrowalt
{
	background-color:#f0f5f8;
}
.sampleformrow
{
	margin:15px 10px 15px 10px;
}
.sampleformtitle
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	width:388px;
}
.sampleformtitle a
{
	font-size:12px;
	font-weight:bold;
}
.sampleformthumb
{
	float:left;
	margin-right:20px;
}
.sampleformprice
{
	font-size:12px;
}
.sampleformdesc
{
	font-size:12px;
}
.sampleformcode
{
	color:#9a9a9a;
}
.downloadrow
{
	margin:10px;
}
.downloadicon
{
	float:left;
	padding:10px 20px 10px 20px;
}
.downloadtext
{
	float:left;
	padding:10px 20px 0 20px;
	width:323px;
}
.downloadtitle a
{
	font-weight:bold;
}
.downloadtitle
{
	margin-bottom:10px;
	width:323px;
}
.downloaddesc
{

}

