/**
 * @copyright 2006 BigBlueHat - All rights reserved.
 */

/* colors
golden rod: #b18508

really really dark blue: #575c62
really dark blue: #424a57
dark blue: #3d444c
medium blue: #91969c
light blue: #a1a9b6
really light blue: #d6d6e0
*/

body {
	background: #645444;
	color: black;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	width: 700px;
	margin: 0px auto;
	margin-bottom: 25px;
}

div#background-image {
width:753px;
background-image:url(../../img/site_design/site_bg.jpg);
}

* html div#background-image {
	width:754px;
	background-image:url(../../img/site_design/site_bg.jpg);
	margin-bottom: 25px;
}


h1, h2, h3 {
  font-family: georgia, times, serif;
  font-weight: normal;
  color: #424a57;
}
h3 {
  font-size: 180%;
}

a { color: #3d444c; }
a:hover { color: #22262f; }

/* special thanks to AListApart.com for the #wrapper styles */
#wrapper {
	border-top: none;
	margin: 0px auto;
  padding-left: 1px;
	width: 710px;  /* bmh */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 710px;
}

/* Template specific styles */
#site-header {
	background: url('../../img/site_design/site_header.jpg') no-repeat;
	border: none;
	padding: 0;
	margin: 0;
	background-position: 0px 27px;
}
#site-header h1 {
  height: 96px;
  margin: 0;
  padding: 0;
  text-indent: -9000px;
}
#site-header form {
  float: right;
  margin: 0;
  padding: 0;
}
#site-header .note {
  color: #a1a9b6;
  background: #575c62;
  text-align: right;
  font-size: 80%;
  padding: 7px;
}
#site-header .note a,
#site-header .note strong {
  color: #a1a9b6;
  font-weight: normal;
}
#site-nav {
  border-top: 2px solid #b18508;
  border-bottom: 2px solid #b18508;
  width: 100%;
  font-size: 90%;
}
#site-nav ul.navlist {
  background: url('../../img/site_design/site_nav_bg.jpg');
  height: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#site-nav ul.navlist li {
  float: left;
  margin-top: 7px;
  margin-left: 15px;
}
#site-nav ul.navlist li a {
  display: block;
  color: #aab0c0;
  text-decoration: none;
}
#site-nav ul.navlist li a:hover {
  color: black;
}

#subnav {
  float: left;
  text-align: left;
  background: #848891;
  border-top: 25px solid #3d444c;
  border-bottom: 5px solid #3d444c;
  width: 175px;
  margin: 0 15px;
}
#subnav ul.navlist {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#subnav ul.navlist li { float: none; }
#subnav ul.navlist a {
  color: #3d444c;
  display: block;
  padding: 5px 8px;
  text-decoration: underline;
}
#subnav ul.navlist a:hover {
  background: #645444;
  color: #92959C;
}

#page {
}
#content {
  overflow: visible;
  text-align: left;
  padding: 0;
}
.contentitem{padding:0 20px}
#content .header-image {
	background: #D6D7DE;
	border-bottom: 2px solid #B58608;
	padding-bottom:0px;
	width: 710px;
}
#content-home {
}

#content-home div p {
	padding:10px 25px 0px 25px;
}

#content-home #content-item-2 {
  margin-right: 10px;
}
#content-home #content-item-2,
#content-home #content-item-3 {
  float: left;
  width: 46%;
  min-height: 200px;
  margin-top: 15px;
  padding: 7px 10px;
  background: #a1a9b6;
}
#content-home #content-item-2 h3,
#content-home #content-item-3 h3 {
  font-size: 130%;
  margin: -10px;
  margin-bottom: 0;
  padding: 7px 10px;
  background: #575c62;
  color: #fefefe;
}
#content h2,
#content h3 {
}
#content h3 {
  margin-left: 0;	
}
#content p {
  overflow: visible;
  font-size: 80%;
}

#site-footer {
	background: #22262f url('../../img/site_design/site_footer_bg.jpg') repeat-x;
	height: 11px;
	color: #aab0c0;
	font-size: x-small;
	padding: 15px;
}
#copyright {
  float: left;
}
#credits {
  float: right;
}
.bigbluehat {
	color: #426386;
}
.bigbluehat em {
	text-decoration: none;
	color: #1A3F6B;
	font-style: normal;
	font-weight: bold;
}
.bigbluehat a {
	color: #426386;
	text-decoration: none;
}

/** gallery related styles **/

#gallery {
  padding: 0px 30px;
  text-align: center;
}

.image-nav {
  overflow: hidden;
  padding: 5px;
}
.image-nav a {
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid lightgray;
  background: white;
}
.image-nav a:hover {
  border: 1px solid darkgray;
}
.image-nav .next {
  float: right;
}
.image-nav .prev {
  float: left;
}

#gallery .gallery-image {
  float: left;
  border: 1px solid #CCC;
  background: #f7f7f7;
  margin-right: 15px;
  margin-bottom: 15px;
}
#gallery .gallery-image a {
  display: block;
  width: 250px;
  height: 250px;
  margin: 5px;
  border: 1px solid #999;
  background: #f3f3f3;
  overflow: hidden;
}
#gallery .gallery-image a:hover {
  border: 1px solid #777;
  background: #eee;
}
#gallery .gallery-image img {
  border: none;
}
.gallery-image {
  text-align: center;
}
.gallery-image img {
  border: 1px solid #777;
  background: #f3f3f3;
}

#gallery-samples {
  float: left;
  text-align: center;
  width: 165px;
  min-height: 300px;
  padding: 15px;
  padding-top: 30px;
}
#gallery-samples img {
  border: 1px solid black;
  background: white;
  padding: 4px;
}

/** eof gallery styles **/

#copy {
	line-height: 1.5em;
	font-size: 90%;
	padding-bottom: 100px;
}
#copy .description {
  margin: 15px 50px;
  padding: 5px 10px;
  background: white;
  border: 1px solid lightgray;
}

#copy h2 {
padding-left:20px;
}

#copy .back {
  overflow: hidden;
  margin: 15px;
  padding: 3px 5px;
  text-decoration: none;
  border: 1px solid lightgray;
  background: white;
}
#copy .back:hover {
  border: 1px solid darkgray;
}

span.pathway {
  text-align: right;
  display: block;
  border-bottom: 1px solid white;
  padding: 2px;
  font-size: 70%;
}

.search,
#search-form {
  padding-top: 15px;
  text-align: center;
}
.search input,
#search-form input {
  padding: 2px 3px;
  border: 1px solid #4D59B6;
  background: #F3F3F3;
}

