body {
	margin: 14px auto 0; padding: 0;
	background: url(/images/page-background.gif) repeat;
	font-family: "Georgia", sans-serif; color: #222;
	text-align: center;
/* original margin = 54px */
}

hr { display: none; }
img { border: none; }

.access {
	display: none;
}

#container { 
	margin: 0 auto; padding: 0;
	background: url(/images/page-container.03.jpg) no-repeat;
/*	background: url(/images/page-container.01.jpg) no-repeat;  */
	text-align: left;
	height:660px;
/* original height 512px */
	width: 806px;
}

#header {
	display: none;
}

#navigation {
	float: left;
	position: relative;
	/*
	height:332px;
	width: 100px;
	*/
	top: 138px;
	left: 30px;
}
#navigation ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#navigation li span { 
	display: none;
}

#n-homep {
	display: none; 
}
#n-venue { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:0; left:0;
	width:60px; height:26px; background: url(/images/n-venue.png) no-repeat; }
#n-venue:hover,
#n-venue.sfhover {
	background: url(/images/n-venue_over.png) no-repeat;
}
#n-featu { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:48px; left:0;
	width:85px; height:26px; background: url(/images/n-features.png) no-repeat; }
#n-featu:hover,
#n-featu.sfhover {
	background: url(/images/n-features_over.png) no-repeat;
}
#n-cater { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:48px; left:0;
	width:90px; height:26px; background: url(/images/n-catering.png) no-repeat; }
#n-cater:hover,
#n-cater.sfhover {
	background: url(/images/n-catering_over.png) no-repeat;
}
#n-decor { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:104px; left:0;
	width:65px; height:26px; background: url(/images/n-floral.png) no-repeat; }
#n-decor:hover,
#n-decor.sfhover {
	background: url(/images/n-floral_over.png) no-repeat;
}
#n-galle { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:104px; left:0;
	width:76px; height:26px; background: url(/images/n-gallery.png) no-repeat; }
#n-galle:hover,
#n-galle.sfhover {
	background: url(/images/n-gallery_over.png) no-repeat;
}
#n-locat { 
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
 	position: absolute; top:160px; left:0;
	width:93px; height:26px; background: url(/images/n-location.png) no-repeat; }
#n-locat:hover,
#n-locat.sfhover {
	background: url(/images/n-location_over.png) no-repeat;
}
#n-news {
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
	position: absolute; top:216px; left:0;
	width:65px; height:27px; background: url(/images/n-news.png) no-repeat; }
#n-news:hover,
#n-news.sfhover {
	background: url(/images/n-news_over.png) no-repeat;
}
#n-accolades {
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
	position: absolute; top:272px; left:0;
	width:110px; height:27px; background: url(/images/n-accolades.png) no-repeat; }
#n-accolades:hover,
#n-accolades.sfhover {
	background: url(/images/n-accolades_over.png) no-repeat;
}
#n-contact {
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
	position: absolute; top:328px; left:0;
	width:85px; height:16px; background: url(/images/n-contact.png) no-repeat; }
#n-contact:hover,
#n-contact.sfhover {
		background: url(/images/n-contact_over.png) no-repeat;
	}

#n-homebutton {
	behavior: url("/scripts/ie-pngfix.htc");
	display: block;
	position: absolute; top:372px; left:0;
	width:54px; height:16px; background: url(/images/n-home.png) no-repeat; }
#n-homebutton:hover,
#n-homebutton.sfhover {
		background: url(/images/n-home_over.png) no-repeat;
	}


body#venue #n-venue { background: url(/images/n-venue_over.png) no-repeat; }
body#catering #n-cater { background: url(/images/n-catering_over.png) no-repeat; }
body#decor #n-decor { background: url(/images/n-floral_over.png) no-repeat; }
body#gallery #n-galle { background: url(/images/n-gallery_over.png) no-repeat; }
body#location #n-locat { background: url(/images/n-location_over.png) no-repeat; }
body#announcements #n-news { background: url(/images/n-news_over.png) no-repeat; }
body#contact #n-contact { background: url(/images/n-contact_over.png) no-repeat; }
body#homebutton #n-homebutton { background: url(/images/n-home_over.png) no-repeat; }


#content {
	position: relative;
	height:490px;
/* original height 342 px */
	width: 588px;
	top: 140px;
	left:186px;
}
body#contact #content,
body#location #content {
	background: url(/images/illustration-smaller.jpg) bottom right no-repeat;
}

#content a:link,
#content a:visited {
	color: #7B740B;
}
#content a:hover {
	color: #CF4100;
}
#content a:link.active,
#content a:visited.active {
	color:#CF4100;;
	border-bottom: 1px solid #CF4100;
}

#content h2 { margin:0;padding:0;}
#content h2 span { display: none;}
#content h3 { margin:0;padding:0;}
#content h3 span { display: none;}

#content h2#h-home { 
	margin: 0; padding:0 0 4px 0;
	background: url(/images/h2-home.jpg) no-repeat;
	width: 263px; 
	height: 30px;
}
#content h2#h-client { 
	margin: 0; padding:0 0 4px 0;
	background: url(/images/h2-clients.jpg) no-repeat;
	width: 263px; 
	height: 30px;
}
#content h2#h-venue {
	margin: 0; padding:0 0 4px 0;
	background: url(/images/h2-about.jpg) no-repeat;
	width: 225px;
	height: 30px;
}
#content h3#h-features {
	margin: 26px 0 0 0; padding: 0;
	background: url(/images/h3-features.jpg) no-repeat;
	width: 188px;
	height: 28px;
}
#content h2#h-catering {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-catering.jpg) no-repeat;
	width: 213px;
	height: 28px;	
}
#content h2#h-decor {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-floral.jpg) no-repeat;
	width: 169px;
	height: 28px;	
}
#content h2#h-gallery {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-gallery.jpg) no-repeat;
	width: 134px;
	height: 28px;	
}
#content h2#h-location {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-location.jpg) no-repeat;
	width: 125px;
	height: 28px;	
}
#content h2#h-announcements {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-announcements.jpg) no-repeat;
	width: 165px;
	height: 28px;	
}
#content h2#h-accolades {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-accolades.jpg) no-repeat;
	width: 165px;
	height: 28px;	
}
#content h2#h-faqs {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-faqs.jpg) no-repeat;
	width: 192px;
	height: 28px;	
}
#content h2#h-contact {
	margin: 0; padding: 0 0 4px 0;
	background: url(/images/h2-contact.jpg) no-repeat;
	width: 106px;
	height: 28px;	
}
#content p { 
	margin: 0; padding:6px 184px 4px 0;
	font: 12px/12pt "Georgia", sans-serif; color: #222;
}
#content ul {
	margin: 6px 0 0 0; padding: 0;
	list-style: none;
}
#content ul li {
	margin-left: 12px;
	margin-right:68px;
	font: 12px/13pt "Georgia", sans-serif; color: #222;
}
#content ul li ul {
	margin-left: 6px;
	list-style-type: disc;
}
#content ul ul {
	margin-bottom: 12px;
}
body#announcements #content { overflow: auto; }
body#accolades #content { overflow: auto; }
body#faq #content { overflow: auto; }
body#venue #content { overflow: auto;}
/* body#contact #content { overflow: auto;} */

body#announcements #content h3 { 
	margin: 0; padding: 14px 0 0 0;
	font: 13px/13pt "Georgia", sans-serif; color: #222;
	font-weight: bold;
	}

body#accolades #content h3 { 
	margin: 0; padding: 14px 0 0 0;
	font: 13px/13pt "Georgia", sans-serif; color: #222;
	font-weight: bold;
	}

#homeSlideshow-1 {
	position: absolute;
	left: 0; bottom: 0; 
	border: 3px solid #DDB475;
	width: 176px;
	height:176px;
	z-index:5;
}
#homeSlideshow-2 {
	position: absolute;
	left: 196px; bottom: 00;
	border: 3px solid #DDB475;
	width: 176px;
	height:176px;
	z-index:5;
}
#homeSlideshow-3 {
	position: absolute;
	left: 392px; bottom: 00;
	border: 3px solid #DDB475;
	width: 176px;
	height:176px;
	z-index:5;
}

#sidebar {
	position: absolute; top: 18px; right: 0;
}
.tframe {
	display: block; margin: 0; padding: 5px 0 0 5px;
	background: url(/images/border.gif) no-repeat;
	width: 111px;
	height: 76px;
}
.tframe:hover,
.tframe.sfhover {
	background: url(/images/border_over.gif) no-repeat;
}
body#gallery .tframe { 
	float: left;
	}
	
#tgallery {
	margin: 10px 0;
}

#tpager {
	font: 11px/11pt "Georgia", sans-serif;
}
#tpager .left {
	margin-left: 3px;
	position: absolute; bottom: 0; left: 0;
}

#tpager .center {
	position: absolute; bottom: 0; 
	left: 35%;
}

#tpager .right {
	margin-right: 18px;
	position: absolute; bottom: 0; right: 0;
}
#tpager a:link { 
	text-decoration: none; }
#tpager a:hover { 
	text-decoration: underline; }

.map {
	margin: 8px 0 0 0;
}

#footer {
	background: url(/images/mark-small.jpg) top left no-repeat;
	margin: 6px auto; padding: 14px 0 0 48px;
	font: 11px/10.5pt Helvetica, Arial, sans-serif;
	text-align: left;
	width: 732px;
	height: 47px;
}
#footer .legal{
	margin: 0; padding: 0;
	display: block;
	color: #333;
}
#footer .contact {
	margin: 0; padding: 0;
	display: block;
	color: #333;
}
#footer ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#footer a:link,
#footer a:visited { 
	color: #444;
}
#footer a:hover {
	color: #CF4100; 
	/* text-decoration: none; */
	border-bottom: 1px solid #CF4100;
}
#footer .w3c {
	display: none;
}
