body {
	color: #596160;
	background-color: #F7F6F4;
	overflow-y: scroll;
}

.wrapper {
	width: 680px;
	margin: 0 auto;
	position: relative;
}

.mainframe {
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(240, 240, 215);
	border: 5px solid rgb(193, 192, 161);
}

.header {
	margin-top: 4%;
}

.header > img {
	position: relative;
	left: -152px;
}

.navbar {
	float: right;
	font-size: 16px;
	min-height: 0px;
}

.carousel {
	height: 300px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.clear {
	clear: both;
}

.content {
	display: block;
	width: 630px;
	height: auto;
	min-height: 150px;
	margin: 40px 20px 20px 20px;
	font-size: 11pt;
}

#home,  #contact {
	// display: none;
	height: auto;
}

#contact {
	width: 630px;
	overflow: hidden;
}
#contactdetails {
	width: 220px;
	float: left;
}

#map-outer {
	float: left;
	border: 2px solid rgb(193, 192, 161);
	padding: 3px;
	width: auto; height: auto;
}
#map {
	width: 400px;
	height: 200px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
}

.icon img {
	margin-right: 6px;
}

h4 {
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}

#accordion .ui-accordion-header {
  background-color: rgba(193, 192, 161, 0.3) !important;
  font-weight: bold;
	color: inherit !important;
  padding: 0.6em 0.5em .6em .7em !important;
}
#accordion .ui-widget-content {
  background: inherit !important;
	color: inherit !important;
}
#accordion .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png) !important;
}
#accordion .ui-state-active {
  border-color: #808080 !important;
}

.btn-custom {
  background-color: hsl(70, 11%, 76%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafaf9", endColorstr="#c6c8bb");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fafaf9), to(#c6c8bb));
  background-image: -moz-linear-gradient(top, #fafaf9, #c6c8bb);
  background-image: -ms-linear-gradient(top, #fafaf9, #c6c8bb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafaf9), color-stop(100%, #c6c8bb));
  background-image: -webkit-linear-gradient(top, #fafaf9, #c6c8bb);
  background-image: -o-linear-gradient(top, #fafaf9, #c6c8bb);
  background-image: linear-gradient(#fafaf9, #c6c8bb);
  border-color: #c6c8bb #c6c8bb hsl(70, 11%, 70.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.36);
  -webkit-font-smoothing: antialiased;
}


/* google maps control customization */
      .gm-style .controls {
        font-size: 28px;  /* this adjusts the size of all the controls */

        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
        font-weight: 300;
        height: 1em;
        margin: 6px;
        text-align: center;
        user-select: none;
        padding: 2px;
        width: 1em;
      }
      .gm-style .controls button {
        border: 0;
        background-color: white;
        color: rgba(0, 0, 0, 0.6);
      }
      .gm-style .controls button:hover {
        color: rgba(0, 0, 0, 0.9);
      }

      .gm-style .controls.zoom-control {
        display: flex;
        flex-direction: column;
        height: auto;
      }
      .gm-style .controls.zoom-control button {
        font: 0.85em Arial;
        margin: 1px;
        padding: 0;
      }

      .gm-style .controls.maptype-control {
        display: flex;
        flex-direction: row;
        width: auto;
      }
      .gm-style .controls.maptype-control button {
        display: inline-block;
        font-size: 0.5em;
        margin: 0 1px;
        padding: 0 6px;
      }
      .gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
        font-weight: 700;
      }
      .gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
        font-weight: 700;
      }

      .gm-style .controls.fullscreen-control button {
        display: block;
        font-size: 1em;
        height: 100%;
        width: 100%
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon {
        border-style: solid;
        height: 0.25em;
        position:absolute;
        width: 0.25em;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 2px 0 0 2px;
        left: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 0 2px 2px 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 2px 2px 0 0;
        right: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 0 0 2px 2px;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 0 0 2px 2px;
        left: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 2px 2px 0 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 0 2px 2px 0;
        right: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 2px 0 0 2px;
      }


