body { margin: 0; 
background-color: #ffffff;
text-align: center;
font-family: "Avenir", tahoma, Arial, Helvetica, sans-serif;
height: 100%;
} 

h1 { color: #F26649; font-size: 16px; margin-bottom: 3px; margin-top: 5px;  padding: 0px; }
p { color: #000000; font-size: 13px; padding-left: 3px; padding-right: 3px; margin-top: 2px;} 
ul { font-size: 12px; }
a { color: #F26649; }
a:hover { color: #000000; text-decoration: none; }

a.black { color: #000000; text-decoration: none; font-size: 12px;}
a.black:hover { color: #DBD6B5; }

.redText { color: #F26649; }

.tanLine { 
border-bottom: 1px solid #DBD6B5; 
height: 1px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center; }

.blackLine { 
background-color: #000000; 
height: 5px;
width: 100%;
}

.container900 { 
width: 900px;
margin-left: auto;
margin-right: auto;
padding: 0px; 
}

.borders { border-left: 5px solid #000000; border-right: 5px solid #000000; }
.bordersBottom { border-bottom: 5px solid #000000; }

.container870 {
width: 870px;
margin-left: auto;
margin-right: auto;
padding: 0px; 
}

#top div.container870 {
    height: 140px;
    background: url('../images/mri_pet_ct.jpg') 100% 0 no-repeat;
}

.floatLeft { float: left; display: inline; }
.floatRight { float: right; display: inline; }
.clearLeft { clear: left; }
.column { width: 400px; margin-left: 15px; margin-right: 20px; text-align: left;}
.threeColumn { width: 260px; margin-left: 15px; margin-right: 15px; text-align: left;}

#top { 
width: 100%;
height: 144px;
background-image: url('../images/tanBg.jpg');
border-bottom: 5px solid #000000;
}

#top div#nav {
    float: right;
    display: inline;
    height: 20px;
    margin: 114px 0 0 0;
    line-height: 20px;
    vertical-align: middle;
    color: #000000;
}

#top div#nav a {
    padding: 9px 15px 6px;
    text-decoration: none;
    margin-left: -5px;
    display: inline;
    float: left;
    
}

#top div#nav a:hover,
#top div#nav a.active {
    background: url("../images/lightTanBg.jpg");
    border: 5px solid #000;
   
    padding: 4px 10px 1px;
}

#top div#nav a.active {
    border-bottom: 0 none;
    padding: 4px 10px 6px;
}

#middleContainer { 
width: 100%;
background-image: url('../images/tanBg.jpg');
}

#middle { background-image: url('../images/lightTanBg.jpg');  }

#bottom { 
width: 100%; 
height: auto;
text-align: center;
background-image: url('../images/orangeBg.jpg');
border-bottom: 5px solid #000000;
border-top: 5px solid #000000;
padding: 0;
}

#footer {
width: 100%;
background-image: url('../images/peachBg.jpg');
color: #000000;
font-family: "Helvetica", tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#footer a { color: #000000; text-decoration: none; }
#footer a:hover { color: #DBD6B5; }
#footer p { margin-top: 5px; margin-right: 5px; font-family: "Helvetica", tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;}


#theBody {
    margin: 0 30px 0;
    padding: 20px 0 10px 0;
    text-align: left;
    clear: both;
}

#theBody h1 { 
    font-size: 24px;

    font-weight: bold;
    color: #F26649;
}

#theBody h1 span { 
    color: #000000;
}


#theBody h3 {
    font-size: 14px;
    font-style: italic;
}

#theBody h3.margined {
    margin: 10px 65px 5px;
    padding: 10px 0 0;
    border-top: 1px solid #555555;
    clear: both;
}

#theBody h3 span {
    font-size: 12px;
    color: #555555;
}

#theBody div.faculty_row {
    clear: both;
    margin: 5px 65px;
    padding: 5px 0 10px;
    font-size: 12px;
}

#theBody div.faculty_row b {
    color: #0f243e;
    font-size: 13px;
}

#theBody div.faculty_row p {
    color: #333333;
    margin: 0;
}


#theBody div.faculty_row  div.info {
    float: left;
    display: inline;
    width: 140px;
    text-align: right;
    font-weight: bold;
}

#theBody div.faculty_row  div.desc {
    float: left;
    display: inline;
    width: 300px;
    text-align: left;
    color: #555555;
    margin: 0 0 0 10px;
}

.clearfix:after,
#theBody div.faculty_row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
