/* CSS Document for the Home Page */

body {
  margin: 0px;
  background: #ffffff url("../imgs/site_bkgrd.jpg") top left repeat-x;
  }

#bigbox {
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  }

#headerbox {
  position: relative;
  background-image:     url("../imgs/hm_header.jpg");
  background-repeat: no-repeat;
  width: 750px;
  height: 208px;
  z-index: 15;
  }

#headerbox h1 {
  display: none;
  }

#slidebox {
  float: right;
  }

#contentbox {
  margin: 50px auto;
  width: 300px;
  }

#sidebar {
  position: absolute;
  top: 302px;
  margin-left: 562px;
  width: 188px;
  height: 225px;
  z-index: 15;
  }

#sidebartext {
  margin-top: -15px;
  padding-left: 25px;
  padding-right: 15px;
  }

#sidebartext h1 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  color: #ffffff;
  text-align: right;
  }

#sidebartext p {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: .70em;
  color: #ffffff;
  }

#accentbox {
  position: absolute;
  top: 524px;
  margin-left: 0;
  background-image:      url("../imgs/hm_accent_triangle.png");
  background-repeat: no-repeat;
  width: 180px;
  height: 261px;
  z-index: 16;
  }

#footer {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 10px;
  color: #666666;
  text-align: center;
  }

a:link {
  color: #006bb6;
  text-decoration: none;
  font-weight: 400;
  }

a:visited {
  color: #ef3e33;
  text-decoration: none;
  } 

a:hover {
  color: #fbaa29;
  }

a:active {
  color: #006bb6;
  }			

h1 {
  padding-top: 20px;
  font-family: "Helvetica Neue Light",  Helvetica, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  }

h2 {
  padding-top: 5px;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  color: #d35429;
  text-transform: uppercase;
  }

h3 {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  }
			
p, ul, li, blockquote {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  }

p.tagline {
  font-family: Garamond, Georgia, serif;
  font-size: 16px;
  font-style: italic;
  }

.splashtext {
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-style: italic;
  color: #006bb6;
  text-align: center;
  }
