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

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, sub, sup, 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-family: "Trebuchet", Arial, Helvetica, sans-serif;
/*  font-family:  'Lucida Grande' , 'Lucida Sans Unicode' , sans-serif;*/
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet", sans-serif;
}

body {
	font-size: 12px;
	background-image:url(images/PageBack3.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	color: #444;
}


/* ------------------------------------  main container elements -------------------------------------- */

#containerMain {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 960px;
	z-index: 100;
}

#containerHeader {
	height: 80px;
	width: 190px;
	vertical-align: bottom;
	background-image: url(images/LadyMain1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#containerMenu {
	font-size: 1.1em;
	color: #666;
	text-transform: uppercase;
	height: 50px;
	position: relative;
	overflow: visible;
}

#containerLeftCol {
	width: 450px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}

#containerRightCol {
	width: 420px;
	float:right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
	background-image: url(images/grayArms.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	width: 100%;
	height: 200px;
	margin-top:30px;
	background-image: url(images/footerBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #666;
	padding-top: 15px;
}

.IndexBannerImage {
	background-image: url(images/IndexImage.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 35px;
	z-index: -100;
}

.BannerImage {
	color: #464646;
	margin-bottom: 50px;
	z-index: -100;
}

.bannerContent {
	color: #464646;
	padding-left: 300px;
	padding-right: 100px;
	padding-top: 10px;
}

.bannerContent img { 
margin-left: -270px;
float: left;
}

.marqueeContent {
	color: #ffffff;
	padding-left: 335px;
	padding-right: 50px;
	padding-top: 105px;
	padding-bottom: 5px;
}


/* ------------------------------------------ menu containers and items -------------------------------------------- */

.clear{
	clear: both;
}

#mainSiteNav {
	color: #fff;
	width: 400px;
	float: right;
	margin-top: 5px;
	text-align: right;
}

.menuItem {
	width: 130px;
	float: left;
	height: 28px;
	padding-top: 10px;
	text-align: center;
	color: #666;
}

.menuSpace {
	width: 90px;
	float: left;
	height: 31px;
	padding-top: 17px;
	text-align: center;
	color: #fff;
}

.menuItemProduct {
	width: 140px;
	background-color: #069;
	float: right;
	height: 31px;
	padding-top: 17px;
	text-align: center;
	color: #fff;
}

.menuItem:hover {
	text-decoration: none;
	color: #CCC;
}

.menuItem:active {
	text-decoration: none;
	color: #666;
}

.menuItemUp {
	width: 130px;
	float: left;
	height: 42px;
	padding-top: 7px;
	text-align: center;
	color: #323232;
	overflow: visible;
	background-image: url(images/btnBack.png);
	background-repeat: no-repeat;
	z-index: 101;
}
	
#containerMenu img {
	float: left;
}

.mainComputerImage {
	float: left;
	margin-left:435px;
	margin-top: -180px;
}

#mainHeaderText {
	width: 375px;
	color: #FFF;
	text-align: right;
	float: right;
	margin-top: 50px;
	margin-right: 230px;
}

#mainHeaderImage {
	width: 680px;
	height: 231px;
	color: #FFF;
	float: right;
	}

.mainHeaderTitle {
	color: #157ABF;
	font-size: 24px;
	line-height: 26px;
}

.mainHeaderSubTitle {
	color: #23A3DD;
	font-size: 16px;
}

.mainHeaderBodyText {
	font-size: 10px;
	color: #1279BE;
	letter-spacing: 0.05em;
}

.mainHeaderVideoText {
	font-size: 14px;
	color: #1279BE;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-top: 15px;
}

.mainHeaderVideoText a {
	text-decoration: none;
	color: #FFF;
}

.footerContainer {
	width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	padding-bottom: 25px;
}

.footerTextLeft {
	text-align: right;
	width: 470px;
	float: left;
	margin-right: 35px;
}

input {
	background-color: #c1c1c1;
}

/* ----------------- General Definitions ---------------------- */

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ccc;
	background-color: #ccc;
}

h1 {
	font-size: 2em;
	letter-spacing: -.04em;
	text-transform:uppercase;
	color:#000;
}

h2 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: lighter;
	line-height: 1em;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.4em;
	color: #222;
	font-weight: lighter;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.3em;
	color: #09C;
	
}


.title1 {
	font-size: 1.6em;
	margin: 0px;
	color:#333;
}

.titleLine {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}

.titleSub1 {
	font-weight: bold;
	color:#990;
	font-style: italic;
}

.divider {
	height: 5px;
	border-bottom: 1px dashed #bbb;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color:#06C;
}

a:hover {
	text-decoration: none;
	color: #666;
}

p {
	margin-bottom: 10px;
}

.headingIcon {
}

.imageLeftFloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imageRightFloat {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sectionSpacer {
	height: 25px;
}

#mainSiteNav a {
	color: #CCC;
}

#mainSiteNav a:hover {
	color: #09C;
}

ul li {
	margin-top: 9px;
	color: #444;
	margin-left: 20px;
	margin-right: 20px;
}
.quote {
	background-image: url(images/quotes.png);
	background-repeat:no-repeat;
	font-size: 1.5em;
	color: #333;
	margin-bottom: 7px;
	font-style: italic;
	line-height: 1.6em;
}

.quoteMed {
	color:#444;
	margin-bottom: 4px;
	font-style: italic;
	line-height: 1.4em;
}

.quoteSmall {
	font-size: 1em;
	margin-bottom: 7px;
	font-style: italic;
	line-height: 1.3em;
}

.quoteAttribute {
	color: #999;
	font-style: italic;
}

.quoteAttributeSmall {
	font-size: .9em;
	line-height: 1.1em;
	color: #999;
	font-style: italic;
}

.mediaNews {
	color: #666;
}

.videoThumb {
	width: 69px;
	height: 69px;
	margin: 2px;
	padding: 3px;
	float: left;
	border: 1px solid #ddd;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}

.videoThumb img {
	margin-bottom: 3px;
	clear: both;
}

.statText {
	font-size: 1.25em;
	color: #390;
	margin-left: 45px;
}

.imageBorder {
	border: 1px solid #CCC;
}

.documentText {
	background-image:url(images/documentImg2.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	background-position: 2px 0px;
	margin-bottom: 15px;
}

.documentTextNoIcon {
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}


.videoText {
	background-repeat:no-repeat;
	padding-left: 50px;
	padding-bottom: 5px;
	background-position: 5px 1px;
	margin-bottom: 15px;
}


.videoText img {
	float: left;
	margin-left: -48px;
}


.videoTextLg {
	background-repeat:no-repeat;
	padding-left: 110px;
	padding-bottom: 5px;
	background-position: 5px 1px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #c6c6c6;
}

.videoTextLg img {
	float: left;
	margin-left: -108px;
	border: 1px solid #555;
}


.arrowBullet {
	background-image: url(images/arrowBullet.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 7px;

}

.arrowBulletLarge {
	background-image: url(images/arrowBullet.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 30px;

}

.infoBullet {
	background-image:url(images/InfoIcon.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 7px;
}

.infoBulletLarge {
	background-image: url(images/InfoIcon.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 30px;

}

.checkBullet {
	background-image: url(images/ok_16_hot.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;

}

.checkBulletLarge {
	background-image: url(images/ok_16_hot.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;

}

.VINEBulletLarge {
	background-image: url(images/VINEicon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;

}

.NotifyBulletLarge {
	background-image: url(images/NotificationIcon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;

}

.compBullet {
	background-image: url(images/monitor_16_hot.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;

}

.compBulletLarge {
	background-image: url(images/monitor_16_hot.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;

}

.blankBullet {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;

}

.blankBulletLarge {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;

}


.topLink {
	font-size: 0.8em;
	text-align: right;
}

.productForm {
	float: right;
	margin-left: 18px;
	font-size: 9px;
	margin-top: 1px;
}

option {
	margin-bottom: 1px;
	margin-left: 2px;
}

.serviceButton {
	width: 95%;
	padding: 7px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	display: inline-block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #e8e8e8;	
}

.centerTitles {
	font-size: 1.8em;
	color: #444;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 15px;
}

.partnerImage {
	margin-left: 20px;
}

.grayBoxBack {
	background-image: url(images/graystripeBackRect.jpg);
	background-repeat: no-repeat;
}

.serviceOffering {
	text-indent: 10px;
	color: #DEDEDE;
	border-bottom: 1px dashed #ccc;
	margin-right: 15px;
	padding-bottom: 2px;
}

.serviceOfferingWhite {
	text-indent: 10px;
	color: #fff;
	border-bottom: 1px dashed #aaa;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1em;
}

.serviceOfferingWhite a {
	text-decoration: none;
	color: #fff;
}
	
.serviceOfferingWhite :hover {
	text-decoration: none;
	color: #999;
}
	
.product {
	padding-left: 300px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
}

.VINE {
	background-image: url(images/BackVINE.jpg);
	background-repeat: no-repeat;
}

.JX {
	background-image: url(images/BlockImageJX.jpg);
	background-repeat: no-repeat;
}

.VPO {
	background-image: url(images/BlockImageVPO.jpg);
	background-repeat: no-repeat;
}	

.CHOICE {
	background-image: url(images/BlockImageCHOICE.jpg);
	background-repeat: no-repeat;
}
	
.SOS {
	background-image: url(images/BlockImageSOS.jpg);
	background-repeat: no-repeat;
}
		
.Survey {
	background-image: url(images/BlockImageSurvey.jpg);
	background-repeat: no-repeat;
}

.MethCheck {
	background-image: url(images/BlockImageMethCheck.jpg);
	background-repeat: no-repeat;
}

.Training {
	background-image: url(images/BlockImageTraining.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.About {
	background-image: url(images/BlockImageAbout.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Contact {
	background-image: url(images/BlockImageContact.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.News {
	background-image: url(images/BlockImageNews.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Crash {
	background-image: url(images/BlockImageCrash.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.freeJX {
	background-image: url(images/BlockImageFreeJX.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Child {
	background-image: url(images/BlockImageChild.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	
.SSA {
	background-image: url(images/BlockImageSSA.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	
.Partners {
	background-image: url(images/BlockImagepartners.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	
.Courts {
	background-image: url(images/BlockImageCourts.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.RegLink {
	background-image: url(images/BlockImageRegLink.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Citation {
	background-image: url(images/BlockImageCitation.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	
.Probation {
	background-image: url(images/BlockImagePandP.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Mobile {
	background-image: url(images/BlockImageMobile.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.questions {
	background-image: url(images/question.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.rotator {
	padding-top: 35px;
	padding-left: 5px;
	margin-bottom: 15px;
}
	
		

/* --------------------------------- div decorations / text padding ----------------------------- */

.gray {
	background-color: #f3f3f3;
}

.graystripe {
	background-image: url(images/GrayStripeTile.jpg);
}

.green {
	background-color: #E4FFE0;
}

.white {
	backgound-color: #FFF;
}

.blue {
	background-color:#F6FFFF;
}

.margin15 {
	margin: 15px;
}

.margin30 {
	margin: 30px;
}

.margin20 {
	padding:20px;
}

.thinstroke {
	border: 1px solid #ddd;
}

.grid_3half {
	width: 190px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.WhiteMarquee {
	font-size: 2em;
	margin-bottom: 0px;
	letter-spacing: -.06em;
	text-transform: uppercase;
	color: #eee;
}

.YellowMarquee2 {
	font-size: 1.5em;
	color:#EBDECF;
	margin-bottom: 0px;
}

.component90 {
	padding-left: 90px;
}

.component50 {
	padding-left: 50px;
}

.homeTestimonials {
	height: 290px;
	padding-top: 15px;
	background-image: url(images/testimonialBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}





/* ------------------------------------------------------ JQuery Tab CSS ----------------------------------------------------------------*/

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #505050;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #ccc;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	background-image: url(images/TabBacks.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px;
	font-size: 1em;
}

.tab_content h1 {
	font-weight: normal;
	padding-bottom: 0px;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 0px;
}

.tab_content h3 {
	font-weight: normal;
	padding-bottom: 10px;
	color: #0069aa;

}

.tab_content h4 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.1em;
}

.tab_contentPadding {
	padding-left: 250px;
	padding-right: 260px;
}

.tab_contentPadLeft {
	padding-left: 250px;
}

.tab_contentImage {
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 25px;
}

.tab_contentHalf {
	width: 300px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.tab_contentFull {
	width: 100%;
	clear: both;
	color: #999;
	font-size: 1.1em;
	margin-top: 10px;
	padding-top: 10px;
	
	border-top: dashed 1px #ccc;
}

.tab_contentNotify {
	width: 240px;
	float: right;

}

.tab_contentNotify ul li {
		line-height: 1em;
}

.push250 {
	margin-left: 250px;
}


/* -----------------------------------------------------Grid >> 12 Columns-------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.borderRight {
	border-right: 1px solid #ccc;

}

.borderLeft {
	border-left: 1px solid #CCC;
}

.grid_1 {
	width:60px;
}

.grid_2 {
	width:140px;
}



.grid_3 {
	width:220px;
}



.grid_4 {
	width:300px;
}

.grid_5 {
	width:380px;
}

.grid_6 {
	width:460px;
}

.grid_7 {
	width:540px;
}

.grid_8 {
	width:620px;
}

.grid_9 {
	width:700px;
}

.grid_10 {
	width:780px;
}

.grid_11 {
	width:860px;
}

.grid_12 {
	width:940px;
}



/* -----------------------------------------------------Prefix Extra Space >> 12 Columns ------------------------------------------------------------------*/

.prefix_1 {
	padding-left:80px;
}

.prefix_2 {
	padding-left:160px;
}

.prefix_3 {
	padding-left:240px;
}

.prefix_4 {
	padding-left:320px;
}

.prefix_5 {
	padding-left:400px;
}

.prefix_6 {
	padding-left:480px;
}

.prefix_7 {
	padding-left:560px;
}

.prefix_8 {
	padding-left:640px;
}

.prefix_9 {
	padding-left:720px;
}

.prefix_10 {
	padding-left:800px;
}

.prefix_11 {
	padding-left:880px;
}



/* -----------------------------------------------------Suffix Extra Space >> 12 Columns----------------------------------------------------------------*/

.suffix_1 {
	padding-right:80px;
}

.suffix_2 {
	padding-right:160px;
}

.suffix_3 {
	padding-right:240px;
}

.suffix_4 {
	padding-right:320px;
}

.suffix_5 {
	padding-right:400px;
}

.suffix_6 {
	padding-right:480px;
}

.suffix_7 {
	padding-right:560px;
}

.suffix_8 {
	padding-right:640px;
}

.suffix_9 {
	padding-right:720px;
}

.suffix_10 {
	padding-right:800px;
}

.suffix_11 {
	padding-right:880px;
}



/* -----------------------------------------------------Push Space >> 12 Columns-----------------------------------------------------------------------*/

.push_1 {
	left:80px;
}

.push_2 {
	left:160px;
}

.push_3 {
	left:240px;
}

.push_4 {
	left:320px;
}

.push_5 {
	left:400px;
}

.push_6 {
	left:480px;
}

.push_7 {
	left:560px;
}

.push_8 {
	left:640px;
}

.push_9 {
	left:720px;
}

.push_10 {
	left:800px;
}

.push_11 {
	left:880px;
}



/* ----------------------------------------------------- Pull Space >> 12 Columns -----------------------------------------------------------------------------*/

.pull_1 {
	left:-80px;
}

.pull_2 {
	left:-160px;
}

.pull_3 {
	left:-240px;
}

.pull_4 {
	left:-320px;
}

.pull_5 {
	left:-400px;
}

.pull_6 {
	left:-480px;
}

.pull_7 {
	left:-560px;
}

.pull_8 {
	left:-640px;
}

.pull_9 {
	left:-720px;
}

.pull_10 {
	left:-800px;
}

.pull_11 {
	left:-880px;
}

