/* Overall Items ======================================================== */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* font: medium Georgia, 'New Century Schoolbook', 'Times New Roman', Times, serif; */
  background-color: transparent;
  }

h1 {
	 font-size: 1.2em;
	 font-weight: bold;
}

h2 {
	 font-size: 1.1em;
	 font-weight: bold;
}

h3 {
	 font-size: 1.1em;
	 font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
  }

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  }

p {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  }

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  margin: 0.1em 0 0.1em 0;
  } 
h1 {
  /* clear: both; */ /* Note: in IE this causes the content area to drop below anything in the left/right columns. */
}
a, a:visited, a:hover, a:active, a:focus {
  border-bottom: dotted 1px black;
  text-decoration: none;
  color: black; 
}

  
/* Background Images ======================================================== */
/* Note: IE does not deal gracefully with fixed background images except on the body */
body { background: url(/img/leftedgeblue.jpg) left top repeat-y; }
div#bgareaone { background: url(/img/topedgeblue.jpg) top left repeat-x;  }
div#bgareatwo { /* background: url(/img/background.jpg) 160px 160px no-repeat; */ }
div#bgareathree { background: url(/img/topleftblue.jpg) left top no-repeat;  }
div#bgareafour { /* background: url(/img/bottomright.jpg) right bottom no-repeat fixed; */ }
div#bgareafive { /* background: url(/img/bottomright.jpg) right bottom no-repeat fixed; */ }
div#bgareasix { /* background: url(/img/bottomright.jpg) right bottom no-repeat fixed; */ }
  
/* Page Regions ======================================================== */
/* banner, left, right, content, footer */
/* Positioning information only */
div#banner {
  margin: 0; padding: 0;
  margin-right: 90px;
  height: 140px;   /* ~~~~ May need to change by company logo height */
  }

div#left {
  float: left;
  width: 160px;
  margin: 0px; padding: 0 5px;
  }

div#right {
  position: absolute;
  left: 85%;
  top: 100px;
  width: 140px;
  padding: 3px;
  padding-left: 10px;
  z-index: 3;
  }

div#content {
  margin: 0px 15% 0 180px;
  padding: 3px;
  }
  
div#footer {
  clear: both;
  margin: 10px; margin-bottom: 0px;
  padding: 3px; padding-bottom: 0px; 
  width: 97%;
  }

/* Banner items ======================================================== */
  
  div#banner .Logo {
    margin: 0px 0 0 30px;  /* ~~~~~~~ left margin ~= (left column width - logo width)/2 */
    padding: 0px;
    padding-top: 30px;
    /* background: url(/img/bobgynlogo.gif) top left no-repeat; */
    float: left;
    border: none;
  }
  div#banner .CompanyName {
    margin: 0 0 0 180px;  /* ~~~~~~~ left margin ~= left column width */
    padding-top: 30px;
    font-size: 2em; 
    line-height: 1.25em;
    font-weight: bold;
    clear: none;
    text-align: center;
  }
  div#banner .CompanySubtitle {
    margin: 0 0 0 180px;  /* ~~~~~~~ left margin ~= left column width */
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: bold;
    clear: none;
    text-align: center;
  }
  
/* Navigation area settings =================================================== */

.navigation {
  margin: 0px; padding: 0px;
  text-align: center;
  font-size: 110%;
  }
  .navigation ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    border-top: 1px solid black;
    }
  .navigation ul ul {
    /* Don't show any submenus by default - if they're needed for the page, the page will have 
       a style definition to display only the appropriate submenus using display:block */
    /* display: none; */
    margin: 0px; padding-bottom: 0px;
    font-size: 80%;
    text-align: right;
  }
  .navigation ul li {
    line-height: 1.5em;
    border-bottom: 1px solid black;
  }
  .navigation a {
    display: block;  /* this allows the highlight to fill the entire area */
    border: none;
    text-decoration: none; 
    color: black;
  }
    .navigation a:visited {
       color: black;
       border: none;
    }
    .navigation a:hover {
    	color: yellow; background-color: black;
       border: none;
    }
    .navigation a:active {
    	color: yellow; background-color: black;
       border: none;
    }
    .navigation a:focus {
    	color: yellow; background-color: black;
       border: none;
    }
    .navigation ul ul .last {
    border-bottom: none;
    padding: 1px;
  }

/* Footer navigation settings ======================================================== */

  div#footer .navigation {
    font-size: 1em;
    text-align: center;
    }
  div#footer .navigation ul {
    border: none; 
    }
  div#footer .navigation ul ul {
    /* Don't show any submenus by default - defined separately for the footer so that when
    they're visible in the main navigation area they'll still be hidden here */
    display: none; margin: 0px; padding: 0px; height: 0;
  }
  div#footer .navigation li {
    display: inline;
    border: none;
    padding: 0px 5px; 
    border-right: 1px solid grey;
    }
  div#footer .navigation li.last {  
    display: inline;
    padding: 0px 5px;
    border: none;
    }
  div#footer .navigation a {
    display: inline;
    border-bottom: 1px dotted black;
  }

/* Other Footer items ======================================================== */

  div#footer .left {
    float: left;
    text-align: left;
    }
  
  div#footer .right {
    float: right;
    text-align: right;
    }

  div#footer address {
    text-align: center;
    padding: 5px;
    margin: 5px;
    }
  
  div#footer .CopyrightNotice {
    clear: both;
    text-align: center;
    margin-top: 10px;
    font-size: 9px;
    }
  
  div#footer .Credits {
    clear: both;
    text-align: center;
    padding: 0px; margin: 0px;
    font-size: 7px;
  }
  
  div#footer #lastmodified {
    font-size: 8px;
    clear: both;
    text-align: center;
  }

/* Special Item Formatting ======================================================== */

.stafflist h2 { /* Keep doctor listings from overlapping */
  clear: both;
  }

.stafflist img { /* Allow text to wrap around doctor photos */
  float: left; 
  margin-right: 10px; 
  margin-bottom: 3px;
  }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

/* Callouts ======================================================== */

blockquote {
  border: 1px dotted gray;
  padding: 5px;
  }

blockquote.right {
	width: 30%;
	float: right;
  margin: 0px -70px 0.25em 1em;
}
blockquote.left {
	width: 30%;
	float: left;
  margin: 0px 1em 0.25em 0px;
	}
blockquote p {
	margin: 0px 0px 0px 0px; 
	}

blockquote.attention {
  font-size: 110%;
  text-align: center;
}