﻿.home #mainContent h2 {
	color: #f90;
	font-size: 2.2em;
	font-weight: normal;
    text-transform: uppercase;
}

/*=HEADER
----------*/
#header { margin-bottom: 10px; }

/*=main heading
----------------*/
#contentWrap h1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 196px;
	margin-bottom: 20px;
	text-indent: -9999px;
}


/*=SIDEBAR
------------*/
.sidebar { padding-top: 20px; }


/*=HOME WRAP
-------------*/
#mainContent .homeWrap { padding-left: 20px; }


/*=HOME CONTENT
----------------*/
.homeWrap .homeContent {
	float: left;
	width: 417px;
}
/*=recruiting trials
---------------------*/
.recruitingTrials {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 22px;
	min-height: 62px;
	padding: 9px 0 0 13px;
	width: 404px;
}
.recruitingTrials table {
	color: #666;
	font-size: 1.4em;
	margin: 0 10px 3px;
}
.recruitingTrials .totalTrials {
	color: #b3c744;
	font-size: 1.3em;
	font-weight: bold;
}
.recruitingTrials .lastUpdated {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #666;
	font-size: 1.1em;
	margin: 0;
	padding: 7px 10px 0;
}
/*=made possible
-----------------*/
.madePossible {
	border-top: 1px dotted #ccc;
	font-size: 1.1em;
	margin-top: 25px;
	padding: 18px 11px 0;
}


/*=HOME SIDEBAR
----------------*/
.homeWrap .homeSidebar {
	float: left;
	margin-left: 29px;
	width: 242px;
}
/*=trial alert
---------------*/
.homeSidebar .trialAlert {
	background: url(../images/trial_alert_bottom.png) 0 100% no-repeat;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
.trialAlert .trialAlertIn {
	background: url(../images/trial_alert_top.png) 0 0 no-repeat;
	padding: 20px 15px 0;
}
.trialAlert h3 {
	background: url(../images/trial_alert_heading.png) 0 0 no-repeat;
	height: 19px;
	margin-bottom: 32px;
	text-indent: -9999px;
}
.trialAlert p {
	color: #000;
	margin-bottom: 12px;
}
.trialAlert .signUp {
	background: url(../images/trial_alert_button_cap.png) 100% 0 no-repeat;
	color: #000;
	display: block;
	float: left;
	font-size: 1.2em;
	height: 32px;
	line-height: 32px;
	padding-right: 14px;
}
.trialAlert .signUp:hover { text-decoration: none; }
.trialAlert .signUp span {
	background: url(../images/trial_alert_button.png) 0 0 no-repeat;
	display: block;
	height: 32px;
	padding-left: 14px;
}
/*=questions about cancer box
------------------------------*/
.homeSidebar .questions { background-image: url(../images/questions_bottom_home.png); }
.homeSidebar .questions .questionsIn {
	background-image: url(../images/questions_top_home.png);
	width: 242px;
}
