/**
 * @copyright 2007 Benjamin Young - All rights reserved.
 **/

/** colors
orange: #ea7500
dark green: #999900
medium green: #cfd600
light green: #e7eb82
grayish green: #cbcb7d
darker grayish green: #bcbc57
**/

*{margin:0;padding:0}
html,body{height:100%}
body{background:#999900;color: #e7eb82;font-family: Georgia, Times New Roman, Times, Courier, serif}
#doc{margin:0 auto;width:800px}
* html #doc {width: 626px}
#doc h2{font-weight:bold;font-size:22px;padding-bottom:16px;color:#bcbc57;font-variant:small-caps}
#doc h3{font-weight:bold;font-size:17px;padding-bottom:8px;font-variant:small-caps}
#doc h4{font-weight:bold;font-size:13px;padding-bottom:6px}
#doc a:link{color:#7E7F00}
#doc a:visited{color:#990}
#doc a:hover{text-decoration:none}
#doc .hidden-page { display: none; }
#site-header,
#doc #hd {
  background: white url('/img/site_design/site_header_bg.png') repeat-x;
  height: 108px;
}
#site-header h1,
#doc #hd h1 {
  background: url('/img/site_design/logo_type.png') no-repeat right bottom;
  height: 108px;
  text-indent: -9000px;
}
* html #doc #hd h1 {border-bottom: 3px solid #cfd600;}
#site-nav {
  float: right;
  margin-right: -130px;
  width: 110px;
  padding: 10px;
}
* html #site-nav {
  position: relative;
  margin-right: -200px;
}
#site-nav ul.navlist {
  list-style: none;
}
#site-nav ul.navlist a {
  display: block;
  margin-bottom: 10px;
}
#site-nav ul.navlist a.home_nav {
  background: url('/img/site_design/nav_homelife.png') no-repeat;
  text-indent: -9000px;
  width: 119px;
  height: 41px;
}
#site-nav ul.navlist a.photos_nav {
  background: url('/img/site_design/nav_photographs.png') no-repeat;
  text-indent: -9000px;
  width: 176px;
  height: 57px;
}
#site-nav ul.navlist a.about_nav {
  background: url('/img/site_design/nav_aboutus.png') no-repeat;
  text-indent: -9000px;
  width: 112px;
  height: 52px;
  margin-top: -4px;
}
#site-nav ul.navlist ul li {
  margin-left: 15px;
}
#site-nav ul.navlist ul a {
  color: #e7eb82;
  font-weight: bold;
  text-decoration: none;
}
#page,
#doc #bd {
  margin-top: 0px;
  border-top: 3px solid #cfd600;
  background: #bcbc57;
}
* html #doc #bd {border-top: none;}
#content {
  padding: 35px 45px;
  padding-bottom: 75px;
}
#doc .content-item {
}
#doc .content-item h3 {
  margin: -20px;
  margin-bottom: 10px;
}
#doc .content-item img {
  margin: 5px;
  border: 2px solid #cbcb7d;
}
#site-footer {
/*  position: fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 250px;
  background: url('/img/site_design/d.png') bottom right no-repeat;*/
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 9px;
  color: #BCBC57;
}
#site-footer #copyright {
/*  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 10px;*/
  padding: 4px 5px 2px;
  float: left;
}
#site-footer #credits {
/*  position: absolute;
  bottom: 0;
  right: 0;
  height: 10px;*/
  padding: 4px 5px 2px;
  float: right;
}
.bigbluehat {font-weight: bold; }
.bigbluehat a{color:#000052;text-decoration:none;}
.bigbluehat a em{color:#6bc7ff;font-style:normal;font-weight:inherit;}


/** page specific styles **/
#content-milton ul,
#content-our_house ul {
  list-style: none;
}
#content-milton ul:after,#content-our_house ul:after {content:".";display: block;height:0;clear:both;visibility:hidden}
#content-milton ul li,
#content-our_house ul li {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px;
  text-align: center;
}
/** lightbox style **/
#imageDetails {
  color: black;
}

ul.galleryphotos{list-style:none}
ul.galleryphotos li{float:left;padding:5px}
ul.galleryphotos li a{display:block}

