
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  
  margin: 0;
  padding: 0;
   min-height:100%;
}

body
{
	margin: 0px;
	background-color:#464646;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #000000 100%);
	background-image: url(linear-gradient(to%20bottom,%20#FFFFFF%200%25,%20#000000%20100%25));
	min-height:100%;
	background-attachment:fixed;
}

#page-wrapper {
  min-height: 100%;

}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns
{

}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {

  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}


.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* site specific styles */

@charset "UTF-8";
/* CSS Document */

html
{
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #464646;
	height: 100%;
	
}


a {
	color: #5c1500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
}

.clear
{
	clear: both;
}

p
{
	margin: 0 0 15px 0;
}

hr,.hr
{
	height: 1px;
	width: 100%;
	color: #D8D8D8;
	background-color: #D8D8D8;
	border: 0;
	margin: 10px 0;
	padding: 0;
}

#globalnav-wrapper
{
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(../images/headergradient.jpg) repeat-x left top;
	 box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
}
#globalnav {
	margin-left: auto;
	margin-right: auto;
height:40px;
	
}
#gnavleft {
	margin-top:10px;
}
#gnavright {
	margin-top:8px;
	text-align:right;
}
.gnav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	letter-spacing:1px;
}
.gnav a:link, .gnav a:visited, .gnav a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	letter-spacing:1px;
	text-decoration: none;
}
.gnav a:hover {
	text-decoration:underline;
}
.side {
	font-size: 9pt;
	color: #4e1505;
}
.side a:link, .side a:visited, .side a:active {
	text-decoration: none;
}
.side a:hover {
	text-decoration:underline;
}

input, select, textarea, button
{
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	color: #4e1505;
	padding: 2px;
	margin: 3px 0;
}
input, select, textarea
{
	-webkit-box-shadow: 0 1px 1px #e0e0e0 inset;
	-moz-box-shadow: 0 1px 1px #e0e0e0 inset;
	box-shadow: 0 1px 1px #e0e0e0 inset;
}
textarea
{
	width: 400px;
}
label
{
	font-weight: bold;
	font-size: 10pt;
}
a.button
{
	display: inline-block;
}
button,
input[type=submit],
input.buttonStyle,
input.form-submit,
a.button
{
	margin: 8px 3px 8px 0;
	padding: 3px 6px;
	color: #ffffff;
	background: #4e1505;
	border: 1px solid #624c0a;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button:hover,
input[type=submit]:hover,
input.buttonStyle:hover,
input.form-submit:hover,
a.button:hover
{
	background: #c36700;
	color: #ffffff;
	border: 1px solid #624c0a;
	text-decoration: none !important;
}

input.search {
	background-color: #FFF;
	border: 1px solid #cdcdcd;
	font-size: 8pt;
	color: #A3A3A3;
	width: 120px;
	height: 12px;
	margin-left:10px;
}
input.product {
	background-color: #FFF;
	border: 1px solid #cdcdcd;
	font-size: 8pt;
	color: #006699;
	width: 150px;
	height: 17px;
	float:left;
}
#btnsearch {
	display: block;
	width: 57px;
	height: 17px;
	background: url(../images/btn-search.png) no-repeat 0 0;
	float:right;
}
#btnsearch:hover {
	background-position: 0 -17px;
}
#btnsearch span {
	display: none;
}
#btnlogin {
	display: block;
	width: 123px;
	height: 32px;
	background: url(images/../btn-clientlogin.gif) no-repeat 0 0;
	float:right;
}
#btnlogin:hover {
	background-position: 0 -32px;
}
#btnlogin span {
	display: none;
}
div#header {
	margin-left: auto;
	margin-right: auto;

	height:101px;
	clear:both;
	border-bottom:solid 1px #D8D8D8;
}
a#logo,
a#logo:hover
{
	height: 101px;
	text-decoration: none !important;
	display: block;
}

a#logo img
{
	display: none;
}
a#logo
{
	background: transparent url(../images/readexlogo.png) no-repeat left top;
}
div#sprymenu,
#mainnav
 {
	height:41px;
	float:right;
	margin-top:60px;
	text-align:right;
}
div#homeflash {
	margin-left: auto;
	margin-right: auto;

	height:320px;
	clear:both;
	background-image: url(../images/flash-placeholder.jpg);
	background-repeat:no-repeat;
}
#homeflash span {
	display: none;
}
.spacer20 {
	margin-left: auto;
	margin-right: auto;

	height:20px;
	clear:both;
	background-color:transparent;
}
.breadcrumb {
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	font-size: 11pt;

	height: auto;
	clear:both;
	background-color:transparent;
	color:#666;
}
.breadcrumb a
{
	color:#4e1505;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
div#contentboxes {
	margin-left: auto;
	margin-right: auto;

	height:250px;
	clear:both;
}
div#homecontentboxes {
	margin-left: auto;
	margin-right: auto;

	height:300px;
	clear:both;
}
div#contentleft,
body.front-page .panel-display .center-wrapper .panel-col-first
{
	width:282px;
	height:226px;
	float:left;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:20px;
}
div#contentleft2,
#healthcare-analytics .center-wrapper .panel-col-first,
#marketing-publishing-services .center-wrapper .panel-col-first,
#solutions-products .center-wrapper .panel-col-first
{
	width:423px;
	float:left;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:15px;
}
div#contentcenter,
body.front-page .panel-display .center-wrapper .panel-col
{
	width:282px;
	height:226px;
	float:left;
	padding-top:0px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:12px;
	border-left:solid 1px #D8D8D8;
	border-right:solid 1px #D8D8D8;
}
div#contentcenter2,
#healthcare-analytics .center-wrapper .panel-col-last,
#marketing-publishing-services .center-wrapper .panel-col-last,
#solutions-products .center-wrapper .panel-col-last
 {
	/* width:220px; */
	width: 492px;
	float:left;
	padding-top:0px;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:12px;
	border-left:solid 1px #D8D8D8;
}

#solutions-products .center-wrapper .panel-col-first,
#solutions-products .center-wrapper .panel-col-last
{
	width: 460px;
	padding: 0 12px 15px 12px;
}

#solutions-products .center-wrapper .frontblockleft,
#solutions-products .center-wrapper .frontblockright
{
	width: 205px;
}


div#contentright,
body.front-page .panel-display .center-wrapper .panel-col-last
{
	width:280px;
	float:left;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:12px;

}
div#contentright2
{
	width:226px;
	height:276px;
	float:left;
	padding-left:20px;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:12px;
	background-image:url(../images/content-bg.gif);
	background-repeat:no-repeat;
}
.header1, h1, h2.pane-title {
	font-size:14pt;
	color:#006699;
	font-weight: normal;
}
body.company-overview .header1,
body.company-overview h1
{
	font-size: 13pt;
	margin-bottom: 0;
}
.header2, h2 {
	font-size:12pt;
	color:#464646;
}
h2.subhead
{
	margin: 0 0 10px 0;
	padding: 0;
}
h2.subhead p
{
	margin: 0;
	padding: 0;
}
.header3, h3, #healthcare-analytics h2.pane-title, #marketing-publishing-services h2.pane-title,
#solutions-products h2.pane-title
{
	font-size:14pt;
	color:#990033;
	font-weight: normal;
}
.smallerheader
{
	font-size: 12pt;
}
h3.first
{
	margin-top: 0;
	padding-top: 0;
}
.header4, h4 {

	font-size:10pt;
	color:#006699;
	padding-top:8px;
	padding-bottom:4px;
	font-weight: normal;
}
.header5, h5 {

	font-size:13pt;
	color:#999999;
	padding-bottom:4px;
	font-weight: normal;
}
.header6, h6 {

	font-size:12pt;
	color:#464646;
	padding-bottom:5px;
	font-weight: normal;
}
.contentbody, .pane-content,
.pane-content .view-news .views-field-created
 {

	font-size:12px;
	color:#464646;
	line-height:14pt;
}
.pane-content .view-news .views-field-created
{
	font-weight: bold;
}
.pane-content .view-news a
{
	text-decoration: none;
}
.contentbody2 {

	font-size:8pt;
	color:#333;
	line-height:12pt;
}

#footer-wrapper
{
	margin: 0 auto;
	padding: 0;
	border-top:solid 5px #661800;
	min-height: 187px;
	background: #000000 url(../images/footergradient.jpg) repeat-x left top;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
	  width:100%
}
#footer {
	
	min-height: 187px;
	margin: 0 auto;
	padding: 0;
}
#footer-content
{

	margin: 0 auto;
	padding: 10px 30px;
}

.footer-first,
.footer-second,
.footer-third
{
	float: left;
}

.footer-first
{
	width: 140px;
	padding-right: 20px;
}
.footer-second
{
	width: 440px;
	padding-right: 0px;
	padding-left: 20px;
	border-right: 1px solid #494949;
	border-left: 1px solid #494949;
	min-height:178px;
}
.footer-third
{
	width: 280px;
	padding-left: 10px;
	text-align: right;
}


.footer {

	font-size: 11px;
	color: #cccccc;
}
.footer a:link, .footer a:visited, .footer a:active
{
	color: #cccccc;
	text-decoration: none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer h2
{
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

div#bannerimg {
	margin-left: auto;
	margin-right: auto;

	height:259px;
	clear:both;
}
div#subbannerimg {


	/* background: transparent url(../images/redgradient.jpg) no-repeat 0 0; */
	color: transparent;
	overflow: hidden;
}
div#subbannerimg .subbanner-image-right
{

}
div#maincontainer {

background-color: #fff;
min-height: 500px;
position: relative;
}
#maincontainerright, body.site-map #maincontainerpanels
{

	/* min-height: 100%; */
}
div#maincontent {

	height:inherit;

	position: relative;
	min-height: 100%;
}
#maincontentwhole
{

	margin: 25px 0 0 0;
	line-height:16pt;
	min-height: 100%;
}
div#maincontentleft {

	height:inherit;
	margin-top:25px;
	margin-bottom: 45px;
	line-height:14pt;
	
	min-height: 300px;
	position: relative;
}

.page-quote
{
	margin-bottom: 20px;
	font-size: 11pt;
}
.page-quote-quote
{
	font-style: italic;
	font-weight: bold;
}
.page-quote-attribution
{}
.page-quote-quote div,
.page-quote-attribution div
{
	display: inline;
}
.more-information
{
	font-weight: bold;
}
.more-information a
{
	color: #6a1a00;
	text-decoration: none;
}

body.media-contacts #maincontentleft,
body.media-contacts #maincontentwhole,
body.global-locations #maincontentwhole
{
	line-height: 14pt;
}

div#maincontentright {

	height:inherit;

	margin-top:15px;
	padding: 0;
	position: relative;
	right: 0;
	z-index: 500;
}
div#maincontentright2 {

	height:inherit;

	padding-left:18px;
}
#maincontentright .block
{
	padding: 0px 0 15px 0px;
	position: relative;
}
#maincontentright .block-line
{
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
#maincontentright .first
{
	padding-top: 0;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.homelisthdr {
	width:auto;

	font-size:14pt;
	color:#990033;
	padding-bottom:16px;
}
.homelist {
	width:auto;

	font-weight:bold;
	color:#0967a3;
	font-size:9pt;
	padding-top:8px;
}
.homelist2 {
	width:auto;

	color:#0967a3;
	font-size:8pt;
	padding-left:12px;
	padding-top:2px;
}
div#leftnavcont {

	position: relative;
	min-height: 100%;
	
}
.leftnavhdr,
#leftnavcont .block h2
{
	height:auto;
	padding-top:20px;
	padding-bottom:10px;

	font-size:12pt;
	font-weight: bold;
	color:#000000;
	border-bottom:solid 1px #D8D8D8;
	border-top:solid 1px #D8D8D8;
	margin: 0;
}
#leftnavcont .block
{
	padding-bottom: 10px;
}
#leftnavcont .block .content
{
	margin-top: 0;
}
div#leftnavsubhdr {
	width:100%;
	height:auto;
	padding-top:8px;
	padding-bottom:4px;
	float:left;

	font-size:10pt;
	color:#666;
}
li.list1 {
	list-style: disc outside;
	color:#006699;
} 
.graytext {
	color:#333;
}
.bodycontainer1 {
	width:156px;
	float:left;
	margin-right:15px;
}
.sidePDF,
#productfiles .filefield-file
{
	width:auto;
	line-height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:33px;
	background-image:url(../images/pdf-icon.gif);
	background-repeat:no-repeat;
	background-position: 4% 2px;
	font-size: 8pt;
}
#productfiles .filefield-file img
{
	display: none;
}
.sideARROW,
#relatedproducts .product,
#divisions .division
{
	width:auto;
	line-height:16px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	background-image:url(../images/arrow-icon.gif);
	background-repeat:no-repeat;
	background-position: 4% 4px;
	font-size: 8pt;
}
#relatedproducts .product a,
#divisions .division a,
#productfiles .filefield-file a
#productsupport a
{
	text-decoration: none;
}

#productsupport .phone,
#productsupport .e-mail
{
	margin: 3px 0;
}
#productsupport .phone p,
#productsupport .e-mail p
{
	margin: 0;
}

.arrow,
.more-link
{
	padding-left: 20px;
	background: transparent url(../images/arrow-icon.gif) no-repeat left center;
	text-align: left;
}
.pdf
{
	padding-left: 20px;
	background: transparent url(../images/pdf-icon.gif) no-repeat left center;
}

#btnprod {
	display: block;
	width: 21px;
	height: 21px;
	background-image:url(../images/btn-searchprod.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:3px;
}
#btnprod:hover {
	background-position: 0 -21px;
}
#btnprod span {
	display: none;
}
div#validator {
	margin-left: auto;
	margin-right: auto;

}

ul.menu li
{
	margin: 0;
	padding: 4px 0 0 0;
}
ul.menu li a
{
	text-decoration: none;
}

#block-menu-menu-company ul.menu,
#block-menu-menu-press-room ul.menu
{
	padding-left: 0;
}

li.leaf
{
	list-style-image: none;
	list-style-type: none;
}
li.leaf:hover
{
	list-style-image: url(../images/overarrow.png);
}
li.collapsed
{
	list-style-image: url(../images/plus.gif);
}
li.expanded
{
	list-style-image: url(../images/minus.gif);
}

#leftnavcont .sol-and-prod-header h2
{
	border-bottom: 0;
	margin-bottom: 0;
}

ul.primary,
ul.secondary,
ul.secondary li,
ul.primary li,
fieldset
{
	border-color: #d8d8d8;
}
fieldset legend
{
	color: #666666;
	font-weight: bold;
}
fieldset legend a
{
	text-decoration: none;
}
fieldset
{
	border: 1px solid #d8d8d8;
	margin: 8px 0;
	padding: 10px 15px;
}

fieldset.captcha
{
	border: 0;
	padding: 0;
}
fieldset.captcha legend
{
	display: none;
}
fieldset.captcha label
{
	width: 100px;
}

input.search {
	background-color: #FFF;
	border: 1px solid #cdcdcd;
	font-size: 8pt;
	color: #A3A3A3;
	width: 120px;
	height: 12px;
	margin-left:10px;
}
#btnsearch {
	display: block;
	width: 57px;
	height: 17px;
	background: url(../images/btn-search.png) no-repeat 0 0;
	float:right;
}
#btnsearch:hover {
	background-position: 0 -17px;
}
#btnsearch span {
	display: none;
}

#searchbox
{
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

#search
{
	margin: 0;
	padding: 0;
}
#edit-search-theme-form-1-wrapper
{
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
#edit-search-theme-form-1-wrapper label
{
	display: none;
}
#search .form-submit
{
	background: transparent url(../images/btn-search.png) no-repeat 0 0;
	width: 57px;
	height: 17px;
	border: 0;
	text-indent: -9999px; /* hide the text */
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	float: left;
	_font-size: 0;
}
#search .form-submit:hover
{
	background-position: 0 -17px;
}

#edit-search-theme-form-1-wrapper input#edit-search-theme-form-1
{
	background-color: #FFF;
	border: 1px solid #cdcdcd;
	font-size: 8pt;
	color: #A3A3A3;
	width: 120px;
	height: 12px;
	margin: 0;
}

ul.secondary-links
{
	float: right;
	display: inline;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.secondary-links li
{
	padding: 0 8px;
	margin: 0;
	display: inline;
    list-style-type: none;
}
ul.secondary-links li.last
{
	border-right: 0;
}



ul.nice-menu
{
	border: 0;
	float: right;
	z-index: 1000;
}
ul.nice-menu li
{
	background: transparent;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12pt;
}
ul.nice-menu li a
{
	color: #464646;
	text-decoration: none;
}
ul.nice-menu li a:hover
{
	text-decoration: none !important;
}
ul.nice-menu li ul li:hover
{
	background-color: #d8d8d8;
}
ul.nice-menu-down
{}
ul.nice-menu-down li
{
	padding: 0;
	margin: 0;
	border-left: 1px solid #d8d8d8;
}
ul.nice-menu-down li.last
{
	padding-right: 0;
}
ul.nice-menu a,
ul.nice-menu li span.nolink
{
	padding: 6px 20px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul.nice-menu-down li.over,
ul.nice-menu-down li.over:hover
{
	background: transparent;
	text-decoration: none;
}

ul.nice-menu-down li.menuparent,
ul.nice-menu-down li.menuparent:hover
{
	background: transparent;
	text-decoration: none;
}
ul.nice-menu-down li.menuparent a
{

}
ul.nice-menu-down li.menuparent a:hover
{
	text-decoration: none;
}
ul.nice-menu-down li a:hover
{
text-decoration: none;
}

ul.nice-menu li ul
{
	border: 0;
	margin: 5px 0 0 0;
}
ul.nice-menu li ul li
{
	width: 185px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #0967A3;
	font-size: 8pt;
	text-align: left;
}
#mainnav ul.nice-menu li ul li
{
	margin: 0;
	padding: 0;
	color: #0967A3;
	text-decoration: none;
	display: block;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
#mainnav ul.nice-menu li ul li a
{
	color: #0967A3;
	padding: 4px 10px;
}
#mainnav ul.nice-menu li ul li.last
{
	border-bottom: 1px solid #d8d8d8;
}
#mainnav ul.nice-menu li ul li.first
{
	border-top: 1px solid #d8d8d8;
}
#mainnav ul.nice-menu li ul li:hover
{
	background: #d8d8d8;
	text-decoration: none;

}
#mainnav ul.nice-menu-down li ul li.menuparent
{

	width: 185px;
}

ul.nice-menu-down li li.menuparent
 {
	background: #ffffff url(../images/overarrow.png) no-repeat 95% center;
	font-weight: normal !important;
}
ul.nice-menu-down li li.menuparent a:hover
ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over
{
	background: #d8d8d8 url(../images/overarrow.png) no-repeat 95% center !important;
}

ul.nice-menu-down li ul li ul {
	left:185px;
	top:-5px;
}

ul.nice-menu li.menu-185
{
	padding: 3px 10px;
}
ul.nice-menu li.menu-185:hover
{
	background: transparent;
}
ul.nice-menu li.menu-185 a
{
	background-color: #990000;
	color: #ffffff;
	padding: 3px 10px;
}
ul.nice-menu li.menu-185 a:hover
{
	background-color: #006699;
}

.messages
{
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	color: #333333;
	font-weight: bold;
	font-size: small;
}
.confirm, .status
{
	background-color: #f0fff0;
	color: #006600;
}
.error
{
	background-color: #fff0f0;
	color: #660000;
}

table
{
	margin: 8px 0;
}
table tr td
{
	padding: 3px;
}

.panel-col-top
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#page-manager-edit .changed-notification
{
	background-color: #ffcccc;
	color: #660000;
	font-weight: bold;
	border: 1px solid #660000;
}

.pane-content .frontblockleft
{
	width: 220px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #d8d8d8;
}
.pane-content .frontblockright
{
	width: 225px;
	padding-left: 20px;
	float: left;
}
#leftnavcont #block-block-7
{
	padding: 0;
}
#leftnavcont #block-block-7 .content
{
	display: none;
	border-bottom: none;
}
#leftnavcont #block-block-7 h2
{

}

#subbannerimg
{
	position: relative;
}
#subbannerimg .header-title
{
	position: absolute;
	top: 0px;
	left: 20px;
	height: 120px;
	width: 550px;
	font-size: 16pt;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#subbannerimg .header-title .tagline
{
	font-size: 14pt;
}
#subbannerimg .header-title div
{
	display: table-cell;
	vertical-align: bottom;
	height: 75px;
}
#subbannerimg .header-subtitle
{
	position: absolute;
	top: 78px;
	left: 20px;
	font-size: 11pt;
	color: #cccccc;
	width: 550px;
	font-style: italic;
}
#subbannerimg .header-title p,
#subbannerimg .header-subtitle p
{
	padding: 0;
	margin: 0;
}

#maincontent .press .views-row,
.view-news .views-row
{
	padding: 8px 0;
}
#maincontent .press .views-row .views-field-title .field-content,
#maincontent .press .views-row .title
{
	font-size: 12pt;
}

#news-block-front .press .views-row .title
{
	margin-bottom: 8px;
}

sup
{
	font-size: 0.45em;
}

#block-menu-menu-marketing-pub-services,
#block-menu-menu-healthcare-analytics
{
	border-bottom: 1px solid #d8d8d8;
}
#block-menu-menu-marketing-pub-services h2,
#block-menu-menu-healthcare-analytics h2
{
	display: none;
}
#dhtml_menu-263,
#dhtml_menu-254
{
	margin-left: -12px;
	text-decoration: none;
	color: #464646;
	font-size: 10pt;
	display: block;
}
#dhtml_menu-263:parent:hover
{
	list-style-image:none;
}

.form-required
{
	color: #990033;
}

.webform-client-form
{}
.webform-client-form label
{
	font-size: 9pt;
	clear: both;
}

#site-map
{
	font-size: 10pt;
}
#site-map .site-map-col ul.menu
{
	padding-left: 0;
	font-size: 10pt;
}
#site-map .site-map-col ul.menu li ul
{
	padding-left: 1.5em;
}
#site-map .site-map-col ul.menu li
{
	list-style-image: none;
	list-style-type: none;
}
#site-map a,
#site-map .site-map-box ul.menu li a
{
	text-decoration: none;
}

.site-map-left
{
	width: 66%;
	margin: 0;
	padding: 0;
	float: left;
}
.site-map-right
{
	width: 32%;
	margin:0;
	padding: 0;
	float: left;
}
.site-map-col
{
	float: left;
	width: 150px;
}

#site-map .site-map-box ul
{
	margin: 0;
	padding: 0;
}
#site-map .site-map-box ul.site-map-menu li
{
	list-style-type: none;
	list-style-image: none;
}
/*
#site-map .site-map-box ul.site-map-menu li
{
	float: left;
	width: 150px;
}
#site-map .site-map-box ul.site-map-menu li.expanded ul
{
	margin-left: 10px;
}
#site-map .site-map-box ul.site-map-menu li.expanded ul li
{
	float: none;
}
*/

ul.menu-site-map
{
	width: 240px;
	float: left;
	padding: 0;
	margin: 10px 0px 20px 0;
}
ul.menu-site-map li,
ul.menu-site-map li.item,
ul.menu-site-map li.item.level-0
{
	font-size: 10pt;
	list-style-image: none;
	list-style: none outside none;
	border: 0;
	padding: 0;
	margin: 0 0 3px 0;
}

ul.menu-site-map li ul.container
{
	margin: 0 0 0 10px;
	padding: 0;
}
ul.menu-site-map li ul.container li
{
	width: 100% !important;
	list-style: none inside none;
}

.show
{
	display: block;
}

.view-product-list select,
.view-product-list select option
{
	width: 180px;
}

.node #maincontentleft a,
.node #maincontentwhole a
{
	text-decoration: none;
}

.expand
{
	display: none;
}

.row
{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	clear: both;
	overflow: auto;
}
.row h2
{
	padding: 0;
	margin: 0;
}
.column
{
	padding-right: 20px;
	border-right: 1px solid #d8d8d8;
	float: left;
	width: 345px;
}
.column h3
{
	font-size: 13pt;
	margin-bottom: 3px;
}
.rightcolumn
{
	padding-left: 20px;
	padding-right: 0;
	border-right: 0;
}

.press-images
{
	float: right;
	margin: 0 0 0 10px;
}
.press-images img
{
	margin-bottom: 10px;
}

body.support h3,
body.client-login h3
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8;
}

a.email
{
	padding-left: 20px;
	background: transparent url(../images/emailicon.gif) no-repeat left center;
}

.leader-photo
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 0;
}
.leader-name
{
	font-size: 11pt;
}
.leader-title
{
	font-size: 10pt;
	color: #0967A3;
	margin-bottom: 5px;
}

#news-block-front
{
	list-style: none outside none;
	padding: 0;
}
#news-block-front ul li
{
	height: auto !important;
	margin-bottom: 0px !important;
}
#news-block-front ul li .title a
{
	padding-bottom: 20px !important;
	display: block
}

.views-cycle
{
	position: relative;
}
.views-cycle-prev-next-links
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	font-size: 14pt;
	font-weight: bold;
}
.views-cycle-prev-next-links a
{
	color: #92cb56;
	text-decoration: none;
}
.views-cycle-prev-next-links a:hover
{
	text-decoration: none !important;
}

.slidetext
{
	position: absolute;
	right: 0px;
	top: 54px;
	color: #d3d4d8;
	width: 260px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 24px;
	z-index: 10;
}
.slidetext .title
{
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 26px;
}
.slidetext .learnmore
{
	color: #92cb56;
	font-size: 13px;
	margin-top: 6px;
	line-height: 14px;
}

.search-subbanner-img
{
	margin-bottom: 20px;
}

.logo-col
{
	border-left: 1px solid #d8d8d8;
	padding-left: 20px;
	width: 30%;
	float: left;
}
.logo-col-first
{
	border-left: 0;
	padding-left: 0;
}
.logo-col .arrow
{
	margin-left: 20px;
}

.view-news .more-link
{
	margin-top: 10px;
}

.faded
{
	color: #999999;
}