/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:100%;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color:#606060;
  line-height:1.125em;  
  background:#fff url('../images/i-bg-body.gif') repeat-x;  
}

#content p { 
  margin:1em 0 1em 0;
  font-size:0.75em;  
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0C8836;
	text-decoration: underline;
}

#content ul { 
  margin:1em 0 2em 40px;
  font-size:0.75em;  
}

dl.col {
  font-size:0.75em;
}

dl.col dt { 
  float:left; 
  width:6em;
  font-style:italic;
}

dl.col dd { 
  margin-left:8em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clear-left:after {
  content:".";
  height:1px;
  display:block;
  clear:left;
  visibility:hidden;
}

.clear-right:after {
  content:".";
  height:1px;
  display:block;
  clear:right;
  visibility:hidden;
}

.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

h1 {
  font:normal 2.25em Garamond, serif;
  color:#00531b;
  margin:0 0 20px 0;  
  background:transparent url('../images/g-title-icon.gif') no-repeat center left;
  padding:0 0 0 30px;
}

h2 {
  font:normal 1.55em Garamond, serif;
  color:#00531b;
  margin:0 0 20px 0;  
  padding:0px;
}

/* Layout */

#constrain {
  width:980px;
  margin:0 auto;
}

#header {
  background:transparent url('../images/i-header.jpg') no-repeat;
  height:200px;
  padding:60px 0 0 55px;  
}

#nav-top {
  background:transparent url('../images/i-bg-nav.gif');
  text-align:center;  
}

#nav-top ul {
  margin:0;
  padding:0;
}

#nav-top li {
  list-style:none;
  display:inline;
  line-height:40px;
  background:transparent url('../images/g-nav-icon.gif') no-repeat 100% 30%;  
  padding:0 35px 0 5px;
}

#nav-top li.last {
  background:0;
}

#nav-top a {
  text-decoration:none;
  font:normal 1.25em Garamond, serif;
  color:#00531b;
}

#nav-top a:hover {
  color:#9CBCA6;
}

#content-wrapper {
  background:transparent url('../images/i-drop-shadow.png') repeat-y;  
  width:960px;
  padding:0 10px;  
}

#content {
  background:transparent url('../images/i-bg-content.gif') repeat-x;
  margin:0 20px;
  padding:30px 40px 20px 40px;
  
}

.contact {
  border:#dfeae3 solid 1px;
  background:transparent url('../images/i-bg-contact.gif') no-repeat;
  height:40px;
  margin:40px 0 0 0;  
}

#content .contact ul {
  text-align:center;
  font:normal 1em Garamond, serif;
  margin:0;
  color:#021709;
}

#content .map {
	float: right;
	width: 100px;
	text-align: center;
	margin-top: 15px;
}

#content .map img {
	border:1px solid #F8D8E3;
	padding:4px;
}

#content .map a {
	display:block;
	text-align:center;
	width:100px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#content .map a:hover {
	color: #000;
}

.contact li {
  display:inline;
  list-style:none;
  margin:0 25px 0 0;
  line-height:40px;
}

.contact li.last {
  margin:0;
}

.contact a {
  color:#021709;
  text-decoration:none;
}

.contact a:hover {
  color:#0c8836;
  text-decoration:underline;
}

#footer {
  background:transparent url('../images/i-shadow-bottom.gif') no-repeat;
  text-align:center;
  padding:35px 0 10px 0;
}

#footer li {
  list-style:none;
  display:inline;
  background:transparent url('../images/g-footernav-icon.gif') no-repeat center right;
  padding:0 10px 0 0;  
}

#footer a {
  text-decoration:none;
  color:#609471;
  font-size:0.69em;
}

#footer a:hover {
  color:#0c8836;  
  text-decoration:underline;  
}

#footer li.last {
  background:0;
}

#author {
  text-align:center;
  padding:0 0 10px 0;
}

#author a {
  color:#9cbca6;
  font-size:0.69em;
  text-decoration:none;  
}

#author a:hover {
  color:#0c8836;  
  text-decoration:underline;  
}

/* Image Gallery */

.image-gallery {
  margin:0 0 20px 0;
}

.image-gallery img {
  border:#f8d8e3 solid 1px;
  padding:4px;
  float:left;
  margin:3px;
}

.changeup {
	margin-left: 100px;
	margin-bottom: 0px;
}

.changeup img {
	float: none;
}

.changeup p {
	margin-top: 2px !important;
	padding-top: 0px;
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

.changeup div.img {
	float: left;
	margin-right: 46px;
}

/* Fudge gallery */
.changeup-fudge div.img {
	float: left;
	margin-right: 0px;
}
.changeup-fudge {
	margin-left: 0px;
	margin-bottom: 0px;
}

/* Content */

.side-column {
  width:220px;
  float:right;
  margin:10px 0 20px 40px;
}

.side-column img {
  border:#f8d8e3 solid 1px;
  padding:4px;
  margin:0 0 20px 0;
}

#content .highlight a {
    background: transparent url('../images/g-highlight-top.gif') no-repeat scroll top right;
    color: #5d4c4c;
    display: block;
    float: left;
    font:normal 1.625em Garamond, serif;
    text-decoration:none;        
    width: 220px;    
    padding-top: 5px; /* sliding doors padding */            
}

#content .highlight a span {
    background: transparent url('../images/g-highlight-bottom.gif') no-repeat bottom left;
    display: block;    
    padding:15px 15px 20px 15px;    
}

#content .highlight a:hover {
  color:#866e6e;
}

ul.column-list {
  width:220px;
  float:left;
}

ul.column-list li {
  list-style:none;
  background:#fff url('../images/g-footernav-icon.gif') no-repeat 0 30%;
  padding:0 0 0 10px;
}

.fudge-link  {
  color:#999999;
  text-decoration: none;
  }

