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


 
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EAF4E3;
	height: 100%;
}
.thrColFixHdr #container {
	width: 780px;  /* 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. */
	min-height: 100%;
	position: relative;
} 
#mainContent input.sideByside {
	display: block;
	float: left;
}
.thrColFixHdr #header {
	height: 188px;
	width: 780px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/sa_connect_header.jpg);
	position: relative;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headerStudyTeam {
	height: 188px;
	width: 780px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/sa_connect_header_studyteam.jpg);
	position: relative;
	background-repeat: no-repeat;
} 
#headerStudyTeam h1 {
	margin: 0;	
	padding: 10px 0; }


/*start CSS for header links */
#header ul {   
	margin: 0;   
	padding: 0;   
	list-style: none;
 } 
#header a {
	position: absolute;
	width: 95px;
	height: 40px;
	text-indent: -1000em;
	display: block;
}  
#header .home a {
	top: 120px;
	left: 184.2px;
	width: 98.6px;
	margin: 0px;
}
#header .addlResources a {
	top: 120px;
	left: 282.8px;
	width: 217.6px;
	margin: 0px;
}
#header .whatExpect a {
	top: 120px;
	left: 500.4px;
	width: 173.1px;
	margin: 0px;
}
#header .faq a {
	top: 120px;
	left: 673.5px;
	width: 85.2px;
	margin: 0px;
}
#header .home a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header .addlResources a:hover {
	background-image: url(images/mini_hover2.gif);
	background-repeat: no-repeat;
	margin-left: -7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header .whatExpect a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	margin-left: -8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header .faq a:hover {
	background-image: url(images/mini_hover2.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header .home a:focus {
	-moz-outline-style: none;
}

#header .addlResources a:focus {
	-moz-outline-style: none;
}

#header .whatExpect a:focus {
	-moz-outline-style: none;
}

#header .faq a:focus {
	-moz-outline-style: none;
}
/* end CSS for header links */

/*start CSS for Study Team header links */
#headerStudyTeam ul {   
	margin: 0;   
	padding: 0;   
	list-style: none;
 } 
#headerStudyTeam a {
	position: absolute;
	width: 95px;
	height: 40px;
	text-indent: -1000em;
	display: block;
}  
#headerStudyTeam .home a {
	top: 120px;
	left: 184.2px;
	width: 98.6px;
	margin: 0px;
}
#headerStudyTeam .addlResources a {
	top: 120px;
	left: 268px;
	width: 173px;
	margin: 0px;
}
#headerStudyTeam .whatExpect a {
	top: 120px;
	left: 443px;
	width: 138px;
	margin: 0px;
}
#headerStudyTeam .faq a {
	top: 120px;
	left: 582px;
	width: 176px;
	margin: 0px;
}
#headerStudyTeam .home a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#headerStudyTeam .addlResources a:hover {
	background-image: url(images/mini_hover2.gif);
	background-repeat: no-repeat;
	margin-left: -7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#headerStudyTeam .whatExpect a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	margin-left: -8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#headerStudyTeam .faq a:hover {
	background-image: url(images/mini_hover2.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#headerStudyTeam .home a:focus {
	-moz-outline-style: none;
}

#headerStudyTeam .addlResources a:focus {
	-moz-outline-style: none;
}

#headerStudyTeam .whatExpect a:focus {
	-moz-outline-style: none;
}

#headerStudyTeam .faq a:focus {
	-moz-outline-style: none;
}
/* end CSS for header links */


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/logo_redhead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
}
#container #sidebar1.oldpeople {
	background-image: url(images/logo_oldpeople.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 180px;
	float: left;
}
#container #sidebar1.docs {
	background-image: url(images/logo_docs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 180px;
	float: left;
}
#container #sidebar1.man {
	background-image: url(images/logo_man.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 180px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 43px;
	margin-right: 50px;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 120px;
	padding-left: 10px;
} 
#mainContent h1 {
	color: #009900;
}
#mainContent h2 {
	color: #009900;
}
#mainContent h3 {
	color: #009900;
}
#mainContent h4 {
	color: #009900;
}
#mainContent a {
	color: #0099cc;
}
#mainContent a:hover {
	color: #009900;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#mainContent p.italics {
	font-style: italic;
	color: #009900;
}
#mainContent ul {
	font-size: .9em;
}

/* start CSS for menu buttons */
#mainContent ul.menu {
	font-size: 1em;
	list-style-type: none;
}
#mainContent .menu a {
	display: block;
	color: #0099cc;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent .menu .one a:hover {
	background-image: url(images/mini_hover2.gif);
	background-repeat: no-repeat;
	color: #009900;
	margin-left: -40px;
	padding-left: 40px;
}
#mainContent .menu .two a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	color: #009900;
	margin-left: -40px;
	padding-left: 40px;
}
#mainContent .menu .three {
	margin-left: -40px;
}
#mainContent .menu .three a:hover {
	background-image: url(images/mini_hover.gif);
	background-repeat: no-repeat;
	margin-left: -40px;
	color: #009900;
	padding-left: 40px;
}
#mainContent input.radio {
	display: inline-block;
	margin-bottom: 0.35em;
	width: 1.35em;
}
#mainContent input.radioSubmit {
	display: block;
	margin-top: 3em;
	margin-left: 0em;
	width: 6em;
}
#mainContent input.textSubmit {
	margin-top: 3em;
	margin-left: 135px;
	display: block;
	width: 6em;
}
#mainContent input.text, .textRequired {
	text-align: left;
	width: 12em;
	display: block;
	margin-bottom: -1em;
}
#mainContent input.textRequired {
	background-color: #EAF4E3;
	width: 12em;
}
#mainContent select.text {
	text-align: left;
	width: 12em;
	display: block;
	margin-bottom: -1em;
}
#mainContent label.radioSite {
	padding-left: 2em;
	display: block;
	margin-top: -1.5em;
}
/* end CSS for menu buttons */

#mainContent label.radio {
	display: inline-block;
	text-align: left;
	margin-bottom: 0.35em;
}
#mainContent label.textInput {
	text-align: right;
	display: block;
	float: left;
	width: 9em;
	margin-right: 0.5em;
}
#mainContent input.leftSide {
	display: block;
	float: left;
	margin-right: 0.5em;
	width: 6em;
}
#mainContent input.rightSide {
	display: inline-block;
	width: 6em;
	margin-left: 0.5em;
}

/* start CSS for FAQ */
#mainContent #whyParticipate {
	color: #009900;
}
#mainContent #whocanParticipate {
	color: #009900;
}
#mainContent #whatHappens {
	color: #009900;
}
#mainContent #whatisInformedConsent {
	color: #009900;
}
#mainContent #whatareBenefits {
	color: #009900;
}
#mainContent #howProtected {
	color: #009900;
}
#mainContent #whattoConsider {
	color: #009900;
}
#mainContent #workwithHCP {
	color: #009900;
}
#mainContent #canLeave {
	color: #009900;
}
#mainContent #whatisProtocol {
	color: #009900;
}
#mainContent #whatisPlacebo {
	color: #009900;
}
#mainContent #whatarePhases {
	color: #009900;
}
#mainContent h3 #top {
	color: #009900;
}
#mainContent a.questionTop {
	color: #0099cc;
}
#mainContent a.questionTop:visited {
	color: #0099cc;
}
#mainContent a.questionTop:hover {
	color: #009900;
}
#mainContent a.top {
	color: #0099cc;
}
#mainContent a.top:visited {
	color: #009900;
}
#mainContent a.top:hover {
	color: #0099cc;
}
/* end CSS for FAQ */


.thrColFixHdr #footer {
	background-image: url(images/sa_connect_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*start CSS for footer links */
#footer ul {   
	margin: 0;   
	padding: 0;   
	list-style: none;
 } 
#footer a {   
	position: absolute;       
	width: 60px;       
	height: 10px;      
	text-indent: -1000em; 
}  
#footer .axiomMktg a {
	top: 80px;
	left: 51px;
}
#footer .privacyPolicy a {
	top: 80px;
	left: 228px;
}
#footer .legalNotice a {
	top: 80px;
	left: 290px;
}
#footer .privacyStatement a {
	top: 80px;
	left: 348px;
}
/* end CSS for footer links */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
