@charset "utf-8";
/* Marketing Insights Print Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333; 
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 900px;	
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	width: 240px;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	border-bottom: 1px dashed #ccc;
}

#header img { border: 7px solid #353535; margin-left: 10px; }

#nav { display: none; }

#left-content { display: none; }

#right-content{
	width: 600px;
	float: right;
	color: #333;
	font-size: 11pt;
	line-height: 14pt;
	margin: 0 30px 20px 0;
	padding: 0 0 0 25px;
	border-left: 1px dashed #ccc;
}

#right-content img.banner { border: 7px solid #000; }

#right-content p { margin: 0 0 15px 0; }

#footer {
	color: #333;
	clear: both;
	font-size: 9pt;
	width: 944px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333;
	text-decoration: none;
}

.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 22px;
 	float: left;
}

.callout{
	border-left: 1px solid #000;
	padding: 0px 0px 15px 16px;
	margin:  0px 0 30px 40px;
	float: right;
	width: 170px;
	color: #333;
	font-size: 16pt;
	line-height: 20pt;
	font-family: Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 { color: #333; padding: 0; margin: 10px 0 2px 0; }

h1 { font-size: 16pt; }

h2 { font-size: 14pt; }

h3 { font-size: 13pt; }

h4 { font-size: 12pt; }

h5 { font-size: 11pt; }

.line{
	border-bottom: 1px dashed #333;
	margin: 0 0 10px 0;
}

.line-services{
	border-bottom: 1px dotted #ccc;
	margin: 10px -4px 10px -11px;
}

.right-table {
	width: 174px;
	background-color: #ccc;
	padding:22px 10px 0 20px;
	margin-bottom: 15px;
	margin-left:20px;
	float:right;
	font-size: 10pt;
	}
	
#right-content .right-table ul{
	padding-left: 5px;
}

.backtotop { display: none; }

.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0; 
 	padding: 0;
 	visibility: hidden;
}
.clr {
 	clear: both;
}

#logo-table { display: none; }

.author{
	float: right;
	text-align: right;
	color: #ccc;
	padding-bottom: 25px;
	font-style: italic;
}

