html 
{ 
	margin: 0px; 
}

body 
{
/*	font-size: 75%; */ 			/*removed new styles sept 2011 */
	line-height: 1.3em;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */ 			/*removed new styles sept 2011 */
/*	color: #222222; */ 			/*removed new styles sept 2011 */
	margin: 0px;
	padding: 0px;
	text-align: center; /* for IE */
/* 	background: #ffffff url(../images/bgBody.jpg) no-repeat center -33px; */ 			/*removed new styles sept 2011 */

}

/* begin are new styles sept 2011 */
body
{
	font-size: 85%;
	font-family: 'Segoe UI', arial, verdana, sans-serif;
	color: #222222;
	background: #656565 url(../images/bgPage.jpg) top left repeat-x;
}
#ides 
{
 	width: 700px;
 	float:left
}
#ides ul
{
margin: 5px;
padding: 0;
list-style-type: none;
}

	#ides ul li 
	{ 
		display: inline;
		padding: 0px 12px;
		border-right: 1px solid #cdcdcd;
	}
	
#quarterContent
{
	width: 960px;
	padding: 0px 0px 20px;
	margin: 0px;
	clear:both;
	/*border-top: 6px solid #efefef;
	border-bottom: 6px solid #efefef; */
}
	.quarterColumn
	{
		font-size: 12px;
		width: 180px;
		float: left;
		margin-left: 40px;
		text-align:left;
		line-height: 1.6em;
	    -moz-box-shadow: 0 2px 4px #dddddd;
    	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    	border: 1px solid #EEEEEE;
    	padding: 6px;

	}
		.quarterColumnBlue
	{
	
		background: #e0e9f2 url(../images/googleNew/bgBoxBlue.png) top left no-repeat;
    	padding: 14px 14px 20px;
	
	}
	
		.quarterColumnBlue p
		{
			margin: 0;
		}
		.quarterColumnBlue h2
		{
			font-size: 14px;
			margin: 0 0 5px 0;
			padding: 0;
			text-shadow: 1px 2px 0px #ffffff;
			border: 0px;
		
		}	
	

#footer
{
	width: 100%;
	padding-top: 20px;
	background: #101213 url(../images/bgFooter.jpg) top left repeat-x;
	color:white;
	text-shadow: 0 2px #000000;
	margin: 0px;
	clear:both;
}
	.footerColumn
	{
		font-size: 13px;
		width: 160px;
		float: left;
		margin-left: 20px;
		text-align:left;
		line-height: 1.1em;
	}
		.footerColumn h3
		{
			font-size: 20px;
			margin: 0 0 10px 0;
			padding: 0;
			color:#ffffff;
			
		}
	
		
		.footerColumn a
		{
			color:#ffffff;
			text-decoration: none;
			
		}
		
		.footerColumn a:hover
		{
			text-decoration: none;
			color: #9edfff;
			text-shadow: none;
		}
		
		ul.footerList
		{
		list-style-type: none;
		margin: 0 0 20px 0;
		padding: 0;
		}
			ul.footerList li
			{			
				padding: 0 0 8px 0;
				margin: 0;
			}
			ul.footerList a
			{
				text-decoration: none;
				color: #ffffff;
			}

			ul.footerList a:hover
			{
				text-decoration: none;
				color: #9edfff;
				text-shadow: none;
			}
	

#copyright
{
	text-align: center;
	font-size: 13px;
	color:#cccccc;
	margin: 0px auto 30px;
}
/* end are new styles sept 2011 */
/* more new styles sept 2011 below */


/* begin are new styles april 2010 */

#ideList li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#languageList li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.testQuot
{
	margin: 0px 100px 20px 80px;
	padding:  10px 10px 3px 60px;
	border-bottom: 1px solid #cccccc;
	background: white url(../images/quot.png) top left no-repeat;
}
.testAtt
{
	text-align: right;
	color: #555555;
	font-size: .9em;
}
.featureShort
{
	font-family: Segoe UI, Arial, Helvetica, sans-serif; 
	font-size: 1.3em; 
	margin-bottom: 5px;
}
/* end new styles april 2010 */

a.wtTextLink:link 
{
	color: #0986C1;
	text-decoration: none;
}    
a.wtTextLink:visited 
{
	color: #993333;
	text-decoration: none;
}  
a.wtTextLink:hover, a.wtTextLink:active 
{
	color: #F0641A;
	text-decoration: underline;
} 
  
code
{
	font-size: 1.3em;
}

#logo 
{
	width: 100%;
	background-color: #ffffff;
	
}

h1
{
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #ab180a; /* new styles sept 2011 */
	margin-bottom: 10px; /* new styles sept 2011 */
	margin-top: 10px; /* new styles sept 2011 */

}

h2
{
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	/*border-left: 7px solid #dddddd;*/ 
	padding-left: 3px;
	margin-bottom: 0px;
}
h3
{
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 5px;
}
h4
{
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333333;
}
#wtsLogoArea
{
	height: 35px;
	width: 100%;
	text-align: right;
}

#topBanner 
{
	height: 56px;
	background-color: #ffffff;
/*	background-image: url(../images/bgBannerSwoosh.jpg); */			 /*removed new styles sept 2011 */
	background-repeat: no-repeat;
}
#topLogoArea
{
	padding: 6px 0px;
/*	padding: 10px 0px 0px 20px; */			 /*removed new styles sept 2011 */
}
div#navcontainer
{
background-color: #555555;
}

	div#navcontainer ul
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: white;
		text-align: right;
		margin: 0;
		padding-bottom: 7px;
		padding-top: 7px;
	}
	
	div#navcontainer ul li
	{
		display: inline;
		margin-left: -4px;
	}
	
	div#navcontainer ul li a
	{
		padding: 7px 15px 7px 15px;
		color: white;
		text-decoration: none;
		border-left: 1px solid #fff;
	}
	
	div#navcontainer ul li a:hover
	{
		background-color: #ffffff;
		color: #222222;
	}

#wrapper 
{
/*	width: 970px; */ 			/*removed new styles sept 2011 */
	width: 960px;               /* total width */
	margin: 15px auto 1em auto;   /* align for good browsers */
/*	margin: 33px auto 1em auto; */ 			/*removed new styles sept 2011 */
	text-align: left; /* counter the body center */
/*	border: 1px solid #cccccc; */ 			/*removed new styles sept 2011 */
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
} 

#body 
{
	width: auto;
	border-left: solid 200px #fff; 	/* should be same width as left column */
	border-right: solid 145px #fff; /* should be same width as right column */
}
#bodyNoRightCol 
{
	
	background-color: #ffffff;
	width: auto;
	border-left: solid 200px #fff; 	/* should be same width as left column */
	/* border-right: solid 145px #fff; should be same width as right column */
}

#innerbody 
{
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
}

#leftcol 
{
	background-color: #ffffff;
	width: 200px; 					/* width of left column */
	margin-left: -200px; 			/* negative width of left column */
	float: left;
	position: relative;
	z-index: 10;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 10px;
	border-right: solid 1px #bbbbbb;

}


#rightcol 
{
	position: relative;
	width: 145px;					/* width of right column */
	margin-right: -145px;			/* negative width of right column */
	padding-top: 0px;
	float: left;
	z-index: 11;
}

/* new home page styles */
.lgHomeHeader
{
 	height: 34px; 
	width: 398px; 
	margin: 25px 0px 5px 15px; 
	background: url(../images/vaxHeaderHome.gif) no-repeat top left;
}
.smHeader
{
	font-size: 1.5em; 
	font-family: arial, sans-serif; 
	margin: 0px 0px 5px 15px; 
	color: #666666;
}

.headerNoShow
{
	display: none;
}
#productBox
{
	margin: 0 0 0 0px;
	background: url(../images/bgQuote.jpg) no-repeat top left;
	height: 240px;
}
.bigTestimonial
{
	width: 170px;
	float:left;
	padding-left: 45px;
	padding-top: 20px;
	background-color: transparent;
}
.quoteVerbiage
{
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: georgia, serif;
	color: #000000;
	background-color: transparent;
}
.quoteAttribution
{
	color: #666666;
	font-size: 1.3em; 
	font-family: arial, sans-serif; 
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 20px;
	background-color: transparent;
}
.imgPadded
{
	margin-left: 5px; 
	margin-right: 2px;
}
.why ul
{
	margin-bottom: 0px;
}
.why ul li
{
	background:transparent url(../images/checkBoxBlue.png) no-repeat scroll 0px 2px !important;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:19px;
	padding-bottom: 5px;
	padding-top: 2px;
}
.itemList ul li
{
	background:transparent url(../images/bulletBlue.png) no-repeat scroll 2px 4px !important;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:7px;
	padding-left:19px;
	padding-bottom: 5px;
	padding-top: 2px;
}
.newFeaturesHomeHeader
{
 	height: 27px; 
	width: 550px; 
	margin: 0px 0px 5px 25px; 
	background: url(../images/awardWinningHeader.gif) no-repeat top left;
}

.tourButton
{
	margin: 5px 0px 5px 0px;
}
.tourText
{
	margin-bottom: 8px;
}
a.tourLink:link
{
	color: #000000;
	text-decoration: none;
}
a.tourLink:visited
{
	color: #000000;
	text-decoration: none;
}
a.tourLink:active
{
	color: #cc0000;
	text-decoration: none;
}

a.tourLink:hover
{
	color: #000000;
	text-decoration: underline;
}


/*FOLLOWING FOR TOUR PAGE TOUR MENU*/

#p7swapmenu 
{
	background-color: transparent;
	padding: 6px 6px 0px 6px;
	width: 180px;
}
#p7swapmenu ul 
{
	margin: 0px; padding: 0px;
}
#p7swapmenu li 
{
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
.open a 
{
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #E4E4E4;
	border: 1px solid;
	border-color: #ffffff #929292 #929292 #ffffff;
	color: #333333;
	display: block;
	font-size: 1.0em;
	padding: 4px 0px 4px 16px;
	text-decoration: none;
}
.open a:hover 
{
	background-color: #8C8C8C;
	color: #ffffff;
}
.open a 
{
	background-image: url(../images/tour/checkList.png);
}
.closed ul a, .open ul a, .open ul a:hover 
{
	background-color: transparent;
	background-image: url(images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#333333;
	font-size: .95em;
	padding: 0 0 0 8px;
	margin: 3px 0 3px 16px;
}
.open ul a:hover 
{
	background-color: transparent;
	
}
/*END TOUR PAGE TOUR MENU STYLES*/


/*tour rounded corner style*/

.roundedcornrBox {
	background: url(../images/tourTL.png) no-repeat top left;

}
.roundedcornrTop {
	background: url(../images/tourTR.png) no-repeat top right;
}
.roundedcornrBottom {
	background: url(../images/tourBL.png) no-repeat bottom left;
}
.roundedcornrBottom div {
	background: url(../images/tourBR.png) no-repeat bottom right;
}
.roundedcornrContent {
	background: url(../images/tourR.png) top right repeat-y;
}

.roundedcornrTop div,.roundedcornrTop,
.roundedcornrBottom div, .roundedcornrBottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornrContent, .roundedcornrBottom {
	margin-top: -19px;
}
.roundedcornrContent 
{ 
	padding: 0 10px; 
}

/*end tour rounded corner style*/


/* end new home/tour page styles */


.roi
{
	text-align: center;
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 15px;
}

#centercol 
{
	float: left;
	/* position: relative; */
	width: 100%;
	z-index: 12;
}

#centercontent 
{
	border-right: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	padding: 10px;
	margin: 8px 15px 0px 10px;		/* Was 0px... prior to eliminating margin-top for h1 */
	line-height: 1.4em;
}
#centercontentNoRightCol 
{

	/* border-left: solid 1px #bbbbbb; */
	padding: 10px;
	margin: 8px 15px 0px 10px;
	line-height: 1.4em;
}


.clear 
{
	clear: both;
}

/* removed new styles sept 2011 
#footer 
{
	clear: both;
	position: relative;
	z-index: 13;
	color: #666666;
	font-size: .8em;
	border-top: solid 1px #bbbbbb;
	margin: 20px 10px 10px 10px;
	padding: 4px;
}
 end removed new styles sept 2011 */

/* fixes for mozilla */
#body > #innerbody { border-bottom: 1px solid transparent; }
#leftcol { margin-right: 1px; }
#rightcol { margin-left: 1px; }
#centercol { margin: 0 -8px 0 -2px; }

.verticalMenu 
{
	width: 180px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}

.verticalMenu ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.verticalMenu li 
{
	border-bottom: solid 1px #dddddd;
}

.verticalMenu a, .verticalMenu a:link, .verticalMenu a:visited, .verticalMenu a:hover 
{
	display: block;
	width: 180px;
	padding: 5px;
	color: #333333;
	font: bold 0.9em Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.0em;
	text-decoration: none;
	border-left: 7px solid #bbbbbb;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 163px;
}

html>body .verticalMenu a:link, html>body .verticalMenu a:visited, html>body .verticalMenu a:hover
{
	width: 163px;
}

.verticalMenu a:hover, #uberLink
{
	border-left: 7px solid #ab180a; /* new styles sept 2011 */
	background-color: #eeeeee;
}

.verticalMenu #uberMommaLink
{
	background-color: #666666; 
	color: white; 
	border-left: 7px solid #B84401;
}
.verticalMenu #mommaLink
{
	background-color: #666666; 
	color: white; 
	border-left: 7px solid #333333;
}

.orangeMenu
{
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	border-left: 7px solid #bbbbbb;
}

.normalWeight a, .normalWeight a:link, .normalWeight a:visited, .normalWeight a:active, .normalWeight a:hover
{
	font-weight: normal;
}

#testimonialBox, #testimonialBox2, #testimonialBox3, #testimonialBox4, #testimonialBox5, #testimonialBox6, #testimonialBox7, #testimonialBox8
{
	border: solid 1px #DAA07F;
	margin-top: 10px;
	margin-bottom: 20px; /* new styles sept 2011 */
	padding: 8px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	line-height: 1.3em;
	text-align: left;
}

#customerQuotes
{
	position: relative;
	top: 1.3em;
	color: #AB180A; /* new styles sept 2011 */
	font-weight: bold;
	background-color: #ffffff; 
	margin-left: 6px;
	padding: 2px;
}

.customerQuoteSpan
{
	position: relative;
	top: 1.3em;
	color: #B84401;
	font-weight: bold;
	background-color: #ffffff; 
	margin-left: 6px;
	padding: 2px;
}

.box 
{
	border: solid 1px #DAA07F;
	margin-top: 10px;
	padding: 8px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.CpBox
{
	border: 1px solid #FF9900; 
	width: 100%;
}
table.featureChoice td 
{ 
	border-top: 3px solid #eeeeee;
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	border-left: 3px solid #eeeeee;
	background-color: #ffffff; 
	padding: 3px;
	width: 80px; 
	text-align: center;
	line-height: 1.0em;
	 
}
.floatRight
 { 
 	float: right;
 	margin-left: 20px;

}
.spacer 
{ 
	clear: both; 
}
#pageTitle
{
	margin: 0px 0px 15px 0px;
}

.mailingHeader
{
	font: bold 1.1em sans-serif; 
	color: #000000; 
	text-align: left;
}
.mailingList
{
	font: normal .9em sans-serif; 
	text-align: left; 
	margin-bottom: 5px;
}
.imgNoBorder
{
	border: 0 none;
}
.imgBorder
{
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	margin: 5px;
}

/*features page styles*/
.featureHeader
{
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #444444;
	margin: 0px;
}
.featureCatContainer
{	
	border: 1px solid #cccccc; 
	padding: 0px; 
	margin: 20px;
}
.featuresSubCat
{
	 background-color: #eeeeee; 
	 padding: 10px; 
	 margin: 10px;
	 border: 1px solid #cccccc; 
}
.imgCenter
{
	 text-align: center;
}
.subCatHeader
{
	 font-size: 1.3em;
	 margin: 0px;
	 font-family: Arial, Helvetica, sans-serif;
}
.featureList
{
 	float: left; 
	width: 220px; 
	margin-top: 5px; 
}
.featureThumb
{
	float: left; 
	width: 155px; 
	margin-top: 12px;
	text-align:center;

}
.featureBlurb
{
	float: left; 
	width: 460px; 
	margin-top: 12px;

}
/* end features page styles*/

/* Tooltip styles */
.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2;
	background: #eeeeee; 
	margin-left: -100px;
    padding: 3px; 
    border: 1px solid #cccccc;
}
table.sample {
	background-color: #cccccc;
	margin: 0 20px 20px 20px;
}
table.sample td {
	font-size: .9em;
	padding: 5px;
	background-color: white;
}

/* End tooltip styles */

/*new features page styles */
.leftSide
{
	width: 48%;
	float: left;
}

.rightSide
{
	width: 48%;
	float: right;
}
.newFeatureImgStatic, .newFeatureImg
{
	float: right; 
	margin: 0 0 25px 3px; 
	width: 320px;
}
.newFeatureImg
{
	cursor: pointer;
}
.newImg
{
	border: 1px solid #aaaaaa;
}
.newFeatureBox
{
	margin-left: 10px;
	margin-bottom: 15px;
}
/*end new features page styles */
