/************************/
/***  General Stuff  ***/
/**********************/

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    background-color: #999;
    margin: 0;
    text-align: center;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 14pt;
}

table
{
    border: none;
    border-collapse: collapse;
    width: 100%;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a
{
    text-decoration: none;
    color: #169;
}

a:hover
{
    text-decoration: underline;
}

li
{
    margin-left: 30px;
}

div.container
{
    width: 900px;
    margin: 0 auto;
}

/* Top - the title / logo stuff */
#top
{
    padding-bottom: 8px;
    background: #013;
    color: #ccc;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding-top: 5px;
}

#top div.info
{
   width: 590px;
   margin: 0 auto;
}

#top div.left
{
   float: left;
   text-align: left;
   width: 358px;
}

#top div.right
{
   float: right;
   text-align: right;
   width: 228px;
}

/* Links - the links */
#links
{
    background: #013;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#links a
{
    color: #369;
    font-weight: bold;
}

#links a:hover
{
    color: #fff;
    text-decoration: none;
}

#links td
{
    width: 150px;
    border-bottom: 1px solid #333;
    padding: 3px 0;
}

#links td.active
{
    background: #ddd;
    border: 1px solid #333;
    border-bottom: 1px solid #ddd;
}

#links td.active a
{
    color: #125;
}

#links td.active a:hover
{
    color: #125;
}

#links td.filler
{
}

/* Main - the body */
#main
{
    background: #ddd;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 5px 5px 10px 5px;
}

/* Bottom - the footer */
#bottom
{
    margin: 20px 0;
    font-size: 7pt;
    color: #333;
}

#bottom a
{
    color: #fff;
}

#bottom span
{
    color: #ddd;
}


 /*
  * Custom styles for ANY page
  */
#left
{
    float: left;
    width: 425px;
    padding: 5px;
}

#right
{
    float: right;
    width: 425px;
    padding: 5px;
}

div.title
{
    font-size: 14pt;
    font-weight: bold;
}

div.text
{
    font-size: 12pt;
    margin: 3px 0px 8px 10px;
}

div.block
{
   border: 1px solid #f00;
   width: 850px;
}


 /*
  * Custom styles for the MAIN page
  */
#hospital
{
    float: left;
    width: 520px;
    height: 320px;
    margin: 5px 15px 5px 5px;
}

#hours
{
   float: right;
   width: 340px;
   height: 340px;
}




 /*
  * Custom styles for the DOCTOR page
  */

div.doctor_container
{
   width: 850px;
   margin: 0 auto;
   padding: 30px 0;
   font-size: 13pt;
   font-weight: normal;
   border-bottom: 1px solid #999;
}

div.doctor_container img
{
   float: right;
   margin-left: 10px;
}

div.doctor_container span
{
   font-size: 16pt;
   font-weight: bold;
}

div.doctor_pic
{
   float: right;
}

div.doctor_last
{
   width: 850px;
   margin: 0 auto;
   padding: 30px 0;
   font-size: 13pt;
   font-weight: normal;
}

div.doctor_last img
{
   float: right;
   margin-left: 10px;
}

div.doctor_last span
{
   font-size: 16pt;
   font-weight: bold;
}

 /*
  * Custom styles for the STAFF page
  */


table.staff_table
{
   width: 880px;
   border: none;
   border-collapse: collapse;
   margin: 5px 0px 15px 10px;
}

table.staff_table td
{
   width: 440px;
   text-align: left;
   font-size: 14pt;
   font-weight: bold;
   vertical-align: top;
}

div.staff_title
{
   font-size: 24pt;
   font-weight: bold;
   text-decoration: underline;
   margin: 30px auto 10px auto;
   padding-left: 20px;
}

img.staff_img
{
   margin: 5px 0;
}






 /*
  * Custom styles for the TOUR page
  */
div.tour_left
{
   float: left;
   width: 180px;
}

div.tour_left a
{
   color: #169;
}

div.tour_left a:hover
{
   color: #125;
   text-decoration: none;
}

img.tour_img
{
   padding: 10px 0 10px 0;
}




 /*
  * Custom styles for the INFO page
  */

div.info_left
{
   float: left;
   width: 200px;
   margin-bottom: 20px;
}

div.info_left a
{
   color: #169;
}

div.info_left a:hover
{
   color: #125;
   text-decoration: none;
}

div.info_heading
{
   font-size: 14pt;
   font-weight: bold;
   text-align: center;
   margin: 10px 0 8px 0;
}

div.info_center
{
   text-align: center;  
   margin: 20px;
}






 /*
  * Custom styles for the DIRECTIONS page
  */
td.dir
{
    width: 420px;
    padding: 10px;
    vertical-align: top;
}





