	body {
	background-color:#eeeeee;
    margin:0;
    padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
}
#shadow-left{
    width:15px;
    background-repeat:repeat-y;
    background-image:url(images/shadow_left.png);
}
#shadow-right{
    width:15px;
    background-repeat:repeat-y;
    background-image:url(images/shadow_right.png);
}
#wrapper {
	margin:0px auto;
	border:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color: #679166;
	width: 950px;
	text-align:left;
	overflow: hidden;
}

#wrapper #header {
	border:0px;
	width: 100%;
	background-image: url(images/header_background.jpg);
	background-repeat:no-repeat;
	height: 306px;
}
#wrapper #header #header-right{
	float: right;
	/* width: 690px; */
	padding-right: 10px;
}
#wrapper #header #header-right #nav-left {
	background-image: url(images/nav_left.png);
	background-repeat:no-repeat;
	width: 31px;
	height: 39px;
	float: left;
}
#wrapper #header #header-right #nav-menu {
	background-image: url(images/nav_background.png);
	background-repeat:repeat-x;
	height: 39px;
	*margin-top: 0px;
	float: left;
}
#wrapper #header #header-right #nav-right {
	background-image: url(images/nav_right.png);
	background-repeat:no-repeat;
	width: 33px;
	height: 39px;
	float: left;
}

#wrapper #gloh-content-container {
	text-align: left;
	width: 930px;
	background-color: #FFFFFF;
	margin-left: 10px;
	overflow: hidden;
}
#wrapper #gloh-content-container #gloh-content {
	padding: 10px;
	text-align: left;
	height: inherit;
}
#wrapper #gloh-content-container #gloh-content #home-left {
	width: 910px;
	text-align: left;
	float: left;
	padding-bottom: 10px;
	margin-left: 15px;
}
#wrapper #gloh-content-container #gloh-content #home-right {
	width: 300px;
	text-align: left;
	float:right;
	padding-bottom: 10px;
}
#bottom-row{
	width: 910px;
	height: 300px;
	clear: both;
}
#bottom-pic{
	float: left;
	width: 300px;
	padding-right: 20px;
}
#news-section{
	float: left;
	width: 580px;
}

#welcome-slide-container{
	margin: 20px;
}
/*-----------------------------------Bootstrap Slideshow*/
/*Basic Bootstrap Slideshow CSS*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*End Basic Bootstrap Slideshow CSS*/
.carousel-control, .carousel-indicators {
	display: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*-----------------------------------End Bootstrap Slideshow*/
#welcome-box{
	width: 360px;
	float: left;
	margin-right: 20px;

}
#christmas-lights{
	width: 480px;
	height: 250px;
	background-color: #cccccc;
	float: left;
}
.clearall{
	clear: both;
}

.box-wrapper {	
	width: 295px;
	height: 381px;
}
.box-top {
	background-image: url(images/box_top.png);
	background-repeat:no-repeat;
	width: 295px;
	height: 9px;
}
.box-middle {
	position: relative;
	background-image: url(images/box_middle.png);
	background-repeat:repeat-y;
	width: 295px;
	height: 350px;
}
.box-middle  p:last-child{
	margin: 0;
	position: absolute;
	bottom: 3px;
	left: 83px;
}
#box-middle-weddings{
	background-image: url(images/box_middle.png);
	background-repeat:repeat-y;
	width: 295px;
}
.box-bottom {
	background-image: url(images/box_bottom.png);
	background-repeat:no-repeat;
	width: 295px;
	height: 12px;
}
#footer{
	width: 930px;
	color: #000000;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom:10px;
}
#footer-image{
	margin: 0px;
	padding: 0px;
	height: 40px;
	overflow: hidden;
}
div.clear { 
	clear: both; 
}
td {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
a {
    color:#679166;
    font-weight: bold;
}

a:hover {
    color: #333333;
}

a.alt {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.alt:hover {
	text-decoration:underline;
}

h3 {
    font-family: 'Tangerine', cursive;
    font-size: 30px;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	color: #679166;
}
h4{
    font-size: 14px;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	color: #000;
	font-weight: bold;
}
hr {
    border: 1px solid #000000;
}

/*---DROPDOWN CODE---*/

#nav, #nav ul { 
	padding: 0;
	margin-top: 0px;
	list-style: none;
	line-height: 31px;
	background:transparent;
	z-index:5;
}
#nav a {
	position: relative; 
	float:left;
	display: block;
	z-index: 9;
	padding-left: 10px;
	padding-right: 10px;
	
	/*width: 80px;*/
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #FFFFFF;
	height:31px;
	text-align:center;
	z-index:6;
}

#nav a:hover {
	background:#333333;
	color:#FFFFFF;
}

#nav li { /* all list items */
	position:relative;
	float: left;
	text-align: left;
	width: auto;
	margin:0;
	z-index:7;
	/*width: 80px; width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	margin-left:0px;
	margin-top: 31px;
	*margin-top: 0px;
	position: absolute;
	float: left;
	background:#FFFFFF;
	width: 250px;
	left: -999em; 
	line-height:35px;
	display: block;
	z-index: 8;
	clear: both;
	overflow: hidden;
	border: 1px solid #333333;
}

#nav li ul li {
	width: 250px;
	border-top:1px solid #333333;
	overflow: hidden;
	z-index:9;
}
#nav li ul li:first-child {
	border-top: none;
}
#nav li ul li a {
	width:250px;
	padding:0 5px;
	color:#000000;
	height:30px;
	font-size:11px;
	border-left:none;
	border-right:none;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
	z-index:10;
}

#nav li ul li a:hover {
	background: #333333;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
	position: 	static;
}

span.mms-titles {
    color: #679166;
    font-family: 'verdana', sans-serif;
    font-size: 24px;
    font-weight: normal;
}