/* css for i-InTIME */

/* ---- Global ------------------------------ */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	color: black;
    background: #c0c0c0;
    line-height: 1.8em;
  }

* { 
	padding: 0; 
	margin: 0;
	}
	
/* ---- Layout ------------------------------ */



#wrapper {
	width: 960px;	
	margin: 0 auto;
	}

#banner {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	}
	
#logo {
	height: 108px; 
	position: relative;
	}
	
#logo h2 {
	position: absolute; 
	left: 260px; 
	bottom: 24px; 
	font-size: 1.8em; 
	line-height: 100%
	}
	
#logo img {
	position: absolute;
	left: 42px;
	top: 2px;
	}
	
#medulink {
	position: absolute;
	top: -32px;
	right: 0;
	width: 254px;
	height: 55px;
	background: url(../images/interface/shape.gif) no-repeat;
	}
	
#medulink a {
	color: #fff;
	font-size: 1.3em;
	position: absolute;
	left: 36px;
	top: 34px;
	text-decoration: none;
	z-index: 1;
	}
	
#medulink a:hover {
	text-decoration: underline;
	}
		
#wrapper2 {
	float: left;
	text-align: left;
	padding: 0 0 18px 133px;
	background: #f0f0f0 url(../images/interface/stetho-back.jpg) no-repeat;
	}
		
#main {
	float: left;
	width: 827px;
	padding: 0 0 18px 0;
	background: transparent;
	/*  background: url(../images/interface/grid65.gif); */ 
	}

#subNav {
	float: left;
	width: 177px; 
	}
	
.content {
	float: left;
	width: 567px;
	}
	
.contentA, .contentB {
	float: left;
	width: 372px; /* 6 units of 65px */
	background: transparent;
	}
	
.contentA, #subNav {
	margin: 18px 18px 0 0;
	}
	
.contentB, .content {
	margin: 18px 0 0 0;
	}
	
.contentWide {
	float: left;
	width: 100%;
	background: #fff;
	}
	
.contentWide .contentA {
	padding-left: 133px;
	margin: 18px 18px 0 0;
	}
	
.contentWide .contentB {
	margin: 0;
	}

#collabGraphic {
	clear: both;
	margin: 54px 0 18px 80px;
	width: 259px;
	height: 226px;
	position: relative;
	}
	
#collabGraphic a img {
	height: 0;
	}
	
#collabGraphic span {
	display: block;
	position: absolute;
	width: 69px;
	height: 35px;
	top: 73px;
	left: 93px;
	}
	
#collabGraphic a {
  	display: block;
  	width: 69px;
	height: 35px;
	background: url(../images/uploads/medu-h.png) no-repeat;
	}
	
#collabGraphic a:hover {
	background: url(../images/uploads/medu-over.png) no-repeat;
	} 
	
#sidebarB {
	float: right;
	width: 234px; /* 3 units of 78px */
	/* width: 35%; */
	}
	
#content .callout {
	float: right;
	width: 234px; /* 3 units of 78px */
	margin: 0 -78px 18px 18px;
	}
	
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #89b841;
	border-bottom: 9px solid #6b7a83;
	}
		

/* nav */


/* son of suckerfish */

#mainNav {
	background: #268cc4;
	width: 100%;
	}


#mainNav ul ul {
	font-size: 1em;
	}
	
#mainNav ul ul a, #subNav a {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #268cc4;
	} 

#mainNav, #mainNav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
	float: left;
}

#subNav ul {
	list-style: none;
	line-height: 18px;
	margin-left: 0;
	}

#mainNav a {
	display: block;
	width: auto;
	padding: 9px 18px 9px 18px;
	color: #fff;
	font-weight: normal;
}

#mainNav li { 
	float: left;
	width: auto;
	margin: 0;
	font-size: 13px;
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 11em;
	left: -999em;
    padding-bottom: 6px;
    z-index: 1;
}

#mainNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#mainNav li:hover ul ul, #mainNav li.sfhover ul ul {
	left: -999em;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainNav li.last a, #footer li.last a { border-right: none; }

#mainNav a, #subNav a {
	text-decoration: none;
	}
	
#mainNav a:hover {
	background: #1e6e9a;
	}
	
#mainNav ul ul a:hover, #subNav ul a:hover {
	text-decoration: underline;
	color: #000;
	}
	
#mainNav ul ul a:hover {
	background: #fff;
	}



/* links */

.contentA a, .contentB a, .contentWide a, .content a {
	color: #268cc4;
	font-weight: bold;
	}
	
a:hover, .contentWide a:hover  {
	color: black;
	}
	
a img {
	border: 0;
	}

/* footer jazz */

#footer ul {
	clear: both;
	float: left;
    white-space: nowrap;
    color: #333;
    margin: 0;
    font-size: 1.2em;
    padding: 9px 18px 9px 133px;
	}
	
#footer ul li {
    display: inline;
    list-style-type: none;
	}
	
#footer ul li a { 
    padding: 0 6px;
	color: #333;
	}
	
/* type */

p, ul, ol, dl, td, th { 
	font-size: 1.4em;
	}
	
p, ul, ol, dl, h1 {
	margin-bottom: 18px;
	}

li { 
	margin-bottom: .6em;
	}


h1, h2, h3, h4 {
	font-family: Georgia, Times, Times New Roman, serif;
	}

h1 {
	clear: both;
	font-size: 2.4em;
	font-weight: normal;
	color: #951e21;
	line-height: 27px;
       margin-top: 18px;
	}
	
.index h1 {
	padding-top: 36px;
	}
		
h2 {
	font-size: 2.1em;
	font-weight: normal;
	color: #333;
	line-height: 36px;
	}
	
.content h2 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1.6em; 
	font-weight: bold; 
	color: #6B7A83;
	margin-bottom: 9px;
	line-height: 18px;
	}
	
.people h2 {
	margin-bottom: 0;
	}
	
h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	}
	
#subNav h3 {
	margin-bottom: 18px;
	color: #6B7A83
	}
	
.content h3 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1.4em; 
	font-weight: bold; 
	color: #333;
	line-height: 18px;
	}
	
h4 {
	margin-bottom: 3px;
	font-size: 1em; 
	font-weight: normal; 
	text-transform: uppercase;
	}
	
ul {
	margin-left: 18px;
	}

blockquote {
	background: #edf4d1;
	padding: 18px;
	}

blockquote p {
	font-family: Adobe Garamond Pro, Garamond, Georgia, "Times New Roman", Times, serif ;
	font-size: 1.8em;
	line-height: 1.6em;
	color: #585f3c;
	}
	
p strong {
	color: #444;
	}
	
em { 
		font-family: Georgia, Times, Times New Roman, serif;
	} 
	
/* tables */

th {
	font-weight: bold;
	text-align: left;
	color: #2e3132;
	}
	
thead {
	/* background: #dcdab7; */
	border-bottom: 1px solid #6b7a83;
	}
	
th, td {
	padding: 3px 1em;
	font-size: 12px;
	}
	
table {
	border-collapse: collapse;
        margin-bottom: 18px;
	/* border: 1px solid #ccc; */
	}
	
.even {
	background: #fff;
	}

.odd {
	background: #bdcdc5;
	}
	
.num {
	font-weight: bold;
	color: #951e21
	}
	
/* images */

img.right {
	margin: 5px 0 4px 9px;
	}
	
img.left {
	margin: 5px 9px 4px 0;
	}

a img {
	border: none;
	}
	
/* misc */

.right {
	float: right;
	}

.left {
	float: left;
	}	
	
.nobottom {
	margin-bottom: 0;
	}
	
#contact ul {
	list-style-type: none; 
	margin-left: 0;
	}
	
#contact ul li {
	margin-bottom: 3px;
	}
	
.mtop {
	margin-top: 9px;
	}


	

