/* CSS Document */

body {
margin:0;
padding:0;
background-image:url(images/bgstripe.jpg);
background-repeat:repeat;
color:#231f52;
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
line-height:1.4em;
text-align:justify;
 }
 
 a {
 text-decoration: none;
 color:#666666;
 }
 
a:hover {
color:#d89607;
}
 
 #wrapper {
 background-image:url(images/bgstripe.png);
 background-repeat: repeat-y;
 width:1072px;
 }
 #sidebar {
 	margin:0 0 0 8px;
 	width:216px;
	float:left;
	display:inline;
 }
 #container {
 float:right;
 width:848px;
 background-image:url(images/contentbg.jpg);
 background-repeat:repeat-y;
 height:auto;
 min-height:620px;
 padding-bottom:20px;
 }
 
 #columncontainer {
 height:auto;
 width:750px;
 margin-left:45px;
 float:left;
 display:inline;
 }
 
 ul.disc {list-style-type: disc}
 
 h1{
 font-size:2em;
 color:#d89607;
 padding-left:53px;
 font-weight:lighter;
 }
 
 
 h2{
 font-size:1.5em;
 color:#231f52;
 font-weight:lighter;
 }
 
 h3 {
 font-size:1em;
 color:#231f52;
 font-weight:lighter;
 }
 
 h4 {
 font-size:.75em;
 font-style:oblique;
 font-weight:lighter;
 }
 
 h5{
 font-size:1.4em;
 color:#231f52;
 font-weight:lighter;
 list-style-type:}
 
.style3 {
	font-size:12px;
	font-weight: bold;
}

#logo {
background-image:url(images/logo.png);
background-repeat:no-repeat;
width:220px;
height:63px;
margin-top:60px;
float:left;
}

#quotebox {
position:relative;
z-index:2;
background-image:url(images/quote4.jpg);
background-repeat:no-repeat;
width:222px;
height:377px;
margin-top:100px;
margin-left:3px;
float:left;
}

#loginbox {
position:relative;
z-index:2;
background-image:url(images/login.jpg);
background-repeat:no-repeat;
width:222px;
height:229px;
margin-left:3px;
float:left;
clear:left;
}

fieldset {
border:none;

}



#leftcolumn {
width:350px;
height:auto;
margin-left:45px;
float:left;
display:inline;
}

#homeleftcolumn {
width:350px;
float:left;
margin:0 0 0 45px;
display:inline;
}

#homerightcolumn {
width:383px;
float:left;
margin:0 0 0 30px;
display:inline;
}

#rightcolumn {
width:383px;
height:auto;
float:left;
margin-left:30px;
margin-top:5px;
display:inline;
}


#homerightcolumncopy{
color:#5f5d53;
font-family:Arial, Helvetica, sans-serif;
line-height:1.3em;
font-size:.95em;
text-align:justify;
}

#rightcolumncopy{
color:#231f52;
font-family:Arial, Helvetica, sans-serif;
line-height:1.3em;
font-size:.95em;
text-align:justify;
}

#linklist
{
padding-left: 0;
margin-left: 0;
width: 200px;
}

#linklist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#linklist li a { text-decoration: none; }

#treatment {
float:left;
background-image:url(images/treatment.jpg);
background-repeat:no-repeat;
width:123px;
height:146px;
margin-top:14px;
margin-right:6px;
}

#research {
float:left;
background-image:url(images/research.jpg);
background-repeat:no-repeat;
width:123px;
height:146px;
margin-top:14px;
margin-right:6px;
}
#support {
float:left;
background-image:url(images/support.jpg);
background-repeat:no-repeat;
width:123px;
height:146px;
margin-top:14px;
}

#homebuildingimage {
background-image:url(images/newbldg.jpg);
background-repeat:no-repeat;
height:216px;
width:383px;
margin:0 0 0 10px;
}

#buildingimage {
background-image:url(images/bldg.jpg);
background-repeat:no-repeat;
height:266px;
width:383px;
margin-bottom:10px;
}
 
 #homepageheader {
 background-image:url(images/homehdr.jpg);
 background-repeat:no-repeat;
 width:825px;
 height:356px;
 margin:0 auto;
  }
  


#subpageheader {
 background-image:url(images/subheader.jpg);
 background-repeat:no-repeat;
 width:825px;
 height:173px;
 top:40px;
 margin:0 auto;
  }
  

	#nav, #nav-holder {
	background-color:#231f52;
	width:790px;
	margin:0 0 0 11px;
	overflow:hidden;
	}
	#nav {
	padding:0 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
	#nav li {
	display:inline;
	position:relative;
	list-style-type:none;
	padding: 10px;
	}
	#nav a {
	color:#FFFFFF;
	}
	#nav a:hover {
	color:#d89607;
	} 
	#nav {
	font-weight:bold;
	}
	#nav li {
	float:left;
	position:relative;
	}
	#nav li.selected a {
	color: #d89607;
	border-bottom: 3px solid #d89607;
	}
	#nav li.selected li a {
	color: #fff;
	border: none;
	}
	#nav li ul {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	list-style: none;
	margin: 0;
	width: 113px;
	border: 1px dotted #fff;
	border-top: 0;
	padding: 0 9px;
	background-color:#231f52;
	}
	#nav li li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	}
	#nav li:hover ul, #nav li.hover ul {
	display: block;
   }
	#nav li:hover ul li, #nav li.hover ul {
	display:block;
	color: #fff;
	text-indent: 0;
	text-decoration: none;
	}
	#nav li ul li {padding: 5px 0;width: 113px;}
	#nav li ul li a {
	color: #fff;
	text-indent: 0;
	text-decoration: none;
	}
	#nav li ul li a:hover {text-decoration: underline;}

/* BELOW IS FOR THE NEW MENU */

#top-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 795px;
	height: 35px;
}
#top-nav li {
	float: left;
	position:relative;
}
#top-nav li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#top-nav li:hover ul, #top-nav li.hover ul {
	display: block;
}
#top-nav li a:hover, #top-nav li:hover a, #top-nav li.hover a {background-position: 0 100%;}
#top-nav .link1 {
	background: url(../images/top-nav-link1.gif) no-repeat;
	width: 92px;
	height: 35px;
}
#top-nav .link2 {
	background: url(../images/top-nav-link2.gif) no-repeat;
	width: 113px;
	height: 35px;
}
#top-nav .link3 {
	background: url(../images/top-nav-link3.gif) no-repeat;
	width: 106px;
	height: 35px;
}
#top-nav .link4 {
	background: url(../images/top-nav-link4.gif) no-repeat;
	width: 77px;
	height: 35px;
}
#top-nav li ul {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	list-style: none;
	margin: 0;
	width: 113px;
	background-color: #013128;
	border: 1px dotted #fff;
	border-top: 0;
	padding: 0 9px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	
}
#top-nav li ul li {padding: 5px 0;width: 113px;}
#top-nav li ul li a {
	color: #fff;
	text-indent: 0;
	text-decoration: none;
}
#top-nav li ul li a:hover {text-decoration: underline;}


/* ABOVE IS FOR THE NEW MENU */
  
  
.subject {
	display:none;
}  
#footer {
 background-image:url(/images/footer.jpg);
 background-repeat:no-repeat;
 background-position:bottom center;
 width:848px;
 height:43px;
 text-align:center;
 font-size:.90em;
 padding-top:60px;
 margin:0 0 0 224px;
}
#usoncology {
	width:450px;
	margin:12px auto;
	font-size:10px;
	line-height:15px;
	text-align:center;
}
#usoncology img {
	float:left;
}

.style1 {
	font-size: 0.75em;
	font-style: italic;
}
.style2 {
	color: #5f5d53;
	font-weight: bold;
	font-size: 1.1em;
}
.style3 {font-size: 0.75em}

