* {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

.clear {
  clear: both; }

.block {
  display: block; }

.inline {
  display: inline; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.rounded {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px; }

.rounded_bl {
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px; }

.rounded_br {
  border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px; }

.obtuse {
  -webkit-border-top-right-radius: 415px 120px;
  -webkit-border-top-left-radius: 415px 120px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px; }

a {
  color: #b0afaa;
  text-decoration: none; }
  a:hover {
    color: #d9ab0c; }

p.intro {
  text-align: center;
  color: #FFFDF5;
  margin-bottom: 20px;
  font-size: .9em; }

body {
  background: #243B41;
  line-height: 1;
  color: black;
  position: relative;
  font-size: .8em;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif; }

#wrapper {
  width: 900px;
  margin: 0px auto;
  padding: 20px 0 0 0;
  position: relative; }

a.button {
  background: transparent url('/images/splash/button.gif') no-repeat top center;
  width: 129px;
  height: 39px;
  position: absolute;
  top: 60px;
  left: 30px;
  color: #0f3710;
  z-index: 100;
  -moz-border-radius: 10px;
  text-align: center;
  line-height: 2.65;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.25em; }
  a.button:hover {
    background-position: bottom center; }

#outer_container {
  border: 2px solid #130c40;
  background: #130c40;
  width: 750px;
  margin: 0px auto;
  position: relative; }
  #outer_container a#title {
    position: absolute;
    top: 206px;
    left: 282px;
    background: transparent url('/images/splash/title.png') no-repeat;
    width: 185px;
    height: 127px; }
  #outer_container #top a {
    display: block; }
    #outer_container #top a:hover, #outer_container #top a:hover+a.landscape, #outer_container #top a:hover+a.nursery {
      background-position: bottom left; }
  #outer_container #top a#top_left, #outer_container #top a#top_right {
    position: absolute;
    top: -3px;
    width: 380px;
    height: 116px;
    border: none;
    z-index: 10; }
  #outer_container #top a#top_left {
    background: transparent url('/images/splash/top_left.png') no-repeat;
    left: -5px; }
  #outer_container #top a#top_right {
    background: transparent url('/images/splash/top_right.png') no-repeat;
    right: -5px; }
  #outer_container #top .landscape, #outer_container #top .nursery {
    display: block;
    width: 374px;
    height: 275px; }
  #outer_container #top .landscape {
    background: transparent url('/images/splash/landscape.jpg') no-repeat top left;
    border-right: 1px solid #130c40; }
  #outer_container #top .nursery {
    background: white url('/images/splash/nursery.jpg') no-repeat top left;
    border-left: 1px solid #130c40; }
  #outer_container #mid {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    background: #192b30;
    border-top: 2px solid #130c40;
    border-bottom: 2px solid #130c40; }
    #outer_container #mid h1 {
      color: #FFFDF5;
      font-size: 1.25em;
      font-weight: normal;
      padding: 70px 0 0 0; }
    #outer_container #mid h1.caption {
      letter-spacing: 1.2px; }
  #outer_container #base a {
    height: 110px;
    width: 186px;
    display: block; }
  #outer_container #base a#history:hover, #outer_container #base #news:hover, #outer_container #base #employment:hover, #outer_container #base #contact:hover {
    background-position: bottom left; }
  #outer_container #base #history {
    background: white url('/images/splash/history.jpg') no-repeat top left;
    border-right: 3px solid #130c40; }
  #outer_container #base #news {
    background: white url('/images/splash/news.jpg') no-repeat top left;
    width: 183px; }
  #outer_container #base #employment {
    background: white url('/images/splash/employment.jpg') no-repeat top left; }
  #outer_container #base #contact {
    background: white url('/images/splash/contact.jpg') no-repeat top left;
    border-left: 3px solid #130c40; }
