@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #464646;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.twoColLiqLtHdr #container {
	width: 840px;
	margin: 15px auto 0px;
	text-align: left;
	padding: 0px 15px;
	background-image: url(report_images/background_image.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColLiqLtHdr #bg-top {
	background: #A0A0A0 url(shared_images/bg-top.jpg) no-repeat center 15px;
	padding: 0px;
	margin: 0px -15px;
	height: 45px;
} 
.twoColLiqLtHdr #bg-top a {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	color: #EDEDED;
	font: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}
.twoColLiqLtHdr #bg-top a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColLiqLtHdr #bg-top a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
 
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 208px; /* since this element is floated, a width must be given */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.twoColLiqLtHdr #features {
	width: 208px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin: 0px;
	background-image: url(shared_images/sidebar-middle.jpg);
	background-repeat: repeat-y;
}
.sidebar1_bottom {
	margin: 0px;
	padding: 0px;
	height: 33px;
	clear: none;
	display: block;
	background-image: url(shared_images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar_text {
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 6px 15px 0px;
	width: 178px;
	background-image: url(shared_images/sidebar-topx.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sidebar_easierto {
	font-size: 8.5pt;
	line-height: 12pt;
	margin: 0px;
	padding: 6px 15px 0px;
	background: url(shared_images/sidebar-topx.jpg) no-repeat;
	width: 178px;
}

.sidebar_demonstration {
	margin: 20px 0 0;
	padding: 0px 15px 20px;
	width: 178px;
	height: 280px;
	font: 9pt/12pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(shared_images/sidebar-demonstration.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#demonstration_button
{
	display: block;
	width: 142px;
	height: 38px;
	background: url(shared_images/show-me.gif) top center no-repeat;
	margin-left: 16px;
	margin-top: 20px;
}
#demonstration_button:hover
{ 
  background-position: 0 -38px;
}
#demonstration_button span
{
  display: none;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	padding: 0px;
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
} 
.twoColLiqLtHdr #footer {
	height: 20px;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 20px;
	margin-right: -15px;
	margin-bottom: 0px;
	margin-left: -15px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #999999;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #009DD9;
	margin: 15px 0 10px 0;
	padding: 10px 0 0 0;
}
h2 {
	font: normal 16pt Arial, Helvetica, sans-serif;
	color: #009DD9;
	margin: 10px 0px 5px;
	padding: 5px 0px 0px;
	letter-spacing: -1px;
	zoom: 1;
}
.blue {
	color: #009DD9;
}
.yellow {
	color: #E7C506;
}
.green {
	color: #74AA0F;
}
.paleblue {
	color: #68AEE5;
}

.red {
	color: #E74A23;
}
.darkblue {
	color: #007892;
}
.orange {
	color: #FF9A00;
}
.purple {
	color: #884294;
}

h3 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #B4B4B4;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 {
	color: #464646;
	margin: 0px;
	padding: 0px 0px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 12pt;
	font-weight: bold;
}
h5 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16pt;
	margin: 0px;
	padding: 15px 0px 12px;
	font-style: italic;
}

p {
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}
.list_highlights {
	margin: 15px 0px 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}
li.my_reports_bullet {
	background: url(my_reports_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.homepage_bullet {
	background: url(homepage_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.my_market_bullet {
	background: url(my_market_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.creative_search_bullet {
	background: url(creative_search_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.filters_bullet {
	background: url(filters_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.epublication_bullet {
	background: url(epublication_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.alerts_bullet {
	background: url(alerts_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
li.media_info_bullet {
	background: url(media_info_images/tick.gif) no-repeat -3px -4px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 12px 28px;
	border-bottom: dashed 1px #C8C8C8;
}
a:link {
	text-decoration: none;
	color: #FF8000;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #FF8000;
	outline: none;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
	outline: none;
}
.horizontal_rule {
	border-top: 1px dotted #D5D6D2;
	padding-top: 15px;
}


    #navmenu {
	margin: 0px 0px 17px;
	padding: 0px;
	float: left;
	clear: both;
	width:100%;
	background:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
      }
    #navmenu ul {
	  margin:0;
	  padding:10px 10px 0 35px;
	  list-style:none;
      }
    #navmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navmenu a {
      float:left;
      margin:0 2px 0 0;
      padding:0 0 0 5px;
      text-decoration:none;
	  border-right: dotted 1px #D5D6D2;
      }
    #navmenu a span {
      float:left;
      display:block;
      padding:5px 5px 5px 0px;
	  margin:0 2px 0 0;
      color:#707276;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navmenu a span {float:none;}
    /* End IE5-Mac hack */
    #navmenu a:hover span {
      background:url("shared_images/tabrightB.gif") no-repeat right top;
      color:#414141;
      background-position:100% 0px;
      }
    #navmenu a:hover {
      background:url("shared_images/tableftB.gif") no-repeat left top;
      background-position:0% 0px;
      }
	#navmenu a:focus, #navmenu a:active {
	  background-position:0% -25px;color: #FF8000;outline:none;
	  }
	#navmenu a:focus span, #navmenu a:active span {
	  background-position:100% -25px;color: #FF8000;outline:none;
	  }
	
	#navmenu a#activetab span {
      background:url("shared_images/tabrightB.gif") no-repeat right top;
	  background-position:100% -25px;color: #FF8000;
	  }
	#navmenu a:link#activetab, #navmenu a:visited#activetab {
      background:url("shared_images/tableftB.gif") no-repeat left top;
	  background-position: 0% -25px;
	  }


.numbers {
	font: italic normal 40px/36px Georgia, "Times New Roman", Times, serif;
	color: #D5D6D2;
	margin: -5px 0px 0px;
	padding: 0px 3px 0px 0px;
	float: left;
}
.right_border {
	border-right: 10px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: url(magnify2.cur), -moz-zoom-in;
}
.left_border {
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	cursor: url(magnify2.cur), -moz-zoom-in;
	border-left: 10px solid #FFFFFF;
}

#industry_list {
	margin: 0px 0px;
	padding: 0px;
}

#industry_list ul li {
	display: inline;
}

#industry_list ul {
	margin: 0px;
	padding: 10px 0px 15px 15px;
	color: #707276;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

#industry_list ul li a {
	margin: 0px;
	padding: 5px 25px 5px 25px;
	color: #707276;
	text-decoration: none;
	float: left;
	background: url(why_us_images/tick.gif) no-repeat 0px 2px;
}

#industry_list ul li a:hover {
	color: #FF9A00;
	background: url(why_us_images/tick_hover.gif) no-repeat 0px 2px;
}

#industry_list li a:hover, #industry_list li a:active {
	color: #FF9A00;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

.testimonialleft {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#EDEDED;
	border:1px solid #DCDCDC;
	padding:8px 8px 8px 11px;
	float: left;
	margin: 0 10px 10px 0;
	width: 250px;
	font: italic 10pt/14pt "Trebuchet MS", Arial;
	text-align: left;
	zoom: 1;
}

.testimonialright {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#EDEDED;
	border:1px solid #DCDCDC;
	padding:8px 11px 8px 8px;
	float: right;
	margin: 0 0 10px 10px;
	width: 250px;
	font: italic 10pt/14pt "Trebuchet MS", Arial;
	text-align: right;
	zoom: 1;
}

.authornameright {
	font: normal 9pt/12pt "Trebuchet MS", Arial;
	zoom: 1;
	color: #009DD9;
	margin-top: 10px;
	padding-top: 7px;
	border-top: dashed 1px #C8C8C8;
	display: block;
	text-align: right;
}

.authornameleft {
	font: normal 9pt/12pt "Trebuchet MS", Arial;
	zoom: 1;
	color: #009DD9;
	margin-top: 10px;
	padding-top: 7px;
	border-top: dashed 1px #C8C8C8;
	display: block;
	text-align: left;
}

img.picright {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFFFFF;
	border:1px solid #DCDCDC;
	padding:6px;
	float: right;
	margin: 0 0 10px 10px;
}

.service_name {
	color: #009DD9;
	font-size: 9pt;
	font-weight: bold;
}

.homeright_border {
	border-right: 10px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homeleft_border {
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 10px solid #FFFFFF;
}
