/* css for Med-U */

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

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

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



#wrapper {
	width: 960px;	
	margin: 0 auto;
	}
	
#container1 {
	background: #19273c url(../images/interface/gradient.jpg) repeat-y;
	/* background: #19273c url(../images/interface/banner.jpg) no-repeat; */
	float: left;
	}
#container2 {
	background: transparent url(../images/interface/banner.jpg) no-repeat;
	/* background: transparent url(../images/interface/back.gif) repeat-x 0 196px; */
	width: 100%;
	float: left;
	}

#banner {
	float: left;
	width: 100%;
	height: 108px;
	position: relative;
	}
	
/* #logo img {
	position: absolute;
	left: 85px;
	top: 36px;
	} */
	
#logo {
     width: 193px;
	 height: 72px;
     position:absolute;
     left:85px;
     top:36px;
     }
         
#logo span, #logo a {
	display: block;
	width: 193px;
	height: 72px;
	background: transparent url(../images/interface/logotype.png) no-repeat;
	}
	
#logo img {
	height: 0;
	}
	
#wrapper2 {
	float: left;
	text-align: left;
	margin: 0 32px 18px 86px;
	display: inline; /* fix for ie6 */
	background: #fff;
	width: 842px;
	}
		
#main {
	float: left;
	width: 842px;
	padding: 0 0 18px 0;
	background: #fff url(../images/interface/grad-back.gif) repeat-y;
	/*background: transparent url(../images/interface/grid-40.gif) 9px 0;*/
	}
	
.index #main {
	background: #fff;
	}

#subNav {
	float: left; 
	width: 143px;
	margin-right: 17px;
	padding: 18px 0 18px 9px;
	}

.content {
	float: left;
	width: 583px;
	padding: 18px 10px 18px 0;
	}
	
.index .content {
	width: 760px;
	}
	
.index .content .gutter {
	padding-left: 49px;
	}
	
.cased .content {
	width: 486px;
	overflow: hidden;
	}
	
.cased #main {
	position: relative;
	}
	
.printhtml {
	position: absolute;
	top: 58px;
	right: 160px;
	}
	
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #375684;
	border-bottom: 9px solid #19273c;
	}
	
#col3 {
	float: right;
	width: 152px;
	margin-left: 8px;
	padding-left: 8px;
	}
	
#caseNav {
	border-left: 1px solid #bcbdc0;
	padding: 0 9px;
	}
		

/* nav */


/* son of suckerfish */

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

#mainNav {
	background: #445165;
	width: 100%;
	padding-top: 9px;
	border-top: 1px solid #555;
	}

#mainNav ul ul {
	font-size: 1em;
	}
	
#mainNav ul ul a, #subNav a, #caseNav a {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #268cc4;
	}
	
#subNav ul, #caseNav ul { 
	margin-left: 0;
	list-style: none;
	line-height: 18px;
	}

#subNav a, #caseNav a {
	color: #3e6399;
	font-size: 12px;
	}
	
#subNav ul {
	width: 134px;
	margin-bottom: 0;
	}

#mainNav a {
	display: block;
	width: auto;
	padding: 9px 12px 9px 12px;
	color: #fff;
	font-weight: normal;
	/* border-right: 1px solid #77907f; */
}

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


#utilNav ul {
	padding: 15px 36px 0 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
	}
	
#utilNav a {
	display: block;
	width: auto;
	padding: 9px 12px 9px 12px;
	color: #fff;
	font-weight: normal;
	}
	
#utilNav li {
	float: left;
	width: auto;
	margin: 0;
	font-size: 11px;
	}
	
#mainNav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 11em;
	left: -999em;
    padding-bottom: 6px;
    z-index: 1;
}

#mainNav li ul a {
	width: 9em;
	color: #3E6399;
	}

#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, #utilNav a, #caseNav a {
	text-decoration: none;
	}
	
#mainNav a:hover {
	background: #8593aa;
	}
	
#mainNav ul ul a:hover, #subNav ul a:hover, #caseNav ul a:hover {
	text-decoration: underline;
	color: #000;
	}
	
#mainNav ul ul a:hover {
	background: #fff;
	}
	
#utilNav {
	float: right;
	}
	
#utilNav ul a:hover {
	text-decoration: underline;
	}

/* links */

.content a {
	color: #3E6399;
	font-weight: bold;
	}
	
a:hover  {
	color: black;
	}
	
a img {
	border: 0;
	}

/* footer jazz */

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

#footer a.zero { 
      padding: 0;
       }
	
/* type */

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

ul {
	margin-left: 18px;
	}
	
ol {
	margin-left: 26px;
	}

ul ul, ul ol, dl ol, ol ul, ol ol {
	font-size: 1em;
	width: 100%;
	margin-left: 18px;
	} 
	
ol ul, #subNav li ul, ol ol {
	margin-top: .6em;
	}
	
#subNav li ul {
	margin-left: 9px;
	}
	
#subNav ul li ul li a {
	font-size: 11px;
	}

#subNav ul li ul li {	
		line-height: 15px;
		}

li { 
	margin-bottom: .6em;
	}

dt {
	font-weight: bold;
	margin-bottom: 9px;
   }

dd {
	margin-bottom: 18px;
   } 

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

h1 {
	clear: both;
	font-size: 2.4em;
	font-weight: normal;
	color: #9e1919;
	line-height: 27px;
	margin-top: 9px;
	}
		
h2 {
	font-size: 2.1em;
	font-weight: normal;
	color: #333;
	line-height: 28px;
	margin-bottom: 8px;
	}
	
.publications #main .content h2, .abstracts .content h2, h2.subTitle {
	font-size: 16px;
	line-height: 21px;
	}
	
.publications #main .content p, .abstracts .content p {
	font-size: 13px;
	}
	
h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	}
	
#subNav h3 {
	margin-bottom: 18px;
	color: #6B7A83
	}
		
#col3 h3 {
	background: #e6e6e6;
	color: #9e1919;
	font-size: 16px;
	padding: 18px 9px 3px 9px;
	margin-bottom: 18px;
	}
	
h4 {
	font-size: 1em;
	font-weight:normal;
	margin-bottom:3px;
	text-transform:uppercase;
	}
	
h5 {
	font-size: 10px;
	font-weight: normal;
	}

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;
	}
	
td p { font-size: 12px; }
	
table {
	border-collapse: collapse;
	margin-bottom: 18px;
	}
	
.even {
	background: #fff;
	}

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

/* forms */

	
form p {
	position: relative;
	}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	}

legend {
	display: none;
	}
	
label {
	display: block;
	width: 468px;
	}
	
input { 
	margin-top: 2px; 
	width: 312px;
	}

input.radio, input.checkbox { 
	clear: left;
	float: left;
	margin-right: 8px;
	}

input:focus, testarea:focus {
	background-color: #ffc;
	}
	
input.radio, input.checkbox, input.submit {
  width: auto;
	}

textarea {
 	margin-top: 2px;
 	width: 468px;
	}

input.captcha {
	width: 140px;
	}
	
.required {
	color: #9e1919;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
form h3 {
	margin-bottom: 3px;
	}
	
.error {
	color: #d52222;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	}
	
input.error {
	border: 1px solid #d52222;
	}

label.error {
	background:transparent url(../images/interface/alert.gif) no-repeat scroll left top;
	left:320px;
	padding-left:24px;
	position:absolute;
	top:50%;
	width:312px;
}
	
/* images */

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

a img {
	border: none;
	}

.index img.left {
	margin-right: 36px;
	}

	
/* misc */


.revealNext a {
	background:url("/images/interface/reveal.gif") no-repeat scroll 0 50% transparent;
	display: block;
	padding-left:27px;
	text-decoration: none;
	}

.revealNext.Open a {
	background:url("/images/interface/reveal-collapse.gif") no-repeat scroll 0 50% transparent;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}	
	
.nobottom {
	margin-bottom: 0;
	}
	
.mtop {
       margin-top:9px;
      }
      
.fmcases {
	color: #913839;
	}
	
.simple {
	color: #649642;
	}
	
.clipp {
	color: #006697;
	}
	
.wisemd {
	color: #5e5290;
	}
	
.smaller {
	font-size: 12px;
	line-height: 14px;
	}
	
.smallest {
	font-size: 10px;
	line-height: 12px;
	}
	
/* file types */

a[href$='.pdf'] {
display:inline-block;
padding-left:27px;
line-height:18px;
background:transparent url(../images/interface/pdf.gif) center left no-repeat;
text-decoration: none;
}


a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
display:inline-block;
padding-left:27px;
line-height:18px;
background:transparent url(../images/interface/doc.gif) center left no-repeat;
text-decoration: none;
}

a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
display:inline-block;
padding-left:27px;
line-height:18px;
background:transparent url(../images/interface/xls.gif) center left no-repeat;
text-decoration: none;
}

a[href$='.ppt'], a[href$='.pps'] {
display:inline-block;
padding-left:27px;
line-height:18px;
background:transparent url(../images/interface/ppt.gif) center left no-repeat;
text-decoration: none;
}

