/* Reset browser defaults */
@import url("css/reset.css");
/* Apply basic typography styles */
@import url("css/typography.css");
/* Apply form styles */
@import url("css/forms.css");
/* Content column styles */
@import url("css/columns.css");
/* Menu styles */
@import url("css/menu.css");

/* Site layout styles */

#body-container {
  width: 860px;
  margin: 0 auto;
}

#header-container, 
#navigation, 
#footer-container {
  color: #dac898;
  font-family: "Bell MT", Georgia, Times, serif;
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  z-index: 1020;
}

/* Header 3 Column settings */
#header .three-col, 
#header .col-wrap, 
#header .col-wrap .col-wrap { background: none; }
#header .col1, 
#header .col2, 
#header .col3 { padding: 0; }

/* Header */
#site-title, 
#site-description { font-size: 1em; }
#site-title, 
#site-title a {
  height: 118px;
  width: 354px;
}
#site-title { margin: 0.5em auto; }
#site-title a {
  display: block;
  background: url(images/logo.png) no-repeat;
}
#site-title span, 
#site-description { display: none; }
#site-tagline, 
#site-contact {
  text-align: center;
  position: relative;
  top: 72px;
}
#site-tagline { text-transform: uppercase; }
#site-contact {
  font-size: 1.7em;
  margin-top: -0.3em;
}

/* Page Navigation */
/* For more settings, see menu.css */
#navigation {
  border-top: 1px solid #dac898;
  border-bottom: 1px solid #dac898;
  margin-bottom: 0.5em;
}
.breadcrumb-trail {
  position: absolute;
  top: 0;
  font-size: 0.8em;
}

/* Common Styles */
.caption {
  padding: 0.5em;
  color: #dac898;
  background: url(images/bg-hover.png);
}
.caption p {
  text-align: center;
  font-style: italic;
  margin-bottom: 0.5em;
}

.shadow-container, 
.shadow, 
.shadow span { position: relative; }
.shadow-container {
  padding-top: 20px;
  padding-left: 20px;
}
.shadow-tr, 
.shadow-bl {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(images/shadow.png) no-repeat;
}
.shadow-tr {
  right: 0;
  top: 0;
  background-position: right top;
}
.shadow-bl {
  left: 0;
  bottom: 0;
  background-position: left bottom;
}
.shadow { background: url(images/shadow.png) right bottom no-repeat; }
.shadow span {
  display: block;
  left: -20px;
  top: -20px;
  background: url(images/shadow.png) left top no-repeat; 
}
.shadow span span {
  left: 10px;
  top: 10px;
  background: none;
}
.shadow-container.float-lt, 
.shadow-container.float-rt { margin-bottom: 0; }

blockquote.testimonial {
  position: relative;
  overflow: hidden;
  padding: 1em;
  margin: 0 1.5em 1.5em;
  background: url(images/bg-hover.png);
}
blockquote.testimonial .source {
  display: block;
  float: right;
  color: #dac898;
  font-weight: bold;
}

/* Footer */
#footer {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #dac898;
  margin: 1em 0;
  padding: 1em;
}
#footer .social-links {
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
  width: 250px;
}
#footer .newsletter-signup {
  float: left;
  margin: 0 15px 15px 0;
  text-align: left;
  width: 250px;
}
#footer .newsletter-signup h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
#footer .newsletter-signup #email {
  width: 120px;
}

#footer .newsletterlink{
	float:left; 
	clear:left; 
	margin-left:auto; 
	margin-right:auto; 
}

#riwd {
  clear: both;
  font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 1em;
}
.newsletter
{
	color: #004F5A;
	background-color: #FFF;
	padding: 20px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
.newsletter p,
.newsletter h1,
.newsletter h2,
.newsletter h3,
.newsletter h4,
.newsletter h5,
.newsletter h6
{
	color: #004F5A;
}
.newsletter hr {
	color: #004F5A;
	text-align: center;
}

