/* -----------------------------------------------
GENERAL STYLES
------------------------------------------------- */

img {
	border: 0;
}

a {
  border-bottom: 1px dotted #B34019;
  color: #B34019;
  text-decoration: none;
  }
  
a:hover {
  border-bottom: 1px solid #B34019;
  }
  
a:visited {
  color: #393324;
  border-bottom: 1px dotted #393324;
  }
  
p {
  margin: .7em 40px;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  }
  

/* -----------------------------------------------
GENERAL LAYOUT
------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
  }

body {
  font-size: small;
  font-family: Helvetica, Verdana, san-serif;
  background-color: #393324;
  }
  
#wrapper {
  width: 756px;
  margin: 35px auto 0 auto;
  }
  
#header {
  width: 756px;
  height: 200px;
  background: url("../images/header.png") top left no-repeat;    
  }
  
#slogan {
  width: 756px;
  text-align: right;
  background: #FFF url("../images/wrap-bg.gif") repeat-y;
  }
  
#main {
	float: left;
	margin-top: -1px;
	margin-bottom: -1px;
	border-left: 6px solid #abd0df;
	border-right: 6px solid #abd0df;
	background-color: #fff;
}
  
#sidebar {
  float: right;
  width: 195px;
  margin-right: 5px;
  }
  
#content {
  float: left;
  width: 544px;
  padding-bottom: 15px;
  }
  
#footer {
  clear: both;
  width: 756px;
  height: 228px;
  text-align: center;
  background: url("../images/footer.png") bottom left no-repeat;
  }
  
/* -----------------------------------------------
HEADER STYLES
------------------------------------------------- */
  
#header h1 {
  text-indent: -10000px;
  overflow: hidden;
  }
  
/* -----------------------------------------------
SIDEBAR AND NAVIGATION STYLES
------------------------------------------------- */
  
#navigation ul {
  margin: 60px 0 80px 0;
  }
  
#navigation ul li {
  margin-bottom: 8px;
  font-size: 120%;
  list-style: none;
  border-bottom: 2px solid #B34019;
  }
  
#navigation li a {
  color: #393324;
  border-bottom: none;
  }
  
#navigation li a:hover {
  color: #B34019;
  border-bottom: none;
  }
  
#navigation li a#here {
  color: #B34019;
  }
  
/* -----------------------------------------------
CONTENT STYLES
------------------------------------------------- */
  
#slogan h2 {
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 140px;
  font-size: 100%;
  }
  
#content img {
  border-width: .1em;
  border-style: solid;
  outline-width: .1em;
  outline-style: solid;
  }
  
#slideshow {
  width: 225px;
  height: 225px;
  margin: 30px 0 30px 100px;
  position: relative;
  overflow: hidden;
  }
  
img#frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-width: 0;
  outline-width: 0;
  }
  
img#preview {
  position: absolute;
  border-width: 0;
  outline-width: 0;
  }
  
#content h2 {
  margin: 0 40px;
  font-size: 120%;
  color: #B34019;
  }
  
table {
  width: 400px;
  margin-top: 10px;
  margin-left: 40px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-spacing: 0;
  }
  
table tr {
  height: 35px;
  padding: 0;
  }
  
tr.alt {
  background-color: #EEE;
  }
  
table th {
  text-align: left;
  padding-left: 5px;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  }
  
table td {
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  }
  
#content ul {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 5px;
  }

#content ul li {
  display: inline;
  margin: 2px;
  }
  
#content ul li img {
  margin-top: 2px;
  padding: 2px;
  border: 1px solid #DDD;
  outline: none;
  }
  
#content ul li a {
  border: none;
  }
  
img#placeholder {
  margin: 10px 20px 20px 40px;
  padding: 2px;
  outline: none;
  border: 1px solid #DDD;
  }
  
#map {
  margin: 10px 20px 20px 40px;
  }
  
  
  
/* -----------------------------------------------
ADDRESS MICROFORMAT
------------------------------------------------- */

div.adr {
  font-size: 120%;
  font-weight: bold;
  }
  
span.street-address,
span.locality,
span.region,
span.postal-code,
span.country-name {
  font-size: 115%;
  }
  
div.tel {
  margin-top: 10px;
  font-size: 190%;
  font-weight: bold;
  }
  
/* -----------------------------------------------
FOOTER STYLES
------------------------------------------------- */

#footer {
	color: #564836;
}
#footer h3 {
  font-size: 160%;
  margin-bottom: 10px;
  }
  
p#email a {
  position: relative;
  bottom: 10px;
  font-weight: bold;
  font-size: 110%;
  }
  
p#fb a {
  display: block;
  margin-top: -5px;
  border-bottom: 0;
}