@charset "UTF-8";
.block {
	background-color: #CCCC99;
	width: 548px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.block p {
	color: #000000;
	font-size: 13px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content img {
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*{
	font-size:100%;
	margin:0;
	padding:0;
	list-style: none;
	border: 0;
}
 
 
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
 
.menu_divider {
	background-color: #FFFFFF;
	width: 544px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 2px dotted #CCCC99;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.twoColFixRtHdr  #headermain {
	float: left;
	height: 130px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 

#search {
	float: left;
	height: 74px;
	width: 770px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	height: 130px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr  #headermain  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content {
	float: left;
	width: 568px;
	margin-bottom: 10px;
}
.content2 {
	float: left;
	width: 578px;
	margin-bottom: 10px;
}
.content3 {
	float: left;
	width: 192px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}
.content4 {
	float: left;
	width: 384px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent {
	float: left;
	width: 770px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* html #slideshow {
	float: left;
	height: 260px;
	width: 738px;
	background-color: #cccc99;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#slideshow {
	float: left;
	height: 260px;
	width: 738px;
	background-color: #cccc99;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#col1 {
	float: left;
	width: 578px;
	padding-left: 10px;
}
#col2 {
	float: left;
	width: 180px;
}
#col3 {
	float: left;
	width: 170px;
	padding-left: 10px;
}
h1 {
	font-size: 23px;
	line-height: 25px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	line-height: 17px;
	color: #666633;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	line-height: 15px;
	color: #6B6B3A;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
h4 {
	font-size: 23px;
	line-height: 25px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}
p {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
}
li {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: square;
}
ul {
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.sidelinks {
	background-color: #CCCCCC;
	float: left;
	height: 125px;
	width: 170px;
	margin-bottom: 10px;
}

#header {
	height: 130px;
	width: 770px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin: 0px;
	padding: 0px;
	float: left;
}

ul#primary {
	padding: 0;
	width: 761px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	float: left;
	height: 34px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#primary li  {
	display: inline;
	list-style: none;
}
ul#primary a,ul#primary span,ul#primary a.current {
	width: 105px;
	display: block;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2;
	padding-right: 0;
	padding-left: 0;
	height: 23px;
	padding-top: 11px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 0;
	background-color: #e9e9d5;
}
ul#primary a#nav-hire, ul#primary span,ul#primary a.current {
	width: 105px;
	display: block;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2;
	padding-right: 0;
	padding-left: 0;
	height: 30px;
	padding-top: 4px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 0;
	background-color: #e9e9d5;

}
ul#primary a#nav-restaurant, ul#primary span,ul#primary a.current {
	width: 105px;
	display: block;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2;
	padding-right: 0;
	padding-left: 0;
	height: 30px;
	padding-top: 4px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 0;
	background-color: #e9e9d5;
}
ul#primary a {
	background-color: #e9e9d5;
}

ul#primary a:hover {
	background-color: #999966;
	color: #FFFFFF;
}

ul#primary a:hover#nav-restaurant {
	background-color: #999966;
	color: #FFFFFF;
}
ul#primary a:hover#nav-essential {
	background-color: #999966;
	color: #FFFFFF;
}
ul#primary a:hover#nav-hire {
	background-color: #999966;
	color: #FFFFFF;
}
 ul#primary ul  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
body#weddings a#nav-weddings, 
body#accommodation a#nav-accommodation, 
body#events a#nav-events, 
body#conferences a#nav-conferences, 
body#restaurant a#nav-restaurant,
body#hire a#nav-hire ,
body#essential a#nav-essential {
	background-color: #cccc99;
	color: #333;
}

#topnav {
	float: left;
	height: 17px;
	width: 760px;
	padding-left: 10px;
	padding-top: 5px;
}
#topnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
#topnav li {
	display: inline;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #006666;
}
#topnav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav a:hover {
	color: #006600;
	text-decoration: none;
}
body#home a#nav-home, 
body#hall a#nav-hall,
body#staff a#nav-staff,
body#testimonials a#nav-testimonials,
body#subscribe a#nav-subscribe,
body#find a#nav-find,
body#contact a#nav-contact {
	color: #CC9900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.panel {
	background-color: #e9e9d5;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	padding: 10px;
}
.panelinset {
	float: left;
	width: 150px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.panelinset  h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.panelinset  p {
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 15px;
}
.panelheader p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.panelheader {
	background-color: #e9e9d5;
	float: left;
	height: 21px;
	width: 140px;
	text-align: center;
	padding-top: 9px;
}
.panelborder {
	background-color: #FFFFFF;
	float: left;
	height: 130px;
	width: 90px;
	margin-bottom: 10px;
	border: 2px solid #e9e9d5;
	background-image: url(images/mag-cover.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 68px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.secondary_nav {
	float: left;
	width: 170px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.secondary_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666633;
	text-decoration: none;
	line-height: 15px;
}
.secondary_nav li {
	display: block;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #006666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.secondary_nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.secondary_nav a:hover {
	color: #006600;
	text-decoration: none;
}
.footercol {
	float: left;
	width: 176px;
	padding-right: 10px;
}
.twoColFixRtHdr #footer {
	width: 930px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	background-color: #e9e9d5;
} 
.twoColFixRtHdr #footer p {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #footer   a {
	color: #666666;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:hover {
	color: #333333;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: underline;
}
body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.bglight {
	background-color: #eeeeee;
}
.tables th {
	border-bottom: 1px solid #666666;
	padding-left: 10px;
	padding-right: 5px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}.tables td {
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tables td.leftit {
	text-align: left;
	padding-left: 5px;
}
.tables th {
	
	text-align: left;
}
.drinks {
	width: 500px;
}
.drinks1 {
	width: 140px;
}
.drinks2 {
	width: 300px;
}
.drinks3 {
	width: 20px;
}
.drinks4 {
	width: 530px;
}
.event_divider {
	background-color: #FFFFFF;
	width: 568px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	float: left;
}
.event_divider img {
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.eventpic {
	float: left;
	height: 110px;
	width: 160px;
}
.eventpic2 {
	float: left;
	height: 330px;
	width: 320px;
}
.eventpic3 {
	float: left;
	height: 220px;
	width: 160px;
}
.eventpic_big {
	float: left;
	height: 200px;
	width: 160px;
}
.event_text {
	float: left;
	width: 400px;
}
.event_text2 {
	float: left;
	width: 240px;
}
.event_text h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.formtextlabels {
	float:left;
	width: 150px;
	margin: 2px 10px 2px 0px;
	text-align: left;
	clear:left;
}
label {
	float:left;
	/*width: 100px;*/
	margin: 2px 10px 2px 0px;
	text-align: left;
	clear:left;
}
input {
	padding: 2px 0 1px 3px;
	letter-spacing: normal;
}
textarea {
	padding: 2px 0 1px 3px;
	letter-spacing: normal;
}
select {
	width: 180px;
	float: left;
	letter-spacing: normal;
}
.form-text {
	background-color: #fff;
	color: #333333;
	border: 1px solid #ada684;
}
.searchbtn {
	padding: 3px;
	border: 1px solid #ada684;
	font-weight: bold;
}
.pdf_download {
	float: left;
	width: 170px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.event_text2 h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.panelbox {
	background-color: #FFFFFF;
	float: left;
	width: 170px;
	margin-bottom: 10px;
	padding: 0px;
}
.staffshot {
	float: left;
	height: 210px;
	width: 182px;
}
.staffbase {
	float: left;
	height: 90px;
	width: 182px;
}

