
/*************************************************************************
/*
/*  PAGE PROPERTIES
/*
/*************************************************************************/
/*container holding the 100% top navigation bar */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}
h1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	/*color: #1b75bc*/
	color:#3D7DCA;
	font-size:14px;
	font-weight:bold;
}
h2,.h2 {
	font-family:Arial, Helvetica, sans-serif;
	/*color:#555555;*/
	color:#0056B8;
	font-size:13px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	/*color:#307bd4;*/
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
h4, .h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#6f6e74;
	font-size:12px;
	font-weight:bold;
}
p,  table {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	
}
ul, li{
	list-style-type: disc;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	
}
a {
	/*color: #84828a;*/
	color:#3D7DCA;
	/*color:#1b75bc;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	/*color: #6f6e74;*/
	color:#3D7DCA;
	/*color:#1b75bc;*/
}
/* button graphics for click here on the emo site - meet the experts page*/

.blueButtonLeft {
	height:40px;
	width:4px;
	background-image:url(/images/common/button/blue/button-left.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.blueButtonContent  {
	background-image:url(/images/common/button/blue/button-bg-slice.png);
	background-repeat:repeat-x;
	height: 52px;
	width:120px;
	border:none;
	padding-top:5px !important;
	padding-top:0; /*unfortunate hack for our friend ie */
	margin:0;
	float:left;
	font-weight:bold;
	
	
}
.blueButtonContentText{
	color:#ffffff;
	line-height:30px;
	
}
.blueButtonRight {
	height:52px;
	width:52px;
	background-image:url(/images/common/button/blue/button-right.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#speechBubble{
	
	background-image:url(../images/events-new/speech-bubble.png);
	background-repeat:no-repeat;
	width: 524px;
	height:87px;
	text-decoration:none;
	
}
#speechBubbleText {
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	padding-left:160px;
	padding-top:25px;
}
.text_14_blue{
	font-size:14px;
	/*color: #1b75bc*/
	color:#3D7DCA;
	
}
.img_left {
	float:left;
	position:relative;
	margin:8px 8px 3px 0;
}

.MainVortexVideoBG {
background-image: url("/images/vortex/videowall/main-video-bg.jpg");
	width:794px;
	height:360px;
	background-repeat:no-repeat;
	

}

.MainVortexVideoContent {
	padding: 16px 16px 0px 16px;

}

.RightMargin {
	margin-right:15px;
	

}

.MainPowerInspectVideoBG {
background-image: url("/images/powerinspect/why-upgrade/main-video-bg.jpg");
	width:730px;
	height:360px;
	background-repeat:no-repeat;
	

}



