body {
	background: #ffe0bf;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 1em;
	margin: 0 0 0 0;
}


/****************************************************
Structural
*****************************************************/

#wrapper {
	width: 810px;
	margin: 0 auto 6px auto;
	background: #fff;
}


#header {
	background-color: #fff;
	width: 810px;
	height: 131px;
}

#contenttable {
	width: 810px;
}

#sidebar {
	width: 200px;
	background-color: #7b9677;
}

#content {
	width: 610px;
}

#footer {
	width: 810px;
	background: #7b9677;
	margin: 0;
	text-align: center;
}

#flashhead {
	width: 610px;
	height: 250px;
	margin: 0;
}

#weather {
	width: 220px;
	margin: 10px 0 0 0;
	float: right;
	background: #fff url(weather_bg.gif) no-repeat;
}

.divider {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 100%;
	background: #ea7242 url(nav_hover_bg.gif) repeat-x;
}

#rightbar {
	width: 170px;
	margin: 0 0 0 12px;
	padding: 0;
	background-color: #7b9677;
	float: right; 
}

#contentbody {
	margin: 12px;
}

#sitemap {
	width: 810px;
	margin: 0 auto 12px auto;
	padding: 0;
	text-align: center;
}


/**************************************************************
Top Navigation
***************************************************************/

#menu-container {
	position: relative;
	z-index: 999;
}

#nav {
	font-size: 11px;
	z-index: 999;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10000;
}

#nav a {
	display: block;
	width: 135px;
	height: 20px;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

#nav li {
/*	text-align: left; */
	background: #FF6600 url(nav_bg.gif) repeat-x;
	float: left;
	width: 135px;
	height: 20px;
}

#nav li ul {
	position: absolute; 
/*	width: 135px; */ width: 200px;
	left: -999em;
	z-index: 999;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
	z-index: 10000;
	height: 1%;
}

#nav li ul li {
	width: 200px; 
	text-align: left;
	background: #f6b26d;
	color: #666;
}

#nav li ul li a {
	width: 194px;
	padding-left: 6px;
	color: #666;
	text-align: left;
}

#nav li ul li a:hover {
	background: #e55327;
	color: #fff;
}

#nav li:hover, 
#nav li.sfhover {
	position: static; /* fixes sticky menus in ie7 */ 
	background: #FF6600 url(nav_hover_bg.gif) repeat-x;
}

p#weather_leaving {
	font-size: 9px;
	line-height: 11px;
	padding: 0 24px 0 24px;
	margin: 0;
}






/*******************************************************************
Styles
********************************************************************/


.first {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #7b9677;
	margin-bottom: .1em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}


#sidebar h2,
#rightbar h2 {
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	color: #fff;
	margin: 12px 0 0 0;
	padding: 6px 3px 6px 6px;;
	background: #7b9677 url(sidebar_header_bg.jpg) repeat-x;
	height: 24px;
	overflow: hidden;
}

#sidebar p,
#rightbar p {
	margin: 0;
	padding: 6px;
	color: #fff;
}

#sidebar p img,
#rightbar p img {
 margin: 0 3px 3px 3px;
 float: right;
}

#sidebar p img.logos {
	clear: both;
}

#sidebar p img.faces {
	margin: 2px 0 2px 0;
	clear: both;
	float: none;
}

#sidebar a:link,
#sidebar a:visited,
#rightbar a:link,
#rightbar a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

#sidebar a:hover,
#rightbar a:hover {
	text-decoration: none;
	border: none;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5, h6 {
	font-size: .9em;
}

h6.board {
	margin-top: 1em;
}

p,
#contentbody ul,
#contentbody ol,
#contentbody dt,
#contentbody dd {
	font-size: 11px;
	color: #444;
	line-height: 1.5em;
}

#contentbody dt {
	padding: 9px 0 0 0;
	margin: 0 0 0 0;
}

#content a:link,
#contentbody a:link {
	font-weight: bold;
	color: #E78823;
	text-decoration: none;
}

#content a:visited,
#contentbody a:visited {
	font-weight: bold;
	color: #E78823;
	text-decoration: none;
}

#content a:hover,
#contentbody a:hover {
	border-bottom: 1px dashed;
}

#contentbody ul li {
	font-size: 11px;
	color: #444;
	line-height: 1.2em;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 12px;
	background: url(list_bullet.gif) -4px 8px no-repeat;
}

.clearfloat {
	height: 0px;
	clear: both;
}

table.employees td, 
table.employees th,
table.checking td,
table.checking th {
	text-align: left;
	font-size: 11px;
	color: #444;
	padding: 2px;
}

table.employees tr.highlight,
table.checking tr.highlight {
	background-color: #fff3e6;
}

#contentbody table.checking {
	margin-top: 6px;
}

table.checking th {
	background-color: #ffc180;
}

table.checking ul {
	margin: 0 0 0 16px;
	padding: 0px;
}

#contentbody table.checking td ul li {
	font-size: 11px;
	line-height: 1.2em;
	list-style-type: disc;
	padding-top: 0px;
	padding-left: 0px;
	background-image: none;
}

#kids {
	background: url(kids-club-header.jpg) no-repeat;
	padding: 190px 0 0 240px;
}

#contentbody div.container150 {
	width:138px; 
	height:138px; 
	background-color:#da7414; 
	float:left; 
	margin: 0 0px 12px 0;
	padding: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fef0e1;
	line-height: 15px;
}

#contentbody div.container150 img {
	margin: auto;
	padding: 0 0 0 0;
	border: none;
}

#contentbody div.arrow {
	width: 20px;
	height: 150px;
	background: url(div_arrow.gif) no-repeat;
	margin: 0 0 12px 0;
	padding: 0;
	float: left;
}

#contentbody img {
	border: 1px solid #666;
	margin-left: 12px;
	margin-bottom: 12px;
}

td.tabletext {
	width: 208px;
}

.tabletext p,
.tabletext h5 {
	padding-right: 12px;
}

#contentbody table tr td.tabletext p img,
#contentbody table tr td.tabletext h5 img {
	margin: 0;
	border: none;
	padding: 6px 0 6px 6px;
	float: right;
}

#footer p {
	color: #fff;
	font-size: 12px;
	margin:0;
	padding: 12px 6px 12px 6px;
}

#footer p a:link,
#footer p a:visited {
	color: #fff;
	font-weight: bold;
}

#footer p a:hover {
	text-decoration: none;
}

#sitemap p {
	font-size: .65em;
	font-weight: bold;
	color: #444;
	line-height: 1.1em;
	margin: 0;
	padding: 0 0 6px 0;
}

#sitemap a:link,
#sitemap a:visited {
	text-decoration: none;
	color: #d67712;
}

#sitemap a:hover {
	text-decoration: underline;
}

img.floatleft,
#contentbody img.floatleft {
	border: 1px solid #666;
	margin: 0 6px 12px 0;
	float: left;
}
