@charset "utf-8";



/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#divWrapper {
	background-color: #fff;
	border: solid thin #000000; /* Sets the border properties for an element using shorthand notation */
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 895px;
}
#divWrapper #divBanner {
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 211px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background: url(../photos/banner.jpg);
}
#divWrapper #divBannerBanquetTavern {
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 211px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
	background-image: url(../photos/bannerBanquetTavern.jpg);
}
#divWrapper #divBannerBanquetTavern h1 {
	display: none;
}
#divWrapper #divBannerBanquet {
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 211px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
	background-image: url(../photos/bannerBanquet.jpg);
}
#divWrapper #divBannerBanquet h1 {
	display: none;
}
#divWrapper  #divContentWrapperBanquet {
	background-image: url(../photos/sideNavBanquet.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#divWrapper #divContentWrapperBanquet #divSideNav {
	background-position: top left;
	background-repeat: no-repeat; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 194px;
}
#divWrapper #divContentWrapperBanquet #content {
	margin: 0 0 0 194px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 11px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12pt;
	line-height: 22px;
	background: #FFFFB7;
}
#divWrapper #divFooterBanquet {
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	height: 44px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../photos/footerBanquet.jpg);
}
#divWrapper #divBannerBanquetPav {
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 211px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
	background-image: url(../photos/bannerBanquetPav.jpg);
}
#divWrapper #divBannerBanquetPav h1 {
	display: none;
}

#divBanquetTopNav {
	color: #FFFFB7;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	padding: 0px;
	height: 33px;
	float: right;
	width: 701px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFB7;
}
#divBanquetTopNav   a    {
	color: #FFFFB7;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 14px;
	float: left;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFB7;
}


#divWrapper #divBanner h1 {
	display: none;
}

#divWrapper #divContentWrapper {
	background: url(../photos/sideNav.jpg) repeat-y left top;
}
#divWrapper #divContentWrapper #divSideNav {
	background-position: top left;
	background-repeat: no-repeat; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 194px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#divWrapper #divContentWrapper #content {
	margin: 0 0 0 194px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 11px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12pt;
	line-height: 22px;
	background: #FFFFB7;
}
#divWrapper #divFooter {
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	height: 44px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background: url(../photos/footer.jpg);
	margin: 0px;
	clear: both;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#divSideNav ul {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	list-style: none;
}
#divSideNav li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#divSideNav a {
	color: #FFFF99;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}
#divSideNav a:hover {
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#blackButton1 {
	margin: 0px;
	padding: 0px 0px 2px;
}
#blackButton1 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton1 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton2 {
	margin: 0px;
	padding: 2px 0px 0px;
}
#blackButton2 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}


#blackButton2 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}




#blackButton3 {
	margin: 0px;
	padding: 4px 0px 0px;
}

#blackButton3 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton3 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton4 {
	margin: 0px;
	padding: 4px 0px 2px;
}
#blackButton4 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton4 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton5 {
	margin: 0px;
	padding: 2px 0px;
}
#blackButton5 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton5 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton6 {
	margin: 0px;
	padding: 2px 0px;
}
#blackButton6 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton6 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton7 {
	margin: 0px;
	padding: 2px 0px;
}
#blackButton7 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton7 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton8 {
	margin: 4px 0px;
	padding: 0px;
}
#blackButton8 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton8 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton9 {
	margin: 4px 0px;
	padding: 0px;
}
#blackButton9 a {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
#blackButton9 a:hover {
	color: #FFFFFF;
	background: url(../photos/button.gif) no-repeat 1px -11px;
	margin: 0px;
	padding: 8px 0px 12px 16px;
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.padding20 {
	margin: 0px;
	padding: 20px;
}
.padding20Pavilion {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#divWrapper #divContentWrapper .clearFloat {
	clear: both;
	display: none;
}
#divWrapper #divContentWrapperBanquet .clearFloat {
	clear: both;
	display: none;
}

.whiteAddress {
	font: bold normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 4px 0px;
}
.HeadingsAll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2B5501;
	font-style: oblique;
}
.RegularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.headerRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #CC3300;
}
.headerGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #305F01;
}
.headerBlack {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #000000;
}
.maroontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #670133;
}
