
  /* Style sheet for Rockridge Smiles (www.rockridgesmiles.com) */

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Color definitions */

  /* Vy lt gray	#E9E9E9, side margins  */

  /* Modified tags */

  * {
    font-size: 12px;
  }

  html, body {
    height: 100%;
  }

  body {
    font-family: arial, helvetica, sans-serif;
    color: #4A4A4A;
    background: #E9E9E9;
/*
    background: #A1A569;
*/
  }

  body, form, table, tr, td, th, div, li, a { padding: 0; margin: 0; border: 0; }
  table { border-collapse: collapse; }

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 60%;
  }

  strong, .strong {
    font-weight: bold;
  }

  p {
    line-height: 1.5em;
  }

  ul {
    text-align: left;
  }

  li {
    padding-bottom: 0.5em;
  }

  hr {
    height: 1px;
    color: #DCDCDC;            /* IE uses color */
    background-color: #DCDCDC; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
  }

  a, a:visited {
    color: #555555;
  }

  a:hover {
    color: #000000;
  }

  h3 {
    font-family: tahoma, arial, sans-serif;
    font-size: 14px;
  }

  /* Layout */

  #main {
    min-height: 100%;
    height: auto;
    width: 930px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: #E9E9E9;
  }

  * html #main {
    height: 100%;
  }

  #header {
    background: #E9E9E9 url(images/header.jpg) no-repeat;
    height: 75px;
  }

  #header div {
    font-size: 11px;
    line-height: 13px;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 25px 11px 0 0;
  }

  #header span {
    font-size: 14px;
    line-height: 15px;
  }

  #sidenav {
    background: #848B48 url(images/localnav.jpg) no-repeat;
    float: left;
    width: 260px;  /* this affects the sidenav width */
    height: 357px;
    margin: 0;
    padding: 0px 20px 5px 20px;  /* this affects the sidenav width */
    color: white;
  }

  #content {
    float: left;
    width: 629px;  /* This affects the width */
  }

  #rightside {
    float: right;
    width: 300px;  /* This affects the width */
    height: 362px;
    position: relative;
  }

  #contentarea {
    float: left;
    width: 269px;
    border: 1px solid #2D68A5;
    height: 355px;
    margin: 0 0 0 9px;
    _margin: 0 5px 0 5px;
    padding: 0px 20px 5px 20px;
  }

  .snhome {
    display: none;
  }

  #rightside.home {
    width: 461px;
  }

  #content.home {
    width: 930px;
  }

  #contentarea.home {
    width: 417px;
    margin-left: 0;
  }

  .snlocation, .sncontact {
    background: #969B58 !important;
    padding: 0px !important;
    width: 300px !important;
    height: 362px !important;
  }

  .sncontact {
    background: #848B48 url(images/localnav.jpg) no-repeat !important;
  }

  #sidenav ul {
    list-style-type: none;
    padding-left: 20px;
  }

  #sidenav li {
    padding: 0;
    padding-bottom: 0.5em;
    background-image: none;
  }

  .snstaff li {
    padding-bottom: 0 !important;
  }

  #sidenav h3, #sidenav ul, #sidenav p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }

  #sidenav h3 {
    font-weight: bold;
    margin-top: 1em;
    color: #4C5408;
  }

  #sidenav a {
    text-decoration: none;
    font-size: 12px;
    color: white;
  }

  #sidenav a:hover {
    color: #2D68A5;
  }

  #sidenav p a {
    padding-left: 0px;
  }

  .pdf {
    padding-right: 20px;
    background: transparent url('images/icons/pdf.gif') top right no-repeat;
  }

  #contentlist div {
    display: none;
  }

  #serviceslist {
    margin-left: 0;
    padding-left: 0 !important;
  }

  #serviceslist li {
    padding-bottom: 1em;
  }

  #footer {
    font-size: 10px;
    color: #2D68A5;
  }

  #copyright {
    font-size: 10px;
    color: #2D68A5;
    float: right;
    text-align: right;
  }

  #copyright a {
    font-size: 10px;
    color: #2D68A5;
  }

  .tar {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 4px;
  }

  .accordionhead {
    padding: 5px;
    background: #73783E;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
  }

  .accordionhead:hover {
    background: #6A6F35;
  }

  .accordion_child {
    padding: 15px;
    background: #969B58;
    height: 257px;
  }

  .sncontact .accordion_child {
    height: 207px;
    background: none;
  }

  .accordionselect {
    background: #6A6F35;
  }

  #firstvisitlist {
    padding-left: 20px;
  }


  /* Menu */

  #menu {
    background: #636665;
    list-style-type: none;
    margin: 9px 0 4px 0;
  }

  #menu li {
    display: inline;
  }

  #menu li a img {
    display: inline;
    border: 0;
  }

  .menumark {
  }

  /* Tables */

  td {
    vertical-align: top;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .center img {
    display: inline;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid #DCDCDC;
  }

  .highlight, .bighighlight, .medhighlight {
    color: #506DB9;
  }

  .odd {
    background: #D3DAED;
  }

  .quote {
    font-family: "Comic Sans MS", script;
    font-size: 14px;
    padding: 0 20px 0 20px;
  }

  .quote big {
    font-family: arial, sans-serif;
    font-size: 48px;
  }

  .quotee {
    text-style: italics;
    margin-left: 50px;
  }

  .leftquote {
    font-family: arial, sans-serif;
    margin-left: -20px;
  }

  .rightquote {
    font-family: arial, sans-serif;
    float: right;
  }

  .print { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

    #header { background: none; }

    #menu, #sidenav, #bottomnav { display: none; }
  }
