/*STRUCTURE*/
/* line 3, scss/style.scss */
html {
  height: 100%; }

/* line 6, scss/style.scss */
body {
  height: 100%;
  font: 13px/1.5em verdana, arial, sans-serif;
  background: url(m4.png) repeat center;
  color: #000;
  background-attachment: fixed;
  margin: 0;
  padding: 0; }

/* line 15, scss/style.scss */
#maincontainer {
  min-height: 100%;
  height: 100%;
  height: auto;
  margin-top: 0;
  margin: 0 auto;
  width: 850px;
  margin: 0 auto; }

/* line 24, scss/style.scss */
#header {
  background: url(border.jpg) repeat right;
  height: 99px;
  border-bottom: 2px solid #745d34; }

/*#header {
	width: 900px;
	background: transparent url(border.jpg) top center repeat-x;
	height: 216px;
	margin-top: 0;
	color: #000;
}*/
/* line 37, scss/style.scss */
h2.title {
  /*	#ZZfont-size: 4.0em; */
  color: #F1F1FF;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  /*	#ZZpadding-bottom: 4px; */
  padding-top: 17px;
  /*	#ZZpadding-right:70px; */
  font: 360% "Trebuchet MS", times, serif; }

/* line 48, scss/style.scss */
.c1 {
  /*	#ZZcolor:#FF00FF;*/
  letter-spacing: -2px; }

/* line 52, scss/style.scss */
h1.title a:hover {
  text-decoration: none; }

/* line 55, scss/style.scss */
#contentwrapper {
  height: 100%;
  float: left;
  width: 100%; }

/* line 60, scss/style.scss */
#contentcolumn {
  height: 100%;
  margin: 0px 0px 0px 241px; }

/* line 64, scss/style.scss */
#leftcolumn {
  height: 100%;
  float: left;
  width: 240px;
  margin-left: -850px;
  background-color: #ac9e85;
  text-align: center; }

/* line 72, scss/style.scss */
#footer {
  background: url(border.jpg) repeat right;
  height: 99px;
  border-bottom: 2px solid #745d34;
  margin: 0 auto;
  clear: left;
  width: 835px;
  text-align: right;
  padding: 5px 15px 10px 0; }

/*#footer, #push { height: 15px; }/*/
/*NAVIGATION TOP*/
/* line 86, scss/style.scss */
#menu1 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background: url(bg_topnav.png) repeat-x;
  position: relative;
  display: block;
  height: 40px;
  font: bold 100% verdana, arial, helvitica, sans-serif; }
  /* line 94, scss/style.scss */
  #menu1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto; }
    /* line 99, scss/style.scss */
    #menu1 ul li {
      display: block;
      float: left;
      margin: 0; }
      /* line 103, scss/style.scss */
      #menu1 ul li a {
        color: #e3dfd6;
        background: url(topnavOFF.png) repeat-x;
        border-right: 2px solid #fff;
        display: block;
        float: left;
        text-decoration: none;
        padding: 8px 20px 0 20px;
        height: 40px; }
        /* line 112, scss/style.scss */
        #menu1 ul li a:hover {
          height: 33px;
          color: #e3dfd6;
          background: url(topnavOVER.png) no-repeat bottom; }

/*NAVIGATION LEFT*/
/* line 119, scss/style.scss */
#menu2 {
  width: 180px;
  text-align: center;
  position: relative;
  margin: 2em auto; }

/* line 125, scss/style.scss */
.box {
  position: relative; }

/* line 128, scss/style.scss */
#menu2 a, #menu a:visited {
  text-decoration: none;
  background-color: #ac9e85;
  color: #e3dfd6;
  display: block;
  width: 155px;
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  border: 0px solid #A5C5DC;
  padding: 5px; }

/* line 140, scss/style.scss */
* html #menu2 a {
  width: 155px;
  height: 28px;
  w\idth: 90px;
  he\ight: 16px; }
  /* line 145, scss/style.scss */
  * html #menu2 a:visited {
    width: 155px;
    height: 28px;
    w\idth: 90px;
    he\ight: 16px; }

/* line 152, scss/style.scss */
#menu2 a span {
  display: none; }
/* line 154, scss/style.scss */
#menu2 a:hover {
  border: 0px solid #fff; }
  /* line 157, scss/style.scss */
  #menu2 a:hover span.left, #menu2 a:hover span.right {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    border-top: 8px solid #ac9e85;
    border-bottom: 8px solid #ac9e85; }
  /* line 165, scss/style.scss */
  #menu2 a:hover span.left {
    left: -20px;
    top: 5px;
    border-left: 8px solid #5e4b2a; }
  /* line 169, scss/style.scss */
  #menu2 a:hover span.right {
    left: 196px;
    top: 5px;
    border-right: 8px solid #5e4b2a; }

/* line 175, scss/style.scss */
* html #menu2 a:hover span.left, * html #menu2 a:hover span.right {
  width: 8px;
  height: 16px;
  w\idth: 0;
  he\ight: 0; }

/* line 181, scss/style.scss */
#menu2 a:hover span.lk {
  color: #e3dfd6;
  display: block;
  font-weight: normal;
  font-size: 77%;
  position: absolute;
  left: 211px;
  top: 0;
  line-height: 1.4em;
  padding: 9px;
  width: 256px;
  background-color: #745d34;
  border: 1px solid #745d34;
  text-align: left; }

/*SITE STYLES*/
/* line 198, scss/style.scss */
#content {
  margin: 0px 15px 15px 15px; }

/* line 201, scss/style.scss */
#header h1 {
  color: #F1F1FF;
  font: 382% "Trebuchet MS", times, serif;
  text-align: center;
  padding: 20px; }

/* line 207, scss/style.scss */
#content ul li {
  list-style-type: square; }

/* line 210, scss/style.scss */
#contentcolumn {
  font-size: 97%; }

/* line 216, scss/style.scss */
a:link, a:visited, a:active {
  font-weight: bold;
  outline: none;
  text-decoration: none;
  color: #6886bb; }
/* line 222, scss/style.scss */
a:hover {
  font-weight: bold;
  outline: none;
  color: #ac9e85;
  color: #745d34;
  text-decoration: none; }

/* line 231, scss/style.scss */
h2, h3, h4 {
  color: #745d34;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  clear: both; }

/* line 237, scss/style.scss */
p.indentp {
  text-indent: 30pt; }

/* line 240, scss/style.scss */
h2 {
  color: #47679e;
  font: 182% georgia, "times new roman", times, serif; }

/*#content h2 .jxr{#ac9e85 font-weight:normal; text-align: left; font-size:21px; color:#991100; display:block; margin-bottom:20px;}
*/
/* line 247, scss/style.scss */
h3 {
  border-bottom: 1px solid #745d34;
  font: normal 153.9% georgia, "times new roman", times, serif;
  padding-bottom: 4px; }

/* line 252, scss/style.scss */
h4 {
  border-bottom: 1px solid #745d34;
  font: normal 123.1% georgia, "times new roman", times, serif; }

/* line 257, scss/style.scss */
blockquote {
  font-size: 125%;
  letter-spacing: 1px;
  width: auto;
  margin: 0;
  background: transparent url(cite-start-b.gif) left top no-repeat; }
  /* line 263, scss/style.scss */
  blockquote p {
    font-style: italic;
    padding: 5px 20px 1px 45px;
    background: url(cite-end-b.gif) right bottom no-repeat; }

/* line 268, scss/style.scss */
.article {
  width: 502px;
  margin: 0 auto;
  padding-bottom: 3.5em;
  padding-right: 3.5em;
  background: url(hr.gif) right bottom no-repeat;
  position: relative; }

/* line 277, scss/style.scss */
.formvt {
  width: 35em;
  padding-bottom: 16px;
  padding-right: 35px;
  background: url(hr.gif) right bottom no-repeat;
  position: relative; }

/* line 284, scss/style.scss */
.taggle {
  border-color: #B49d74; }

/* line 287, scss/style.scss */
.kcontact {
  border-style: none; }

/*CONTACT FORM STYLES*/
/* line 293, scss/style.scss */
#contentcolumn form {
  margin-bottom: 15px; }
/* line 296, scss/style.scss */
#contentcolumn .form p {
  width: 375px;
  clear: left;
  margin: 0;
  padding: 5px 0 8px 155px;
  border-top: 0;
  height: 1%; }
/* line 303, scss/style.scss */
#contentcolumn .form label {
  font-weight: bold;
  float: left;
  margin-left: -155px;
  width: 150px; }
/* line 308, scss/style.scss */
#contentcolumn .form input {
  border: 1px solid #745d34;
  background-color: #f8f7f5;
  margin-top: -1px;
  width: 300px; }
/* line 313, scss/style.scss */
#contentcolumn .form textarea {
  border: 1px solid #745d34;
  background-color: #f8f7f5;
  font: normal 115%/20px verdana, helvetica, sans-serif;
  width: 300px;
  height: 150px; }
/* line 319, scss/style.scss */
#contentcolumn .form .submit {
  border: 1px solid #745d34;
  background-color: #ac9e85;
  color: #e3dfd6;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0 2px 0;
  width: 120px; }
/* line 327, scss/style.scss */
#contentcolumn #buttons {
  margin-left: 155px; }

/* line 330, scss/style.scss */
* html #contentcolumn #buttons {
  margin-left: 158px; }

/* line 333, scss/style.scss */
.leftImg {
  float: left;
  margin: 5px 10px 0 0; }

/* line 358, scss/style.scss */
.contact-info {
  font-size: 85%;
  border-top: 1px solid  #e3dfd6;
  border-bottom: 1px solid #e3dfd6;
  border-left: 0;
  border-right: 0;
  color: #e3dfd6;
  margin: 0 10px 20px 10px;
  background-color: #ac9e85;
  text-align: left;
  line-height: 1.4em;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  border-bottom: none; }
  /* line 353, scss/style.scss */
  .contact-info p {
    margin: 0; }

/* line 366, scss/style.scss */
.address {
  font-size: 85%;
  border-top: 1px solid  #e3dfd6;
  border-bottom: 1px solid #e3dfd6;
  border-left: 0;
  border-right: 0;
  color: #e3dfd6;
  margin: 0 10px 20px 10px;
  background-color: #ac9e85;
  text-align: left;
  line-height: 1.4em;
  padding: 10px 0 10px 0;
  font-weight: bolder; }
  /* line 353, scss/style.scss */
  .address p {
    margin: 0; }

/* line 372, scss/style.scss */
img.remember-matt {
  margin-top: 20px; }

/* line 376, scss/style.scss */
img.landscape-image {
  display: block;
  margin: 0 auto; }

/* line 382, scss/style.scss */
hr {
  clear: both;
  border: 0;
  height: 1px;
  color: #ac9e85;
  background-color: #ac9e85;
  margin: 15px 0 15px 0; }

/* line 390, scss/style.scss */
* html hr {
  margin: 0; }

/* line 394, scss/style.scss */
img.floatLeft {
  float: left;
  margin: 4px; }
/* line 397, scss/style.scss */
img.floatRight {
  float: right;
  margin: 4px; }

/*GALLERY STYLES*/
/* line 403, scss/style.scss */
#gallery {
  width: 580px;
  clear: both;
  min-height: 255px;
  height: auto !important;
  height: 255px; }
  /* line 409, scss/style.scss */
  #gallery ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    width: 180px;
    position: relative;
    float: right; }
    /* line 416, scss/style.scss */
    #gallery ul li {
      display: inline;
      width: 52px;
      height: 52px;
      float: left;
      margin: 0 0 5px 5px; }
      /* line 422, scss/style.scss */
      #gallery ul li a {
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        border: 1px solid #745d34; }
        /* line 428, scss/style.scss */
        #gallery ul li a img {
          display: block;
          width: 50px;
          height: 50px;
          border: 0; }
        /* line 433, scss/style.scss */
        #gallery ul li a:hover {
          white-space: normal;
          border-color: #c7beae; }
          /* line 436, scss/style.scss */
          #gallery ul li a:hover img {
            position: absolute;
            right: 185px;
            top: 0;
            width: auto;
            height: auto;
            border: 1px solid #745d34; }

