@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666 url(../images/bg.gif) repeat;
	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: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.twoColFixLt #topper {
	width:808px;
	background:url(../images/top.png) no-repeat;
	height:10px;
	position:relative;
	clear:both;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	border-bottom:1px solid #1A1A1A;
}
.twoColFixLt #container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#1A1A1A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLt #sidebarcontainer {
	width:213px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.twoColFixLt #sidebar1 {
	/*float: left;  since this element is floated, a width must be given */
	/*width: 190px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/grayBoxMiddle.png) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 13px 10px 10px;
}
.twoColFixLt #sidebarTop {
	/*float: left;  since this element is floated, a width must be given */
	/*width: 213px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:13px;
	background:url(../images/grayRoundTop.png) no-repeat;
}
.twoColFixLt #sidebarBottom {
	/*float: left;  since this element is floated, a width must be given */
	/*width: 213px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:13px;
	background:url(../images/grayRoundBottom.png) no-repeat;
}
.twoColFixLt #mainContent {
	margin: 15px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 17px;
} 
.twoColFixLt #fullContent {
	margin: 15px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 17px;
	text-align:center;
} 
.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;
}
#header {
	width:808px;
	text-align:left;
	padding:0px;
	margin:0px;
	position:relative;
	height:140px;
	clear:both;
	background-color:#1A1A1A;
}
#mainLogo {
	position:relative;
	width:123px;
	height:121px;
	margin-left:26px;
	margin-top:7px;
	z-index: 100;
}
#mainNav {
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/buttonBG.png) repeat-x;
	height:29px;
	width:100%;
}
#topMenu {
	margin-left:140px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
.menuItem, a.menuItem:link, a.menuItem:visited {
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFF;
	text-decoration:none;
}
a.menuItem:hover {
	background:url(../images/buttonBG_f2.png);
	color:#FFF;
	text-decoration:underline;
}
#rightMenu {
	float:right;
	clear:right;
	position:relative;
	margin-right:10px;
	font-size:9px;
	color:#C00;
}
#rightMenu a.rmItem:link, a.rmItem:visited {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-decoration:none;
	color:#C00;
}
#rightMenu a.rmItem:hover {
	text-decoration:underline;
	color:#FFF;
}
#tags {
	float:right;
	clear:right;
	position:relative;
	margin-top:30px;
	margin-right:10px;
}
#bottom {
	width:808px;
	background:url(../images/bottom.png) no-repeat;
	height:10px;
	position:relative;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.sidebarHead, a.sidebarHead:link, a..sidebarHead:visited {
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.sidebarHead:hover {
	text-decoration:underline;
	color:#CCC;
}
.featPicLeft {
	float:left;
	position:relative;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
}
.pictureLeft {
	float:left;
	position:relative;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
}
.pictureRight {
	float:right;
	position:relative;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
}
.aboutus {
	background:url(../images/about_image.png) no-repeat bottom right;
}
.contactus {
	background: url(../images/contactUs.png) no-repeat top right;
}
.field {
	background-color:#CCF;
	font-size:10px;
}
.calbackground {
	width:700px;
	background:#666;
	text-align:center;
}
#upcoming {
	float:left;
	clear:left;
	background:url(../images/box.png) no-repeat;
	width:203px;
	height:52px;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
}
/*from Spa Excess css */
.eventListing {
	width:100px;
	height:200px;
	background-color:#CCCCCC;
	border:1px dotted #DFDFDF;
	position:relative;
	float:left;
	clear:both;
	text-align: center;
	font-size:10px;
}
.eventTitle, a.eventTitle:link, a.eventTitle:visited {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	text-decoration:none;
}
a.eventTitle:hover {
	color:#990000;
	text-decoration:underline;
}
.eventSubhead {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#666666;
}
.eventText, a.eventText:link, a.eventText:visited {
	font-size:12px;
	text-align:center;
	color:#666;
	text-decoration:none;
}
a.eventText:hover {
	text-decoration:underline;
}
.dayHeading {
	color:#FFFFFF;
	background-color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.dayNumber {
	color:#FFFFFF;
	background-color:#666666;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.button, a.button {
	background-color:#999999;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #000;
	margin:3px;
	text-align:center;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.button:hover {
	text-decoration:underline;
	background-color:#333;
}
.fieldname, a.fieldname:link, a.fieldname:visited {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
a.fieldname:hover {
	font-weight: bold;
	text-decoration: underline;
}
.headbg {
	margin:auto;
	width:inherit;
	background-image:url(../images/headbg.png);
	background-repeat:repeat-x;
	height:100px;
	text-align:left;
}
.fieldprompt {
	float:left;
	clear:left;
	position:relative;
	padding-right:7px;
	text-align:right;
	width:300px;
}
.textcontent {
	text-align:left;
}
.heading {
	font-weight:bold;
	font-size:16px;
	text-align:left;
	float:left;
	clear:left;
	position:relative;
	padding-top:10px;
	padding-bottom:5px;
	color:#900;
}.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-align: left;
}
.sectionhead {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-align: left;
}
.sectionheadMod {
	background:url(../images/accordion-middle.png) repeat-x;
	padding-left:10px;
	padding-top:10px;
	color:#F00;
}
#galleryitem {
	float:left;
	width:150px;
	height:105px;
	overflow:hidden;
	padding:10px;
	margin:5px;
	border:solid 1px #CCC;
	text-align:center;
	font-size:9px;
}
.whitehead {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
.whiteSubhead {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.whiteText {
	color:#FFF;
	font-size:12px;
}
.tableStyles {
	border:1px #fff solid;
	width:100%;
}
td, th {
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	padding:5px;
}#addtoany {
	position:absolute;
	float:left;
	left:156px;
	top:0px;
	z-index: 100;
}

