@charset "utf-8";
/* CSS Document */
/*
d brown         200F09
l brown         3B2314
white           FFFFFF
black           000000
grey            D8D2BF
scarlet         5C0022
scarlet-gray    5A4A42
*/

h1 {
  position: absolute;
  top: 50px; left: 10px;
  width: 900px; height: 405px;
  background: url(/photos/header_richardson_group_dental_coaches.jpg) no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 100;
  color: #FFFFFF;
}
h2 {
  text-indent: -9000px;
  overflow: hidden;
  color: #FFFFFF;
}
h3 {
  font-size: 26px;
  line-height: 32px;
  padding: 50px 0 10px 0;
  color: #000000;
  text-transform: capitalize;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0 10px 0;
  color: #000000;
}
p {
  margin: 5px 0 10px 0;
  text-align: justify;
}
a, a:active {
  color: #5C0022;
}
a:hover, a:visited {
  color: #5A4A42;
}

html {
  text-align: center;
  background: url(/images/background_website.png) #460E24 repeat-x;
  margin: 0 auto;
}
body {
  position: relative;
  width: 920px; height: 1100px;
  min-height: 1100px;
  margin: 0 auto;
  font-family: Optima, Candara, "Trebuchet MS", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.2;
  text-align: left;
  color: #200F09;
}
div#content {
  position: absolute;
  top: 410px; left: 1px;
  width: 500px; min-height: 555px; /* 920px w, 685px h */
  margin-bottom: 50px;
  padding: 120px 370px 20px 50px;
  background: url(/images/background_page_middle.png) transparent repeat-y;
  color: #200F09;
  z-index: 50;
}
span#content-top {
  position: absolute;
  top: 0px; left: 0px;
  width: 100%; height: 20px;
  background: url(/images/background_page_top.png) transparent no-repeat;
}
span#content-bottom {
  position: absolute;
  bottom: -20px; left: 0px;
  width: 100%; height: 20px;
  background: url(/images/background_page_bottom.png) transparent no-repeat;
}
div#sidebar {
  position: absolute;
  top: 545px; left: 610px;
  width: 305px; min-height: 405px;
  padding: 20px 0px 0px 20px;
  color: #3B2314;
  z-index: 50;
}
div#sticky_offer {
  display: none;
}

/* navigation, http://www.alistapart.com/articles/sprites/ */
ul#navigation {
  position: absolute; top: 450px; left: 10px;
  margin: 0px auto; padding: 0;
  width: 900px; height: 70px;
  background: url(/images/navigation_richardson_group.png) no-repeat;
  z-index: 100;
}
ul#navigation li {
  position: absolute; top: 0;
  margin: 0; padding: 0; list-style: none;
  height: 70px;
  text-indent: -9000px;
  overflow: hidden;
}
ul#navigation li, #navigation a {
  height: 70px; display: block;
}
li#home {left: 0; width: 77px;}
li#coaching_services {left: 77px; width: 146px;}
li#success_stories {left: 223px; width: 157px;}
li#the_dental_coaches {left: 380px; width: 137px;}
li#seminar_events {left: 517px; width: 82px;}
li#media {left: 599px; width: 83px;}
li#partners {left: 682px; width: 101px;}
li#contact {left: 783px; width: 117px;}
li#home a:hover, li#home a:active, li#home a:focus, li#home a.current  {
  background: transparent url(/images/navigation_richardson_group_over.png) 0px 0px no-repeat;
}
li#coaching_services a:hover, li#coaching_services a:active, li#coaching_services a:focus, li#coaching_services a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -77px 0px no-repeat;
}
li#success_stories a:hover, li#success_stories a:active, li#success_stories a:focus, li#success_stories a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -223px 0px no-repeat;
}
li#the_dental_coaches a:hover, li#the_dental_coaches a:active, li#the_dental_coaches a:focus, li#the_dental_coaches a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -380px 0px no-repeat;
}
li#seminar_events a:hover, li#seminar_events a:active, li#seminar_events a:focus, li#seminar_events a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -517px 0px no-repeat;
}
li#media a:hover, li#media a:active, li#media a:focus, li#media a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -599px 0px no-repeat;
}
li#partners a:hover, li#partners a:active, li#partners a:focus, li#partners a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -682px 0px no-repeat;
}
li#contact a:hover, li#contact a:active, li#contact a:focus, li#contact a.current {
  background: transparent url(/images/navigation_richardson_group_over.png) -783px 0px no-repeat;
}
