/* ---------- GLOBAL ELEMENTS ---------- */
html, body { height: 100%; }
body { 
	color: #000000; 
	background-color: #f5f0d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p, ul, li, td { 
	font-size: 12px; 
	line-height: 1.85em;
	}
ul, li { 
	line-height: 1.5em;
}
p {
	margin: 1.5em 0em 1.5em 0em;
	}
b, strong {
	font-weight: bold;
	}

/* ---------- LINKS ---------- */
a:link, a:visited, a:hover, a:active, div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active { 
	color: #693947;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, div#footer a:hover { 
	color: #a6234a;
	text-decoration: underline;
	}
a:active, div#footer a:active { 
	color: #693947;
	}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-weight: bold;
	margin: .5em 0em 0em 0em;
	color: #693947;
	}
h1 { font-size: 24px }
h2 { font-size: 18px }
h3 { font-size: 14px }
h4 { font-size: 12px }
h5 { font-size: 10px }
h6 { font-size: 8px }

/* ---------- PC AND MAC DISPLAY LISTS VERY DIFFERENTLY, SO TRY NOT TO CHANGE THE "UL", "OL" OR "LI" STYLES BELOW ---------- */
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0.2em 0em 0.2em 0em;
	padding: 0.2em 0em 0.2em 0em;
}

/* ---------- TABLES THAT DEFINE LIVE AREA AND BACKGROUND PADDING ---------- */
table#fullPageContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	}
table#mainLayoutTable {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eee2b7;
	border: 0px solid #f5f0d3;
	/* width: 790px;	 <--- 800x600 */
	width: 920px;		/* <--- 1024x768 */
	}
table#mainLayoutTable td#header {
	background-color: #764050;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td#mainContentContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* width: 526px;	<--- 800x600 */
	width: 656px;	/* <--- 1024x768 */
}
td#sidebar {
	background-color: #CCCCCC;
}

/* ---------- FOOTER NAVIGATION TEXT AT THE VERY BOTTOM OF THE PAGE ---------- */
div#footer {
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	text-align: center;
}
div#footer p {
	margin: 10px 0px 10px 0px;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}
div#footer a:link, div#footer a:visited { 
	font-weight: normal;
}

/* ---------- NAVIGATION MENUS, TEMPLATE ELEMENTS, ETC. ---------- */
table#navUpperRightContainer {
	background-color: #c2a26e;
	background-image: url(Images/Navigation/NavUpperRightBkgrd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/*width: 302px;	 <--- 800x600 */
	 width: 432px;	/* <--- 1024x768 */
	padding: 0px 0px 0px 0px;
}
table#homepage3Col {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td#leftCol {
	background-color: #e7dbc7;
	width: 262px;
	padding: 0px 0px 20px 0px;
	border-right: 2px solid #f5f0d3;
}
td#leftCol p.sidebarEventLinks {
	margin-top: 0px;
	margin-bottom: 0px;
}
td#middleCol {
	background-color: #764050;
	width: 222px;
	padding: 0px 0px 0px 0px;
	border-right: 2px solid #f5f0d3;
 	color: #FFFFFF;
}
td#middleCol h4 {
	color: #ffffff;
}
td#middleCol a:link, td#middleCol a:visited, td#middleCol a:hover, td#middleCol a:active {
	color: #FFFFFF; 
}
td#rightCol {
	background-color: #eee2b7;
	padding: 0px 0px 0px 0px;
}
td#leftCol p, td#middleCol p, td#leftCol h4, td#middleCol h4 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 2em;
}
td#leftCol h4, td#middleCol h4 {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
td#leftCol img {
	margin: 0px 0px 0px 0px;
}
td#leftCol img.sidebarHeading, td#middleCol img.sidebarHeading {
	margin: 18px 0px 0px 0px;
}
td#leftCol img#leftImg {
/*	border-bottom: 2px solid #f5f0d3; */
}
/* the sidebar list of locations */
ul#sidebarLocationsList {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url("Images/Navigation/sidebar_list_icon.gif");
}
ul#sidebarLocationsList li, ul#sidebarLocationsList li a {
	font-size: 10px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
}
div#mainTextContent {
	margin: 30px 40px 30px 30px;
	padding: 0px 0px 0px 0px;
}
div#subNavTopHoriz {
	background-color: #c8bfa0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
/* ---------- SIDEBAR NAVIGATION LINKS ---------- */
div#sidebarNavContainer {
/*	background-color: #FFFFFF; */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #f5f0d3;
}
/* TOP LEVEL */
ul#leftNavList {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 262px;
}
ul#leftNavList li {
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
ul#leftNavList li a:link, ul#leftNavList li a:visited, ul#leftNavList li a:hover, ul#leftNavList li a:active {
	color: #693947;
	font-size: 12px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
}
ul#leftNavList li a:hover {
	text-decoration: none;
}

/* ONE LEVEL DOWN */
ul#leftNavList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul#leftNavList ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#leftNavList ul li a:link, ul#leftNavList ul li a:visited, ul#leftNavList ul li a:hover, ul#leftNavList ul li a:active {
	font-size: 12px;
	color: #693947;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 5px 20px;
	border-bottom: none;
}
ul#leftNavList ul li a:hover {
	text-decoration: none;
	border-bottom: none;
	/* background-color: #c2a26e;	<--- tan background */
	background-color: #c2a26e;
	color: #FFFFFF;
}
/* ---------- END SIDEBAR NAV ---------- */
p.recordsetPaging {
	text-align: center;
}
h1.eventListingTitle, h3.eventListingTitle {
	margin-bottom: 0px;
	color: #693947;
}
p.eventListingDateLocation {
	margin-top: 0px;
}
p.breadCrumbs {
	font-size: 10px;
	margin-top: 0px;
}
table#formTable {
	margin: 0px 0px 0px 0px;
}
table#formTable td {
	padding: 3px 3px 3px 3px;
}
table#formTable td.formLabel, table#formTable span.formLabel {
	color: #aa8e60;
}
table#formTable td.formField {
	text-align: left;
}
form#Contact {
	margin: 20px 0px 40px 0px;
}
table#locationInfoAndMap {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
table#locationInfoAndMap td {
	padding: 0px 0px;
}
table#locationInfoAndMap td.rightCol {
	padding: 0px 0px;
}
table#locationInfoAndMap td.leftCol p {
	font-size: 14px;
	line-height: 20px;
}
p.mapEnlargeLink {
	font-size: 10px;
	margin: 3px 0px;
	line-height: 12px;
}
div.testimonialBox {
	background-color: #ebdcb2;
	border: 1px solid #cdb082;
	margin: 0px 0px 20px 0px;
	padding: 5px 20px;
	line-height: 17px;
}
div.testimonialBox h2 {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0px;
}
div.testimonialBox p {
	line-height: 17px;
	margin-top: 2px;
	margin-bottom: 15px;
}
img.testimonialsHeading {
	margin: 0px 0px -9px 0px;
}
img.topSubNavBtn {
	margin: 0px 18px;
}
table#locationInfoAndMap td.leftCol p.locationDetailsSmallType, table#locationInfoAndMap td.rightCol p.locationDetailsSmallType {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
}
table#locationInfoAndMap td.leftCol div.locDetails, table#locationInfoAndMap td.leftCol div.locDetails p {
	background: #eeeeee;
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
}
#mapInsetBox {
	float: right; 
	width: 330px; 
	margin: 0 0 0 10px; 
	padding: 5px;
	border: 1px solid #f5f0d3;
	border: 1px solid #ffffff;
}
table#locationInfoAndMap #mapInsetBox p.smallerText {
	font-size: 10px; 
	line-height: 14px; 
	margin: 3px 0;
}

#mapInsetBox #imageGallery img {
	float: left;
	margin: 2px;
}

/* Contact Form */
#rwForm {
	margin: 0 0;
	padding: 10px 10px;
	border: 1px solid #dddddd;
}
.reqd {
	color: #990000;
}
.successMsg {
	color: #006600;
}

.sideBarCallout1 {
	border: 1px solid #ffffff;
	padding: 0 1em;
}


#eNewsSignupForm {
	width:160px; 
	background-color: #EEE2B7;
	line-height: 16px;
}

/* Miscellaneous classes for reuse */
.floatRight { /* 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;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 8px 8px 0px;
}
.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;
}

