h1,h2,h3,h4 { color: #0B533D; }

#section-header { margin-bottom: 1em; }
#section-header #parent-org-title { display: none; }
#section-header #site-id { border-bottom: 5px solid #741026; }
body:lang(en) #section-header #site-id { background: url(../imgs/logo/careg-en.png); }
body:lang(fr) #section-header #site-id { background: url(../imgs/logo/careg-fr.png); }
#section-top { display:none; }
#main-content { width: 710px; overflow: auto;}

#main-content-heading { background-color: #741026; overflow:auto; padding-top:150px; margin-bottom:1em;}
#main-content-heading h2 { color: white; background: url(../imgs/design/translucent.png) transparent; padding: 0.2em 0.5em; margin: 0;}
strong { color: #0B533D; }



table { border-collapse: collapse; }
table,th,td {
	border: 1px solid #0B533D;
}

thead th {
	background-color: #0B533D;
	color: white;
}

.left-floating { float: left; }
.right-floating { float: right; }

/*
Front page
*/
div#welcome-banner {
	background: url(../imgs/page-banners/welcome-banner.jpg);
	padding: 20px;
}

div#welcome-banner div {
	background: url(../imgs/design/translucent-white.png) left center;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	padding: 1em;
	padding-bottom: 0.3em;
	color: black;
	
}
div#welcome-banner div p { margin-bottom:0.7em;}

/*
Front page information boxes (e.g. what's new, current opportunities)
*/
.info-box { margin-top: 10px; }
.info-box .banner { padding-top: 80px; }
.info-box h2 { background: url(../imgs/design/translucent.png); color: white; padding: 0.2em 0.5em; font-size: 1.5em; }
.info-box li { margin-bottom: 0.5em; }
.info-box li p { margin-bottom: 0.2em; }
.info-box li p.posted-date { font-style:italic; }
.info-box h3 { color: #0B533D; font-weight: bold; font-size: 1.2em; margin-bottom:0.3em;}


/*
Personnel list
*/

div.personnel h3 { clear: both; }

ul.personnel { 
	overflow: auto;
	margin-bottom: 1em;
}

ul.personnel li {
	float: left;
	margin: 0.5em 2em;
	padding: 0;
	list-style: none;
	display: block;
	overflow: auto;
	width: 40%;
}

ul.personnel img { float:left; margin-right: 5px;}

ul.personnel h4 {
	margin: 0;
	font-weight: bold;
	color: #0B533D;
}

ul.alumni li {
	margin-bottom: 1em;
}

/*
Facilities list
*/
ul.core-facilities li {
	background: none;
	list-style: none;
	padding: 0;
}

ul.core-facilities img {
	width: 100%;
}

ul.core-facilities a,
ul.core-facilities a:visited,
ul.core-facilities a:link {
	text-decoration: none;
	color: black;
}

ul.core-facilities li h3 {
	color: white;
	background-image: url(../imgs/design/translucent.png);
	line-height: normal;
	font-size: 1.8em;
	padding: 3px;
	z-index: 1;
	position: relative;
	margin-top: -1.8em;
	margin-bottom: 0.5em;
}

.slideshow { margin-bottom: 20px; }
.slideshow div { height: 175px; width: 100%; }
.slideshow div img { margin-right: 10px; border: 10px solid #0B533D; border-radius: 5px; -moz-border-radius: 5px; vertical-align: middle;}
.slideshow div a { text-decoration: none; }