/* #name = <id="name"> */
/* .nane = <span class="name"> */
body{
	font-family: arial,sans-serif;
	background-color: #EEEEEE; /*#eeeeee white*/
    /* color: #003082; /* #003082 = drk blue */
    /* font-size: 12pt; 
    line-height: 1.5em;
    border-width: 10; */
}
/* pageHolder in main table */
#pageHolder{
	width:775px;
	border-width:0; 
	padding:0; 
	background-color:#ffffff; /*ffffff white*/  
}

hr{
	width: 90%;
	color:#dadcdd; /* dadcdd gray line between sections */	
}

#logo{
	background-color: #003082; /* 003082 dkr blue */
	color: #FFFFFF; /*#ffffff white*/
	font-weight: bold;
	font-size: .7em;
}

#footer{
	background-color: #003082; /* 003798 dkr blue */
	font-size: .6em;
	color: #eeeeee; /*#eeeeee white*/
	padding: 18px 0px 18px 0px;
	text-align: center;
	font-weight: bold;
}

/* leftbar R4  homepage verticle gray line */
#leftBar{
    width:172px;	/* bw 1-8-07 changed for left nav. width */
	text-align: center;
	border-right: 1px solid #dadcdd; /* dadcdd gray line */
    margin: 0px 0px 0px 0px; /* margin: 0px 0px 5px 0px; */
    /* padding: 0px 0px 0px 15px; (makes left margin over 15px */
    font-size: .9em;  /* text size in my sidebars titles */ 
}

/* left links on home / patient care left links etc*/

#leftBar p{
	margin: 1px; /* puts white space inbetween paragraphs */
    font-size: 1.2em; /* font-size: 1.2em;  */
  
}

#leftBar a{
    color: #adcbd2; /* 008193 teal lgtblue=#adcbd2  */
    /* color: darkblue; */
	font-size: 1.0em; /* .6em small text */
}

/* bw added so sidebars and a links have hover color */
#leftbar a:hover{
    font-weight: bold;
    color: #003082; /*003082 drk blue */
    /* color: #008193; /* 008193 teal */
    /* background-color: #80C0C9; /* ccffff light teal */
    /*line-height: 1.5em;
    /*font-size: 1.0em;
    /* font-weight: bold; */
}

#content{
	color: #003082; /* drk blue */
	padding: 0px 0px 0px 15px;
    margin: .5em 0px 1em 50px; 
/*  margin: .5em 0px 1em 27px; */
}


#content2{
	color: black; /* #003082=drk blue */
    font-size: .85em;
	height: 10px; 
}


/* bw added so sidebars and a links have hover color 
#content a:hover{
    color: #003082; 
    background-color: #ccffff; 
    line-height: 1.5em;
}*/


#content p{
	line-height: 1.5em;
	font-size: .8em;
	margin: 1em 0px 1em 27px;
} 

#content li{
    font-size: .9em; 
	line-height: 1.5em;
}

/* used on nav dropdowns ie-what about the interview */
#content h1{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}

/* R4 content <h2> */
#content h2{
	font-size: 1.2em;
	font-weight: bold;
	color:#008193; /* teal */
}
#content h3{
	font-size: .8em;
	font-weight: bold;
	margin: 1em 0px 1em 27px;
}

H3 {
	font-size: 1.2em;
	font-weight: bold;
	/* margin: 0px 0px 2px 0px; */
    margin: 0px 0px 2px 0px;
/*color: #333399;
font-size: 1.2em;
font-weight: bold;
margin: 0px 0px 2px 0px;
padding left: 0px */
}

#content h4{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0px 1em 27px;
}

/* <span class="tagline">Mastering Modern Medicine */
.tagLine{
	color: #008193; /* teal */
	text-transform: uppercase;
	font-weight: bold;
}

/* <class="nav"> used in nav line */
.nav {
	margin: 0 auto;
	width: 775px;
}

/* <ul id=name> */
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
.nav a {
	margin: 0;
	padding: 0;
}

/* used in nav line  */
#menuup {
	display: block;
	margin: 0px;
}

#menuup ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menuup li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}

/* display them on hover */
#menuup li:hover ul{
	display: block;
}

/* submenu */
#menuup li ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0 0 0 0;
	list-style-type: none;	
}
#menup li ul{
	top: auto;
	left: auto;
	margin: 0px;
}
#menuup li li{
	margin: 0px;
	float: none;
	padding: 0px;
	list-style-type: none;
}
#menuup li:hover ul, #menuup li.over ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#subMenu li a{
	padding: 1px 8px 2px 12px;
	border: 1px solid;
	background-color: #008193; /* #008193 teal */
	color: #FFFFFF; /* #FFFFFF white */
	text-decoration: none;
	 font-size: .9em; 
    /* font-size: 1.2em; */
	font-weight: bold;
	border-color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
	width: 170px; /* 1-8-07 changed from 150 to 170 */
	display: block;   
}

/* 333399 dark blue - used in sidebar for left navigation */
.subHeading {
text-align: center;
color: white;
background-color: #adcbd2; /* #333399 */
font-size: 100%;
/* font-family: cursive; */
/* font-family: century schoolbook; */
font-family: arial;
font-weight: bold;
width: 170px;/* width: 100%; */
margin: 1px;
border-right: 1px solid #dadcdd; /* dadcdd gray line */
}

/* bw 8-15-06 added subMenu */
#submenu {
    /*border-right: 1px solid #dadcdd; /* dadcdd gray line */
    margin: 1px; /* puts white space inbetween paragraphs */
    /* font-size: 1.2em;  */
    text-align: left;
}

#subMenu li a:hover{	
	background-color: #80C0C9; /* #80C0C9 light teal */
}

#subMenu p:hover {
	display: block;
	list-style-type: none;
	margin: 1px;
}
#subMenu p a{
	padding: 0px 0px 0px 0px;
	border: 0px solid;
	background-color: #008193; /* #008193 teal */
	color: #FFFFFF; /* #FFFFFF white */
	text-decoration: none;
	font-size: .8em;  
    /* font-size: 1.2em; */
	font-weight: bold;
	border-color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
	width: 150; /* width: 150px; */
	display: block;
}
#subMenu p a:hover{	
	background-color: #80C0C9; /* #80C0C9 light teal */
}

/* R4 home middle content section */
/* <img src=bluearrow.jpg class="absbottom"> */
.absBottom{
	vertical-align:text-bottom;
}
/* end of original stylesheet*/

/* copied from original */
/* a:link  {
color: blue; 
/* color:#008193; /* teal 
} */

/*
a:visited {
color: red;
} 
*/


/*
a:active {
color: red;
}
*/

/*
H1 {
color: #003082; /* drk blue */
/*font-size: 10pt;
font-weight: bold;
font-family: arial, helvetica, san-serif;
} 
*/


/* 003366 gray/blue 
put the *********** around text in sidebars */
/* div.section1 {
border: dotted 3px #003366;
border-top: none;
}
*/

/* 003366 gray/blue 
put the solidline around text in sidebars */
.div.section {
    color: #ADCBD2; /* #003082 = drk blue */
    font-size: .9em;
    width: 100%;
}

/* div.section is in left sidebar navigation */
.div.section a:hover{
    color: #003082; /* #80C0C9 light teal */  
    /*background-color: #80C0C9; /* 008193 teal  /* 008193 dk teal */
    font-weight: bold;
    /* line-height: 1.5em; */
/* border: solid 1px #333399; */
/*border: dotted 3px #003366; */
}

/* put the *********** around text in sidebars */
div.section1 {
border: dotted 3px #003366;
border-top: none;
}

.sectionname {
color: blue;
font-size: 150%;
font-family: arial, helvetica, san-serif;

}

/* bw 10-19-05 put on left side of style in sections */
.sectionside {
color: blue;
font-size: 100%;
font-family: arial, helvetica, san-serif;

}



a:link  {
color: blue;
}

/* bw added so sidebars and a links have hover color 
#content a:hover{
    color: #003082; 
    background-color: #ccffff; 
    line-height: 1.5em;
}*/

/*  #009999=teal  #08869f teal in bgcolor oldbanner*/
a:hover {
color: #009999; /* 009999=drk teal */
/* text-decoration: none; */
/* border-bottom: dotted 1px blue; */
}

