@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-image: url(/library/images/body_main_pattern.gif);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	margin: 0px;
	padding:0px;
	min-width:860px;
	min-height:100%;
}

h1, h2, div, td, p, input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#333333;
}

h1 { 
	font-weight: normal; 
	padding:0px;
	margin:0px;
	}

h2 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}

a:link, a:active {
	color:#333333;
}

a:hover {
	color:#77AE99;
}

a:visited {
	color: #8d9091;
}

select.max {
	width: 100%;
	border: 1px solid #999999;
}

#wrapper {
	position:absolute;
	margin:0px;
	padding:0px;
	width:100%;
	background-image: url(/library/images/globe_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}


#inner_wrapper {
	position:relative;
	width:840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

* html #inner_wrapper {
	height: 100%;
}


/* navigation list */

#header {
	width:780px;
	margin:0px;
	padding: 10px 30px;
	text-align: right;
	clear: both;
	font-size: 9px;
}

#header ul {
	margin: 0px;
	padding: 0px;
}

#header li {
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #aba397;
	padding-left: 8px;
	display: inline;
}

#header li.last_item {
	padding-right: 0px;
	padding-left: 8px;
	border-right-style: none;
}

/* navigation link styles */

#header a:link, #header a:visited, #header a:active {
	color: #ABA397;
	text-decoration: none;
}

#header a:hover, #header .headerActive a {
	color: #77AE99;
}

#top_active_element a, #top_active_element a:visited,
#top_active_element a:active, #top_active_element a:hover {
	color: #77AE99;
}

/* main menu, wave, and search */

#wave {
	width: 840px;
	height:100px;
	background-image: url(/library/images/ppd_wave.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	margin: 0px 0px 10px;
	position: relative;
}

#main_menu {
	clear:both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	height: 50px;
}

#no_wave #main_menu {
	height:30px;
}

#ppd_logo {
	float:left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ppd_logo_link {
   background-image: url(/library/images/ppd_logo.gif);
   background-repeat: no-repeat;
   background-position: -5px;
   height: 29px;
   width: 130px;
   float:left;
}

#ppd_logo_link span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#ppd_menu {
	float:left;
}

#ppd_menu a {
	text-decoration:none;
	position:absolute;
}

#ppd_menu em {
	visibility:hidden;
}

#services {
	float:left;
	height: 27px;
	width: 78px;
}

#services a {
	background-image: url(/library/images/navigation/services_up.gif);
	background-repeat: no-repeat;
	height:27px;
	width:72px;
}

#services a:hover, #services .active {
	background-image: url(/library/images/navigation/services_over.gif);
	background-repeat: no-repeat;
	height:27px;
	width:72px;
}

#therapeutics {
	float:left;
	height: 27px;
	width: 120px;
}

#therapeutics a {
	background-image: url(/library/images/navigation/therapeutics_up.gif);
	background-repeat: no-repeat;
	height:27px;
	width:114px;
}

#therapeutics a:hover, #therapeutics .active {
	background-image: url(/library/images/navigation/therapeutics_over.gif);
	background-repeat: no-repeat;
	height:27px;
	width:114px;
}

#careers {
	float:left;
	height: 27px;
	width: 85px;
}

#careers a {
	background-image: url(/library/images/navigation/careers_up.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 79px;
}

#careers a:hover, #careers .active {
	background-image: url(/library/images/navigation/careers_over.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 79px;
}

#investors {
	float:left;
	height: 27px;
	width: 96px;
}

#investors a {
	background-image: url(/library/images/navigation/investors_up.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 90px;
}

#investors a:hover, #investors .active {
	background-image: url(/library/images/navigation/investors_over.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 90px;
}

#news {
	float:left;
	height: 27px;
	width: 120px;
}

#news a  {
	background-image: url(/library/images/navigation/news_up.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 120px;
}

#news a:hover, #news .active  {
	background-image: url(/library/images/navigation/news_over.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 120px;
}

#form_container {
	float:left;
	margin-left: 6px;
	margin-top: -3px;

}

#ppd_search {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search_field {
	float:left;
}

input.global_search {
	width:100px;
	border: 1px solid #AEAEAE;
	color:#808080;
	font-size:9px;
	font-family: Verdana, sans-serif;
}

#ppd_search_button {
	position:relative;
	float:left;
	height: 14px;
	width: 49px;
	margin-top:2px;
	margin-left:2px;
}

#ppd_search_button a {
	position: absolute;
	background-image: url(/library/images/navigation/search_up.gif);
	height: 14px;
	width: 49px;
	border:0px;
	cursor:pointer;
	background-position: left -10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	left: 3px;
}

#ppd_search_button a:hover {
	background-image: url(/library/images/navigation/search_over.gif);
	height: 14px;
	width: 49px;
	border:0px;
	cursor:pointer;
}




/* footer container */

#footer {
	position:relative;
	width: 810px;
	padding: 30px 0 15px 30px;
	margin: 0px;
	clear: both;
	font-family:Verdana, sans-serif;
	font-size:9px;
	color: #808080;
	background-color: #FFFFFF;
	overflow:hidden;
}

#footer p {
	font-family:Verdana, sans-serif;
	font-size:9px;
	color: #808080;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #77AE99;
}


#footerLeft {
	float:left;
	font-family:Verdana, sans-serif;
	font-size:9px;
}

#footerLeft ul {
	margin: 0px;
	padding: 0px;
}

#footerLeft ul li {
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #808080;
	padding-left: 8px;
	display: inline;
	
}

#footerLeft li.firstItem {
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #808080;
	padding-left: 0px;
	display: inline;
}

#footerLeft li.lastItem {
	padding-right: 0px;
	padding-left: 8px;
	border-right-style: none;
	
}


#footerRight {
	float: right;
	color: #808080;
	padding-right:30px;
	font-family:Verdana, sans-serif;
	font-size:9px;
}

#footerRight ul {
	margin: 0px;
	padding: 0px;
}

#footerRight ul li {
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #808080;
	padding-left: 8px;
	display: inline;
}

#footerRight li.lastItem {
	padding-right: 0px;
	padding-left: 8px;
	border-right-style: none;
}

.medA {
	font-size: 11px;
}

.bigA {
	font-size: 13px;
}

/* page layout - columns */

#colmask {
	position:relative;
	clear:both;
	width:100%;
	overflow:hidden;
	background-color:#FFFFFF;
}


#col1 {
	position:relative;
	float:left;
	width:130px;
	margin: 0;
	padding:0px 20px 0px 30px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color:#4D4D4D;
}

#col1a {
	position:relative;
	float:left;
	width:80px;
	margin: 0;
	padding:0px 20px 0px 30px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color:#4D4D4D;
}

#col1b {
	position:relative;
	float:left;
	width:80px;
	height:380px;
	margin: 0;
	padding:0px 20px 0px 30px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color:#4D4D4D;
}

#col2 {
	position:relative;
	margin:0px;
	text-align:left;
	float: left;
	width:420px;
	font: normal normal 11px/1.25em Verdana, sans-serif;
}

#col2a {
	position:relative;
	float: left;
	width:620px;
	margin-right:20px;
}

#col3 {
	position:relative;
	float:right;
        top: 30px;
	width:220px;
}


#home_splash {
	height: 390px;
	width: 780px;
	margin-left:30px;
	clear: both;
	position: relative;
}

#home_splash_v2 {
	height: 350px;
	width: 780px;
	margin-left:30px;
	clear: both;
	position: relative;
}


/* home columns */

#home_colmask {
	margin-left:30px;
	overflow: hidden;
	position: relative;
	width: 779px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(/library/images/home_bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#home_col1 h2, #home_col2 h2, #home_col3 h2{
	visibility:hidden;
	padding:0px;
	margin:0px;
	font-size:8px;
}

#home_col1 {
	float: left;
	position:relative;
	width:300px;

	padding:0px;
}

#home_col2 {
	float: left;
	position:relative;
	overflow:hidden;
	width:300px;
}

#home_col3 {
	float: left;
	position:relative;
	overflow:hidden;
	width:176px;
}
.home_col_content {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.home_col_border {
	clear:both;
	margin-left:30px;
	height: 1px;
	background-image: url(/library/images/homeSection_footer.gif);
	background-repeat: no-repeat;
}


#home_list {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 0px;
}


/* expertise links */

#home_therapeutics {
	height: 12px;
	width: 88px;
	margin-bottom:7px;

}

#home_therapeutics em {
	visibility:hidden;
}

#home_therapeutics a  {
	position:absolute;
	background-image: url(/library/images/therapeutics_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 120px;
	text-decoration:none;
}

#home_therapeutics a:hover {
	background-image: url(/library/images/therapeutics_over.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 88px;
}

#home_phase1 {
	height: 12px;
	width: 125px;
	margin-bottom:7px;

}

#home_phase1 em {
	visibility:hidden;
}

#home_phase1 a  {
	position:absolute;
	background-image: url(/library/images/phase1_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 125px;
	text-decoration:none;
}

#home_phase1 a:hover {
	background-image: url(/library/images/phase1_over.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 125px;
}

#home_phase2 {
	height: 12px;
	width: 73px;
	margin-bottom:7px;
}

#home_phase2 em {
	visibility:hidden;
}

#home_phase2 a  {
	position:absolute;
	background-image: url(/library/images/phase2_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 73px;
	text-decoration:none;
}

#home_phase2 a:hover {
	background-image: url(/library/images/phase2_over.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 73px;
}

#home_approval {
	height: 12px;
	width: 98px;
	margin-bottom:7px;
}

#home_approval em {
	visibility:hidden;
}

#home_approval a  {
	position:absolute;
	background-image: url(/library/images/approval_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 98px;
	text-decoration:none;
}

#home_approval a:hover {
	background-image: url(/library/images/approval_over.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 98px;
}

#home_labs {
	height: 12px;
	width: 36px;
}

#home_labs em {
	visibility:hidden;
}

#home_labs a  {
	position:absolute;
	background-image: url(/library/images/labs_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 36px;
	text-decoration:none;
}

#home_labs a:hover {
	background-image: url(/library/images/labs_over.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 36px;
}

.headerText_a, h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #77AE99;
	font-style: italic;
	line-height: normal;
}

p.headerText_a, h1  {
	padding-top:0px;
	margin-top:0px;
}

#insetCol1 {
	float:left;
	width:300px;
	margin-right:5px;
}

#insetCol2 {
	float:left;
	width:300px;
	margin-left:5px;
}
.insetHeader {
	color: #46126C;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.insetHeaderAlt {
	color: #46126C;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.smallText {
	font-size:9px;
	color: #999999;
}

/* Frequently Asked Questions */
.resetButton {
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
}

.submitButton {
	color: #FFFFFF;
	background-color: #46126C;
	cursor:pointer;
	border: 1px solid #CCCCCC;
}

.expandAll {
	margin-bottom:10px;
}

.expandAll a {
	background-image: url(/library/images/expand_content.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration:none;
	margin-left:335px;
	color:#000000;
}

.collapseAll {
	margin-bottom:10px;
	display:none;
}

.collapseAll a {
	background-image: url(/library/images/collapse_content.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration:none;
	margin-left:335px;
}

.faqQuestion {
	position:relative;
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom:5px;
	overflow:hidden;

}

.faqQuestion a {
	text-decoration:none;
	color:#000000;
}

.faqQuestion a:hover {
	text-decoration:none;
	color:#77ae99;
}

.expandAll a:hover {
	text-decoration:none;
	color:#77ae99;
}


.faqQuestionSelected {
	position:relative;
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom:5px;
	background-color:#EBEBEB;
	overflow:hidden;
}

.faqQuestionSelected a {
	text-decoration:none;
}

.faqQuestionSelected a:visited {
	color:#000000;
}



.faqAnswer {
	display:none;
	margin-left:21px;
	margin-top:10px;
	margin-bottom:10px;
	color: #666666;
}

.faqExpand {
	position:relative;
	background-image: url(/library/images/expand_content.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float:left;
	margin-right:10px;
}



.faqExpand a {
	position:relative;
	height: 11px;
	width: 11px;
}

.faqCollapse {
	position:relative;
	background-image: url(/library/images/collapse_content.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float:left;
	margin-right:10px;
	display:none;
}

.faqCollapse a {
	position:relative;
	height: 11px;
	width: 11px;
}

.faqExpand em {
	visibility:hidden;
}

.faqText {
	position:relative;
	float:left;
	width:370px;
	margin-bottom:7px;
}

/* Forms */

.formCell {
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.formCellAlt {
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.formCellAlt2 {
	padding-top:5px;
	padding-bottom:5px;
}


.buttonCell {
	padding-top:8px;
	padding-bottom:8px;
}

.buttonContainer {
	color: #46126C;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.simpleFormCell {
	padding-top:8px;
	padding-bottom:8px;
}

.enews_header {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width:100%;
	overflow:hidden;
}

.enews_inline {
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}

.eNewsleftCol {
	float:left;
	width:50%;
	padding-bottom:10px;
}
.eNewsrightCol {
	float:right;
	width:50%;
	padding-bottom:10px;
	text-align:right;
}

.formField {
	border: 1px solid #999999;
	background-color:#F2F2F2;
	padding:2px;
}


.max_width_select {
	border: 1px solid #999999;
	width:99%;
	margin-top:3px;
	margin-bottom:3px;
}

.required {
	color:#439539;
}

.form_error {
	margin-top:10px;
	margin-bottom:20px;
	color:#FF0000;
}

.unsubscribe_list {
	margin-top:10px;
	margin-left:30px;
	display:none;
}


/* 3 Column Layout Styles */

.inlineImage {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	clear:both;
}

.inlineImageGraphic {
	float:left;
	width:160px;
}

.inlineImagetext {
	float:left;
	padding-left:10px;
	width:230px;

}

.inlineHeader, h2 {
	font-weight:bold;
	color:#77AE99;
}

.sectionIntro {
	position:relative;
	overflow:hidden;
	background-color:#F2F2F2;
	width:100%;

}

.sectionIntroGraphic {
	float:left;
	width:125px;
}

.sectionIntroText {
	float:left;
	width:275px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom:10px;
}

.sectionIntroText p.headerText_a  {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.sectionIntroText a:link, .sectionIntroText a:active, .sectionIntroText a:visited {
	text-decoration:underline;
}

.sectionIntroText a:hover {
	text-decoration:none;
}

.sectionIntroText ul {
   margin: 0px; 
   padding-left: 15px; 
}

#col2 ul, #col2a ul {
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.sectionIntroText li {
  /* list-style-type: none; */
}
.sectionContent {
	clear:both;
}

/* Styles for the full content area (no left or right navigation */
#sectionContentFull {
  padding-top: 20px;
  height:70%; 
  clear:both;
}

#inner_wrapper_full {
	position:relative;
	width:840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
        height:95%; 
}

* html #inner_wrapper_full {
	height: 100%;
}


/* Accordian Styles */

#services_list {
	margin-top:10px;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
}

.accordion_headings:hover{
	background-color: #47126D;
}

.accordion_child{
	background-color:#FFFFFF;
}

.header_highlight{
	background:#47126D;
}

.accordian_item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.accordian_item a {
	text-decoration:none;
}

.formInputStyle {
	border: 1px solid #999999;
	background-color:#F2F2F2;
	padding:2px;
}

.faqAnswer ul li div {
	margin-bottom:10px;
}

/* Services Contact Form */

.services_form {
	position:relative;
	overflow:hidden;
	width:100%;
}

.services_form_col1 {
	position:relative;
	float:left;
	width:190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ABA397;
	padding-right:10px;
}

.services_form_col2 {
	position:relative;	
	float:left;
	width:170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ABA397;
	padding-right:10px;
	padding-left:20px;
}

.services_form_col3 {
	position:relative;	
	float:left;
	width:170px;
	padding-right:10px;
	padding-left:20px;
}

.sectionContent #PageRedirect.max {
	position:absolute;
	bottom:5px;
	width:240px;
	
}

#careerSearch {
	position:relative;
	width:608px;
	height: 230px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABA397;
	border-left-color: #ABA397;
	padding-top:10px;
	background-image: url(/careers/images/careers_searchbk.jpg);
	background-repeat: no-repeat;
	background-position: 13px 10px;
}

#imageSlide {
	width:582px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#careerSearchTable {
	position:absolute;
	z-index:100;
	top:135px;
	left:30px;
}

.col2a_border {
	position:relative;
	width:100%;
	height:1px;
	background-image: url(/library/images/graphics/col2aborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#collapsable {
	margin-top:15px;
}

div.collapsable {
	width: 112px;
	position: relative;
	z-index: 100;
}
#collapsable ul {
	margin: 0;
	padding: 0;
}
#collapsable li {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
#collapsable li:hover, #collapsable li.over, #collapsable li a:active {
	background: #522c7f;
}
#collapsable li:hover a, #collapsable li.over a, #collapsable a:active {
	color: #ffffff;
}
#collapsable a {
	text-decoration: none;
	color: #522c7f;
}
#collapsable h4 {
	margin: 0;
	padding: 0;
}
#collapsable span {
	display: block;
	width: 100%;
	height: 100%;
	
}
#collapsable li.current {
	background: #522c7f;
}
#collapsable li.current a {
	color: #ffffff;
}

.hidden {
	display:none;
}

#middleColumnOnly {
  margin-left: 100px;
  margin-right: 100px;
}

.contentCrumbs { margin: 10px 0px 10px 5px;
                 font-style: italic; font-size:9px; }
.contentCrumbs .crumb { padding-right: 5px; }
.contentCrumbs .crumb a { }

#ctLanding {
	width:610px;
	height:226px;
	background-image: url(/library/images/registration/ct_landing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ct_image {
	position:relative;
	float:left;
	width:186px;
	margin-right:10px;
}

.ct_text {
	position:relative;
	float:left;
	width:410px;
}

.ct_text h2 {
	margin:0px;
	padding:0px;
}

.more_link_ct {
	margin-top:5px;
	margin-bottom:20px;
	height:7px;
}

.more_link_ct em, .more_link_ct2 em {
	visibility:hidden;
}

.more_link_ct a {
	position:absolute;
	margin-top:5px;
	margin-bottom:10px;
	height:7px;
	text-decoration:none;
	background-image: url(/library/images/common/more_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:370px;
}

.more_link_ct2 a {
	position:absolute;
	height:7px;
	text-decoration:none;
	background-image: url(/library/images/common/more_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:160px;
}


.more_link_ct a:hover, .more_link_ct2 a:hover {
	background-image: url(/library/images/common/more_over.gif);
}

#iv_landing {
	position:relative;
	float:left;
	width:400px;
}

.iv_shade {
	position:relative;
}

#iv_rightcol {
	position:relative;
	float:right;
	width:190px;
	margin-top:20px;
}

.ct_iv_image {
	position:relative;
	float:left;
	width:151px;
	margin-right:5px;
}

.ct_iv_text {
	position:relative;
	float:right;
	width:220px;
	padding-bottom:10px;
}

.ct_iv_text h2 {
	margin:0px;
	padding:0px;
}

.ct_tmp_col1 {
	position:relative;
	float:left;
	width:190px;
}

.ct_tmp_col2 {
	position:relative;
	float:right;
	width:190px;
}

.iv_colmask {
	position:relative;
	overflow:hidden;
	width: 385px;
	background-color:#EDF3F1;
	padding:9px;
	height:85px;
}

/* Bookmarks */
#ppdBookmarks {
	float: right;
        padding-bottom: 10px;
}

#ppdBookmarks a {
	text-decoration:none;
}

#bookmarkList {
	position:absolute;
	overflow:hidden;
	background-color: #FFFFFF;
	border: 1px outset #999999;
	padding:8px;
	top: 22px;
	left: 38px;
	z-index:3000;
	width:110px;
	display:none;
}

#bookmarkTrigger {
	position:relative;
	width:168px;
}

.bookmarkRow {
	position: relative;
	width:100%;
	margin-bottom: 5px;
	float:none;
	clear:both;
	overflow:hidden;
}

.bookmarkRowTitle {
	position: relative;
	width:100%;
	margin-bottom: 2px;
	float:none;
	clear:both;
	overflow:hidden;
	color: #999999;
        height: 1.8em;
}

.bookmarkRowTitle a {
	position: absolute;
        top: -2px;
        right: -2px;
}

.bookmarkImage {
	position:relative;
	float:left;
	width:16px;
	margin-right:8px;
}

.bookmarkText {
	position:relative;
	float:left;
	width:80px;
}


#ppdBookMarksContainer {
	position:absolute;
        right: 10px;
        top: 150px;
	z-index:3000;
}

