*{
	padding:0px;
	margin:0px;
}

body{
	background:url(../images/headerBg.jpg) top center no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color:#2D2D2D;
}

a{
	color:#931638;
}

a:focus{
	outline:none;
}

a:hover{
	color:#888fac;
}

a:visited{
	color:#8c7f70;
}

a img{
	border:0px;
}


h1{	
	color:#931638;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 0.8em;
}


h2{
	color:#333;
	font-size: 16px;
	/*margin-bottom: 0.8em;*/
}

h3{

	color:#8c7f70;
	font-size: 14px;
}


h4{
	font-size: 14px;
}

hr{
	border:0px;
	height: 1px;
	width: 100%;
	clear:both;
	background:#999;
	border:10px 0px;
}

p, ul, ol{
	margin-bottom: 10px;
}

p{
	font-size: 12px;
	line-height: 1.6;

}

b, strong{
	
}

#content ul, #contentWell ul{
	list-style-position:outside;
	list-style-image:url(../images/squared-bullet.gif);
	margin-left: 25px;
}

#content ol, #contentWell ol{
	list-style-position:outside;
	margin-left: 25px;

}

#content ol li, #contentWell ol li{
	color:#8c7f70;
	font-weight:bold
}

#content ol li span, #contentWell ol li span{
	color:#1f1f1f;
	font-weight:normal;
}


#stjudeLogo{
	margin-top: 10px;	
}

.findingCures{
	float:left;
	margin-left: 15px;
	margin-top: 43px;
}

div#header, div#mainNav, div#content, #footer p{
	width: 780px;	
	margin:auto;
}

div#header{
	padding-top:10px;
	padding-bottom: 26px;
/*	height: 105px;*/
}

ul#topNav{
	display:block;
	list-style:none;
	float:right;
	padding-top: 5px;
	
}

ul#topNav li{
	display:inline;
	background:none;

}


ul#topNav li a{
	font-size: 11px;
	float:left;
	color:#414142;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #a09f9e;

}
ul#topNav li:first-child a{
	border:0px;	
}


ul#topNav li a:hover{
	color:#931638;
	text-decoration:underline;
}


ul#topNav a.donateBtn{
	text-align:center;
	border:none;
	display:block;
	background:url(../images/topDonateBtn.jpg) center top no-repeat;	
	color:#fff;
	height: 22px;	
	padding-left: 14px;
	margin-top: -3px;
	margin-left: 10px;
	padding-top: 3px;
	font-weight:bold;
}

ul#topNav a.donateBtn:hover{
	color:#ffcc66;	
	text-decoration:none;
}

div#siteSearch{
	float:right;	
	margin-top: 15px;
	background:url(../images/searchboxBg.gif) top right no-repeat;
	width:198px;
	height: 29px;
}

div#siteSearch:hover{
	background:url(../images/searchboxBgR.gif);
}


div#siteSearch input{
	background:none;
	border:none;
	float:right;	
	width: 28px;
	height: 25px;
	cursor:pointer;
}


div#siteSearch input[type="text"]{
	font-size: 11px;
	color:#222;
	float:left;
	padding: 3px;
	width: 157px;
	height:16px;
	margin: 4px 0px 0px 5px;	
	cursor:text;
}

div#siteSearch input[type="text"]:hover, div#siteSearch input[type="text"]:focus{
	background:#fff5e2;	
}
	
	
	
	
div#mainNav {
	padding-left:2px; /*for IE!*/
	display:block;
	list-style-type:none;
	clear:both;
	overflow:auto;
}

div#mainNav div{
	float:left;
	margin-right: 4px;
	background:none;
}

div#mainNav li:last-child, div#mainNav li.last  {
	margin-right: 0px;
	
}

div#mainNav a{
	line-height: 1.8;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
	width: 152px;
	height: 126px;
	text-align:center;
	text-decoration:none;			
}


div#mainNav img{
	margin: 8px auto 3px auto;	
	width: 140px;
	height: 80px;
	display:block;
	
}

div#mainNav span{
	display:block;
	clear:both;	
	width:140px;
	height: 28px;
	margin:auto;
	cursor:pointer;
	font-size:15px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:2;
	
	position:relative;
	z-index:6;
	
	/*drop shadow will be ignored by those browsers that are not CSS3 compatable*/
	text-shadow: 0px 0px 5px #3f3f3f;
}


div#mainNav a.aboutSJ{
	background:url(../images/redTopNavBg.png) center no-repeat;
}


div#mainNav  a.aboutSJ span{
	background:#931638;
}

div#mainNav a.patientResources{
	background:url(../images/yellowTopNavBg.png) center no-repeat;
}


div#mainNav  a.patientResources span{
	background:#f7bf56; /* ffcc66*/
}


div#mainNav a.clinicalPrograms{
	background:url(../images/pinkTopNavBg.png) center no-repeat;
}


div#mainNav  a.clinicalPrograms span{
	background:#ba6a80; 
}


div#mainNav a.research{
	background:url(../images/brownTopNavBg.png) center no-repeat;
}


div#mainNav  a.research span{
	background:#8c7f70;
}

div#mainNav a.waysToHelp{
	background:url(../images/purpleTopNavBg.png) center no-repeat;
}


div#mainNav  a.waysToHelp span{
	background:#888fac;
}



/*------- dropdown menu ----- */

div#mainNav ul.dropdown{	

	display:none;	
	
	position:absolute;
	z-index:5;
	top:203px;

	list-style:none;
	/*width: 284px;*/
	margin-left: 3px;	

	overflow:auto;
	
	*top:201px; /*for ie7*/
	clear:both; /*ie*/	

}


/*make "ways to help" dropdown align to the right
div#mainNav ul#waystohelplinks li, div#mainNav ul#waystohelplinks li a{		
	text-align:right !important;

}*/


div#mainNav ul.dropdown li{
	display:block;
	float:none;
	text-align:left;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div#mainNav ul.dropdown a{
	width: 100%;
	line-height: 1.4;
	display:block;
	height:auto;
	width: auto;
	float:none;
	text-align:left;
	font-weight:normal;
	padding-top:5px;
	padding-bottom: 5px;
}

div#mainNav ul.dropdown a:hover{
	color:#2D2D2D;
}	


div#mainNav #aboutSJlinks{
	background:#931638;
	border-top:2px solid #CE96A5;
}

div#mainNav #aboutSJlinks a{
	border-bottom:1px solid #CE96A5;
	border-left:3px solid #CE96A5;
	border-right:3px solid #CE96A5;
	padding-left: 20px;
	padding-right: 20px;
}

div#mainNav #aboutSJlinks a:hover{
	background: #CE96A5;
}


div#mainNav #patientResourceslinks{
	background:#FBE9C6;
	border-top:2px solid #FBE9C6;
}

div#mainNav #patientResourceslinks a{
	border-bottom:1px solid #F7BF56;
	border-left:3px solid #FBE9C6;
	border-right:3px solid #FBE9C6;
	color:#ab7a03;
	padding-left: 5px;
	padding-right: 5px;
}

div#mainNav #patientResourceslinks a:hover{
	background: #FEF8ED;
	color:#2D2D2D;
}

div#mainNav #waystohelplinks{
	background:#888fac;
	border-top:2px solid #C5C9D7;
}

div#mainNav #waystohelplinks a{
	border-bottom:1px solid #C5C9D7;
	border-left:3px solid #C5C9D7;
	border-right:3px solid #C5C9D7;
	padding-left: 10px;
	padding-right: 10px;
}
div#mainNav #waystohelplinks a:hover{
	background: #C5C9D7;	
}


div#mainNav #researchlinks{
	background:#8c7f70;
	border-top:2px solid #DCD8D4;
}

div#mainNav #researchlinks a{
	border-bottom:1px solid #DCD8D4;
	border-left:3px solid #DCD8D4;
	border-right:3px solid #DCD8D4;
	padding-left: 10px;
	padding-right: 10px;
}

div#mainNav  #researchlinks a:hover{
	background: #DCD8D4;
}

div#mainNav #clinicialProgramslinks{
	background:#BA6A80;
	border-top:2px solid #F7EDF0;

}

div#mainNav #clinicialProgramslinks a{
	border-bottom:1px solid #F7EDF0;
	border-left:3px solid #F7EDF0;
	border-right:3px solid #F7EDF0;
	padding-left: 10px;
	padding-right: 10px;
}
div#mainNav  #clinicialProgramslinks a:hover{
	background: #F7EDF0;
}






.bigButtons{
	height: 40px;
	width: 280px;
	float:right;
	overflow:auto;
	margin-top: -40px;
	text-align:center;	
}


.bigButtons a{
	color:#fff;
	font-size: 15px;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	padding-top:5px;
}

.bigButtons a:hover{
	color:#ffcc66;	

}


.bigPurpleBtn{
	background:url(../images/bigPurpleBtn.jpg) top center no-repeat;
	width: 141px;
	height:34px;	
	color:#fff;
}


.bigRedBtn{
	background:url(../images/bigRedBtn.jpg) top center no-repeat;
	width: 130px;
	height:34px;
	margin-left: 5px;
	color:#fff;
}


#footer{
	background:url(../images/footerBg.jpg) top center no-repeat;
	width: 100%;
	padding-top: 60px;
	height:60px;
	clear:both;
}

#footer p{
	display:block;
	color:#384474;
	font-size: 10px;
	margin-bottom:0px;
}

#footer a{
	color:#384474;
	padding: 0px 10px;
	border-left:1px solid #384474;
	text-decoration:none;
}

#footer p a:first-child{
	padding-left:0px;
	border-left:0px;
}

#footer a:hover{
	color:#931638;	
	text-decoration:underline;
}



/*-- remove this for the new design --*/
#contentWellSpacer{
	display:none;
}

/*--------------------- master misc styles -------------------*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear{
	clear:both;
}
