   /* Important - border is required to eliminate random
   space between html and body in Mozilla.  Required
   for absolute positioning.       */
body { border: 1px solid #EAE5C3; 
	background: #EAE5C3;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	width: 1224px;
	height: 900px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
  	position: relative;
	width: 1215px;
 	height: 390px;
	margin: 0 auto;
}

#content-wrapper {
	position: relative;
	margin: -112px 279px;
	width: 654px;
}

#content-wrapper-gallery {
	margin: -360px 280px;
	width: 644px;
	height: 520px;
}

#sidenav {
	float: left;
	font-size: 90%;
	width: 105px;
	background: #EAE5C3;
}

#page-content {
        float: right;
	width: 530px;
	background-color: white;
}	
#page-content-gallery { }

.galleryLanding a img{
      border:none;
      padding: 0 1em;
}

#header img {
	position: absolute;
	left: 0px;    
	z-index: -1;
}


#header-photoframe img {
	top: 8px;
	left: 277px;
	position: absolute;
	z-index: -2;
}

h5 {
	font-size: 120%;
	color: #6C4653;
	text-align:center;
	margin-top:1em;
	margin-bottom:1px;
}

h3 {
	text-align:center;
	margin-top:-15px;
}




/* --- Home page --- */

/* Important - border is required to eliminate random
   space between html and body in Mozilla.  Required
   for absolute positioning.       */

#main-content { 
	border: 1px solid #EAE5C3;
  	position: relative;
	width: 1224px;
	height: 900px;
	margin: 0 auto;
}
     
#main-content img {
	position: absolute;
	left: 0px;
	top: 4px;   
	z-index: -1;
}

#main-photoframe img {
	top: 14px;
	left: 285px;
	position: absolute;
	z-index: -2;
}

ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#nav {
	margin-top: 460px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
  	height: 115px;
	width: 670px;
	margin-top: 0;
	margin-left: 238px;
}

#nav li {
	float: left;
	width: 80px;
	height: 115px;
	margin: 0 7.8px 0 7.8px;
}


#nav a {
	text-decoration: none;
	}

.hidden_link_text {
	/* make the link text transparent */
  	visibility: hidden;
}

#nav1 {
	background: url(images/GALLERY1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;  
}

#nav1:hover {
	background: url(images/GALLERY2.png) no-repeat;
	display: block;
}

#nav2 {
	background: url(images/ABOUT1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;  
}

#nav2:hover {
	background: url(images/ABOUT2.png) no-repeat;
	display: block;
}

#nav3 {
	background: url(images/INVESTMENT1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;  
}

#nav3:hover {
	background: url(images/INVESTMENT2.png) no-repeat;
	display: block;
}

#nav4 {
	background: url(images/BLOG1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px; 
}

#nav4:hover {
	background: url(images/BLOG2.png) no-repeat;
	display: block;
}

#nav5 {
	background: url(images/CONTACT1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;  
}

#nav5:hover {
	background: url(images/CONTACT2.png) no-repeat;
	display: block;
}

#nav6 {
	background: url(images/VIEWEVENT1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;  
}

#nav6:hover {
	background: url(images/VIEWEVENT2.png) no-repeat;
	display: block;
}

#nav7 {
	background: url(images/RESOURCE1.png) no-repeat;
	display: block;
	width: 80px;  
	height: 115px;
}

#nav7:hover {
	background: url(images/RESOURCE2.png) no-repeat;
	display: block;
}

#intro {
	text-align: left;
	width:640px;
	margin-left: auto;
	margin-right: auto;
}

#introtxt {
	padding:1px 15px 25px;
}

/*  --- Secondary page navigation accordion menu ---  */

.menu_list {	
	width: 105px;
}
.menu_item {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    	font-weight:bold;
	background: white;
}
.menu_head {
	padding: 5px 8px;
	cursor: pointer;
	position: relative;
	margin: 1px;
    	font-weight:bold;
	color: #6C4653;
    	background: white url(images/left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_item a {
  text-decoration: none;
  color: #6c4653;
  display:block;
}
.menu_item a:hover {
  color: #666;
  text-decoration:none;
}
.menu_body a{
  display:block;
  color:#636;
  background-color: #f7f3f4;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #666;
  text-decoration:none;
}

.menu_head2 {
	padding: 5px 8px;
	cursor: pointer;
	position: relative;
	margin: 1px;
    	font-weight:bold;
	color: #6C4653;
    	background: white url(images/down.png) center right no-repeat;
}
.menu_body2 {display:block}
.menu_body2 .menu_item {
	background: #f7f3f4;
	margin:0;
	padding: 0px 10px;
}
.menu_body2 .menu_item a {background-color: #f7f3f4;}

/*--Universal--*/

.contentText {
	padding:8px;
}
.contentImages {
	position:relative;
	float: right;
	padding: 8px;
}
/*  ---  Package Prices --- */

.tableHere {
	padding:37px;
	background: white;
}
.package {
	text-align:center;
}
.tabImage {
	position: absolute;  
	z-index: -1;
}
td{
	font-size: 10px;
	line-height: 95%;
}
td.tab{
	color:white;
	background-color: #6c4653;
}
td.odd {
	background-color: #f7f3f4;
}
td#list {
	font-weight: bold;
	background-color: #D0B6BD;
}	
td.dark{
	color:#f7f3f4;
	background-color: #6c4653;
}
tr.eleven{
	font-weight:bold;
	color: #6c4653;
}
td#border{
	border-bottom: 1px solid #D0B6BD;
}

.resources {
	margin:0 auto 0 auto;
	text-align: center;
}

.onewed #banner1{margin: 0 auto;}

/* --- Gallery (Tiny Slide Show) --- */

#slideshow {list-style:none; color:#EAE5C3;}
#slideshow span {display:none}
#wrapper {width:534px; float:right; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:530px; height:376px; padding:2px; border:2px solid #ccc;overflow:hidden; background:#fff ! important }
#information {position:absolute; bottom:0; width:530px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:530px}
#image img {position:absolute; z-index:25; height:378px; width:auto}
.imgnav {position:absolute; width:25%; height:378px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:378px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px; margin-left:0;}
#slideleft {float:left; width:20px; height:106px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:106px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:484px; margin-left:5px; height:106px; overflow:hidden}
#slider {position:absolute; left:0; height:106px;}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

#audiospace {margin-top: 380px}

#audioplayer1 {margin-left: 390px}


/*  --- Footer ---  */

#footer {
	clear: both;
	font: Arial, Helvetica, sans-serif; 
	text-align: center;
	width: 1200px;
	margin-top: 0;
	padding-top: 20px;
}
#footer h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6C4653;
	margin-top: 0;
}

#footer h4 {
	font: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: gray;
}
#footer a {
	text-decoration: none;
	color:#6C4653;
}
#footer a:hover {
	font-weight: bold;
	color:#6C4653;
	margin-top: -140px;
}