/* Common */
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #331b27;
  background: #cdc7b4 url('../images/i-body.gif') repeat-x;
}

h1 {
  font: normal 1.75em Garamond, serif;
  color: #331b27;
  background: #eaebe0 url('../images/i-h1.gif') repeat-x;
  line-height: 50px;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

h2 {
  font: normal 1.5em Garamond, serif;
  border-bottom: #eaebe0 solid 1px;
  margin: 0 0 20px 0;
  color: #989a65;
}

#content .sidebar h2 {
  margin: 0 0 5px 0;
}

h3 {
  font-weight: normal;
  color: #989a65;
  font-size: 1em;
  margin: 1em 0 0.25em 0;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
}

#content ul h3, #content ul h4 {
  margin: 0;
}

p, dl { 
  margin: 1em 0;
  font-size: 0.875em;
}

blockquote { 
  margin: 1em 2em;
  font-size: 0.875em;
  font-style: italic;
}

#content ul, #content ol {
  margin: 1em 0;
  font-size: 0.875em;
}

#content .sidebar ul {
  margin: 0 0 1em 0;
}

#content ul li {
  margin: 0 2em;
  padding: 8px 0 8px 16px;
  list-style: none;
  background: transparent url('../images/g-nav-arrow.gif') no-repeat 0 16px;  
}

#content ol li {
  margin: 0 2em;
  padding: 8px 0 8px 16px;
}

#content .sidebar ul li {
  border-bottom: #cdc7b4 solid 1px;
  margin: 0;
}

#content ul p {
  margin: 0;
  font-size: 1em;
}

#content a {
  color: #331b27;
}

#content a:hover {
  color: #989a65;  
}

dl dt { 
  font-weight: bold;
}

dl.col dt { 
  float: left;
  width: 10em;
  margin: 0 0 10px 0;
}

dl.col dd { 
  margin: 0 0 10px 11em;
}

#content dl dd {
  margin: 0 0 5px 0;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.gallery:after {
  content: ".";
  height: 1px;
  display: block;
  clear: left;
  visibility: hidden;
}

.clr {
  clear: both;
}

.clr-left {
  clear: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.photoleft, .photoright {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px 20px 20px 20px;
  width: 180px;
  margin: 0 0 10px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.photoleft, .left {
  margin: 0 20px 10px 0;
}

.photoleft img, .left img, img.photoleft, img.left {
  border: #989a65 solid 1px;
}

.photoright img, .right img, img.photoright, img.right {
  border: #989a65 solid 1px;
}

#content .photoright a, #content .photoleft a {
  text-decoration: none;
}

.no-border {
  background: none;
  border: none;
  padding: 0; 
}

/* Layout */

/*#constrain {
  max-width: 1280px;
  margin: 0 auto;
  background: transparent url('../images/i-gecko.gif') no-repeat;
}
#constrain2 {
  width: 1032px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow.png') no-repeat;
}*/
#constrain {
  width: 100%;
  background: transparent url('../images/i-gecko-2.gif') no-repeat center top;
}

#constrain2 {
  width: 990px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow-2.png') no-repeat center top;
}

#constrain3 {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
}

#header {
  height: 418px;
}

#header .header-logo {
  padding: 0 0 0 20px;
  height: 59px;
}

#header img {
  display:inline-block;
}

#header .tagline {
  font: normal 1.375em Garamond, serif;
  color: #fff;
  margin: 25px 0 0 50px;
  display:inline-block;
  vertical-align:top;
}

#header .tagline2 {
  position: absolute;
  top: 70px;
  left: 50px;
  font: normal 1.125em Garamond, serif;
  color: #cdc7b4;
  z-index: 50;
}

  /* Main Navigation */
  
  #nav-main {
    height: 39px;
    background: #5c4952 url('../images/i-nav-top.gif') repeat-x;
    border-top: #5c4952 solid 1px;
    font-size: 0.75em;    
  }
  
  #nav-main li {
    list-style: none;
    display: inline;
    display: block;
    float: left;
    position: relative;
    width: auto;
	z-index: 100;
  }
  
  #nav-main .nav-mini {
    float: right;
  }
  
  #nav-main a {
    color: #e1ddd2;
    text-decoration: none;
    padding: 0 20px;
    border-left: transparent solid 1px;
    display: block;
    line-height: 39px;
    float: left;    
  }
  
  #nav-main a:hover {
    border-left: #5c4952 solid 1px;
    color: #fff;
  }
  
  /* Nav Hover */
  
  #nav-main .nav-large ul li:hover>ul {
    display: block !important;
  }
  
  #nav-main .nav-large ul ul {
    display: none;
  }
  
  #nav-main .nav-large ul li.sfhover ul li ul {
    display: none;
  }
  
  #nav-main .nav-large ul li.sfhover ul {
    display: block;
  }
  
  #nav-main .nav-large ul li.sfhover ul li.sfhover ul {
    display: block;
  }

  
  
  /* Sub Navigation */
  
  #nav-main .nav-large ul ul {
    position: absolute;
    top: 39px;
    left: 0;
    width: 180px;
    background-color: #5c4952;
    padding: 0 0 10px 0;
  }
  
  #nav-main .nav-large ul .expanded ul li {
    display: block;
    width: 180px;
  }
  
  #nav-main .nav-large ul ul a {
    line-height: 1em;
    padding: 4px 20px;
    width: 140px;
  }
  
  #nav-main .nav-large ul ul a:hover, #nav-main .nav-large ul ul a.current {
    background: #e1ddd2 url('../images/g-nav-arrow.gif') no-repeat 5px 6px;
    color: #331b27;
  }
  
  /* 2nd Sub Navigation */
  
  #nav-main .nav-large ul ul ul {
    position: absolute;
    top: 0;
    left: 180px;
    width: 180px;
    background-color: #e1ddd2;
    padding: 10px 0;    
  }
  
  #nav-main .nav-large ul ul ul a {
    color: #331b27;
  }
	
	/* 3rd Level */
  #nav-main .nav-large ul ul ul ul {
    position:relative;
    left: 0;
    top: 3px;
    display:block;
	background: transparent;
  }
  #nav-main .nav-large ul ul ul li a.has_children {
    font-weight:bold;
	margin-top: 15px;
  }
  #nav-main .nav-large ul ul ul li.cms-first a.has_children {
  	margin-top: 0;
  }
    
#content {
  background-color: #fff;
  padding: 20px;
}

.sidebar {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px 20px 20px 20px;
  width: 180px;
  float: right;
  margin: 0 0 20px 20px;
  font-size: 0.875em;
}

#content .sidebar a {
  text-decoration: none;
}

#content .sidebar a:hover {
  text-decoration: underline;
}

#content .sidebar p a {
  text-decoration: underline;
}

#content .sidebar p a:hover {
  color: #989a65;
}

#footer {
  background: #331b27 url('../images/i-logo-footer.gif') no-repeat 95% 80%;
  padding: 20px;
  color: #cdc7b4;
}

#footer h2 {
  border: none;
}

#footer a {
  color: #cdc7b4;
}

#footnotes {
  text-align: center;
  font-size: 0.675em;
  text-transform: uppercase;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#footnotes span {
  font-weight: bold;
  font-size: 1.125em;
}

#footnotes a {
  color: #331b27;
}

#author {
  text-align: center;
  font-size: 0.67em;
}

#author a {
  color: #85767d;
  text-decoration: none;
}

/* Content */
  
  /* Button */
  
  #content a.button {
    color: #331b27;
    font: normal 1.125em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
  }

  #content a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-h.gif') no-repeat scroll right bottom;
  }
  
  #content .sidebar a.button, #content table.standard td a.button {
    color: #331b27;
    font: normal 1.25em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #989a65 url('../images/g-button-sidebar.gif') no-repeat scroll right bottom;
  }

  #content .sidebar a:hover.button, #content table.standard td a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-sidebar-h.gif') no-repeat scroll right bottom;
  }
  
  /* Gallery */
  
  .gallery {
    text-align: center;
    background-color: #cdc7b4;
    padding: 10px 0;
    margin: 1em 0;
  }
  
  .gallery-item {
    width: 279px;
    display: block;
    height: 200px;
    margin: 10px;
    float: left;
  }
  
  .gallery-item span {
    font-size: 0.75em;
    font-weight: bold;
  }
  
  #content .gallery-item a {
    text-decoration: none;
  }
  
  .gallery-vertical {
    height: 330px;
  }
  
  /* Blog */
  
  .meta, .feedback {
    font-size: 0.75em;
  }
  
  .alignleft {
    float: left;
    border: #eaebe0 solid 1px;
    margin: 0 10px 20px 0;
  }
  
  .alignright {
    float: right;
    border: #eaebe0 solid 1px;
    margin: 0 0 10px 20px;
  }
  
  h1.storytitle {
    margin: 20px 0;
  }
  
  h1.storytitle a {
    text-decoration: none;
  }