/* CSS Document */


body {

     background: url(images/main_02.jpg) repeat-x;
	 
     background-color:#efebdb;
	 
     padding: 0; margin: 0; font: 0.8em Arial, sans-serif; line-height: 1.5em;
	 
     }
	 
h1{

    color:#005e82;
	
	font-family: Georgia, Times New Roman, Times, serif;
	
	font-size:14pt;
	
	}
h2{

    color:#005e82;
	
	font-family: Georgia, Times New Roman, Times, serif;
	
	font-size:12pt;
	
	}
	 
	 
/* Site Structure............................................................... */

	 
	 
#wrapper{
	   
	   width:720px;
	   
	   margin: 0 auto; padding: 0px;
	   
	   text-align:center;
	   
		}
		
#header{

    
	  
	  height: 334px;
	  
	  text-align:left;
	  
	  width:720px;
	  
	  }
	  

#shaddow{

      background: url(images/body_04.jpg) no-repeat top left;
	  
	  height: 97px;
	  
	  text-align:left;
	  
	  width:720px;
	  
	  }
	  
.line {
     
	 border-bottom: 1px dashed #c7c5a6; 

}
	  
/* Side Navigation............................................................... */



#nav{

    float: left;
	
	padding-left: 20px;
	
	margin-top: 10px;
	
	width: 230px;
	
	text-align: left;
	
	font-size: 11pt;

	
	}
	
#inside{

    margin: 0px;
	
	padding-left: 0px;
	
	list-style-type: none;
	
	}
	
	 
#inside a:link, #inside a:visited {

    text-decoration: none;
	
	color: #005e82;
	
	}
	
#inside li{

       background:url(images/arrow.gif) left center no-repeat;
	   
	   border-bottom: 1px dashed  #c7c5a6; 
	   
	   }

#inside li a {  

        color: #A55800;
		
        display: block;
	
        padding: 5px 0px 5px 15px;
		
        text-decoration: none;
		
         }
		 
#inside li a:hover {
        
		background:url(images/arrow.gif) left center no-repeat;

        background-color:#dcdab8;

        text-decoration: none;
	
	    color:#333333;
		
        }
		
 * html #inside li a {  /* make hover effect work in IE */
 
	width: 215px;
	
    }
	
	

	
/* Content Area............................................................... */


#content{

    float: right;
	
	margin-top: 10px;
	
	width: 440px;
	
	text-align: left;
	
	
	}
	

	
/* Home...................................... */

.joel{

     float: left;
	 
	 margin: 0px 5px 5px 0px;
	 
	
	 
	 }
	 
	 
/* procedures............................................................... */

.leg_pic1{

     float:left;
	 
     margin-right: 10px;
	 
	 margin-bottom:10px;
	 
	 }
	 
.news{

     float:left;
	 
	 margin:0 15px 5px 0;
	 
	 }
	 
#angio_pic1 {

     float:left;
	 
     margin-right: 15px;
	 
	 margin-bottom:5px;
     
	 }
	 
.lung {
       
	   
     float:left;
	 
     margin-right: 10px;
	 
	 margin-bottom:5px;
	 
	 }
     

.heart {
       
	   
     float:right;
	 
     margin-left: 10px;
	 
	 margin-bottom:5px;
	 
	 }
	 
.contact span {

     color:#669900;
	 
	 font-weight:bold;
	 
	 font-size: 11pt;
	 
	 font-family:TimesNewRoman, Times, serif;
	 
	 }
	 
.contact a:link, .contact a:visited  {

          color:#333333;
		  
		  text-decoration: none;
		  
		  	  border-bottom: 1px dashed #c7c5a6;
			 
				  }
		  
.contact a:hover  {

          color: #005e82;
		  
		  text-decoration: none;
				  
				  }	 
	
/* FAQ...................................... */

#faq ul{

    margin-bottom:0px;
	
	list-style-type: none;
	
	}
	
#faq span {

     color:#669900;
	 
	 font-weight:bold;
	 
	 font-family:TimesNewRoman, Times, serif;
	 
	 }
	 
.faq_links a:link, .faq_links a:visited  {

          color:#333333;
		  
		  text-decoration: none;
		  
		  	  border-bottom: 1px dashed #c7c5a6; 
				  
				  }
		  
.faq_links a:hover  {

          color: #005e82;
		  
		  text-decoration: none;
				  
				  }	  

.faq_links {

         line-height: .5em;
		 
		 }    
		 
#question{
   
	   float:left;
	   
	   margin-bottom:20px;
	   
	   }   


	
/* News............................................................... */

 .news_area{

      background:url(images/news_05.jpg) repeat-y;
	  
	  width: 436px;
	  
	  }
	  


 #news_top{

      background:url(images/news_03.jpg) no-repeat top left;
	  
	  height: 43px;
	  
	  width: 436px;
	  
	  }
	  
 #news_bottom{

      background:url(images/news_06.jpg) no-repeat top left;
	  
	  height: 30px;
	  
	  width: 436px;
	  
	  }
	  
.news_area ul{

    margin: 0px;
	
	padding: 0px 10px 0px 10px;
	
	list-style-type: none;
	
	}
	
	 
.news_area a:link, .news_area a:visited {

    text-decoration: none;
	
	color:#FFFFFF;
	
	}
	
.news_area li{
	   
	   border-bottom: 1px dashed #036e89; 
	   
	   }

.news_area li a {  
		
        display: block;
	
        padding: 5px 0px 5px 15px;
		
        text-decoration: none;
		
         }
		 
.news_area li a:hover {

        background-color:#034d60;

        text-decoration: none;
	
	    color:#FFFFFF;
		
        }
		
 * html .news_area li a {  /* make hover effect work in IE */
 
	width: 400px;
	
    }
	
.news_area a span{

     color:#519eb1;
	 
	 }
	 
	
/* footer............................................................... */

#footer {

      width: 440px;
	  
	  background-color:#dcdab8;
	  
	  border-bottom: 1px dashed #c7c5a6; 
	  
	  border-top: 1px dashed #c7c5a6;
	  
	  }
	  
	  
#footer p{

     padding: 10px 10px 10px 15px;
	 
	 font-size: 11px;
	 
	 }
	 
	 
#rights a { 
	  
	  color:#333333;
	  
	   
	   }

#rights a:hover { 
	  
	  color:#669900;
	  
	   
	   }

	 
	 
#footer span{

     font-weight: bold;
	 
	 color: #669900;
	 
	 }

.what {

      background:url(images/check.jpg);

	   background-repeat: no-repeat;
	   
	   background-position: left;
	   
	   padding-left: 15px;
	   
	   width:15px;
	   
	   height:15px;
	
	}
