@charset "utf-8";
/* CSS Document */

body {
	background-color: #DBDBDB;
	margin: 0px;
	color: #333333;
	background-image: url(/library/images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body, div, p {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	line-height: 12pt;
}

p {
	margin-top:0px;
	padding-top:0px;
}

a:link, a:visited {
	color: #333333;
	text-decoration:none;
}

a:active, a:hover {
	color: #E4AB3D;
	text-decoration:none;
}

form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	border: 1px solid #999999;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/library/images/yellowswoopredo2.jpg);
	background-repeat: no-repeat;
	width: 850px;
}

#header {
	position:relative;
	width:850px;
	height: 153px;
}

#logo_wrapper {
	position:relative;
	float:left;
	width:300px;
	height:115px;
}

#logo_wrapper a {
	position:absolute;
	background-image: url(/library/images/logo.jpg);
	height: 68px;
	width: 227px;
	margin-left: 33px;
}

#logo_wrapper em {
	visibility:hidden;
}

#nav_wrapper {
	position:relative;
	float:left;
	width:525px;
}
#search {
	position:relative;
	margin-top:19px;
	margin-left:343px;
}

#search_button {
	position:absolute;
	width:55px;
	height:20px;
	background-image: url(/library/images/nav/topnav_SEARCH_a.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	margin-top:2px;
}

#search_button:hover {
	background-image: url(/library/images/nav/topnav_SEARCH_b.jpg);
	background-repeat: no-repeat;
}

#search_button em {
	visibility:hidden;
}

#login_logout {
	position:absolute;
	left: 469px;
	top: 45px;
	width: 100px;
	height: 22px;
}

#login_logout ul {
	margin:0px;
	padding:0px;
}

#login_logout ul li {
	list-style-type: none;
	display: inline;
}

#login_logout ul li a em {
	visibility:hidden;
}

#nav_login {
	position:absolute;
	background-image: url(/library/images/nav/topnav_login.jpg);
	height: 20px;
	width: 54px;
	background-repeat: no-repeat;
	left:8px;
}

#nav_login.main_nav_active {
	background-image: url(/library/images/nav/topnav_login_over.jpg);
}

#nav_login:hover {
	background-image: url(/library/images/nav/topnav_login_over.jpg);
	background-repeat: no-repeat;
}

#nav_logout {
	position:absolute;
	background-image: url(/library/images/nav/topnav_logout.jpg);
	height: 20px;
	width: 62px;
	background-repeat: no-repeat;
}

#nav_logout.main_nav_active {
	background-image: url(/library/images/nav/topnav_logout_over.jpg);
}

#nav_logout:hover {
	background-image: url(/library/images/nav/topnav_logout_over.jpg);
	background-repeat: no-repeat;
}

#main_nav {
	position:relative;
	margin-top:27px;
}

#main_nav ul {
	margin:0px;
	padding:0px;
}

#main_nav ul li {
	list-style-type: none;
	display: inline;
}

#main_nav ul li a em {
	visibility:hidden;
}

#nav_participants {
	position:absolute;
	background-image: url(/library/images/nav/topnav_Study_a.jpg);
	height: 24px;
	width: 131px;
	background-repeat: no-repeat;
}

#nav_participants.main_nav_active {
	background-image: url(/library/images/nav/topnav_Study_b.jpg);
}

#nav_participants:hover {
	background-image: url(/library/images/nav/topnav_Study_b.jpg);
	background-repeat: no-repeat;
}

#nav_investigators {
	position:absolute;
	left:143px;
	height: 24px;
	width: 97px;
	background-image: url(/library/images/nav/topnav_INV_a.jpg);
	background-repeat: no-repeat;	
}

#nav_investigators.main_nav_active {
	background-image: url(/library/images/nav/topnav_INV_b.jpg);
	background-repeat: no-repeat;
}

#nav_investigators:hover {
	background-image: url(/library/images/nav/topnav_INV_b.jpg);
	background-repeat: no-repeat;
}

#nav_industry {
	position:absolute;
	left:252px;
	height: 24px;
	width: 69px;
	background-image: url(/library/images/nav/topnav_INDUSTRY_a.jpg);
	background-repeat: no-repeat;
}

#nav_industry.main_nav_active {
	background-image: url(/library/images/nav/topnav_INDUSTRY_b.jpg);
	background-repeat: no-repeat;
}

#nav_industry:hover {
	background-image: url(/library/images/nav/topnav_INDUSTRY_b.jpg);
	background-repeat: no-repeat;
}

#nav_knowledge {
	position:absolute;
	left:326px;
	height: 24px;
	width: 130px;
	background-image: url(/library/images/nav/topnav_KC_a.jpg);
	background-repeat: no-repeat;
}

#nav_knowledge.main_nav_active {
	background-image: url(/library/images/nav/topnav_KC_b.jpg);
	background-repeat: no-repeat;
}

#nav_knowledge:hover {
	background-image: url(/library/images/nav/topnav_KC_b.jpg);
	background-repeat: no-repeat;
}

#nav_contact {
	position:absolute;
	left:467px;
	height: 24px;
	width: 62px;
	background-image: url(/library/images/nav/topnav_CONTACT_a.jpg);
	background-repeat: no-repeat;
}

#nav_contact:hover {
	background-image: url(/library/images/nav/topnav_CONTACT_b.jpg);
	background-repeat: no-repeat;
}

#home_wrapper {
	position:relative;
	width:850px;
	clear:both;
}

#home_wrapper a:link, #home_wrapper a:visited, #home_wrapper a:active {
	color: #0076B5;
	text-decoration:none;
}

#home_wrapper a:hover {
	color: #999999;
	text-decoration:none;
}


#home_col1 {
	position:relative;
	float:left;
	width:527px;
	padding-left:27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3C2C3;
}

#home_col2 { 
	position:relative;
	float:left;
	padding-left:18px;
	width:255px;
}

#home_flash {
	position:relative;
	width:502px;
	height:241px;
}

#home_buttons {
	position:relative;
	margin-top:10px;
}

#home_button1 {
	position:relative;
	float:left;
	width:243px;
	height:109px;
}

#home_button1 a {
	position:absolute;
	background-image: url(/library/images/Home-StudyP_a2.jpg);
	background-repeat: no-repeat;
	width:243px;
	height:109px;
}

#home_button1 a:hover {
	background-image: url(/library/images/Home-StudyP_b2.jpg);
	background-repeat: no-repeat;
}

#home_button2 {
	position:relative;
	float:left;
	width:243px;
	height:109px;
	margin-left:23px;
}

#home_button2 a {
	position:absolute;
	background-image: url(/library/images/Home-Invest_a2.jpg);
	background-repeat: no-repeat;
	width:243px;
	height:109px;
}

#home_button2 a:hover {
	background-image: url(/library/images/Home-Invest_b2.jpg);
	background-repeat: no-repeat;
}

#home_button1 a em, #home_button2 a em {
	visibility:hidden;
}

.col_container {
	position:relative;
	width:255px;
	padding-top:10px;
}

.col_image {
	position:relative;
	float:left;
	width:60px;
	height:50px;
}

.col_image a em {
	visibility:hidden;
}

.col_text {
	position:relative;
	float:left;
	width:185px;
}

#kc_link {
	position:absolute;
	width:51px;
	height:51px;
	background-image: url(/library/images/Knowledgectr_icon_a2.jpg);
	background-repeat: no-repeat;	
}

#kc_link:hover {
	background-image: url(/library/images/Knowledgectr_icon_b2.jpg);
	background-repeat: no-repeat;	
}

#industry_link {
	position:absolute;
	width:51px;
	height:51px;
	background-image: url(/library/images/News_icon_a3.jpg);
	background-repeat: no-repeat;
}

#industry_link:hover {
	background-image: url(/library/images/News_icon_b3.jpg);
	background-repeat: no-repeat;
}

#footer {
	position:relative;
	clear:both;
	float:none;
	text-align:center;
	font-family: Helvetica;
	font-size: 9px;
	padding-top:20px;
	padding-bottom:10px;
	line-height:normal;
}

#footer, #footer a {
	color:#999999
	
}

#footer a:hover {
	color:#0077B0;
}

#content_wrapper{
	position:relative;
	width:850px;
	clear:both;
	float:none;
}

#content_col1 {
	position:relative;
	float:left;
	width:145px;
	padding-left:27px;
	padding-right:20px;
}

#content_col2 {
	position:relative;
	float:left;
	width:438px;
}

#content_col2.extended {
	width:630px;
}

#content_col2 a:link, #content_col2 a:active, #content_col2 a:visited {
	text-decoration:underline;
}



#content_col3 {
	position:relative;
	float:left;
	width:163px;
	border-left-color: #DFDFDF;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left:15px;
	padding-left:25px;
}

#content_col3, #content_col3 p, #content_col3 div  {
	font-size:8pt;
}

.accessibility_links {
	position:relative;
	clear:both;
	color: #999999;
	font-family: Helvetica;
	font-size: 10px;
	padding-bottom:5px;
}

.accessibility_links a:link, .accessibility_links a:active, .accessibility_links a:visited {
	color:#999999
	
}

.accessibility_links a:hover {
	color:#0077B0;
}

#acs_col_std {
	padding-left:425px;
}

#acs_col_alt {
	text-align:right;
	padding-right:28px;
}

#acs_left {
	padding-left:195px;
}

.acs_medium_text {
	font-size:12px;
}

.acs_large_text {
	font-size:14px;
}

/* Knowledge Center */

#kb_acs_header {
	position:relative;
	width:100%;
	overflow:hidden;
}

.kb_header {
	position:relative;
	float:left;
	width:151px;
}

#acs_knowledge { 
	position:relative;
	float:right;
	width:400px;
	clear:none;
	text-align:right;
}

#left_nav {
	margin:0px;
	font-family: Helvetica;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size: 8pt;
}

#left_nav li {
	list-style:none;
	margin-top:10px;
}

#left_nav li a {

}

#left_nav li.left_nav_item_active {
	list-style-image:url(/library/images/study-orArrow.jpg);
	list-style-position:outside;
}

#left_nav li.left_nav_item_active a {
	color:#E4AB3D;
}


#left_nav_level2 {
	margin:0px;
	font-family: Helvetica;
	font-size:8pt;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#left_nav_level2 li {
	list-style:none;
	margin-top:10px;
}

#left_nav_level2 li a {
	color:#0076B5;
}

#left_nav_level2 li a:hover {
	color:#E4AB3D;
}


#content_col2 h1 {
	margin:0px;
	padding:0px;
}

#content_col2 h1 em {
	visibility:hidden;
}

#content_col2 h1.study1 {
	width:435px;
	height:96px;
	background-image: url(/library/images/study_mainImage3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study2 {
	width:630px;
	height:90px;
	background-image: url(/library/images/orange/StudyParticipants-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study3 {
	width:435px;
	height:96px;
	background-image: url(/library/images/orange/WhatShouldAsk-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study4 {
	width:632px;
	height:35px;
	background-image: url(/library/images/orange/GetStarted-SP-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study5 {
	width:435px;
	height:96px;
	background-image: url(/library/images/orange/WhatExpect-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study6 {
	width:435px;
	height:96px;
	background-image: url(/library/images/orange/WhoCanParticipate-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study7 {
	width:435px;
	height:96px;
	background-image: url(/library/images/orange/HowProtected-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study8 {
	width:435px;
	height:96px;
	background-image: url(/library/images/orange/yourstory.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h1.study9 {
	width:632px;
	height:35px;
	background-image: url(/library/images/orange/HearFrom-SP-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_col2 h2 {
	font-size:13px;
}

h3 {
	font-size:14px;
	color:#E4AB3D;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
}

#content_col3 .RightNav_Text_Header {
	font-size:14px;
	color:#E4AB3D;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
}

#content_col3 .RightNav_Text_Header a {
	color:#E4AB3D;
}

#content_col3 .RightNav_Text_UL {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#content_col3 .RightNav_Text_UL li {
	margin-top:10px;
}

/* TBD - THIS WILL BE REMOVED */
.right_nav_list {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* TBD - THIS WILL BE REMOVED */
.right_nav_list li {
	margin-top:10px;
}

.full_content {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#left_nav_level2 li.level2_active {
	list-style-image:url(/library/images/blue/blue_arrow.jpg);
	list-style-position:outside;
}

/*Knowledge Center */
#kc_wrapper {
	position:relative;
	width:630px;
}

#kc_col1 {
	position:relative;
	float:left;
	width:335px;
}

#kc_col2 {
	position:relative;
	float:right;
	width:290px;
}

#kc_search {
	padding:10px;
	border: 1px solid #999999;
	margin-right:10px;
	height:185px;
	}

.kc_formFields {
	width:150px;
}

.kc_formFieldsMax {
	width:100%;
}
.kc_prompt {
	font-weight:bold;
	color: #0384D7;
}

.kc_submit {
	background-color:#0384D7;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#kc_faq {
	padding:10px;
	border: 1px solid #999999;
	height:85px;
}

#kc_glossary {
	margin-top:15px;
	padding:10px;
	border: 1px solid #999999;
	height:62px;
}

.kc_a2z {
	padding-top:10px;
	letter-spacing: 4px;
}

#kc_wrapper a:hover {
	color: #0384D7;
}

#kc_listview {
	position:relative;
	padding-top:15px;
	clear:both;
}


#kc_listview a:hover {
	text-decoration:none;
}

.kc_list_header {
	color:#FFFFFF;
	background-color:#0384D7;
	font-weight:bold;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.kc_list_header_last {
	color:#FFFFFF;
	background-color:#0384D7;
	font-weight:bold;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.kc_list_cell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.kc_list_last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#tier1_wrapper {
	position:relative;
	width:100%;
	padding-top:10px;
}

#tier2_col1.study {
	position:relative;
	float:left;
	width:274px;
}

#tier2_col2.study {
	position:relative;
	float:right;
	width:221px;
}

#study_intro {
	position:relative;
	height:355px;
	background-image: url(/library/images/orange/LandingPageSPMainImageTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 515px;
}

/* Frequently Asked Questions */
.expandAll {
	margin-bottom:10px;
}

.expandAll a {
	background-image: url(/library/images/orange/FAQ-SP-plus.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration:none;
	font-size:8pt;
}

.collapseAll {
	margin-bottom:10px;
	display:none;
}

.collapseAll a {
	background-image: url(/library/images/orange/FAQ-SP-minus.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration:none;
	font-size:8pt;
}

.faqQuestion {
	position:relative;
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A5;
	padding-top: 5px;
	padding-bottom:3px;
	overflow:hidden;

}

#content_col2 .faqQuestion a:link, #content_col2 .faqQuestion a:visited, #content_col2 .faqQuestion a:active   {
	text-decoration:none;
	color:#000000;
}

#content_col2  .faqQuestion a:hover {
	text-decoration:none;
	color:#FDBA31;
}

.expandAll a:hover {
	text-decoration:none;
	color:#FDBA31;
}


.faqQuestionSelected {
	position:relative;
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A5;
	padding-top: 5px;
	padding-bottom:3px;
	background-color:#FEF3DD;
	overflow:hidden;
}

#content_col2 .faqQuestionSelected a {
	text-decoration:none;
	color:#FDBA31;
	font-weight:bold;
}



.faqAnswer {
	display:none;
	margin-left:21px;
	margin-top:10px;
	margin-bottom:10px;
	color: #666666;
}

.faqExpand {
	position:relative;
	background-image: url(/library/images/orange/FAQ-SP-plus.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	float:left;
	margin-right:10px;
}



.faqExpand a {
	position:absolute;
	height: 13px;
	width: 13px;
}

.faqCollapse {
	position:relative;
	background-image: url(/library/images/orange/FAQ-SP-minus.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	float:left;
	margin-right:10px;
	display:none;
}

.faqCollapse a {
	position:absolute;
	height: 13px;
	width: 13px;
}

.faqExpand em, .faqCollapse em {
	display:none;
	visibility:hidden;
}

.faqText {
	position:relative;
	float:left;
	width:370px;
	margin-bottom:7px;
}


/* Forms */

h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A5;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.noborder {
	border: 1px none #FFFFFF;
}

.formHeader {
	position:relative;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A5;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-bottom:10px;
}

a.learn_more {
	color:#E4AB3D;
	background-image: url(/library/images/orange/orange-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	position: absolute;
	padding-right: 12px;
	text-decoration:none;
}

a.learn_more:hover {

}

.std_col_wrapper {
	position:relative;
	width:100%;
	margin-top:10px;
	float:none;
	clear:both;
	overflow:hidden;
}

.learn_more_right {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}


#study_wrapper {
	position:relative;
	width:515px;
}

#study_participate {
	position:relative;
	background-image: url(/library/images/orange/LandingPageCall1Why.jpg);
	height: 47px;
	width: 274px;
}

#content_col2 #study_participate a {
	position:absolute;
	height: 47px;
	width: 274px;
	text-decoration:none;	
}

#study_participate a em {
	visibility:hidden;
}

#study_participate_who {
	position:relative;
	background-image: url(/library/images/orange/LandingPageCall2Who.jpg);
	height: 90px;
	width: 274px;
	margin-top:5px;
}

#content_col2  #study_participate_who a {
	position:absolute;
	height: 90px;
	width: 274px;
	text-decoration:none;	
}

#study_participate_who a em {
	visibility:hidden;
}

#study_participate_start {
	position:relative;
	background-image: url(/library/images/orange/LandingPageGetStartedBTN.jpg);
	height: 149px;
	width: 221px;
	background-repeat: no-repeat;
}

#content_col2 #study_participate_start a {
	position:absolute;
	height: 149px;
	width: 221px;
	text-decoration:none;
}

#study_participate_start a em {
	visibility:hidden;
}

#popup_wrapper {
	background-image: url(../images/popup/blank_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	position: relative;
	background-color: #FFFFFF;
}

#popup_friend {
	background-image: url(../images/popup/header_friend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#popup_colleague {
	background-image: url(../images/popup/header_colleague.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#popup_email {
	background-image: url(../images/popup/header_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#popup_survey {
	background-image: url(../images/popup/header_survey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.disclaimer {
	font-size:8pt;
	color:#999999;
	line-height:normal;
}

.form_indent {
	padding-left:25px;
}

.popup {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: -357px;
	background-color: #DBDBDB;

}

#study_video {
	position:absolute;
	padding-left:105px;
	padding-top:70px;
	background-image: url(../images/orange/LandingPageSPMainImageTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Login */

.userHeader {
	color:#0076B5;
	font-size: 16px;
	font-weight: bold;
}

.userHeaderOrange {
	color:#E4AB3D;
	font-size: 16px;
	font-weight: bold;
}

.userHeaderTeal {
	color:#4CB692;
	font-size: 16px;
	font-weight: bold;
}
#newUser_col {
	position:relative;
	float:left;
	width:310px;

}

#returningUser_col {
	position:relative;
	float:right;
	width:310px;
}

.ltblue_cell {
	background-color:#E6F3FB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.userHighlightBlue {
	color:#0076B5;
	font-weight: bold;
}

.newUserBlock {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top:10px;
}

.participantsHighlight {
	color:#E4AB3D;
	font-weight: bold;
}

.investigatorsHighlight {
	color:#4CB692;
	font-weight: bold;
}

.userButton {
	padding-top:10px;
	text-align:right;
}

.orangeButton {
	background-color:#E4AB3D;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #E4AB3D;
}

.tealButton {
	background-color: #4CB692;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #4CB692;
}

.blueButton {
	background-color:#0076B5;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #0076B5;
}

.emailNote {
	color:#0076B5;
	font-size:10px;
	font-style:italic;
}

#sp_getstarted_col1 {
	background-color:#FEF6EB;
	width:45%;
	float:left;
	position:relative;
	padding:10px;
	height:140px;
	background-image: url(../images/getstarted_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sp_getstarted_col2 {
	background-color:#FEF6EB;
	width:45%;
	float:right;
	position:relative;
	padding:10px;
	height:150px
}

.sp_formnote {
	color:#E4AB3D;
	font-style:italic;
	font-size:10px;
}

#getStarted table.stdForm td, #getStarted table tbody tr td, .formborder   {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top:5px;
	padding-bottom:5px;
}

#getStarted table.stdForm tr.doubleBorder td, #getStarted table tbody tr.doubleBorder td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top:5px;
	padding-bottom:5px;
}



#getStarted table tbody tr.noborder td {
	border-top-width: 0px;
	border-top-style: none;
	padding-top:5px;
	padding-bottom:5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.empty_margins {
  margin: 0px 110px;
}

a#morestories {
	position:absolute;
	left: 415px;
	top: 329px;
	width: 94px;
}

a#morestories:link, a#morestories:active, a#morestories:visited  {
	text-decoration:none;
}

a#morestories em {
	visibility:hidden;
	text-decoration:none;
}


#pdfQuestions {
	position:absolute;
}

.clearBg {
	background-image:none;
	background-color:#FFFFFF;

}

/* Google Search Results */
div.stdSearchTop {
margin: 0px;
}

a.stdSearchTitle {
font-size:12px;
color:#000000;
}

span.stdSearchFileType {
font-size:10px;
}

div.stdSearchSnippet {
margin:0 10px;
}

a.stdSearchPage {
text-decoration:none;
}

a.stdSearchPage:hover {
text-decoration:underline;
color:#0384d7;
}

a.stdSearchCache {
color:#AFAFAF;
}

td.stdSearchSpacer {
height:5px;
}

table.stdSearch {
border:0;
border-collapse:collapse;
margin:0;
}

blockquote.stdSearchLevel {
margin:0 0 0 30px;
}

td.stdSearchFooter {
font-size:12px;
text-align:right;
padding:10px;
color:#0384d7;
}

td.stdSearchHeader {
color:#0384d7;
font-weight:700;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
padding:7px;
}

td.stdSearchHeader2 {
font-size:11px;
padding:6px 0 5px;
}

td.stdSearchKeyMatch {
background-color:#E8E8FF;
width:100%;
color:#77ae99;
line-height:150%;
margin:4px;
}

a.stdSearchKeyTitle {
font-size:14px;
color:#8182CF;
}

a.stdSearchKeyTitle:hover {
font-size:14px;
color:#77ae99;
}

a.stdSearchTitle:hover,a.stdSearchPage:link,a.stdSearchPage:visited,a.stdSearchFooter:hover {
color:#0384d7;
}

input.stdSearchText,select.stdSearch {
width:350px;
}


#forgotPassLink:hover {
	color: #0076B5;
}
