/*
Title:      Delta Oncology master styles for screen viewing
Authors:    Frank Mariano, Josh Allman
Updated:    Nov 12 2005
Notes:		Thank you Simplebits and Eric Meyers!!
*/

body {
	margin: 0;
	padding: 0;

	font-family: "Times New Roman", Times, serif;

	font-size: 12pt;
	
	text-align: left;
	line-height: 14pt;

	color: #333;
	background: #fff;
	}
	
a {
    font-weight: bold;
    color: #669;
    text-decoration: none;
    }
	
p {
	margin: 0 0 1em 0;
	padding: 0;
	}
h1 {
    padding-bottom: 10pt;
    margin: 0;
    
    font-family: "Optima", "Times New Roman", "Times", serif;
	font-size: 200%;
	font-weight: normal;
    color: #060;
    }
h2 {
	margin: 0;
	padding: .5em 0 1em 0;
	
	font-family: "Tahoma", Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	}
h3 {
    margin: 0;
    padding: 0;

    font-family: "Arial", sans-serif;
	font-size: 110%;
	font-weight: bold;
    color: #336;
    }
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

ul {
    margin: 0;
    padding: 0;
    }
li {
    line-height: 24pt;
    }

.nav, 
.side_nav,
#contactform {
    display: none;
    }
    
#clear_hack { /* for IE/Mac */
    clear: both;
    }
    
#main_content {
    clear: both;
    margin: 0 5%;
    }
    
#main_content a:link:after,
#main_content a:visited:after  {
    content: " (" attr(href) ") ";
    font-size: 10pt;
    color: #060;
    }
    
#side_area dl {
    float: left;
    margin: 1em 1em;
    padding: 0;
    }
    
#side_area dt {
    margin: 0;
    padding: 0;
    font-family: "Georgia", Times New Roman, serif;
    font-size: 110%;
    text-align: left;
	font-weight: bold;
    line-height: 1.5em;
    color: #060;
    }
    
#side_area dd {
    margin: 0;
    padding: 0;
    font-family: "Georgia", Times New Roman, serif;
    font-size: 95%;
    text-align: left;
    line-height: 1.5em;
    color: #333;
    }
    
#banner {
  	width: 100%;
  	margin: 0 5%;
  	padding: 0;
  	background: transparent;
	}

#banner img {
	border: none 0;
    }

/* Physician Bio Styles */
#bio_pic {
    float: left;
    width: 100px;
    height: 133px;
    margin: 0 10pt 0 0;
    padding: 4px;
    border: #ccf 1pt solid;
    }

#block_quote {
    font-family: "Georgia", Times New Roman, serif;
    font-style: italic;
    color: #060;
    }

#phys_name {
	padding: 0;
	margin: 0;

	font-family: "Tahoma", Verdana, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 24pt;
	}

#phys_cert {
    font-family: "Verdana", sans-serif;
    font-size: 85%;
    font-weight: bold;
    color: #030;
    width: auto;
    padding: 0;
    margin: 0 0 10pt 0;
    background: transparent;
    }
    
/* Treatments Styles */

#treatments{
    width: 100%;
    margin: 0;
    padding: 0 0 24pt 0;
    }

#treat_main{
    padding: 0 0 0 1em;
    font-weight: bold;
    color: #060;
    border-bottom: 1pt solid #ccc;
    }

#treat_sub{
    padding: 2pt 0 2pt 2em;
    border-bottom: 1pt solid #ccc;
    }

#inpatient_h, #outpatient_h{
    width: 23%;
    text-align: center;
    color: #060;
    border-bottom: 1pt solid #ccc;
    }
    
#inpatient, 
#outpatient{
    width: 23%;
    padding: 0 0 0 10%;
    font-family: "Arial", sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: .5em;
    color:  #060;
    text-align: left;
    border-bottom: 1pt solid #ccc;
    }

#treat_label{
    width: 54%;
    padding: 2pt 0 2pt 1em;
    border-bottom: 1pt solid #ccc;
	}