*
{
    margin: 0;
    padding: 0;    
}

html{
    font-family: Arial, sans-serif;
}

body{
    font-size: 62.5%;
    background-attachment:scroll;
    background-image:url(../images/background.gif);
    background-position:-275px 235px;
    background-repeat:no-repeat;
}

#container{
    margin: 15px;
    width: 978px;
    font-size: 1.2em;
    color:#666366;
}

#container img{
    border: 0;
}

#container a{
    /*color:#666366;*/
    color:#51A9CB;
    text-decoration: none;
}


#container p{
    margin-bottom: 10px;
    font-size: 1.1em;
}



#container .hover,
#container .current
{
    /*color: #0099BA;
      color: #2b5b6d;*/
      color: #666366;

}


#links{
    clear:left;
    float:left;
    width:180px;
    padding-top: 26px;
}

#links p{
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 2px 0;
}

#links p a {
    color: #666366;
}

#links p a.hover {
    color:#51A9CB;
}

#content{
    float:left;
    margin-left:20px;
    padding-top: 26px;
    width:758px;
}

#content ul, ol{   
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 1.1em;
}


#content h3{
	color:#51A9CB;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 1.2em;
	margin:0 0 5px;
	padding-bottom:0;
	padding-top:0;	
}

#content .quote{
	font-style: italic;
}

#content .sig{
    display:block;
    text-align:right;
    width:100%;
    padding-bottom: 15px
}

#content .dip{
    font-size: 0.9em;
}

#content .blue{
   color:#51A9CB;
}

#content .large_blue{
    color:#51A9CB;
    font-size:2em;
    font-weight:normal;
}

#headline{
    margin-bottom: 40px;
    min-width: 340px;
}

#headline h1{
    color:#51A9CB;
    font-size:2em;
    font-weight:normal;
    display: inline;
    background-image: url(../images/swoosh.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding: 16px 54px 20px 0;
   
}



/*
#swoosh_img{
    position: absolute;
}
*/

#masthead{
    width: 978px;
}

#masthead_image{
    margin-left: 150px;
}

#slideshow{
    width: 180px;
    float: left;
}

#left_content{
    float: left;
    width: 250px;
}

#right_content{
    float: left;
    width: 508px;
}

#menu {
    background-image: url(../images/menu_background.png);
    background-repeat: no-repeat;
    width: 978px;
    height: 20px;
    position: relative;
    margin-bottom: 25px;
}

#menu ul li{
    float: left;
    margin: 0 11px 0 17px;
    padding: 4px 11px;
    list-style-type: none;
}

#menu ul li,
#menu ul li a{
    color: white;
}

#menu ul ul li a{
    color: #0099BA;
}

#menu ul li.hover,
#menu ul li.hover a{
    background-color: white;
    color: #0099BA;
}

#menu ul li.hover ul li.hover{
    background-color: transparent;
}

#menu ul ul{
    padding: 0;
    padding-top: 3px;
    float: left;
    margin-top: -1px;
    margin-left: -12px;
    position: absolute;
    height: 20px;
    overflow: hidden;
}

#menu ul ul li{
    margin: 0 2px 0 15px;
    padding: 1px 0;
}

#submenu_cancer_info{
    background-image: url(../images/submenu_cancer_info.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 659px;
}

#submenu_medical_team{
    background-image: url(../images/submenu_medical_team.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 201px;
}

#submenu_referral_doctors{
    background-image: url(../images/submenu_referral_doctors.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 581px;
}

#submenu_patients{
    background-image: url(../images/submenu_patients.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 818px;
}

#submenu_referrals{
    background-image: url(../images/submenu_referrals.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 165px;
}

#slideShow {
	z-index: 4;
	height:100px;
	left:14px;
	position:absolute;
	top:10px;
	width:100px;
}

#pageSlideShow {
	z-index: 4;
	height:203px;
	left:0px;
	position:relative;
	top:0px;
	width:218px;
}

#pageSlideShowCaption {
	z-index: 4;
	height:203px;
	left:0px;
	position:relative;
	top:10px;
	width:218px;
}

.topic_nav{
	padding-right: 10px;
}

.topic_nav li{
	padding-top: 5px;
}

#left_caption{
	width: 225px;
	padding-top: 10px;
}

hr{
	color:#51A9CB;
}

.infotable{
    border-collapse: collapse;
}

.infotable td
{
    border-top: 1px solid #666366;
    padding: 5px 0;
}

.float_right{
 float: right;
}