/*
   This stylesheet defines the Metadot 6 skin.

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/

/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  STANDARD HTML ELEMENTS				          ==
   ==        						          ==
   =================================================================
   ================================================================= */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
background: none;
background-color: #ffffff;
width:100%;
margin:0em;
}

table {
border-width:0px;
}

/* ================================================================= 
   =================================================================
   ==        						          ==
   ==  PORTAL-WIDE PAGE LAYOUT	 				  ==
   ==        						          ==
   =================================================================
   ================================================================= */
.ohsu_links{
     float:right;
}

.ohsu_header{
     background:#000000;
}

.header {
	min-height: 72px;
	background: #FFFFFF;
 }
.subheaderTitle {
	text-align: right;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 0em;
	padding-right: 5px;
        text-decoration:none;
 }
.headerTitle {
	font-family: Arial, Helvetica, sans-serif;
	border:none;
 }

#container {

	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ffffff;
}

img {
border:none;
}


#ftr {
	background:#ffffff;
	margin-top:10px;
	font-family:verdana,helvetica,arial;
	font-size:.75em;
	text-align:center;
 }
 
 /*horizonital*/
 
  #navcontainer
{
float:left;
background: #ffffff;
margin: 0% ;
padding: 1em 0em 0em 0em;
font-family: georgia, serif;
border-width: 3px;
border-color: #ffe #aaab9c #ccc #fff;

}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
background:#d3d3d3;
float:left;
list-style: none;
padding: 0px;
margin: 0px;
width: 100%;
font-size: 0.8em;
}

ul#navlist li
{
position:relative;
display: block;
/*width: 15%;*/

float:left;
margin: 0px;
padding: 0px;

}

ul#navlist li a
{
float:left;
display: block;
width: 100%;
padding: 0.5em;
border-width: 0px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: none;

text-decoration: none;
background: #ffffff;
}

#navcontainer>ul#navlist li a { width: auto; }

/*ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}*/

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/*stuff drom the old formatting*/
.bodycopyorange11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CC6600;
}
.rightnavplus5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #CC6600;
	padding-left: 5px;
}
.indent {
	text-indent: 5pt;
}
.bodycopysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}

.smallerbodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.smallerbodycopyorangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #CC6600;
}

.main_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

