body
{
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

h1
{
  font-size: 23px;
  color: #1A1367;
  text-align: center;
}

h2
{
  text-align: center;
  font-size: 18px;
  color: #000;
}

h3
{
  font-size: 15px;
  color: #fff;
}

div#testimonialsContainer
{
	background-image: url('../images/testimonialsBg.jpg');
	background-repeat: no-repeat;
  background-position: bottom; 
  min-height: 307px;
  width: 500px;
  border: dashed 1px #AEBFD8;
}

div#textMidRight
{
  float: right;
  width: 420px;
  /*border: solid 1px red;*/
}

div#internetUsersTextContainer
{
  float: right;
  width: 570px;
  /*border: solid 1px red;*/
}

div#internetUsersImageContainer
{
  width: 356px;
  height: 238px;
  /*border: solid 1px red;*/
}

div#ecommerceContainer, div#internetUsersContainer
{
  text-align: left;
  width: 950px;
  /*border: solid 1px green;*/
  min-height: 100px;
}

div#ecommerceTextContainer
{
  text-align: left;
  width: 530px;
  /*border: solid 1px red;*/
}

div#callToActionBoxText
{
  position: relative;
  top: 20px;
  width: 385px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 18px;
  /*border: solid 1px red;*/
}

div#callToActionBox
{
  margin: auto;
	background-image: url('../images/box.jpg');
	background-repeat: no-repeat;
	height: 132px;
	width: 462px;
}

img
{
  border: 0;
}

#contactUsLink
{
  position: relative;
  top: 10px;
  left: 0px;
  /*border: solid 1px green;*/
}

#actNowImage
{
  position: relative;
  left: 350px;
  top: -70px;
}

div#ecommerceImageContainer
{
  float: right;
  /*border: solid 1px blue;*/
  width: 391px;
  height: 358px;
}

div#container
{
  margin: 20px 0px 0px 23px;
  width: 950px;
  /*border: solid 1px red;*/
  min-height: 500px;
  text-align: left;
}

.testimonialsBlock
{
  background-image: url('../images/testimonialsTextBg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
  position: relative;
  left: 22px;
  background-color: #2E21A8;
  color: #fff;
  width: 445px;
  min-height: 100px;
  border: solid 5px #D6D6D6;
}

.contentTextContainer
{
  position: relative;
  left: 0px;
  top: 18px;
  width: 500px;
	background-image: url('../images/testimonialsContentBg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px dashed #BECCDF; 
	background-color: #ffffff;
	text-align: left;
}

.titleBoldBlack
{
  font-weight: bold;
  color: #000;
}

.boldWhiteText
{
  font-weight: bold;
  color: #fff;
}

.testimonialsText
{
  margin: 10px auto;
  width: 400px;
  /*border: 1px solid red;*/
  padding: 0px 0px 0px 0px;
}

.testimonialLinks
{
  color: #fff;
}

.brClear
{
  clear: both;
}

.truncate_more_link
{
  color: #fff;
  position: relative;
  left: 20px;
}

p
{
  line-height: 1.2em;
}













/* old styles */

.bodyContent
{
  text-align: left;
  width: 920px;
  /*border: solid 1px red;*/
  position: relative;
  top: 10px;
}

.subHeaderBlock
{
	background-image: url('../images/subHeaderBg.jpg');
	background-repeat: x;
  height: 28px;
  width: 948px;
  border: 1px solid #0E3B85; 
}

div#introTextContainer
{
  float: left;
  width: 440px;
  height: 300px;
  text-align: left;
}

div#introBodyContent
{
  width: 410px;
  /*border: solid 1px red;*/
  position: relative;
  top: 12px;
  left: 15px; 
}

div#introSubHeaderBlock
{
	background-image: url('../images/subHeaderBg.jpg');
	background-repeat: x;
  height: 28px;
  width: 438px;
  border: 1px solid #0E3B85;  
}

div#introContentBlock
{
	background-image: url('../images/introContentBg.jpg');
	background-repeat: no-repeat;
	width: 440px;
	height: 300px;
	color: #000066;
}
/* old styles end here */






/* Pop up CSS */

div.fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}


#myPopUp1, #myPopUp2
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popUpBlock
{
	background-color: #2E21A8;
	border: 5px solid #D6D6D6;
	width: 760px;
	position: fixed;
	top: 10%;
	left: 40%;
	margin: 0 0 0 -250px;
	z-index: 100;
	background-image: url('../images/popUpBg.jpg');
	background-repeat: no-repeat;
  background-position: bottom; 	
}

.popUpTextBlock
{
  margin: 14px auto;
  width: 720px;
  color: #fff;
}

.popUpTextBlock img.cntrl
{
	position: absolute;
	right: -18px;
	top: -18px;
}

*html #fade
{
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

*html .popUpBlock
{
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}