/* CSS Document */

* {margin:0; padding: 0;}

body {
	background:url(../images/layout/body/body_bg.gif) #da1e65 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	padding:30px 0 60px;
}

ul {list-style:none;}

a {text-decoration:none;}


/* layout classes */
#layout_container {
	border: 10px solid #ffffff;
	margin: 0 auto;
	position:relative;
	width: 800px;
}


#layout_masthead {
	background:url(../images/layout/header/header_bg.gif) #d81e64 0 0 no-repeat;
	position:relative;
	
}

#layout_nav {
	display:none;
}

#layout_content {
	background:#ffffff;
	overflow:hidden;
	padding: 30px 0 50px 0;
	width:100%;
}

#layout_banner {
	display:none;
}

#layout_footer {
	display:none;
}

/****** Masthead ******/
#print_header {
	display:block;
}

#masthead_nav {	
	display:none;
}

	
#masthead_search {
	display:none;
}



#layout_masthead div {
	left:20px;
	overflow:hidden;
	position:absolute;
	top:15px;
}

#layout_masthead div a {
	display:block;
	height:75px;
	text-indent:-999em;
	width:115px;
}





/****** Content ******/
/*page headers and subnav headers are at bottom of file*/

/*changed #layout_content width from 500px to 516px*/
#layout_content #main_content {
	background:#ffffff;
	width: 95%;
	padding: 0 23px 0 8px;
	position:relative;
	z-index:10;
}

#layout_content ul, ol, dl {position: relative; }

#main_content a.independant {
	 background:url(../images/layout/icons/list_bullet.gif) 0 1px no-repeat;
	padding:0 0 0 17px;
}

/*ie 6 hack */
#member_bios #layout_content #main_content {
	width:496px;
}

#layout_content #secondary_content {
	display:none;
}

#index #layout_content #main_content {
	background:#ffffff;
	width: 352px;
	padding: 0 23px 0 8px;
	float: left;
}

#index #layout_content #secondary_content {	
	background:#ffffff;	
	width: 414px;
	float: right;
}

#main_content ul {
	margin-bottom:15px;
}
/* Page Titles */
#main_content h2 {
	margin:0 0 19px 0;
	padding:0;
}

#index #main_content h2 {
	height:18px;
	text-indent:-9999px;
}

#main_content h1 {
	height:18px;
	margin:0 0 19px 0;
	text-indent:-999em;
}

#main_content h2 {
	margin:8px 0 14px 0;
	color: #c61e5d;
	font-size: 12px;
}

#main_content p a {
	color: #c61e5d;
}

#main_content p a:hover {
	color: #000000;
}


#main_content .pdf_list li {
	background:url(../images/layout/icons/pdf.gif) 0 0 no-repeat;
	padding:2px 0 7px 23px
}

/* Events List*/
#main_content #events_list dt {
	color: #c61e5d;
	font-size:11px;
	line-height:12px;
	margin:0 0 2px 0;
	padding:0;
}

#main_content #events_list dd {
	color: #616161;
	line-height:14px;
	margin:0;
	padding:0;
}

#main_content #events_list dd.date span, 
#main_content #events_list dd.loc span, 
#main_content #events_list dd.contact span  {
	font-weight: bold;
}

#main_content #events_list dd.contact {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}

#main_content #events_list dd.date a, 
#main_content #events_list dd.loc a, 
#main_content #events_list dd.contact a  {
	color: #c61e5d;
}

#main_content #events_list dd.date a:hover, 
#main_content #events_list dd.loc a:hover, 
#main_content #events_list dd.contact a:hover  {
	color: #000000;
}

#main_content ul.network li {
	line-height:16px;
}


/* Bio List*/

.bio_list dl {
	color: #616161;
}

.bio_list dt {
	line-height:14px;
	padding:0;
	margin:0;
	font-weight: bold;
	color: #616161;
}

.bio_list dd {
	line-height:14px;
	color:#616161;
	margin:0 0 15px 0;
	padding:0;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}

.bio_list dt a {
	color:#c61e5d;
}

.bio_list dd.last {
	border-bottom:none;
	margin:0;
}

#main_content .bio_list dt.no_desc {
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 15px 0;
	padding:0 0 13px 0;
}


a.top {
	background: url(../images/layout/icons/top.gif);
	clear:both;
	display: block;
	height: 19px;
	margin:0 0 25px 0;
	width: 82px;
	}

a.top:hover {
	background: url(../images/layout/icons/top_over.gif);
	width: 82px;
	height: 19px;
}

#layout_content ul {
	font-size: 11px;
}

#layout_content ul li {
	background:url(../images/layout/icons/inside_list_bullet.gif) no-repeat 4px 5px;
	line-height: 13px;
	padding: 0 0 7px 14px;
}


#index #layout_content ul li {
	background: url(../images/layout/icons/list_bullet.gif) no-repeat 0 2px;
}

#layout_content li a {color: #C61E5D;}
#layout_content li a:hover {color: #000000;}


#main_content p {	
	padding: 0 0 13px 0;
}

#main_content p.todolist, #main_content p.todolist a {	
	color: #ff0000;
	font-weight: bold;
	font-size:13px;
}

#main_content ul li {
	background:url(../images/layout/icons/inside_list_bullet.gif) no-repeat 4px 5px;
	line-height: 13px;
	padding: 0 0 7px 14px;
}

#main_content #donate {
	background:url(../images/content/index/donate.gif) 0 0 no-repeat;
	height:98px;
	margin:30px 0 0 0;
	padding:0 0 39px 0;
	position:absolute;
	top:152px;
	width:355px;
	z-index:0;
}



#main_content #donate_flash {
	display:block;
	height:97px;
	margin:26px 0 40px;
	position:relative;
	width:97px;
	z-index:3;
}


#main_content #donate p {
	color:#404040;
	font:11px Arial, Helvetica, sans-serif;
	left:109px;
	position:absolute;
	top:22px;
}
	
#main_content #donate p.more {
	background: url(../images/layout/icons/more.gif) no-repeat 0 5px;
	position:absolute;
	top:68px;
}

#secondary_content #donate_container {
	margin:18px 0 0 0;
	position:relative;
}

#secondary_content #donate {
	background:url(../images/layout/subnav/donate.gif) 0 0 no-repeat;
	height:87px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

#secondary_content #donate_flash {
	height:85px;
	margin:0 0 0 15px;
	position:absolute;
	position:relative;
	width:85px;
	z-index:3;
}

#secondary_content #donate p {
	color:#000000;
	display:block;
	left:112px;	
	position:relative;
	top:30px;
}

#secondary_content p a {
	color:#da1e65;
}


#layout_content p.more,
#secondary_content .box dd.more {
	background: url(../images/layout/icons/more.gif) no-repeat 0 3px;
	line-height: 11px;
	padding: 0 0 0 10px;
}




#layout_content p.more a,
#secondary_content .box dd.more a {
	color: #e14b84;
	font-weight: bold;
	text-decoration: none;
}

#layout_content p.more a:hover, 
#secondary_content .box dd.more a:hover {
	color: #da1e65;
}
	



#main_content div.image_container {
	margin:0 0 10px 0;
	overflow:auto;
	width:100%;
}


#main_content div.cmr {
	margin:15px 0;
}

#main_content div.cmr p {
	float:right;
	margin:20px 0 0 0;
	width:200px;
}

#main_content div.cmr img {
	float:left;
}	
#main_content div.image_w_caption {
	float:left;
	margin:0 40px 0 0;
	text-align:center;
}

#main_content div.image_with_caption {
	margin:25px 0 0 0;
	text-align:center;
}

#main_content div.image_w_caption p {
	padding:0;
}

#main_content dt {
	background:none;
	font-weight: bold;
	margin:0 0 0 0;
	padding:0 0 5px 0;

}

#main_content dd {
font-weight: normal;
padding: 0 0 13px 0;

}

#main_content #sub_nav dd {
	padding-left:15px;
}


#main_content .link_list li a {
	background:url(../images/layout/icons/list_bullet.gif) 0 1px no-repeat;
	padding:0 0 7px 17px;
}

#main_content .link_list li {
	background:none;
	padding-left:0px;
}

#main_content .link_list li a {
	color:#C61E5D;
}

#main_content .link_list li a:hover {
		color:#000000;
}

#main_content ul.sublist {
	margin:10px 0 0 0px;
	padding:0 0 0 0px;
	
}

#main_content ul.sublist li {
	background-image:none;
	padding-left:0px;
}

#main_content ul.address li {
	background-image:none;
	padding-left:0;
}

#main_content #research_list dt,
#main_content dl.location_list dt {
	margin:15px 0 5px 0;
}

#main_content #research_list dd,
#main_content dl.location_list dd {
	background:url(../images/layout/icons/inside_list_bullet.gif) 0 5px no-repeat;
	padding:0 0 7px 8px;
	margin:0;
}

#main_content dl.location_list dd.no_bullet {
	background:none;
}

#main_content #news_list {}
#main_content #location_list dt {
	background:url(../images/layout/icons/list_bullet.gif) 0 2px no-repeat;
	margin:15px 0 0 0;
	padding:0 0 3px 23px;
}

#main_content #news_list dd.news_list_pdf {
	background:url(../images/layout/icons/pdf.gif) 0 0 no-repeat;
	line-height:16px;
}

#main_content #news_list dd {
	padding:0 0 3px 23px;
}
#main_content #news_list dd a {color: #C61E5D;}
#main_content #news_list dd a:hover {color: #000000;}

#layout_banner #banner {
	position:relative;
	z-index:0;
}


#layout_banner #sab_container {
	background:#ffffff; 
	border:3px solid #e5dcc7; 
	left:0;
	padding:0 0 15px 0;
	position:absolute;
	top:0;
	width:390px;
	visibility:hidden;
	z-index:10;
}

#layout_banner #sab_container h3{ 
	background:#303030 url(../images/layout/nav/backgrounds/main.gif) repeat-x;
	color: #e4e0d0;
	font-size: 11px;
	height: 24px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 0;
	text-indent:10px;
	width:100%;
	
}

#layout_banner #sab_container p,
#layout_banner #sab_container ul { 
	color: #616161;
	float:right;
	margin:0 10px 13px;
	padding:0;	
	width:260px;
}

#layout_banner #sab_container p.no_image,
#layout_banner #sab_container ul.no_image { 
	float:none;	
	width:95%;
}

#layout_banner #sab_container ul li {
	background:url(../images/layout/icons/inside_list_bullet.gif) 0 4px no-repeat;
	padding:0 0 0 14px;
	margin: 0 0 7px 0;
}

#layout_banner #sab_container img {
	float:left;
	padding:0 0 0 10px;
	position:relative;
	z-index:1000;
}

#layout_banner #sab_container a.close{ 
	position:absolute; 
	right:10px;
	padding: 8px 0 0 0;
	color: #e4e0d0;
}

#layout_banner #sab_container a.close:hover { 
	color: #fff;
}

#secondary_content div.box {
	background:url(../images/content/index/sidebar_top.gif) top left no-repeat #f4f3ec;
	margin:0 0 12px 0;
	overflow:auto;
	padding:0;
	position:relative;
	width:413px;
}

#secondary_content div.box img {
	left:16px;	
	position:absolute;
	top:14px;
}

#secondary_content .box dl {
	background:url(../images/content/index/sidebar_bottom.gif) bottom left no-repeat;
	float:right;
	padding:14px 0 22px 138px;
}

#secondary_content .box dt {
	height:10px;
	padding:0;
	margin:0 0 8px 0;
	text-indent:-9999px; 
	width:275px;
}

#secondary_content .box dd {
	padding:0 34px 0 0;
}



#secondary_content .box dd.more {
	background: url(../images/layout/icons/more.gif) no-repeat 0 3px;
	margin:6px 0 0 0;
	padding:0 0 0 10px;
}	

/*
#secondary_content div.box {
	background:url(../images/content/index/sidebar_top.gif) top left no-repeat #f4f3ec;
	margin:0 0 12px 0;
	width:413px;
}

#secondary_content .box dl {
	background:url(../images/content/index/sidebar_bottom.gif) bottom left no-repeat;
	padding:14px 0 22px 16px;
}

#secondary_content .box dt {
	float:right;
	height:10px;
	padding:0;
	margin:0 0 8px 0;
	text-indent:-9999px; 
	width:275px;
}

#secondary_content .box dd {
	padding:0 34px 0 0;
}

#secondary_content .box dd.img {
	float:left;
	height:95px;
	margin:0 16px 0 0;
	padding:0;
	width:106px;
}


#secondary_content .box dd.more {
	background: url(../images/layout/icons/more.gif) no-repeat 122px 3px;
	margin:6px 0 0 0;
	text-indent:10px;
}	
*/
#secondary_content .box #research {background:url(../images/content/titles/index/members.gif) 0 0 no-repeat;}
#secondary_content .box #education {background:url(../images/content/titles/index/education.gif) 0 0 no-repeat;}
#secondary_content .box #resources {background:url(../images/content/titles/index/patient_resources.gif) 0 0 no-repeat;}


#secondary_content #sub_nav {
	padding:0 15px 0;
} 

#secondary_content #sub_nav dt {
	background:none;
	border-bottom:1px solid #e6e2d5;
	border-top:1px solid #f9f8f5;
	margin:0 0 0 0;
	padding:5px 0 6px 1px;
}

#secondary_content #sub_nav dt.bottom {
	border-bottom:none;
}

#secondary_content #sub_nav dd {
	background:none;
	margin:0 0 0 0;
	padding:5px 0 7px 1px;
}
#secondary_content #sub_nav dd.bottom {
	border-bottom:1px solid #e6e2d5;
	padding:5px 0 6px 1px;
}

#secondary_content #sub_nav dt.subnav_top {
	border-top:none;	
	padding-top:45px;
	
}

#secondary_content #sub_nav dt.subnav_bot,
#secondary_content #sub_nav dd.subnav_bot {
	border-bottom:none;	
}

#secondary_content #sub_nav dt a {
	background:url(../images/layout/icons/subnav_bullet.gif) 212px 5px no-repeat;
	color:#313131;
	display:block;
	width:100%;
}

#secondary_content #sub_nav dd a {
	background:url(../images/layout/icons/subnav_sub_bullet.gif) 2px 5px no-repeat;
	color:#313131;
	display:block;
	padding:0 0 0 13px;
}

#secondary_content #sub_nav dt a:hover,
#secondary_content #sub_nav dt a.active {
	background:url(../images/layout/icons/subnav_bullet_over.gif) 212px 5px no-repeat;
	color:#da1e65;
}


#secondary_content #sub_nav dd a:hover,
#secondary_content #sub_nav dd a.active {
	color:#da1e65;
}



/*member bio popups*/

#layout_content ul.members_list li {
	background:none;
	position:relative;	
	height:16px;
	padding:2px 0 0 4px;
	z-index:0;
}

#layout_content ul.members_list li span {
	display:-moz-inline-box;
	display:inline-block;
	width:95px;	
}

#layout_content ul.members_list a.bio {
	cursor:pointer;
}

#layout_content ul.members_list li span.dr {
	width:37px;
}

#main_content #bio_container {
	border:3px solid #e5dcc7; 
	background:#ffffff; 
	left:125px; 
	overflow:visible;
	padding:0 0 15px 0;
	position:absolute;
	top:0;
	visibility:hidden;
	width:490px;
	z-index:10;
}


#main_content #bio_container h3{ 
	background:#303030 url(../images/layout/nav/backgrounds/main.gif) repeat-x;
	color: #e4e0d0;
	font-size: 11px;
	height: 24px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 0;
	text-indent:10px;
	width:100%;
	
}

#main_content #bio_container p,
#main_content #bio_container ul { 
	color: #616161;
	float:right;
	margin:0 10px 13px;
	padding:0;	
	width:348px;
}

#layout_content #bio_container p.more {
	background: url(../images/layout/icons/more.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	width:336px;
}

#main_content ul.link_members_list {
	overflow:auto;
	margin:15px 0;
}

#main_content #a {
	clear:left;
}

#main_content ul.link_members_list li {
	background:url(../images/layout/icons/list_bar.gif) 0 4px no-repeat;
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 7px;
}

#main_content ul.link_members_list li.A {
	background:none;
	padding:0;
}

#main_content ul.link_members_list a {
	color:#616161;
}

.alt_bkg,
#layout_content ul li.alt_bkg,
#layout_content dl .alt_bkg {
	background:#f3f3f3;
}

#main_content #bio_container p.no_image,
#main_content #bio_container ul.no_image { 
	float:none;	
	width:95%;
}

#main_content #bio_container ul li {
	background:url(../images/layout/icons/inside_list_bullet.gif) 0 4px no-repeat;
	padding:0 0 0 14px;
	margin: 0 0 7px 0;
}

#main_content #bio_container img {
	float:left;
	height:133px;
	padding:0 0 0 10px;
	position:relative;
	width:100px;
	z-index:1000;
}

#layout_content #bio_container a.close{ 
	position:absolute; 
	right:10px;
	padding: 8px 0 0 0;
	color: #e4e0d0;
}

#layout_content #bio_container a.close:hover { 
	color: #fff;
}



#bio h3 { 
	color: #da1e65;
	margin: 0 0 10px 0;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	
}

#bio #layout_content p,
#bio #layout_content ul { 
	color: #616161;
	float:right;
	margin: 0 10px;
	width:365px;
}

#bio #layout_content p.no_image,
#bio #layout_content ul.no_image { 
	float:none;	
	width:95%;
}


#bio #main_content img {
	left:8px;
	padding:0 10px;
	position:absolute;
	top:40px;
}




#bio #layout_content a.close,
#bio #layout_content p.more { 
	display:none;
}

#main_content img.inline_image {
	float:left;
	padding:0 12px 15px 0;
}

#main_content p.quote{
	clear:right;	
}
#main_content p.clear{
	clear:both;
}

div.table_container {
	margin:0 0 20px 0;
	overflow:auto;
	width:100%;
}
table.program {
	border:none;
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:43%;	
}


table.program caption {
	font-weight:bold;
	text-align:left;
}

table.program tr{
	line-height:14px;
	height:14px;

}

table.program th {
	color:#000000;
	font-weight:normal;
	text-align:left;
}

table.program caption,
table.program th,
table.program td {	
	padding:2px 0 2px 10px;
	vertical-align:top;
}

table.program td.footer {
	font-size:9px;
}

table.program th.header {
	width:30%;
}

#main_content #sitemap dt,
#main_content #sitemap dd {
	height:18px;
	line-height:18px;
	padding:0 0 0 4px;
}

#main_content #sitemap dt a{
	color:#616161;
	font-weight:bold;
}	

#main_content #sitemap dd a{
	color:#da1e65;
}

#main_content #sitemap dd.sub a{
	color:#313131;
}

#main_content #sitemap dt.sitemap_bot,
#main_content #sitemap dd.sitemap_bot {
	margin-bottom:23px;
}




#main_content dl.newsletter_list { 
	position:relative;
	width:98%;
}

#main_content dl.newsletter_list dt a {	
	color:#616161;
	font-size:12px;
	left:90px;
	padding-bottom:0;
	position:relative;
	top:0;
}

#main_content dl.newsletter_list dd.newsletter_content {
	left:85px;
	position:relative;
	top:0px;
}

#main_content dl.newsletter_list dd.newsletter_img p {
	background:url(../images/layout/icons/pdf.gif) 0 0 no-repeat;
	margin-top:2px;
}

#main_content dl.newsletter_list dd.newsletter_img p a {
	display:block;
	padding:1px 0 0 22px;
}

#main_content dl.newsletter_list dd.newsletter_img {
	left:0;
	position:absolute;
	top:3px;
}

#main_content dl.newsletter_list dd.newsletter_img img {
	border:none;

}

#main_content dl.rounds_list {
	margin-bottom:20px;
}

#main_content ul.rounds_list li,
#main_content dl.rounds_list dt,
#main_content dl.rounds_list dd {
	background-image:none;
	clear:both;
	color:#616161;
	height:16px;
	margin:0;
	overflow:auto;	
	padding:2px 0 1px 4px;
}

#main_content dl.rounds_list dd.multiline {
	height:32px;
}

#main_content ul.rounds_list li span,
#main_content dl.rounds_list span {
	display:block;
	float:left;
}

#main_content dl.rounds_list span.date {
	width:150px;
}

#main_content dl.rounds_list span.event {
	width:260px;
}

#main_content dl.rounds_list span.faculty {
	width:53%;
}

#main_content dl.rounds_list span.fellow {
	width:46%;
}
#main_content dl.rounds_list span.location {
	float:right;
	width:85px;
}
/****** Footer ******/
#layout_footer #footer_menu {
	background: #faf9f4;
	height: 56px;
	padding: 0 0 0 18px;
	position:relative;
	z-index:0;
}
	
#layout_footer #footer_menu ul {
	list-style: none;
	position:absolute;
	top:13px;
}



#layout_footer #footer_menu li {
	background: none;
	display: inline;
	font-size: 11px;
	line-height: 11px;
}

#layout_footer #footer_menu li.start a {
	padding: 0 6px 0 0;
	background: none;
}

#layout_footer #footer_menu li a {
	background:url(../images/layout/footer/nav/divider.gif) no-repeat 0;
	padding: 0 9px 0 15px;
	color: #606060;
	text-decoration: none;
}
	
#layout_footer #footer_menu li.end a {
	padding: 0 0 0 12px;
}
	
#layout_footer #footer_menu li a:hover {
	color: #da1e65;
}	
	
#layout_footer #footer_menu #footer_contact {
	top:32px;
}

#layout_footer #footer_menu #footer_contact li {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#layout_footer #footer_menu #footer_contact li.footer_divider {
	background:url(../images/layout/icons/footer_contact_divider.gif) 0 3px no-repeat;
	margin:0 0 0 4px;
	padding:0 0 0 9px;
}
	
#layout_footer #footer_menu #footer_uofc {
	border:none;
	position:absolute;
	right:166px		
}

#layout_footer #footer_menu #footer_chr {
	border:none;
	position:absolute;
	right:21px	
}	
#layout_footer #footer_bottom {
	background:#5a5a5a;
	height:32px;
	position:relative;
}

#layout_footer #footer_bottom p {
	color:#bbbbbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	left:18px;
	position:absolute;
	top:10px;
}

#layout_footer #bmir {
	overflow:hidden;
	position:absolute;
	right:21px;
	top:15px;
}

#layout_footer #bmir a {
	background:url(../images/layout/footer/bmir.gif) 0 0 no-repeat;
	display:block;
	height:5px;
	text-indent:-999em;
	width:148px;
}

#layout_footer #bmir a:hover {
	background:url(../images/layout/footer/bmir_over.gif) 0 0 no-repeat;

}

#layout_footer #footer_copyright {
	color:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	top:113px;
}

/*Inside page titles */
/* news headers */
#news #main_content h1,
#news_20070619 #main_content h1,
#news_200703 #main_content h1,
#news_20070207 #main_content h1,
#news_20060612 #main_content h1,
#news_20051118 #main_content h1,
#news_20050306 #main_content h1 {background:url(../images/content/titles/news.gif) 0 0 no-repeat;width:38px;}
#events_seminars #main_content h1 {background:url(../images/content/titles/events_seminars.gif) 0 0 no-repeat;width:140px;}
#announcements #main_content h1 {background:url(../images/content/titles/announcements.gif) 0 0 no-repeat;width:110px;}
#newsletters #main_content h1 {background:url(../images/content/titles/newsletters.gif) 0 0 no-repeat;width:140px;}
/* about headers */
#about #main_content h1 {background:url(../images/content/titles/about.gif) 0 0 no-repeat;width:78px;}
#members #main_content h1 {background:url(../images/content/titles/members.gif) 0 0 no-repeat;width:129px;}
#member_bios #main_content h1 {background:url(../images/content/titles/members.gif) 0 0 no-repeat;width:79px;}
#join #main_content h1 {background:url(../images/content/titles/join.gif) 0 0 no-repeat;width:127px;}
#sab #main_content h1 {background:url(../images/content/titles/sab.gif) 0 0 no-repeat;width:166px;}
#sab_bios #main_content h1 {background:url(../images/content/titles/sab_bios.gif) 0 0 no-repeat;width:79px;}
#cpa #main_content h1 {background:url(../images/content/titles/cpa.gif) 0 0 no-repeat;width:233px;}
#cpa_members #main_content h1 {background:url(../images/content/titles/cpa_members.gif) 0 0 no-repeat;width:132px;}
#ieac #main_content h1 {background:url(../images/content/titles/ieac.gif) 0 0 no-repeat;width:275px;}
#ieac_bios #main_content h1 {background:url(../images/content/titles/cpa_members.gif) 0 0 no-repeat;width:132px;}
#iec #main_content h1 {background:url(../images/content/titles/iec.gif) 0 0 no-repeat;width:220px;}
#leadership_council #main_content h1 {background:url(../images/content/titles/leadership.gif) 0 0 no-repeat;width:134px;}
#network #main_content h1 {background:url(../images/content/titles/network.gif) 0 0 no-repeat;width:167px;}
#lc_education #main_content h1 {background:url(../images/content/titles/lc_education.gif) 0 0 no-repeat;width:66px;}
#lc_science #main_content h1 {background:url(../images/content/titles/lc_science.gif) 0 0 no-repeat;width:89px;}
#lc_hpdv #main_content h1 {background:url(../images/content/titles/lc_hpdv.gif) 0 0 no-repeat;width:252px;}
#lc_research #main_content h1 {background:url(../images/content/titles/lc_research.gif) 0 0 no-repeat;width:118px;}
#overview #main_content h1 {background:url(../images/content/titles/overview.gif) 0 0 no-repeat;width:64px;}
#projects #main_content h1 {background:url(../images/content/titles/projects.gif) 0 0 no-repeat;width:53px;}
#pta #main_content h1 {background:url(../images/content/titles/pta.gif) 0 0 no-repeat;width:181px;}
#regulatory_data_submissions #main_content h1 {background:url(../images/content/titles/data_submissions.gif) 0 0 no-repeat;width:198px;}
#reservoir_simulation #main_content h1 {background:url(../images/content/titles/reservoir_simulation.gif) 0 0 no-repeat;width:139px;}
#why_art #main_content h1 {background:url(../images/content/titles/why_art.gif) 0 0 no-repeat;width:136px;}
#why_pta #main_content h1 {background:url(../images/content/titles/why_pta.gif) 0 0 no-repeat;width:112px;}
/* services headers */
#services #main_content h1 {background:url(../images/content/titles/cardiovascular_services.gif) 0 0 no-repeat;width:159px;}
#professionals #main_content h1 {background:url(../images/content/titles/health_professionals.gif) 0 0 no-repeat;width:172px;}
#foothills #main_content h1 {background:url(../images/content/titles/interventional.gif) 0 0 no-repeat;width:172px;}
#fi_services #main_content h1 {background:url(../images/content/titles/fi_services.gif) 0 0 no-repeat;width:54px;}
#fi_education #main_content h1 {background:url(../images/content/titles/education.gif) 0 0 no-repeat;width:66px;}
#fi_research #main_content h1 {background:url(../images/content/titles/research.gif) -59px 0 no-repeat;width:59px;}
#fi_links #main_content h1 {background:url(../images/content/titles/links.gif) 0 0 no-repeat;width:33px;}
#fi_contact #main_content h1 {background:url(../images/content/titles/contact.gif) 0 0 no-repeat;width:74px;}
#cardio #main_content h1 {background:url(../images/content/titles/cardio.gif) 0 0 no-repeat;width:148px;}
#cardiac_rehabilitation #main_content h1 {background:url(../images/content/titles/cardiac_rehabilitation.gif) 0 0 no-repeat;width:151px;}
#cardio #main_content h1 {background:url(../images/content/titles/cardio.gif) 0 0 no-repeat;width:148px;}
#cardiology_consultants #main_content h1 {background:url(../images/content/titles/cardiology_consultants.gif) 0 0 no-repeat;width:158px;}
#cardiovascular_services #main_content h1 {background:url(../images/content/titles/cardiovascular_services.gif) 0 0 no-repeat;width:160px;}
#cmr #main_content h1 {background:url(../images/content/titles/cmr.gif) 0 0 no-repeat;width:160px;}
#foothills_interventional #main_content h1 {background:url(../images/content/titles/foothills_interventional.gif) 0 0 no-repeat;width:160px;}
#stephenson #main_content h1 {background:url(../images/content/titles/stephenson.gif) 0 0 no-repeat;width:289px;}
/* education headers */
#cardiology_training #main_content h1 {background:url(../images/content/titles/cardiology_training.gif) 0 0 no-repeat;width:167px;}
#ct_application #main_content h1 {background:url(../images/content/titles/ct_application.gif) 0 0 no-repeat;width:108px;}
#ct_bios #main_content h1 {background:url(../images/content/titles/ct_bios.gif) 0 0 no-repeat;width:79px;}
#ct_elective #main_content h1 {background:url(../images/content/titles/ct_elective.gif) 0 0 no-repeat;width:123px;}
#ct_facilities #main_content h1 {background:url(../images/content/titles/ct_facilities.gif) 0 0 no-repeat;width:57px;}
#ct_resources #main_content h1 {background:url(../images/content/titles/resources.gif) 0 0 no-repeat;width:130px;}
#cv_training #main_content h1 {background:url(../images/content/titles/cv_training.gif) 0 0 no-repeat;width:298px;}
#education #main_content h1 {background:url(../images/content/titles/education.gif) 0 0 no-repeat;width:68px;}
#electrophysiology #main_content h1 {background:url(../images/content/titles/electrophysiology.gif) 0 0 no-repeat;width:120px;}
#foothills_interventional #main_content h1 {background:url(../images/content/titles/interventional.gif) 0 0 no-repeat;width:172px;}
#graduate_sciences #main_content h1 {background:url(../images/content/titles/graduate_sciences.gif) 0 0 no-repeat;width:125px;}
#patient #main_content h1 {background:url(../images/content/titles/patient.gif) 0 0 no-repeat;width:163px;}
#pr_contact #main_content h1 {background:url(../images/content/titles/pr_contact.gif) 0 0 no-repeat;width:178px;}
#pr_cv_surgery #main_content h1 {background:url(../images/content/titles/pr_cv_surgery.gif) 0 0 no-repeat;width:75px;}
#pr_disease #main_content h1 {background:url(../images/content/titles/pr_disease.gif) 0 0 no-repeat;width:156px;}
#pr_downloads #main_content h1 {background:url(../images/content/titles/pr_downloads.gif) 0 0 no-repeat;width:213px;}
#pr_how_it_works #main_content h1 {background:url(../images/content/titles/pr_how_it_works.gif) 0 0 no-repeat;width:151px;}
#pr_testing #main_content h1 {background:url(../images/content/titles/testing.gif) 0 0 no-repeat;width:121px;}
#respiratory_sciences #main_content h1 {background:url(../images/content/titles/respiratory_sciences.gif) 0 0 no-repeat;width:284px;}
#educational_events #main_content h1 {background:url(../images/content/titles/educational_events.gif) 0 0 no-repeat;width:128px;}

#team #main_content h1 {background:url(../images/content/titles/team.gif) 0 0 no-repeat;width:99px;}
#rt_research #main_content h1 {background:url(../images/content/titles/rt_research.gif) 0 0 no-repeat;width:114px;}
#rt_basic_sciences #main_content h1 {background:url(../images/content/titles/rt_basic_sciences.gif) 0 0 no-repeat;width:96px;}
#research_education #main_content h1 {background:url(../images/content/titles/education.gif) 0 0 no-repeat;width:68px;}
#sitemap #main_content h1 {background:url(../images/content/titles/sitemap.gif) 0 0 no-repeat;width:55px;}
#error #main_content h1 {background:url(../images/content/titles/error.gif) 0 0 no-repeat;width:32px;}
#privacy #main_content h1 {background:url(../images/content/titles/privacy.gif) 0 0 no-repeat;width:47px;}


/* research headers */
#cardiac_team #main_content h1 {background:url(../images/content/titles/cardiac_team.gif) 0 0 no-repeat;width:217px;}
#education #main_content h1 {background:url(../images/content/titles/education.gif) 0 0 no-repeat;width:68px;}
#research #main_content h1 {background:url(../images/content/titles/cardio_research.gif) 0 0 no-repeat;width:165px;}
#smrg #main_content h1 {background:url(../images/content/titles/smrg.gif) 0 0 no-repeat;width:41px;}
/* links headers */
#echocardiology #main_content h1 {background:url(../images/content/titles/echocardiology.gif) 0 0 no-repeat;width:102px;}
#institutes #main_content h1 {background:url(../images/content/titles/institutes.gif) 0 0 no-repeat;width:68px;}
#interventional_cardiology #main_content h1 {background:url(../images/content/titles/interventional_cardiology.gif) 0 0 no-repeat;width:172px;}
#links #main_content h1 {background:url(../images/content/titles/links.gif) 0 0 no-repeat;width:33px;}
#general #main_content h1 {background:url(../images/content/titles/general.gif) 0 0 no-repeat;width:52px;}
#research_links #main_content h1 {background:url(../images/content/titles/research.gif) -59px 0 no-repeat;width:59px;}
/* contact headers */
#contact #main_content h1 {background:url(../images/content/titles/contact.gif) 0 0 no-repeat;width:74px;}

/* Index Page Titles */
#main_content #who_we_are {background:url(../images/content/titles/who_we_are.gif) 0 0 no-repeat; height:18px; margin-top:0;}
#main_content #recent_news {background:url(../images/content/titles/recent_news.gif) 0 0 no-repeat;}
#main_content #stephenson {background:url(../images/content/titles/stephenson.gif) 0 0 no-repeat; height:18px}

/*Sub Nav Header */
#secondary_content dl.news {background:url(../images/layout/subnav/news_header.gif) top left no-repeat;}
#secondary_content dl.about {background:url(../images/layout/subnav/about_header.gif) 0 0 no-repeat;}
#secondary_content dl.services {background:url(../images/layout/subnav/services_header.gif) 0 0 no-repeat;}
#secondary_content dl.education {background:url(../images/layout/subnav/education_header.gif) 0 0 no-repeat;}
#secondary_content dl.research {background:url(../images/layout/subnav/research_header.gif) 0 0 no-repeat;}
#secondary_content dl.links {background:url(../images/layout/subnav/links_header.gif) 0 0 no-repeat;}


