@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #00592D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#heading2 {
	padding: 10px;
	line-height: 15pt;
}
#catering {
	line-height: 22px;
}
.oneColElsCtr #container #mainContent table {
	vertical-align: top;
}
#locationtext {
	line-height: 23px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
#specialstext {
	padding-right: 50px;
	padding-left: 50px;
	line-height: 25px;
}
#specialstar {
	background-position: right;
	text-align: right;
}
#index_picture_bar {

}
#index_picture_bar {
	overflow: scroll;
	position: static;
	visibility: visible;
	z-index: auto;
	clip: rect(auto,auto,auto,auto);
}
.oneColElsCtr #container table {
	line-height: 23px;
}
.oneColElsCtr #container #mainContent p {
	padding: 10px;
}
#cigna {
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: 400;
}

