/* Reset styles */
body {
  margin: 0;
  padding: 0;
  background: rgb(255,255,255);
  font-family: Georgia, Serif;
  font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

a, img {
  border: none;
  text-decoration: none;
  color: rgb(0,0,0);
}

/* Page positioning */
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 780px;
}


/* Main menu items (header) */
#menu-wrap {
  float: left;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgb(240,240,240) url(../images/menu-header-bg-2.gif) repeat-x left bottom;
  border-bottom: 1px solid rgb(220,220,220);
}

#menu-header {
  clear: both;
  margin: 0 auto;
  width: 780px;
  text-align: right;
}

#menu {
  float: right;
  width: 680px;
  margin: 5px;
  padding: 10px 0 5px 0;
}

  #menu ul {
    margin: 0;
    padding: 0;
    display: inline;
  }

  #menu li {
    margin: 0 0 0 15px;
    display: inline;
    list-style-type: none;
    
    font-size: 95%;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #menu a, #menu a:visited {
    text-decoration: none;
    color: rgb(140,140,140);
  }
  
    #menu a:hover {
      /* Do menu styling here... */
      color: rgb(105,115,150);
color: rgb(238,95,65);
      text-decoration: none;
      border-bottom: 3px solid rgb(105,115,150);
border-bottom: 3px solid rgb(238,95,65);
border-bottom: 3px solid rgb(238,95,65);
    }
    
  #menu a.selected {
    color: rgb(105,115,150);
color: rgb(198,60,50);
    text-decoration: none;
    border-bottom: 3px solid rgb(105,115,150);
border-bottom: 3px solid rgb(198,60,50);
    
    cursor: default;
  }

/* Index body styles */ 
div#body {
  float: left;
  width: 780px;
  background: rgb(245,248,225);
}

h1 {
  margin: 15px 0 0 20px;
  
  font-size: 260%;
  font-weight: normal;
  color: rgb(135,145,180);
  /*color: rgb(105,115,150);*/
}

div#body img.logo {
  float: left;
  margin: 15px 0 0 25px;
  font-size: 260%;
  font-weight: normal;
  color: rgb(135,145,180);
}

/*
div#logo {
  float: left;
  margin: 15px 0 0 25px;
  font-size: 260%;
  font-weight: normal;
  color: rgb(135,145,180);
  
  background: url(../images/page-logo.png) no-repeat left top;
  width: 201px;
  height: 51px;
}
*/

div#logo {
  float: left;
  margin: 0;
  font-size: 260%;
  width: 780px;
  height: 104px;
  font-weight: normal;
  color: rgb(135,145,180);
  
  background: rgb(255,255,255);
}

  div#logo img {
    float: left;
    margin: 25px 0 25px 10px;
    border: none;
  }

h2 {
  margin: 25px 0 20px 20px;
  
  font-size: 260%;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: rgb(160,160,160);
  color: rgb(40,40,40);
width: 100%;
padding-bottom: 5px;
border-bottom: 1px solid rgb(220,240,220);
}

div#left-column {
  margin: 0 0 20px 0;
  clear: left;
  float: left;
  width: 420px;
}

div#wide-left-column {
  margin: 0 0 20px 0;
  clear: left;
  float: left;
  width: 720px;
}

  #left-column h3, #wide-left-column h3 {
    margin: 0 10px 5px 25px;
    font-size: 140%;
    font-weight: normal; 
    color: rgb(178,40,30);
  }
  
  #left-column h4, #wide-left-column h4 {
    margin: 30px 10px 5px 25px;
    text-align: left;
    font-size: 85%;
    font-weight: normal;
    font-variant: small-caps;
    color: rgb(238,95,65);
color: rgb(170,170,170);
  }
  
  #left-column h5, #wide-left-column h5 {
    margin: 30px 10px 5px 25px;
    text-align: left;
    font-size: 110%;
    font-weight: normal;
    font-variant: small-caps;
    color: rgb(238,95,65);
color: rgb(170,170,170);
  }
  
  #left-column p, #wide-left-column p {
    margin: 0 10px 20px 25px;
    
    font-size: 115%;
    line-height: 1.7em;
color: rgb(110,110,110);    
  }
  
  #wide-left-column p.quote {
    float: left;
    margin: 30px 65px 0 70px;
    width: 85%;
    font-style: italic;
  }
  
  #left-column ul, #wide-left-column ul {
    /*margin: 0 10px 20px 40px;*/
  }
  
  #left-column li, #wide-left-column li {
    margin: 0 0 10px 20px;
    color: rgb(110,110,110);
  }
  
  #wide-left-column img {
    float: right;
    margin: 10px 25px 25px 25px;
    padding: 4px;
    
    border: 1px solid rgb(155,180,150);
  }
  
  .drop-caps {
    float: left;
    font-size: 350%;
    font-family: Georgia, Serif;
    line-height: 0.5em;
    margin: 10px 5px 0 0;
    color: rgb(0,0,0);s
  }
  
  #left-column a, #left-column a:visited, #wide-left-column a, #wide-left-column a:visited {
    color: rgb(208,70,60);
    text-decoration: underline;
  }
  
  #left-column a:hover, #wide-left-column a:hover {
    text-decoration: none;
  }
  
#right-col-border {
  float: right;
  width: 270px;
  margin: 85px 30px 30px 0;
  padding: 4px;
  background: rgb(245,250,225);
  border: 1px solid rgb(155,180,150);

}

#float-right-col-border {
  float: right;
  width: 270px;
  margin: 0 30px 10px 25px;
  padding: 4px;
  background: rgb(245,250,225);
  border: 1px solid rgb(155,180,150);
}

#right-column {
  float: left;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  background: rgb(180,190,160);
  font-family: "Trebuchet MS";
}

  #right-column h3 {
    margin-left: 0 !important;
    font-size: 170%;
    color: rgb(40,40,40);
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
  }
  
  #right-column h3.scroll-down {
    padding: 0 0 0 22px;
    background: url(../images/scroll-down.png) no-repeat left 5px;
  }
  
  #right-column p {
    margin: 10px 0 0 0;
    font-size: 94%;
    color: rgb(40,40,40);
  }
  
  #right-column ul {
    margin: 10px 0 10px 30px;
  }
  
  #right-column li {
    margin: 0 0 5px 0;
    list-style-type: square;
    color: rgb(40,40,40);
  }
  
  #right-column img {
    float: left;
    margin: 20px 15px 15px 8px;
    border: 4px solid rgb(255,255,255);
  }
  
  #right-column a, #right-column a:visited {
    color: rgb(208,70,60);
    text-decoration: underline;
  }
  
  #right-column a:hover {
    text-decoration: none;
  }  
  
div#gallery-intro-column {
  clear: left;
  float: left;
  width: 100%;
}

  div#gallery-intro-column p {
    margin: 0 25px 10px 25px;
    font-size: 115%;
    line-height: 1.7em;
  }  
  
#gallery {
  float: left;
  text-align: left;
  padding: 20px;
  width: 660px;
  margin: 0 30px 0 30px;
}
  
  #gallery ul { 
    /*margin: 15px;*/
    list-style: none;
  }
  
  #gallery ul li { 
    display: inline;
    margin: 0 20px 0 0 !important;
  }
  
  #gallery ul img {
    padding: 3px;
    border: 1px solid rgb(200,205,230);
    margin-top: 15px;
  }
  
  #gallery ul a:hover img {
    border: 1px solid rgb(150,155,180);
    border: 1px solid rgb(120,125,150);
    background: rgb(220,220,250);
    /* -moz-opacity:.70; */
    /* opacity: 0.7;*/
    filter:alpha(opacity=70);
  }
  
  #gallery ul a:hover { color: #4c2229 }
  
#teaser ul{
  margin: 0;  
}

#teaser li {
  margin: 0;
  list-style-type: none;
}
  
/* Contact form styles */
table {
  margin: 0 0 0 25px;
}

th {
  padding: 0 0 4px 0;
  text-align: left;
  
  font-size: 110%;
  font-weight: normal;
  font-variant: small-caps;
}

input[type="text"], textarea {
  margin: 0 0 10px 0;
  padding: 1px;
  width: 175px;
  
  font-family: "Trebuchet MS", Lucida Grande;
  font-size: 94%;
}

textarea {
  width: 320px;
  height: 100px;
}

.required {
  color: red;
  font-weight: bold;
}

input[type="submit"] {
  float: right;
  margin: 0 70px 15px 0;
}

/* Form Error styling */
th.error {
  color: rgb(255,0,0);
}

input.error, textarea.error {
  border: 1px solid rgb(255,0,0);
}

label.error {
  color: rgb(255,0,0);
}

div#message-console h3 {
  margin: 0 0 10px 25px;
  
  font-weight: normal;
  font-size: 170%;
  font-variant: small-caps;
  text-decoration: underline;
  color: rgb(140,140,140);
}

div#message-console p {
  font-style: italic;
}
  
  
/* Page footer */
div#footer {
  clear: both;
  width: 780px;
  margin: 0 auto;
  padding: 5px 0 40px 0;  
  text-align: center;
  background: rgb(230,230,245) url(../images/footer-bg.png) no-repeat left top;
  background: rgb(255,255,255) url(../images/footer-bg.png) no-repeat left top;
}

  #footer p {
    margin: 10px 0 5px 0;
    
    font-family: Trebuchet MS;
    font-size: 90%;
    color: rgb(140,140,140);
  }
