@charset "UTF-8";
/* CSS Document */


 /*Global Containers */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
	background-color: #0e1c40;
	text-align: center;
}

#wrapper {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
}

#wrapper #top-wrapper {
	background-image: url(../images/top-bg.jpg);
	height: 256px;
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#wrapper #top-wrapper  img {
	position: absolute;
	right: 48px;
	bottom: 106px;
}

#wrapper #top-wrapper #top-menu {
	position: absolute;
	left: 200px;
	bottom: 40px;
}

#mid-wrapper #big-content {
	float: left;
	width: 650px;
}

#top-wrapper .head-center {
	position: absolute;
	right: 23px;
	bottom: 40px;
	width: 270px;
	height: 50px;
}

#wrapper #mid-wrapper {
	padding: 15px 15px 45px;
}

#mid-wrapper #sidebar {
	float: right;
	width: 300px;
}
#wrapper #bottom-wrapper {
	background-color: #0e1c40;
}
#sidebar div {
	margin-bottom: 15px;
}


/* a varity of colmuns sizes in the mid-wrapper */
.col1 {
	width: 145px;
	margin-right: 20px;
	margin-top: 30px;
	float: left;
	border-top: 1px solid #999;
	padding-top: 5px;
}

.col1-b {
	width: 260px;
	margin-right: 35px;
	margin-top: 30px;
	float: left;
	border-top: 1px solid #999;
	padding-top: 5px;
}

.col2 {
	width: 335px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}

.col3 {
	width: 510px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}

.col4 {
	width: 640px;
	margin-top: 25px;
	float: left;
}

.col1-big {
	width: 212px;
	margin-right: 15px;	
	margin-top: 15px;
	float: left;
}

.col2-big {
	width: 439px;
	margin-right: 25px;
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.col3-big {
	width: 666px;
	margin-right: 15px;	
	margin-top: 15px;
	float: left;
}

.col4-big {
	width: 994px;
	margin-top: 15px;
	float: left;
}
#intro-text .col-pearlsr {
	width: 300px;
	margin-right: 25px;
	margin-bottom: 15px;
	float: left;
}

.last {
	margin-right: 0px;
}

div.col-narrow {
	width: 130px;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
	line-height: 1.5em;
}

.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;
}

/* for index page only*/

#home #top-wrapper {
	background-image: url(../images/top-bg-index.jpg);
	height: 256px;
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#home #top-menu ul {
	list-style-type: none;
}

#home #top-menu ul li {
	list-style-type: none;
	text-decoration: none;
	float: left;
	width: 150px;
	margin-right: 55px;
	margin-left: 55px;
}
#home #top-menu a {
	display: block;
	height: 55px;
	width: 120px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 3px 5px;
	text-align: center;
	margin: 5px 5px 5px 125px;
}

#home #top-menu a, #home #top-menu a:link, #home #top-menu a:visited {
	color: #3199CC;
}
#home #top-menu a:hover {
	color: #E96924;
}
#home #sliding {
	left: 880px;
	top: 0px;
	position: absolute;
}

#home .head-center h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #E96924;
	text-align: center;
}

#home  h2 {
	font-size: 2.5em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	text-align: center;
}

#home  h3 {
	font-size: 1.2em;
	line-height: 2.5em;
	font-weight: normal;
	text-transform: none;
	color: #333;
	text-align: right;
}


#home .col2-big {
	width: 350px;
	border-top: none;
}



/* typography*/


h1 {
	font: 1.6em/2em;
	color:#666;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
}
h1 span {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFFFFF;
}

h2 {
	color:#666;
	margin-bottom: 6px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
}
#mid-wrapper h2 a {
	text-decoration: none;
	color:#39c;
}

h3 {
	color:#39c;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}


div h3 a {
	color: #666666;
	font-size: 0.9em;
}


h3 .brighthlight {
	color: #e86624;
	font-size: 1.3em;
	line-height: 1.6em;
}

h4 {
	color:#333333;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.2em;
}

.chart-conversion h3 {
	color: #e86624;
	font-size: 1.3em;
	line-height: 1.6em;
}

.chart-conversion-ctc h3 {
	color: #e86624;
	font-size: 1.3em;
	line-height: 1.6em;
}

.col1 h3 {
	font-size: 93%;
	margin: 0;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.6em;
	margin-bottom: 7px;
}
.highlight {
	font-size: 95%;
	color: #e86624;
}
.orange {
	color: #e86624;
	font-weight: bold;
}

.blue {
	color: #3399cc;
	font-weight: bold;
}
.gray {
	color: #333333;
}

p.specialty-h2 {
	font-weight: bold;
	color: e86624;
}
td .info-list {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4px;
	padding-left: 5px;
}
a, a:link {
	font-size: 1em;
	line-height: 1.4em;
	color: #39c;
}
a:visited, a:hover {
	color: #e86624;
}
#sidebar .regionalpubs li {
	margin-bottom: 5px;
}

.legal {
	font-size: 0.8em;
	line-height: 1em;
	padding: 15px;
	color: #FFFFFF;
}
#sidebar p a {
	line-height: 1.6em;
}

.sm-size {
	font-size: 0.8em;
}
.breadcrumb {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

#sidebar ul li {
	list-style: disc;
	line-height: 1.6em;
	margin-left: 25px;
	margin-bottom: 10px;
}

#sidebar ol li {
	line-height: 1.8em;
	margin-left: 25px;
	list-style-type: decimal;
}

#big-content ul li {
	list-style: disc;
	line-height: 1.4em;
	margin-left: 25px;
	margin-bottom: 10px;
}

#top-wrapper h1 {
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	font-size: 19px;
}


/* top menu*/

#top-wrapper #top-menu ul {
	list-style-type: none;
}

#top-wrapper #top-menu ul li {
	list-style-type: none;
	text-decoration: none;
	float: left;
}
#top-wrapper #top-menu a {
	color: #FFFFFF;
	display: block;
	height: 25px;
	width: 110px;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

#top-wrapper #top-menu a, #top-wrapper #top-menu a:link, #top-wrapper #top-menu a:visited {
	color: #FFFFFF;
}
#top-wrapper #top-menu a:hover {
	color: #e9c350;
}



 /*PVII Menu CSS Express Drop-Down Menu */
 
#menuwrapper {
	background-color: #3399cc;
	position: absolute;
	left: 0;
	top: 223px;
	}

#p7menubar {
	width: 1024px;
	background-color: #3399cc;

}

/* p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs. We set padding and margin to zero to eliminate all indentation, turn bullets off, and set a font-family different from the global font-family declared for the body element above. This sets font for just the menu. Do not add a font-size here.*/

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Root-Level Links.  Do not change the first two properties. Adjust padding values to make the root links taller and to offset them from the left and right edges of the link box. The border right creates a separator between links. Font-size is set here and will apply to all menu levels. Font color is set to light gray.*/

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 5px 10px;
	font-size: 1em;
	line-height: 1.8em;
	color: #FFFFFF;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #879EAD;
}

/*Class assigned to those Root-Level links that have associated Sub-Menus. The top and bottom padding assigned this element must be the same as that assigned to the p7menubar a element. The right padding is increased to accomodate the display of background image depicting a downward pointing arrow.*/

#p7menubar a.trigger {
	padding: 10px 10px 5px 10px;
}

/*The Root-Level list items. Floating left allows them to appear horizontally. Width is for IE5 Mac. The last rule in this style sheet will set the width for this element to auto for all other browsers - hiding it from IE5 Mac. The width is proportional.As you add and edit root menu items, you will need to test this width to ensure it is wide enough to accomodate all text.*/

#p7menubar li {
	float: left;
	width: 200px;
	background-color: #3399cc;
}

#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */


/*Sets width for Sub-Menu box and the List Items inside - in proportional em units. This allows the sub-menu width to expand if users resize the text in their browsers.*/

#p7menubar li ul, #p7menubar ul li  {
	width: 200px;
}

/*The sub-menu links. We set color and turn off the right border, which would otherwise be inherited from the root link rule. We set top and bottom padding less than the root items and increas the left padding to indent the sub-menu links a small amount in from the root links.*/

#p7menubar ul li a  {
	padding: 3px 12px 3px 16px;
	border-right-width: 0px;
	width: 200px;
}

/*Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. Positioned Absolutely to allow them to appear below their root trigger. Set to display none to hide them until trigger is moused over. Background Color must be set or problems will be encountered in MSIE. Right and bottom borders are set to simulate a raised look. A gradient background image is assigned.*/

#p7menubar li ul {
display: none; 
position: absolute;
}

/*Changes the Text color and background color when the Root-Level menu items are moused over. The second selector sets color and background when Root-Level items are accessed with the keyboard tab key. The third selector sets an active state to support keyboard access in MSIE. The fourth selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script. Note that IE7 supports hover on elements other than links and so behaves like Firefox, Opera, and Safari - making the menu operable even if JavaScript is not enabled.*/

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #333333;
	background-color: #aecbde;
}

#p7menubar li ul li:hover a {
	color: #e9c350;
	background-color: #39c;
}

/*Set the Sub-Menu UL to be visible when its associated Root-Level link is moused over. The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.*/

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*Sets the Text color of the Sub-Level links when the Root-Level menu items are moused over. The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.The color set should march the normal Sub-Level link color in the rule: #p7menubar ul li a. The background color must be transparent to allow the underlying gradient background on the UL to show through.*/

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #333333;
	background-color: #aecbde;
}

/*The normal hover class for Sub-Level links. The Important directive is required for older browsers. We set a background color, which shows over the gradient background. We set text color to white.*/

#p7menubar ul a:hover {
	color: #E9C350;
	background-color: aecbde;
}

/* The single backslash \ character inside this comment causes IE5 Mac to ignore the following rule, which allows other browsers to render top-level menu items to their natural width. Do not edit this rule in any way. */
#p7menubar li {width: auto;
}



/* current hightlight menu*/

#print #wrapper #top-wrapper #top-menu .current, #interactive #wrapper #top-wrapper #top-menu .current, #education #wrapper #top-wrapper #top-menu .current, #events #wrapper #top-wrapper #top-menu .current, #direct-mail #wrapper #top-wrapper #top-menu .current {
	color: #e9c350;
	cursor: default;
}

#print #wrapper #top-wrapper #menuwrapper  li a.current, #interactive #wrapper #top-wrapper #menuwrapper  li a.current, #education #wrapper #top-wrapper #menuwrapper  li a.current, #events #wrapper #top-wrapper #menuwrapper  li a.current, #direct-mail #wrapper #top-wrapper #menuwrapper  li a.current {
	color: #333333;
	background-color: #aecbde;
	height: 27px;
}
	
	
/* Rate Charts */	
	
#big-content .chart-conversion {
	margin-top: 30px;
	margin-bottom: 10px;
}
	
			
table {
	border-collapse: collapse;
	margin: 15px 0px;
	text-align: center;
	font-size: 1em;
}
			
.chart-conversion .table-orange td {
	border: 1px solid #444;
}


#big-content .pt-chart-conversion {
	margin-top: 30px;
	margin-bottom: 10px;
}


.pt-chart-conversion .table-orange td {
	border: 1px solid #444;
}
	
			
tbody td {
	padding: 8px 4px;
	border: 1px solid #444;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;	/*width: 70px;*/
	width: 75px;
	}
	
p.table-subhd {
	font-weight: bold;
	line-height: 1.2em;
	}
			
p.table-subhd-left {
	font-weight: bold;
	width: 100px;
}
			
p.table-subhd-left span {
	color: #e86624;
	font-size: 1em;
	letter-spacing: -0.5px;
	}
			
table div.image img {
	float: right;
	margin-right: 15px;
	width: 70px;
	}
			
.chart-conversion .info-list {
	width: 160px;
	line-height: 1.1em;
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	font-size: 0.75em;
}

.pt-chart-conversion p.table-subhd-left {
	font-weight: bold;
	width: 190px;
}


.pt-chart-conversion .info-list {
	width: 160px;
	line-height: 1.1em;
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	font-size: 0.75em;
}

.reverse {
	color: #000;
	background-color: #aecbde;
	}

.reverse-purple{
	color: #000;
	background-color: #d6c1d6;
	}
			
tr.table-orange {
	background: #e86624;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}


.chart-conversion .table-orange {
	border: 1px solid #444;
}
.table-orange .table-hd-top span {
	color: #333;
}

/* chart format for CTC and Clinical Guide*/

.chart-conversion-ctc .table-orange td {
	border: 1px solid #444;
}	
.chart-conversion-ctc td {
	width: 135px;
}

tr.table-blue {
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #3399cc;
	}
table.clinical-S td{
	text-align: left;
	vertical-align: top;
}
tr.even {
	background-color: #aecbde;
}

.clinical-S td.wide-width {
	width: 265px;
	text-align: left;
}

.clinical-S td.mid-width {
	width: 170px;
	text-align: left;
}

.clinical-S td.narrow-width {
	width: 150px;
	text-align: left;
}

.clinical-S td {
	width: 80px;
	border: 0;
}


table.digital {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.digital td.wide-width {
	width: 306px;
	vertical-align: top;
	text-align: left;
	padding-left: 7px;
}

.digital td.mid-width {
	width: 200px;
	vertical-align: top;
	text-align: left;
	padding-left: 7px;
}

.digital td.narrow-width {
	width: 150px;
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
}

table.e-rates td {
	text-align: left;
	padding-left: 7px;
}

table.e-rates td.wide-width {
	width: 560px;
	vertical-align: top;
	text-align: left;
}


table.e-rates td.mid-width {
	width: 280px;
	vertical-align: top;
	text-align: left;
}

table.e-rates td.narrow-width {
	width: 140px;
	vertical-align: top;
	text-align: left;
}
div .t-columns tr td ul li {
	margin-top: 18px;
}


table.jobposting td {
	text-align: left;
	padding-left: 7px;
}

table.jobposting td.wide-width {
	width: 320px;
	vertical-align: top;
}


table.jobposting td.mid-width {
	width: 220px;
	vertical-align: top;
}

table.jobposting td.narrow-width {
	width: 100px;
	vertical-align: top;
}

table.bannerads {
	margin-top: 10px;
	margin-bottom: 30px;
}

table.bannerads td {
	text-align: left;
	padding-left: 7px;
}

table.bannerads td.wide-width {
	width: 320px;
	vertical-align: top;
}


table.bannerads td.mid-width {
	width: 220px;
	vertical-align: top;
}

table.bannerads td.narrow-width {
	width: 100px;
	vertical-align: top;
}


table.e-zine td {
	text-align: left;
	padding-left: 7px;
}

table.e-zine td.wide-width {
	width: 280px;
	vertical-align: top;
}


table.e-zine td.mid-width {
	width: 160px;
	vertical-align: top;
}

table.e-zine td.narrow-width {
	width: 70px;
	vertical-align: top;
}


table.e-zine-provide td {
	text-align: left;
	padding-left: 7px;
	border-right-width: 0px;
	border-left-width: 0px;
}

table.e-zine-provide td.wide-width {
	width: 280px;
	vertical-align: top;
}


table.e-zine-provide td.mid-width {
	width: 160px;
	vertical-align: top;
}

table.e-zine-provide td.narrow-width {
	width: 70px;
	vertical-align: top;
}

table.t-columns  { 
	margin-top: 35px;
	border: 0px;
}

table.t-columns td {
	text-align: left;
	padding-left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 300px;
	vertical-align: top;
}

table.t-columns td li{
	margin-bottom: 10px;
}

table.fairs-location td{
	text-align: left;
	border-width: 0px;
	width: 250px;
	vertical-align: top;
}

table.fairs-location p, table.fairs-location p a{
	line-height: 2em;
}
#big-content .fairs-location {
	margin-top: 15px;
	padding: 15px;
	margin-left: 0px;
}
.fairs-location tr td p a {
	line-height: 2em;
}


table.education td{
	text-align: left;
	border-width: 0px;
	width: 315px;
}

table.education p, table.fairs-location p a{
	line-height: 1.5em;
	vertical-align: top;
	padding-right: 25px;
}
table.diretmail {
	width: 640px;
}
table.diretmail  td {
	width: 60px;
	padding: 7px 0px 7px 10px;
	text-align: center;
}
table.diretmail  .mid-width {
	width: 130px;
}

/*#clinical-guide  td p  {
	width: 150px;
}*/



/* images */

img {
	border-style: none;
	display: block;
}

/* images */
#sidebar img {
	margin: 25px 20px 15px 0px;
}


/* jump menu for selecting regions */

#regions-menu {
	padding: 5px 1px 5px 0;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 288px;
}
select, input {
	font: 1em/1.8em Verdana, Geneva, sans-serif;
	border: solid 1px #ccc;
	width: 230px;
}

input {
	width: 25px;
}

input:hover {
	background:#e86624;
	color: #FFF;
}

/* Coast to Coast-image map */

#big-content #northwest {
	margin-top: 55px;
}
ul.3cols-list {
	margin-top: 5px;
}
.3cols-list li {
	line-height: 1.8em;
	list-style: none;
}


/* 3 columns list */
.list-2ndcol {
	margin-left: 140px;
}

.list-3rdcol {
	margin-left: 280px;
}

.up {
	margin-top: -10em;
}
