@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0px auto 10px auto;
	
	background-color: #cbe2e9;
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a { text-decoration: none; color: #10b3e9; }
a:hover { color:#f58220; }

a.promolink { font-size: 9px; text-transform: uppercase; }

img { border: 0px; }
img.graph { padding: 15px 0px; }
img.biopic { float: left; padding-right: 10px; }

h1 { font-size: 24px; color: #666666; font-weight: normal; margin: 0px; padding: 0px; }
h2 { font-size: 18px; color: #658396; font-weight: normal; margin: 0px; padding: 0px; }
h3 { font-size: 14px; line-height: 16px; color: #f58220; font-weight: bold; margin: 0px; padding: 0px; }
h4 { font-size: 12px; color: #666666; font-weight: bold; margin: 0px; padding: 0px; }
h5 { font-size: 12px; line-height: 16px; color: #658396; font-weight: normal; margin: 0px; padding: 0px; margin-top: 3px; }

h3.caps { font-size: 10px; text-transform: uppercase; font-weight: normal; line-height: 14px; }
h3.bumpUp { margin-top: -10px; margin-bottom: -10px;} /* For the Media Center, 1st Panel, Moved Left Section to Right, Right to left */
h4.italic { font-style: italic; }
h5.caps { font-size: 10px; text-transform: uppercase; font-weight: normal; line-height: 14px; }

hr { width: 100%; height: 1px;  border: 0px; border-top: 1px solid #dddddd; margin: 20px 0px; }

p { font-size: 11px; line-height: 16px; }

p.orange { font-size: 13px !important; line-height: 18px !important; color: #f58220; margin-top: 8px; }

p.bullet { display: block; font-size: 11px; line-height: 14px; background-image: url(../img/bullet_orange_sq.gif); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 10px; margin: 5px 0px 4px 2px; }

p.headline { font-size: 12px; line-height: 18px; color: #666666; font-weight: bold; }
.footnote { font-size: 10px; }

p.quote { font-size: 13px; color: #658396; line-height: 18px; margin-bottom: 5px; font-weight: bold; font-style: italic; }
p.byline { text-align: right; line-height: 11px; margin-bottom: 20px; }

span.normal { font-weight: normal; font-style: normal; }
span.bold { font-weight: bold; }
span.italic { font-weight: normal; font-style: italic; }
span.both { font-weight: bold; font-style: italic; }
span.orange { color: #f58220; }
span.blue { color: #10b3e9; }
span.grey { color: #666666; font-size: 9px; text-transform: uppercase; }

span.fauxh3 {}

.left { float: left; margin-right: 30px; }
.right { float: right; margin-left: 30px; }

table { border-collapse: collapse; border-spacing: 0px; border: 0px; }

ul { list-style-type: none; margin: 0px; padding: 0px; }

.warning { color: rgba(255,0,0,1); }


/* STRUCTURAL ELEMENTS */

#container {
	margin: auto;
	width: 1064px;
}

#border_left {
	width: 1064px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_gradient_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#border_right {
	width: 1064px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_gradient_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#box_main {
	position: relative;
	width: 1024px;
	margin: 0px 20px;
	background-color: #ffffff;
	text-align: left;
}

#box_content {
	position: relative;
	width: 1024px;
	height: 833px;
	margin: 0px;
	padding: 0px;
}


/* HEADER ELEMENTS */

#box_header {
	position: relative;
	width: 1024px;
	height: 113px;
	margin: 0px;
	padding: 28px 0px 0px 0px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}

#box_header a { outline: none; }

#menu1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 67px; right: 260px;
	text-align: right;
}

#menu1 img { margin: 0px 8px; }

#menu2 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 112px; right: 40px;
	text-align: right;
}

#menu2 img { margin: 0px; margin-left: 38px; }

#searchbox {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 65px; right: 40px;
	text-align: right;
}

.searchfield { margin: 0px 5px; padding: 1px 5px; border: 1px solid #c0c0c0; width: 124px; color: #666666; font-size: 10px; position: relative; top: -5px; }


/* CONTENT BOXES */

#content_flash { position: relative; width: 1024px; height: 227px; margin: 0px; padding: 0px; }

#content_sliders { 
	position: relative; 
	width: 1024px; 
	height: 393px; 
	overflow: hidden;
	margin: 0px; 
	padding: 0px; 
	background-image: url(../img/bg_slider.jpg); 
	background-repeat: repeat-x; 
}

#content_lower { 
	position: relative; 
	width: 1024px; 
	height: 213px; 
	margin: 0px; 
	padding: 0px; 
	background-image: url(../img/bg_content_lower.jpg); 
	background-repeat: repeat-x; 
	background-color: #f5f5f5; 
}

#content_full {
	position: relative;
	width: 1024px;
	height: 606px;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	background-image: url(../img/bg_slider.jpg);
	background-repeat: repeat-x;
}


/* ALTERNATE LAYOUT FIXES */

body.home { background-image: url(../img/bg_gradient_home.jpg); }

body.home #border_left { background-image: url(../img/bg_gradient_left_home.jpg); }
body.home #border_right { background-image: url(../img/bg_gradient_right_home.jpg); }
body.home #box_content { height: 602px; }
body.home #content_flash { width: 1024px; height: 476px; }
body.home #content_video { width: 1024px; height: 476px; }
body.home #content_lower { height: 126px; }

body.home #box_footer { background-image: url(img/bg_footer_new.jpg); }
body.home #box_footer p { letter-spacing: .025em; }
#box_footer a {padding: 0px 1px; }

/* New Changes to Interior Footer */
body.interior #box_footer { background-image: url(../img/bg_footer_full_new250.jpg); }
body.interior #box_footer p { letter-spacing: .025em; }
body.interior #box_footer a {padding: 0px 1px; }

body.full { background-color: #d2e5eb; background-image: url(../img/bg_gradient_full.jpg); }

body.full #container { background-image: url(../img/bg_edges_full.jpg); }
body.full #border_left { background-image: url(../img/bg_gradient_left_full.jpg); }
body.full #border_right { background-image: url(../img/bg_gradient_right_full.jpg); }
body.full #box_content { height: auto; background-image: url(../img/bg_gradient_horz.jpg); background-repeat: repeat-y; background-position: right; }
body.full #box_footer { background-image: url(../img/bg_footer_full_new250.jpg); }
body.full #box_footer p { letter-spacing: .025em; }
body.full #box_footer a {padding: 0px 1px; }

/* LOWER CONTENT ELEMENTS */

.lower_header { margin-bottom: 15px; }

.lower_col { width: 205px; float: left; position: relative; }

#lower_left {
	position: relative;
	width: 440px;
	height: 173px;
	margin: 0px;
	padding: 30px 35px 10px 35px;
	float: left;
	background-image: url(../img/bg_content_lower_module.jpg); /* Gray Gradient */
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#lower_right {
	position: relative;
	width: 440px;
	height: 173px;
	margin: 0px;
	margin-left: 4px;
	padding: 30px 35px 10px 35px;
	float: left;
	background-image: url(../img/bg_content_lower_module.jpg);  /* Gray Gradient */
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#content_lower p { font-size: 12px; line-height: 16px; margin-top: 2px; }
#content_lower .bottomlink { position: absolute; bottom: 30px; right: 30px; }

#content_lower .bottomlinkBmpDown { position: absolute; bottom: 20px; right: 30px; } /* Use when headers in lower panels take up 2 lines */


/* FOOTER ELEMENTS */

#box_footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../img/bg_footer_new.jpg);
	font-size: 9px;
	color: #70a0af;
}

#box_footer p { margin: 0px; padding: 20px 35px; }
#box_footer a { color: #70a0af; padding: 0px 15px; text-decoration: none; }
#box_footer a:hover { text-decoration: underline; }

/* New Changes to Home Footer */
body.home #box_footer { background-image: url(../img/bg_footer_full_new250.jpg); }
body.home #box_footer p { letter-spacing: .025em; }
#box_footer a {padding: 0px 1px; }

/* HOME PAGE STYLES */

.home_promo {
	width: 314px;
	margin: 20px 0px 0px 20px;
	float: left;
	font-size: 11px;
	line-height: 14px;
}

.home_promo a { color: #f58220; }
.home_promo a:hover { color: #10b3e9; }

.home_promo img { margin-right: 10px; float: left; }
.home_promo h3 { margin-bottom: 5px; padding-right: 15px; display: inline-block; }

body.home .home_promo img { margin-bottom: 30px; }
body.home .home_promo h3 a { color: #0087ab;}
body.home .home_promo h3 a:hover { color: #f58220;}


/* SLIDER CONTENT STYLES */

.sliderpage {
	width: 890px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	overflow: hidden;
}

.sliderpage a { text-decoration: none; color: #10b3e9; }
.sliderpage a:hover { color:#f58220; }

.slidercol {
	float: left;
	width: 266px;
	height: 355px;
	margin: 25px 15px 15px 15px;
	padding: 0px;
	display: inline;
}

.slidercol p.subtext {margin-top: -3px; font-size: 13px;}

.regButton {
	width: 150px;
	height: 40px;
	background: #15272d url(../assets/images/buttonBlueBkg.jpg) no-repeat;
	text-align: center;
	line-height: 40px;
}

.regButton a {
	color: #fff;
	font-size: 15px;
	display: block;
}
.webinarDate { 
	margin-top: 1px; 
}
/*
ul.webinarLists {
	margin: -7px 0 0 10px;

}
ul.webinarLists li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../assets/images/bullet-webinar.gif) no-repeat 0 5px;
}*/

.tabcol .slidercol { margin-top: 0px; }

.double { width: 410px; }

.tabcol {
	margin: 10px 15px 15px 15px;
}

.tabinnercol {
	width: 260px;
	margin: 0px 15px 15px 15px;
}

.colleft {
	margin-left: 0px;
}

.colright {
	margin-right: 0px;
}

.notab {
	margin-top: 35px;
	height: 310px;
}

.breaker {
	width: 0px;
	height: 0px;
	clear: both;
}

.vertical {
	float: left;
	width: 1px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../img/vertical.gif);
	background-repeat: no-repeat;
	display: inline;
}

.tabvertical {
	margin-top: -65px;
}

.biovertical {
	margin-top: -57px;
}

.fullvertical {
	float: left;
	width: 1px;
	height: 530px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../img/vertical_full.gif);
	background-repeat: no-repeat;
	display: inline;
}

.bottomlink, .bottomlinkBmpDown {
	margin-top: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
}





.tabcol .bottomlink { bottom: -10px; }
.tabinnercol .bottomlink { bottom: 40px; }
.bottomlink a { text-decoration: none; color: #10b3e9 !important; }
.bottomlink a:hover { color:#f58220 !important; }

.rightlink { text-align: right; margin-right: -260px; margin-bottom: 15px;  }
.downloadlink { text-align: right; }


/* FULL TEXT CONTENT STYLES */

.text_content {
	width: 690px;
	height: auto;
	min-height: 750px;
	padding: 40px 300px 30px 34px;
}

.fullcol {
	width: 380px;
	height: auto;
	position: relative;
	margin: 25px 80px 20px 34px;
	float: left;
	font-size: 12px;
}

.mapcol {
	width: 460px;
	margin-right: 0px;
}

.fullcol p { font-size: 12px; line-height: 16px; }


/* TABBED CONTENT STYLES */

.tabbedbox {
	width: auto;
}

.tabpage {
	font-size: 11px;
	text-align: left;
}

ul.contentlist {
	margin: 2px 0px 8px 0px;
	padding-left: 13px;	
	list-style-image: url(../img/bullet_orange_sq.gif);
	list-style-position: outside;
}
	
ul.contentlist li {
	margin: 0px;
	padding: 0px;
}


/* MISCELLANY */

#ddcontent {
	 border: 1px solid #666666; 
	 background-color: white; 
	 width: 300px; 
	 padding: 10px 5px;
	 text-align: center;
	 margin-left: 50px;
}

#ddcontent img { padding: 0px 10px; }

table.stattable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
}

table.stattable td { vertical-align: middle; padding: 0px; margin: 0px; border: 0px; border-collapse: collapse; }
table.stattable td.statleft { color: #f58220; font-size: 22px; padding-right: 10px; }
table.stattable td.statleft-2 { color: #f58220; font-size: 36px; padding-right: 38px; }   /* Moves Orange Text to left when don't have two digits and % on lower panels */

table.biotable {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	border: 0px;
	font-size: 13px;	
	color: #f58220;
	line-height: 18px;
}

table.biotable img { margin-right: 10px; }
table.biotable td { vertical-align: top; padding: 0px; margin: 0px; border: 0px; border-collapse: collapse; }

.careerquote {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	clear: both;
}

.careerquote p.byline { margin-bottom: 0px; }

.archive { margin-top: 25px; margin-bottom: 40px; }

.bioleft { margin-top: -33px; margin-left: 0px; }
.bioright { margin-top: 11px; }
.biorightalt { margin-top: -15px; }
.biofull { margin-top: -33px; margin-left: 0px; width: 560px; }
.biomenu { float: right; width: 285px; height: 18px; margin-top: 22px; } 

p.webinar { }
p.webinar a.promolink { display: block; float: right; }

table.logos { margin-top: 100px;}
table.logos td { vertical-align: middle; padding: 20px; }

.rightmenu { float: right; }
.rightmenu a { padding-bottom: 5px; display: block; }

/* PRESS RELEASE */
.text_content ul {
	font-size: 11px;
	margin-left: 5px;
}
.text_content ul li {
	padding-left: 10px;
	line-height: 1.3;
	background: url(../img/bullet_orange_sq.gif) no-repeat 0px 5px;
}

ul.verSpace li {margin-bottom: 10px;}
.prSmall { font-size: 10px; line-height: 1.2; }

/* Client Forms */

.clientSupport .text_content {
	width: 830px; 
	height: auto;
	min-height: 750px;
	padding: 40px 0px 30px 34px;
}
		
fieldset
{ float: left; clear: left; width: 100%; margin: 10px 0 1.5em 0; padding: 0; border: 1px solid #EBE4D8; background: #F0FBFF; position: relative; }


fieldset ol
{	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	padding-bottom: 1em;
}

label
{ 
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

fieldset.submit
{
	float: both;
	width: auto;
	border: 0 none #FFFFFF;
	padding-left: 12em;
	clear: both;
}

textarea { font: 11px Arial, Helvetica, sans-serif; width: 148px; height: 70px;}

#instructions { position: absolute; top: 25px; left: 435px; width: 375px; }

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	float: right;
}
div.error { display: none; }

/* MEDIA CONTACT INFO */
/* Use when you have 2 Media Contacts on a page*/
body#mediaDisplay-2 #mediaContact2 {
	position: absolute;
	top: 80px;
	left: 500px;
}

body#mediaDisplay-1 #mediaContact2 img, body#mediaDisplay-2  #mediaContact1 img, body#mediaDisplay-2  #mediaContact2 img { margin-bottom: 20px; }



/* Use ONLY when you have Silverlink as Media Contact */

body#mediaDisplay-1 #mediaContact1 { display: none; }
body#mediaDisplay-1 #mediaContact2 { display: block; }

/* Customizing PR lists with class of .pr-lists */
.pr-lists { 
	margin-bottom: 10px;
}
.pr-lists li { 
	margin-bottom: 5px;
}


