@import url("reset.css");

/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

body 				{ font-family: Arial, verdana, sans-serif; font-size: 12px; line-height: 1.7em; color: #333; }
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#333; }
p 					{ margin-bottom: 15px; color: #333;  }
strong, b 		{ font-weight: bold; }
em, i 				{ font-style: italic; }


/* HEADING TAGS */
h1, h2, h3 {
	font-family: "Times New Roman";
	font-weight: normal;
	color: #8d4517;
	text-transform: uppercase;
	}
h4, h5, h6 {
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
	color: #000;
	}
	
h1 {
	color: #000;
	font-size: 22px;
	margin: 0 0 20px 0;
	}
h2 {  
	font-size: 18px;
	margin: 40px 0 8px 0;
	}
h3 { 
	font-size: 16px;
	margin: 0 0 5px 0;
	}
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p.introtext { font-size: 15px; margin-bottom: 20px; }
a.viewmore {
	background: url('../images/master/arrow_gray.gif') no-repeat right 4px;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
	}
	a.viewmore:hover { color: #333; }

.FloatRight { float: right; }
.FloatLeft { float: left; }
img.FloatRight { margin-left: 20px; }
img.FloatLeft { margin-right: 20px; }

/*
/		NAVIGATION
--------------------------------------------------------------------------------------------------------*/

ul#nav { list-style: none; margin: 10px auto 0 auto; padding: 0px; width: 900px; }
ul#nav li	{ float: left; }
ul#nav li a {
	display: block;
	float: left;
	height: 17px;
	font-family: "Times New Roman";
	color: #e7d2aa;
	font-size: 17px;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	}
	ul#nav ul { float: left; }
	ul#nav li li a {	margin-left: 21px; display: inline; }
	ul#nav li.first a { margin-left: 0; }
	ul#nav li a:hover { color: #FFF; }
	ul#nav li a.CMSListMenuLinkHighlighted { color: #FFF; }

.SideNavMenu h2 { 
	background: #CCC url('../images/global/pdf.gif') no-repeat center right;
	margin: 0;
	padding: 4px 10px;
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #999;
	
	}
	.SideNavMenu ul {
	margin: 5px 10px 40px 10px;
	}
	.SideNavMenu li { 
	font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase;
	}


/*
/		GLOBAL LAYOUT
--------------------------------------------------------------------------------------------------------*/

body {}

#topwrap {
	height: 135px;
	}
	#topwrap #logo a {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	}

#midwrap {
	padding: 9px;
	}
	#midwrap .mid { width: 900px; margin: 0 auto; }

#contentwrap {
	}
	
	#contentwrap .content { 
	background-color: #FFF;
	width: 860px; 
	margin: 0 auto 40px auto;
	padding: 20px;
	}
	#contentwrap .InnerContent {
	width: 558px;
	float: left;
	}

#contentwrap .content .Testimony {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 30px;
	text-align: left;
}

#contentwrap .content .footer {
	color: #c0b89f;
	clear: both;
	text-align: right;
	margin: 40px 0 0 0;
	}
	#contentwrap .content .footer a {
	color: #c0b89f;
	text-decoration: underline;
	}
	#contentwrap .content .footer a:hover {
	color: #a69d83;
	}
	
/* 
/	SIDEBAR
------------------------------------------*/

#contentwrap .content .SideBar { width: 277px; margin-right: 25px; float: left; color: #000; }
.PreferredGuest a {
	display: block;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	margin: 20px 0 0 0;
	line-height: 23px;
	text-indent: -9999px;
	height: 78px;
	}
.PreferredGuest a:hover { border-color: #999; }
.PreferredGuest input.email { 
	border: 1px solid #dbd5ca; 
	float: left;
	padding: 4px;
	font-size: 10px;
	color: #999;
	margin: 7px 7px 0 0;
	width: 183px;
	}
	
.PreferredGuest input.Submit { 
	margin: 7px 0 0 0;
	}
	
.UpcomingEvents { margin-bottom: 30px; }
.UpcomingEvents ul {
	margin-bottom: 8px;
	line-height: 12px;
	}
.UpcomingEvents ul li {
	background: url('../images/master/arrow_orange.gif') no-repeat left 2px;
	margin-bottom: 6px;
	padding-left: 10px;
	margin-left: 5px;
	line-height: 13px;
	font-style: italic;
	color: #666;
	}
	.UpcomingEvents ul li strong {
	font-weight: bold;
	color: #333;
	font-style: normal;
	}
	.UpcomingEvents ul li a:hover {
	color: #000; }


.FeaturedRecipe { margin-bottom: 30px; line-height: 18px; }
.FeaturedRecipe h3 { text-transform: none; color: #333; }
.FeaturedRecipe ol {
	margin-bottom: 8px;
	margin-left: 25px;
	}
.FeaturedRecipe ol li {
	list-style: decimal;
	}




/* 
/	GENERIC LISTS
------------------------------------------*/

.InnerContent ul { margin: 0 0 20px 20px; }
.InnerContent ul li { list-style: square; }

.InnerContent ol {
	margin-bottom: 20px;
	margin-left: 25px;
	}
.InnerContent ol li {
	list-style: decimal;
	}

/* 
/	FORMS
------------------------------------------*/

ul.form { margin: 0; padding: 0; float: left; width: 558px; }
ul.form li { 
	width: 558px;
	padding: 0 0 10px 0; 
	margin: 0; 
	list-style-type: none;
	float: left;
	clear: left;
	}
	.EditingFormControlNestedControl { float: left; }
	ul.form li label { 
	float: left; 
	width: 120px;
	margin-right: 10px; 
	text-align: right;
	}
	ul.form li input { 
	float:left; 
	color: #333;
	padding: 4px;
	border: 2px solid #666;
	width: 150px;
	}
	ul.form li select { float: left; }
	
	ul.form li span.additionalInfo {
	display: block;
	padding: 5px 0 10px 130px;
	clear: left;
	line-height: 14px;
	color: #666;
	font-style: italic;
	}
	
	.FormButton { 
	background-color: #7F6A5F;
	border: 1px solid #382922;
	margin-left: 220px; 
	width: 70px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0;
	}
	
	/* VALIDATION */ 
	ul.form li input.error {
	border-color: red;
	}
	ul.form li label.error { 
	background: url('../images/global/error_x.gif') no-repeat left center;
	margin-left: 5px;
	padding: 5px 0 0 20px;
	height: 15px;
	line-height: 14px;
	text-align: left;
	float: left; 
	color: red;
	}
	ul.form li input.valid {
	border-color: #5fd770;
	}
	ul.form li label.valid {
	background: url('../images/global/success_check.gif') no-repeat center left;
	}
	
/*
/		HOME
--------------------------------------------------------------------------------------------------------*/

ul.PromoAds {  }
ul.PromoAds li { float: left;	margin: 0 0 0 9px; }
ul.PromoAds li.first { margin-left: 0; }
ul.PromoAds li a { 
	display: block;
	float: left;
	width: 274px;
	height: 28px;
	padding: 264px 10px 10px 10px;
	_padding-top: 258px;
	color: #e0c3ae;
	line-height: 14px;
	}
	ul.PromoAds li a:hover { color: #FFF; }


/*
/		SLIDESHOW
--------------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
	width: 900px;
	height: 137px;
	overflow: hidden;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow li.active {
    z-index:10;
    opacity:1.0;
}

#slideshow li.last-active {
    z-index:9;
}



        
/*
/   GALLERY TEMPLATE STYLE
-------------------------------------------------------------------------------------------------------*/

.InnerContent .GalleryNav {
    margin-left:-8px;
    float:left;
}
.InnerContent .GalleryNav li {
    list-style:none;
    float:left;
    font-size:18px;
    line-height:18px;
    background:url('../images/master/divider.gif') no-repeat right center;
}
.InnerContent .GalleryNav li a {
    padding:0 12px 0 8px;
}
.InnerContent .GalleryNav .last {
    background:none;
}
.InnerContent .GalleryNav .active {
    color:#903;
}

#Gallery {
    width:558px;
    position:relative;
    float:left;
}
#Gallery li {list-style:none;}
#Gallery #GalleryFrame {
    width:558px;
    height:478px;
    padding-bottom:80px;
    overflow:hidden;
    margin:0;
    
}
    #Gallery #GalleryFrame li img {
        display:block;
    }

#Gallery .GalleryNav {
    width:438px;
    height:80px;
    line-height:80px;
    margin-bottom:0;
    position:absolute;
    bottom:0;
    left:0;
}
#Gallery .GalleryNav li {
    margin-top:31px;
}

#Gallery .GroupNav {
    width:120px;
    height:80px;
    position:absolute;
    bottom:0;
    right:0;
}
#Gallery .GroupNav a {
    display:block;
    height:80px;
    width:60px;
    float:right;
    text-indent:-9999px;
}
#Gallery .GroupNav .next {
    background:url('../images/master/arrow_next.gif') no-repeat 0 0;
}
#Gallery .GroupNav .previous {
    background:url('../images/master/arrow_previous.gif') no-repeat 0 0;
}
#Gallery .GroupNav .next:hover,
#Gallery .GroupNav .previous:hover {
    background-position:0 -80px;
}
