/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #fff; 
	background-image: url("images/background.jpg");
	background-repeat: repeat;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: geneva, arial, helvetica, verdana, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* centering and framing */
#mastwrap, #mainwrap, #footwrap {
	width: 100%;
	padding: 0;
	text-align: center;
}

#masthead, #main, #footer {
/*	width: 745px; */
	width: 1097px;	
	margin-left: auto;
	margin-right: auto;	
}

/*
.home #masthead, .home #main, .home #footer {
	width: 1097px;
}
*/

/* page structural elements */
#mastwrap {
	background: #fff;
	border-bottom: 12px solid #c8d1e0;
}

#masthead {
	position: relative;
	height: 125px;
	background: #fff;	
}

#mainwrap {
	background: #fff;
	background-image: url("images/bg-blue-stripe.gif");
	background-repeat: repeat-x;			
	border-top: 1px solid #999;
}

#main {
	min-height: 410px;
	height: 410px; /* for ie6 only */	
	background: #fff;
}


#main #content {
	width: 900px;
	position: relative;
	float: left;
	text-align: left;
}

.inside #main #content {
	min-height: 640px;
	height: 640px; /* for ie6 only */
}

html>body #main, html>body.inside #main #content {
	overflow: hidden; /* hide from ie6 */
	height: auto; /* override ie6-only rules, above */
}

#main #sidebar {
	float: left;
	width: 194px;
	height: 420px;
	background: #F6F7F7;
/*	background-image: url("images/house.jpg");
	background-repeat: no-repeat;
	background-position: 0 100%-100px;
*/	
	padding-bottom: 2600px;
	margin-bottom: -2600px;	
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}


#footwrap {
	margin-top:0;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	height: 50px;
	padding-top: 10px;	
	color: #fff;	
	font-size: 0.9em;
	line-height: 1.0em;
}

#footer #houseimg {
	position: absolute;
	left: 0px;
	top: -100px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
}


/* masthead and utility nav (util) */

#masthead h1 {
	float: left;
	padding: 0;
	margin: 0 0 0 -10px;
	width: 215px;
	height: 86px;
	margin-top: 24px;
}

#masthead h1 span {
	display: none;
}

#masthead #util {
	list-style: none;
	float: left;
	width: 845px;
	height: 1.0em;
	margin-top: 104px;
	text-align: right;
}

#masthead #util li {
	display: inline;
	padding: 0;
	margin-left: 20px;
	height: 0.8em;
	color: #525940;	
}

#masthead #util a {
	color: #525940;
	font-size: .9em;
	font-family: arial, verdana, helvetica, sans-serif;		
	text-decoration: none;
	text-transform: uppercase;
}

#masthead #util #umid {
	margin-left: 17px;
	margin-right: 10px;
}

#masthead #util a:hover, .contact #util_contact, .directions #util_directions, .upcoming #util_events, .suites #util_suites, .vendors #util_vendors {
	color: #525940 !important;
	text-decoration: underline !important;
}

#masthead #eventsbutton {
	position: absolute;
	top: 79px;
	left: 487px;
	width: 155px;
	height: 46px;
	background-image: url("images/events-button.gif");
}

#masthead #eventsbutton a {
	display: block;
	margin-top: 10px !important;
	color: #607695;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#masthead #eventsbutton a:hover {
	color: #705f4f;
}

/* primary navigation (nav1) */
#nav1 {
	width: 194px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#nav1 a {
	display: block;
	height: 18px;
	padding-top: 6px;
	padding-right: 14px;
	background: #443b3b;
	color: #748ca5;
	border-bottom: 1px solid #999;
	font-size: .9em;
	font-family: arial, verdana, helvetica, sans-serif;	
	text-decoration: none;
	text-transform: uppercase;
}

#nav1 #nav1_home {
	height: 20px;
	padding-top: 7px;
}

#nav1 #nav1_reserve {
	border-bottom: none;
}

#nav1 a:hover, .home #nav1_home, .larrabee #nav1_larrabee, 
.manor #nav1_manor, .location #nav1_location, .event #nav1_event,
.reserve #nav1_reserve {
	background: #382e2e;
	color: #dee5ef;
}

/* home page text/image overlays */
#welcome {
	z-index: 100;
	position: absolute;
	left: 40px;
	top: 1330px;
	height: 100px;
	width: 471px;
	padding-left: 30px;
	padding-right: 20px;	
	background-image: url("images/welcome-box.gif");	
	background-repeat: no-repeat;
}

#welcome h2 {
	width: 242px;
	height: 15px;
	background-image: url("images/welcome-heading.gif");	
	background-repeat: no-repeat;	
	margin-top: 10px;
	margin-bottom: 5px;
}

#welcome h2 span {
	display: none;
}

#main #content #welcome p  {
	width: auto;
	margin-top: 0;
	color: #330000;
	font-size: 1.0em;
	line-height: 1.3em;	
}

#main #content #welcome a {
	color: #330000;
}

#main #content #welcome a:hover {
	background: #a75906;
	color: #fff;
}

#main #content #notice {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	padding-top: 6px;
	width: 548px;
	color: #f8f2af;
	background: #330000;
	font-size: 0.89em;
	text-align: center;
}

#main #content #notice a {
	color: #f8f2af;
}

#main #content #notice a:hover {
	color: #a75906;
}

/* main text and inline elements */

	/* home page slideshow 
#homeslide {
	width: 548px; 
	height: 420px;
}

img.full{
	border-right: 1px solid #999;
	margin: 0;
	padding: 0;
}

img.full {
	display: none;
}

img#default_img {
	display: inline;
}

*/

#collage {
	position: relative;
	width: 900px;	
	height: 1440px;
}

#collage img {
	position: absolute;
	border: 0;
}

#collage div {	top: 0; left: 550px; }
#p1 { top: 0; left: 0; }
#p2 { top: 0; left: 241px; }
#p3 { top: 0; left: 502px; }
#p4 { top: 361px; left: 0; }
#p5 { top: 261px; left: 241px; }
#p6 { top: 261px; left: 602px; }
#p7 { top: 502px; left: 241px; }
#p8 { top: 560px; left: 602px; }
#p9a { top: 722px; left: 0px; }
#p9b { top: 722px; left: 411px; }
#p10 { top: 1011px; left: 602px; }
#p11 { top: 1211px; left: 602px; }
#p12 { top: 1037px; left: 0; }


#collage div {
	position: absolute;
	height: 260px;
	width: 260px;
	top: 0;
	left: 241px;
}

#collage div a {
	display: block;
	height: 260px;
	width: 260px;
	background: #ed3d25;
	background-image: url("images/home/spring-wedding-box.jpg") !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -2000em;
}

#collage div a:hover {
	background: #5b80a6 !important;
	background-image: url("images/home/spring-wedding-box.jpg") !important;
}

.ie6 #collage div a, .ie6 #collage div a:hover {
	background-image: url("images/home/spring-wedding-box.jpg") !important;
}


#main #content .inside_img {
	border-bottom: 1px solid #192010;
	border-right: 1px solid #999;
}

#main #content h2, #main #content p, #main #content #lst {
	margin-left: 12px;
	width: 690px;
	color: #7C664D;
}

#main #content h2 {
	font-size: 1.2em;
	font-family: arial, verdana, helvetica, sans-serif;		
	margin: 15px 20px 0 20px;
	text-transform: uppercase;	
}

#main #content p, #main #content #lst {
	margin: 15px 20px 20px 20px;
	width: 600px;
 	line-height: 1.65em;
 	font-size: 1.1em;
 }

#main #content #lst ul {
	margin-top: 0;
}

#main #content a {
	color: #5b80a6;
}

#main #content a:hover {
	color: #fff;		
	background: #5b80a6;
}

#main #content .centerlist {
	margin-left: 50px;
	width: 500px;
	color: #8d8375;
	list-style: none; 
	text-align: center;
}

#main .arrows {
	width: 320px;
	margin-bottom: 15px;
	text-align: right;
}

/*holiday image and events page*/

#main .holimg {
	margin-left: 140px;
}

#main .springad {
	float: right;
	padding-left: 20px;
}

/* image strip */

#main #content #imagestrip {
	position: absolute;
	top: 152px;
	left: 718px;
	width: 182px;
}

#main #content #imagestrip img {
	border-top: 1px solid #fff;
}

#main #content #imagestrip .imgmore {
	margin: 15px 0 0 15px;
	text-align: left;	
	font-size: 1.1em;
/* 	padding: 5px;
	border: 1px solid #999;
	background: #F6F7F7; */
}

/*ad */

#main #content .specialad {
	margin: 1px 0 0 0;
	padding: 0;
	display: block;
}

/* sidebar text and inline elements */
.quote {
	margin: 50px 20px 20px 20px;
	color: #9e9e9e;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", times, serif;
	line-height: 18px;
	text-align: left;
}

.quote p {
	margin: 0;
}

.quote a {
	padding: 0 0 0 10px;
	color: #9e9e9e;
	white-space: nowrap;
	font-size: 9px; 
	font-family: geneva, arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
}

.quote a:hover {
	color: #666;
}

/* .adr {
	color: #767171;
	margin-top: 12px;
	margin-right: 14px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: right;
}
*/

/* convenience classes */
.clr {
	clear: both;
}

.nobottom {
	margin-bottom: 0;
}

.nomar {
	margin: 1px 0 0 0;
	padding: 0;
}

.separator {
	border-bottom: 1px solid #e6e6e6;
	width: 650px;
	margin: 20px 0 30px 30px;	
}

.cntr {
	text-align: center;
}


/* footer */
/*
#footer p {
	margin-top: 3px;
	margin-bottom: 0;	
	margin-left: 196px;
	color: #ccc;
}*/

#footer div {
	color: #E1DFDF;
	font-size: 1.1em;

}

#footer ul {
	font-size: 1.1em;
	list-style: none;
	padding: 0;	
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

#footer li {
	display: inline;
	margin-left: 2px;
	color: #d6d3d3;	
}

#footer a {
	color: #E1DFDF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer: Juxtaprose link 
#footer p.juxta span {
	font-style: italic;
}

#footer p.juxta a {
	color: #ccc;
}

#footer p.juxta a:hover {
	color: #fff;
}
*/
