
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited, A:hover {
  color: #006699;
  text-decoration: underline;
}

A:hover {
  color: #990033;
}

BODY {
  margin: 10px;
  background: #edb8b8 url('../images/bg/bg.gif') top center;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Georgia,Times,sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

H1 {
  font-family: Georgia,Times,sans-serif;
  color: #990033;
  font-size: 24px;
  line-height: 20px;
  font-weight: normal;
}

H2 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

H3 {
  font-size: 18px;
  font-weight: normal;
}

H4 {
  margin-top: -2px;
  font-size: 18px;
  font-weight: normal; 
  font-style: italic;
}

H5 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

H6 {
  font-size: 10px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #dc9393;
}

IMG {
  border: 0px;
}

P {
  margin: 16px 0px;
}


/**
 * Identities
 */

#wrapper {
  position: relative;
  margin: 0px auto;
  width: 950px;
  text-align: left;
  background: #ffffff;
}

#header_logo {
  float: left;  
  margin: 0px 0px 0px 10px;
}

#header_phone {
  float: left;
}

#header_tagline {
  margin-bottom: 40px;
}

#nav {
  float: left;
  margin-left: 10px;
  width: 162px;
}

#nav IMG.section {
  border-bottom: 1px solid #e59999;
}

#nav A {
  display: block;
  border-bottom: 1px solid #e59999;
  color: #006699;
  font-family: Georgia,Times,sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

#nav A:hover {
  background-color: #fcf5f5;
}

#nav A.active,
#nav A.active:hover {
  color: #49000c;
  background-color: #fcf5f5;
}

#nav .nav_space {
  margin-top: 28px;
}

#nav .view_gallery {
  display: block;
}

#nav .view_gallery A {
  border: 0px;
  background: none;
  line-height: normal;
  text-decoration: none;
}

#nav .view_gallery A:hover {
  background: none;
}

#content {
  float: left;
  width: 512px;
  margin-left: 35px;
}

#photo {
  float: left;
  width: 162px;
  margin-left: 35px;
  text-align: center;
}

#photo .caption {
  font-size: 10px;
}


/**
 * Photo Gallery
 */

#gallery .before {
  float: left;
  width: 195px;
  line-height: 10px;
  margin-bottom:5px;
}

#gallery .after {
  float: left;
  width: 195px;
  margin-left: 10px;
  line-height: 10px;
  margin-bottom:5px;
}

#gallery .before_text {
  float: left;
  width: 195px;
}

#gallery .after_text {
  float: left;
  margin-left: 10px;
  width: 195px;
}

#gallery  H3 {
  line-height: 12px;
  margin-top: -8px;
  padding-top: 10px;
}
 
#gallery .clear {
  clear: both;
  margin-bottom: 5px;
}


/**
 * Corners
 */

#corners-top-left {
  position: absolute;
  top: 0px; 
  left: -11px;
}

#corners-top-right {
  position: absolute;
  top: 0px; 
  left: 872px;
  z-index: 200;
}

#corners-bottom-left {
  position: absolute;
  bottom: 0px;
  left: -11px;
  z-index: 200;
}

#corners-bottom-right {
  position: absolute;
  bottom: 0px;
  left: 944px;
  z-index: 200;
}


/**
 * Footer
 */

#footer {
  padding: 10px;
}

#footer .address {
  float: left;
  color: #000000;
  font-size: 11px;
  line-height: 16px;
}

#footer .logo {
  float: right;
  margin-left: 10px;
}

