/*
 *
 *   doc name  xx  Website Styles
 *   desc      xx  Styles Specific to Website
 *   author    xx  Ulf Lonegren
 *   version   xx  1.1  xx  April. 6 2009
 *
 * 
**/

/*ooooooooooooooooooooooooooooooooooooo*/
/*xxxxxx    Table of Contents    xxxxxx*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*
	Website Styles
	[WS1] HTML Body
	[WS2] Font Classes
	[WS3] Content Styling
	[WS4] Link Styles
	[WS5] Headings
	
	Layout and Page Styles
		[P1] Layout
		[P2] Page 1
		[P3] Page 2
		[P4] Page 3
		[P5] Page 4
		
*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooo*/


/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooxxxxxx   [WS1] HTML Body    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

 
html, body {
	height:100%;
	color:#000;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	}
 
body  {
	font: 13px/1.23 arial, verdana, helvetica, clean, sans-serif; 
	background: #ecedef url("images/wallpaper-top.gif") repeat-x left top
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooxxxxxx   [WS2] Font Classes    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

/*xxxxxx    Font Sizes    xxxxxx*/

.size10 {font-size:77%;} /* for setting 10px */
.size11 {font-size:85%;} /* for setting 11px */
.size12 {font-size:93%;} /* for setting 12px */
.size13 {font-size:100%;} /* for setting 13px */
.size14 {font-size:108%;} /* for setting 14px */
.size15 {font-size:116%;} /* for setting 15px */
.size16 {font-size:123.1%;} /* for setting 16px */
.size17 {font-size:131%;} /* for setting 17px */
.size18 {font-size:138.5%;} /* for setting 18px */
.size19 {font-size:146.5%;} /* for setting 19px */
.size20 {font-size:153.9%;} /* for setting 20px */
.size21 {font-size:161.6%;} /* for setting 21px */
.size22 {font-size:167%;} /* for setting 22px */
.size23 {font-size:174%;} /* for setting 23px */
.size24 {font-size:182%;} /* for setting 24px */
.size25 {font-size:189%;} /* for setting 25px */
.size26 {font-size:197%;} /* for setting 26px */

/*xxxxxx    Font Families    xxxxxx*/



/*xxxxxx    Font Colors    xxxxxx*/



/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS3] Content Styling    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

p {
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	line-height:24px;
	color:#404041;
	font-family: arial, verdana, helvetica, clean, sans-serif;
}

/*
p+p{
	
	}
*/

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS4] Link Styles    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

/*
a{

	}

a:link{
	
	}

a:hover{
	
	}

a:visited{
	
	}
*/

.fake-goldlink{
color:#666666;
text-decoration:underline;
}

.goldlink a{
color:#666666;
text-decoration:underline;
}
	.goldlink a:hover{
	color:#666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.blacklink a{
color:#000000;
text-decoration:none;
}
	.blacklink a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
.redNew{
color:#c50000;
text-decoration:none;
}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooxxxxxx   [WS5] Headings    xxxxxxooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
 

h1{
margin:0px;
font-size:30px;
padding:0px;
margin:0px;
padding-bottom:5px;
line-height:32px;
color:#404041;
	}
 
h2 {
margin:0px;
font-size:24;
color:#404041;
	}
 
h3 {
margin:0px;
font-size:100%;
	}
 
h4 {
margin:0px;
font-size:100%;
	}
	
h5 {
margin:0px;
font-size:100%;
	}
	
h6 {
margin:0px;
font-size:100%;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P1] Layout (Homepage)    xxxxxxoooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.logo a  { background: url("images/enquiro-mediative-logo.png") no-repeat; display: block; width: 475px; height: 45px }


#bg-wrapper  { background: url("images/page-background.jpg") no-repeat center top; margin: 0 auto; width: 100%; min-height: 1043px }

#body-wrapper{ /* Redefine for each site */
	width:1003px;
	margin:0 auto;
	font-family: arial, verdana, helvetica, clean, sans-serif;
}

	#header{
	width:1003px;
	height:123px;
	overflow:visible;
	font-family: arial, verdana, helvetica, clean, sans-serif;
	}
		#header-top{
		width:1003px;
		height:71px;
		}
			#subscribe{
			float:right;
			width:400px;
			padding-top:15px;
			font-size:12px;
			font-weight:bold;
			}
		#navigation  { background: url("images/nav-placeholder2.jpg") no-repeat left top; width: 1003px; height: 52px; clear: both }
		
	#homepage-fma{
	width:1003px;
	}
	
	#body-content{
	width:945px;
		padding-left:30px;
		padding-right:28px;
		padding-top:30px;
	background-color:#ffffff;
	overflow:hidden;
	}
		#homepage-column-1{
		float:left;
		width:393px;
			padding-right:30px;
		font-size:16px;
		}
			.adspot{
			float:left;
			padding-top:20px;
			padding-right:20px;
			}
		#homepage-column-2{
		float:left;
		width:265px;
		}
			#c2-bg-top  { font-size: 18px; background: url("images/column2_bg-top.gif") no-repeat left top; padding-top: 18px; padding-left: 39px; width: 226px; height: 32px }
			
			#c2-content{
			width:265px;
			background-color:#ecedef;
			padding-top:20px;
			}
				.announcement{
				width:232px;
					padding-left:14px;
					padding-right:19px;
				}
				
			#c2-bg-bottom  { background: url("images/column2_bg-bottom.gif") no-repeat left bottom; width: 265px; height: 39px }
		#homepage-column-3{
		float:left;
		width:233px;
			padding-left:24px;
		}
		
	#footer{
	clear:both;
	width:945px;
		padding-left:30px;
		padding-right:28px;
	padding-top:30px;
	padding-bottom:35px;
	border-top:1px solid #cfcfcf;
	background-color:#ffffff;
	}
	
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P2] Layout (Inner 1 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	#innerpage-fma{
	width:1003px;
	height:261px;
	}
		#inner-fma-top{
		width:1003px;
		height:63px;
		overflow:hidden;
		}
			#inner-fma-top-left{
			float:left;
			width:241px;
			height:63px;
			background-color:#4b4b4d;
			}
			#inner-fma-top-right  { background: url("images/inner-top-fma-bg.jpg") no-repeat left top; width: 762px; height: 63px; float: left }
			#inner-fma-top-mmm  { background: url("images/inner-top-fma-mmm-logos.jpg") no-repeat left top; width: 762px; height: 63px; float: left }
		#inner-fma-bottom-executivesummary  { background: #4b4b4d url("http://www.enquiro.com/styles/images/executive-summary_subheader.jpg") no-repeat right top; width: 1003px; height: 198px }
		#inner-fma-bottom-services  { background: #4b4b4d url("http://www.enquiro.com/styles/images/search-engine-services_subheader.jpg") no-repeat right top; width: 1003px; height: 198px }
		#inner-fma-bottom-marketinginsight  { background: #4b4b4d url("http://www.enquiro.com/styles/images/marketing-insights_subheader.jpg") no-repeat right top; width: 1003px; height: 198px }
		#inner-fma-bottom-thelatest  { background: #4b4b4d url("http://www.enquiro.com/styles/images/the-latest_subheader.jpg") no-repeat right top; width: 1003px; height: 198px }
		#inner-fma-bottom-aboutus  { background: #4b4b4d url("http://www.enquiro.com/styles/images/about-us_subheader.jpg") no-repeat right top; width: 1003px; height: 198px }
		#inner-fma-bottom-our-clients  { background: #4b4b4d url("http://www.enquiro.com/styles/images/our-clients-subheader-yousendit.jpg") no-repeat right top; width: 1003px; height: 198px }
	
	#inner-column-1{
	float:left;
	width:211px;
		margin-right:33px;
	}
		.inner-column-top{
		height:21px; padding-top:7px; background-color:#ecedef; border-bottom:1px solid #c7c7c7; margin-bottom:1px; text-align:center;
		}
		.inner-column-image{
		border-top:1px solid #ecedef; padding-top:1px; padding-bottom:15px;
		}
		.arrow{
		float:left;
		padding-top:5px;
		}
	#inner-column-2{
	float:left;
	width:211px;
		margin-right:33px;
	}
	#inner-column-3{
	float:left;
	width:211px;
		margin-right:33px;
	}
	#inner-column-4{
	float:left;
	width:211px;
	}
	#inner-column-5{
	float:left;
	width:211px;
		margin-right:33px;
	padding-top:25px;
	}
	#inner-column-6{
	float:left;
	width:211px;
		margin-right:33px;
	padding-top:25px;
	}
	#inner-column-7{
	float:left;
	width:211px;
		margin-right:33px;
	padding-top:25px;
	}
	#inner-column-8{
	float:left;
	width:211px;
	padding-top:25px;
	}
	
	#secondary-footer{
	clear:both;
	width:973px;
		padding-left:30px;
	height:80px;
	padding-top:50px;
	padding-bottom:55px;
	background-color:#ffffff;
	}
	
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P3] Layout (Inner 2 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	#inner-2-top{
	width:1003px;
	height:63px;
	}
		#inner-2-top-left{
		float:left;
		width:241px;
		height:63px;
		background-color:#4b4b4d;
		}
		#inner-2-top-right  { background: url("images/inner-top-fma-bg.jpg") no-repeat left top; width: 762px; height: 63px; float: left }
	
	#inner-2-body{
	clear:both;
	width:1003px;
	background-color:#ffffff;
	overflow:hidden;
	}
		#inner-2-left{
		float:left;
		width:275px;
		}
			#inner-left-nav  { background: url("images/sidenav-bg.gif") repeat-y left top; margin-bottom: 30px; padding-top: 15px; width: 275px; height: 200px; overflow: hidden }
				.side-btn a  { color: #ffffff; font-size: 12px; text-decoration: none; background: url("images/sidenav-btn.jpg") no-repeat left top; display: block; margin: 0; padding: 11px 0 0 35px; width: 240px; height: 22px }
					.side-btn a:hover{
					background-position:0 -33px; color:#333;
					}
					.side-btn.active a   { background: url("images/sidenav-btn-active.jpg") no-repeat left top; color:#333; }
					
					
					
					
					
			#inner-left-sidebar{
			width:245px;
				padding-left:30px;
			}
				.sidebar-element-1{
				width:169px;
				background-color:#ededed;
				border:1px solid #c6c6c6;
				padding:20px;
				margin-bottom:10px;
				line-height:20px;
				}
				.sidebar-element-2-top  { line-height: 20px; background: #ecedef url("images/news-topleft-bg.gif") no-repeat left top; padding: 20px 20px 0; width: 171px }
				.sidebar-element-2-bottom  { line-height: 20px; background: #ecedef url("images/news-bottomright-bg.gif") no-repeat right bottom; padding: 20px 20px 60px; width: 171px }
				
				.sidebar-client-testimonial{
				width:169px;
				padding:20px 20px 40px 20px;
				margin-top:10px;
				border:1px solid #c6c6c6;
				line-height:20px;
				background-color:#ededed;
				color:#817119;
				font-size:14px;
				}
				.sidebar-staff-testimonial{
				width:169px;
				padding:20px 20px 40px 20px;
				margin-top:10px;
				border:1px solid #d2c398;
				line-height:20px;
				background-color:#fff8dc;
				color:#6a5a0f;
				font-size:14px;
				}
				.sidebar-referral-program{
				width:169px;
				padding:20px 20px 40px 20px;
				margin-top:10px;
				border:1px solid #d2c398;
				line-height:20px;
				background-color:#ffffff;
				color:#6a5a0f;
				font-size:14px;
				}
				
		#inner-2-right{
		float:left;
		width:700px;
			padding-right:28px;
		padding-top:25px;
		}
		#inner-2-right2{

		width:700px;
			padding-right:28px;
		padding-top:25px;
		}
		
		.inner-2-rightBody{
		float:left;
		width:470px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:0px;
		padding-right:20px;
		}
		
		.inner-2-rightTop{
		float:right;
		width:170px;
		}
		
		.inner-2-rightInclude{
		float:left;
		width:210px;
		}
		
		.inner-2-content{
		width:680px;
		padding:20px 10px 20px 10px;
		overflow:hidden;
		}
			.inner-2-content:hover{
			background-color:#fcf9f1;
			}
		.inner-2-content a{
		width:680px;
		padding:20px 10px 20px 10px;
		overflow:hidden;
		}
			.inner-2-content a:hover{
			background-color:#fcf9f1;
			}
		
		.cs-inner-2-content{
		width:680px;
		padding:20px 10px 20px 10px;
		overflow:hidden;
		}
				
				/* This is for Global webinar template styling */
				.webinarHeader  { background-image: url("../images/webinarTitle_BG.gif"); padding: 10px; width: 680px; height: 22px }
				
				.webinarTitle{
				width:680px;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:10px;
				padding-right:10px;
				}
				
				.webinarCalendar{
				width:550px;
				padding-top:25px;
				padding-bottom:25;
				padding-left:75px;
				padding-right:75px;
				}
				
				
				/* This is for the webinar template - content styling for posts */
				.postContainer{
				float:left;
				width:700px;
				}
				
				.postedContentName{
				float:left;
				width:85px;
				}
				
				.postedContent{
				float:right;
				padding-left: 15px;
				width: 600px;
				padding-bottom:20px;
				}
				
				.postContentBorder{
				width:700px;
				height:1px;
				}
				
					.postFooter{
					float:left;
					width:700px;
					}
					
					.postFooterColumn{
					float:left;
					width:233px;
					}
				
				/* This is for the webinar post Reply form */
				.postReply{
				width:700px;
				height:325;
				float:left;
				padding-top:25px;
				padding-bottom:25px;
				padding-left:0px;
				padding-right:0px;
				}
				
				.replyColumn1{
				width: 250px;
				height: 40px;
				padding-right: 20px;
				}
				
				.replyColumn2{
				float:right;
				width: 400px;
				height: 225px;
				}
				
				
				
				
				
				
				
				
				
/* BEGIN GLOSSARY NAV */		
				
.glossary-a a  { background: url("images/glossary_a.jpg") no-repeat left top; width: 30px; height: 31px; float: left }
	.glossary-a a:hover{
	background-position:0 -31px;
	}
	.glossary-a.active a {
	background-position:0 -31px;
	}
	
.glossary-b a  { background: url("images/glossary_b.jpg") no-repeat left top; width: 25px; height: 31px; float: left }
	.glossary-b a:hover{
	background-position:0 -31px;
	}
	.glossary-b.active a {
	background-position:0 -31px;
	}
	
.glossary-c a  { background: url("images/glossary_c.jpg") no-repeat left top; width: 28px; height: 31px; float: left }
	.glossary-c a:hover{
	background-position:0 -31px;
	}
	.glossary-c.active a {
	background-position:0 -31px;
	}
	
.glossary-d a  { background: url("images/glossary_d.jpg") no-repeat left top; width: 28px; height: 31px; float: left }
	.glossary-d a:hover{
	background-position:0 -31px;
	}
	.glossary-d.active a {
	background-position:0 -31px;
	}
	
.glossary-e a  { background: url("images/glossary_e.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-e a:hover{
	background-position:0 -31px;
	}
	.glossary-e.active a {
	background-position:0 -31px;
	}
	
.glossary-f a  { background: url("images/glossary_f.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-f a:hover{
	background-position:0 -31px;
	}
	.glossary-f.active a {
	background-position:0 -31px;
	}
	
.glossary-g a  { background: url("images/glossary_g.jpg") no-repeat left top; width: 29px; height: 31px; float: left }
	.glossary-g a:hover{
	background-position:0 -31px;
	}
	.glossary-g.active a {
	background-position:0 -31px;
	}
	
.glossary-h a  { background: url("images/glossary_h.jpg") no-repeat left top; width: 27px; height: 31px; float: left }
	.glossary-h a:hover{
	background-position:0 -31px;
	}
	.glossary-h.active a {
	background-position:0 -31px;
	}
	
.glossary-i a  { background: url("images/glossary_i.jpg") no-repeat left top; width: 20px; height: 31px; float: left }
	.glossary-i a:hover{
	background-position:0 -31px;
	}
	.glossary-i.active a {
	background-position:0 -31px;
	}
	
.glossary-j a  { background: url("images/glossary_j.jpg") no-repeat left top; width: 24px; height: 31px; float: left }
	.glossary-j a:hover{
	background-position:0 -31px;
	}
	.glossary-j.active a {
	background-position:0 -31px;
	}
	
.glossary-k a  { background: url("images/glossary_k.jpg") no-repeat left top; width: 27px; height: 31px; float: left }
	.glossary-k a:hover{
	background-position:0 -31px;
	}
	.glossary-k.active a {
	background-position:0 -31px;
	}
	
.glossary-l a  { background: url("images/glossary_l.jpg") no-repeat left top; width: 25px; height: 31px; float: left }
	.glossary-l a:hover{
	background-position:0 -31px;
	}
	.glossary-l.active a {
	background-position:0 -31px;
	}
	
.glossary-m a  { background: url("images/glossary_m.jpg") no-repeat left top; width: 29px; height: 31px; float: left }
	.glossary-m a:hover{
	background-position:0 -31px;
	}
	.glossary-m.active a {
	background-position:0 -31px;
	}
	
.glossary-n a  { background: url("images/glossary_n.jpg") no-repeat left top; width: 28px; height: 31px; float: left }
	.glossary-n a:hover{
	background-position:0 -31px;
	}
	.glossary-n.active a {
	background-position:0 -31px;
	}
	
.glossary-o a  { background: url("images/glossary_o.jpg") no-repeat left top; width: 29px; height: 31px; float: left }
	.glossary-o a:hover{
	background-position:0 -31px;
	}
	.glossary-o.active a {
	background-position:0 -31px;
	}
	
.glossary-p a  { background: url("images/glossary_p.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-p a:hover{
	background-position:0 -31px;
	}
	.glossary-p.active a {
	background-position:0 -31px;
	}
	
.glossary-q a  { background: url("images/glossary_q.jpg") no-repeat left top; width: 29px; height: 31px; float: left }
	.glossary-q a:hover{
	background-position:0 -31px;
	}
	.glossary-q.active a {
	background-position:0 -31px;
	}
	
.glossary-r a  { background: url("images/glossary_r.jpg") no-repeat left top; width: 27px; height: 31px; float: left }
	.glossary-r a:hover{
	background-position:0 -31px;
	}
	.glossary-r.active a {
	background-position:0 -31px;
	}
	
.glossary-s a  { background: url("images/glossary_s.jpg") no-repeat left top; width: 27px; height: 31px; float: left }
	.glossary-s a:hover{
	background-position:0 -31px;
	}
	.glossary-s.active a {
	background-position:0 -31px;
	}
	
.glossary-t a  { background: url("images/glossary_t.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-t a:hover{
	background-position:0 -31px;
	}
	.glossary-t.active a {
	background-position:0 -31px;
	}
	
.glossary-u a  { background: url("images/glossary_u.jpg") no-repeat left top; width: 28px; height: 31px; float: left }
	.glossary-u a:hover{
	background-position:0 -31px;
	}
	.glossary-u.active a {
	background-position:0 -31px;
	}
	
.glossary-v a  { background: url("images/glossary_v.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-v a:hover{
	background-position:0 -31px;
	}
	.glossary-v.active a {
	background-position:0 -31px;
	}
	
.glossary-w a  { background: url("images/glossary_w.jpg") no-repeat left top; width: 32px; height: 31px; float: left }
	.glossary-w a:hover{
	background-position:0 -31px;
	}
	.glossary-w.active a {
	background-position:0 -31px;
	}
	
.glossary-x a  { background: url("images/glossary_x.jpg") no-repeat left top; width: 26px; height: 31px; float: left }
	.glossary-x a:hover{
	background-position:0 -31px;
	}
	.glossary-x.active a {
	background-position:0 -31px;
	}
	
.glossary-y a  { background: url("images/glossary_y.jpg") no-repeat left top; width: 27px; height: 31px; float: left }
	.glossary-y a:hover{
	background-position:0 -31px;
	}
	.glossary-y.active a {
	background-position:0 -31px;
	}
	
.glossary-z a  { background: url("images/glossary_z.jpg") no-repeat left top; width: 25px; height: 31px; float: left }
	.glossary-z a:hover{
	background-position:0 -31px;
	}
	.glossary-z.active a {
	background-position:0 -31px;
	}
	
/* BEGIN GLOSSARY NAV */
.glossaryitems ul li  { color: #404041; font-family: Arial, Helvetica, sans-serif; line-height: 24px; list-style-image: url("images/glossary-item.gif"); margin-left: 20px; padding-bottom: 5px }
.glossaryitems a{
}
/* END GLOSSARY NAV */

.team-content img{
padding-right:10px;
float:left;
}
.team-content td{
padding-bottom:20px;
}



.conference-item{
padding-top:20px;
padding-bottom:10px;
}



.cb_mnu_01{
	width: 350px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}

/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P3] Layout (Tables)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 610px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 16px;
	font-weight: strong;
	padding: 8px;
	background: #cccccc;
	border-top: 4px solid #33333;
	border-bottom: 1px solid #333333;
	color: #000000;
}
#box-table-a td
{
	padding: 8px;
	background: #ffffff; 
	border-bottom: 1px solid #333333;
	color: #000000;
	border-top: 1px #333333;
	text-align: center;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 16px;
	font-weight: strong;
	padding: 8px;
	background: #ffff33;
	border-top: 4px solid #33333;
	border-bottom: 1px solid #333333;
	color: #000000;
}
#box-table-b td
{
	padding: 8px;
	background: #ffffff; 
	border-bottom: 1px solid #333333;
	color: #000000;
	border-top: 1px #333333;
	text-align: left;
}
	

#box-table-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 25px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-c th
{
	font-size: 16px;
	font-weight: strong;
	padding: 8px;
	background: #ffff33;
	border-top: 4px solid #33333;
	border-bottom: 1px solid #333333;
	color: #000000;
}
#box-table-c td
{
	padding: 18px;
	background: #ffffff; 
	border-bottom: 1px solid #333333;
	color: #000000;
	border-top: 1px #333333;
	text-align: left;
}

/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P3] Layout (Inner 2 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

.mktForm   { background-color: #ecedef; background-image: url("images/news-bottomright-bg.gif"); background-repeat: no-repeat; background-position: right bottom; padding-bottom: 45px; width: 210px }

.mktForm p { margin: 0px; padding: 0px; padding-top: 8px; line-height: 16px; }

.lpeRegForm .formNotEmpty { }

.mktLblLeft ul { }

.mktFormReq .mktField  li { }
.mktFormReq .mktField  li label {  }


.mktFormMsg { }

.mktFormText.mktFormString.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	color: #424242;
}


.mktFormText.mktFormPhone.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	color: #424242;
}
.mktFormText.mktFormEmail.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;	
	color: #424242;
}

/*.mktFormbtn {
	height: 32px; width: 174px; background: url(http://www.enquiro.com/styles/images/news-bottomright-bg.gif) 0 0 no-repeat; display:block; border: 0px; padding: 0px; margin:0px; cursor: pointer;
}*/




/* TABBER STYLES */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 49px; /*--Set height of tabs--*/

	width: 925px;
	background-color:#4b4b4d;
	}
	ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	padding-top:0px;
	height: 48px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	border-top:none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #4c4c4e;
	font-size:11px;
	font-weight:bold;
	}
	ul.tabs li a {
	text-decoration: none;
	color: #d6d6d6;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	}
	ul.tabs li a:hover {
	/* background: #ccc; */
	}
	html ul.tabs li.active, html ul.tabs li.active    { font-size: 11px; background: url("images/tabber-active-btn-bg.jpg") repeat-x left top; border-bottom: 1px solid #4c4c4e }
	
	.tab_container   { color: #ededed; font-size: 12px; background: #010101 url("images/tabber-body-bg.jpg") repeat-x left top; width: 100%; float: left; clear: both; overflow: hidden; border-top: medium none; border-bottom: 1px solid #999999 }
	.tab_content {
		padding: 10px;
		font-size: 1.2em;
	}
/* END TABBER STYLES */


.case-study-item-1{
float:left;
width:190px;
margin-right:24px;
margin-bottom:20px;
padding:10px;
}
.case-study-item-1:hover{
background-color:#fcf9f1;
}
.case-study-item-2{
float:left;
width:190px;
margin-right:24px;
margin-bottom:20px;
padding:10px;
}
.case-study-item-2:hover{
background-color:#fcf9f1;
}

.case-study-item-3{
float:left;
width:190px;
margin-bottom:20px;
padding:10px;
}
.case-study-item-3:hover{
background-color:#fcf9f1;
}
	.case-study-logo{
	border-bottom:1px solid #cfcfcf;
	height:90px;
	margin:0 auto;
	}
		.case-study-logo img{
		margin:0 auto;
		}
	.case-study-content{
	padding-top:20px;
	}
	
	
	
	
	
	
.quotes{
font-size:30px;

color:#000000;
font-family:'Times New Roman', Times, serif;
}



.download-button{
float:right;
width:176px;
height:36px;
background:url(http://www.enquiro.com/images/whitePaper_download.gif) top left no-repeat;
}

.webinar-viewnow-button{
float:right;
width:121px;
height:28px;
background:url(http://www.enquiro.com/styles/images/btn_view-now.jpg) top left no-repeat;
}

