	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;
}
#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;
}