/*************************************************************
			Layout
**************************************************************/
 #container {
	width: 1024px;
	background: #fff;
	margin: 0 auto;
	padding:0 0;
	text-align: left;
	border:1px solid #aaa;
	
}
#header {
	width: 1024px;
	height: 40px;
	background:#fff;
	
}
/***********************************************************
			header  content
***********************************************************/

#logoArea {
	height: 206px;
	width:1024px;
	background: #dde6d7;
}
#logo {
	float: left;
	width: 271px;
	height: 206px;
	margin: 0px;
	padding: 0 34px 0 19px;
}
#pict {
	float: left;
	width: 700px;
	height: 206px;
	margin:0;
	padding:0;
}

#borderless_pict {
	margin:0;
	padding:0;
}

#subPage {
	width:1024px;
}
#subPageTitle {
	float:left;
	width: 290px;
	text-align: right;
	padding: 25px 34px 0 0;
}
#subPageTitle h1 {
	font-size: 24px;
	color: #78bde8;
}
#subPageInfo {
	float: left;
	width: 647px;
	margin:0;
	padding: 25px 53px 20px 0;
}
#subPageInfo p {
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #55732d;
}
#bottomLine {
	clear: both;
	border-bottom: 1px solid #572600;
}
	
#mainContent {
	width:647px;
	margin:0;
	padding: 25px 53px 20px 324px;
	background: #fff;
	font-size: 14px;
	min-height: 250px;
}




#footer {
	clear: both;
	height: 25px;
	font-size:10px;
	color: #000;
}
#footer p {
	padding: 0 0 0 10px;
}
#leftContent {
	float:left;
	width:324px;
	margin:0;
	padding:0;
	
}
#rightContent {
	float:left;
	width:323px;
	margin:0;
	padding:0;
	
}

.box275px { height: 275px; }

/*---------------------------------------------------------------*/
#nav-wrap {
	padding: 0 0 0 324px;
	height:25px;
	background:#fff;
	text-align:left;
	border-top: 1px solid #572600;
}

/* Tables
-------------------------------------------------------------- */
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
table {
	margin-bottom: 18px;
	width:100%;
	vertical-align: top;
}
th {
	font-weight: bold;
	background: #ddd;
	border:1px solid #ddd;
}
th, td {
	padding: 3px;
	border:1px solid #ccc;
}
tr.even td {
	background: #f6f8f6;
}
tfoot {
	font-style: italic;
}
caption {
	background: #fff;
	text-align:center;
	height: 20px;
}

table.dayprogs {
	font-size: 0.9em;
}
table.dayprogs td {
	border: 1px solid #ccc;
	text-align:center;
}

table.dayprogs td.textleft { text-align: left; }

/* used in members calendar page */
table#cal {
	margin-bottom: 18px;
	width:200px;
	vertical-align: top;
	font-size: 11px;
	border-collapse: separate;
}

table#cal th {
	font-weight: bold;
	background: #dde6d7;
	border:1px solid #ccc;
}

table#cal th, table#cal td {
	padding: 3px;
	border:1px solid #ccc;
	
}

table#cal tfoot {
	font-style: italic;
}

table#cal caption {
	background: #fff;
	text-align:center;
	margin-bottom:5px;
	color: #333;
	font-weight:bold;
	font-size:14px;
}

.weekend {
	background: #dde6d7;
}

.activity {
	background: #b39d95;
}

table#cal td.tooltip {
}

table#cal td.tooltip div { position: relative }

table#cal td.tooltip div span {
	display: none;
}

table#cal td.tooltip:hover div span {
	display: block;
	width: 9em;
	position: absolute;
	top: 1em;
	left: 1em;
	padding: 0.2em;
	border: 1px solid #996633;
	background-color: #c3c8ea;
	color: #000;
	font-weight:normal;
	font-size:14px;
	z-index:100;
}

/* used in management team page */
.pos {
	float: left;
	width: 323px;
}

.pos h3 {
	margin-bottom: 0;
}
.clrdiv {
	clear: both;
	padding-bottom:5px;
}

.bio {
	
	padding: 0;
	margin: 0 0 20px 0;
}

.bio img {
	float: right;
	margin: 0 0 20px 20px;
}

.bio > p {
	padding-top: 0 ; }
	
.even { background: #f6f6f6; }
	
/*---------------------------------------------------------------------*/
ul#weekdays {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
}
ul#weekdays li {
	display: inline;
}
ul#weekdays a {
	font-family: Arial, 'Lucida Grande', sans-serif;
	display: block;
	float: left;
	margin:0;
	padding:0 20px;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	color: #78bde8;
}
ul#weekdays a:hover {
	background: #78bde8;
	color: #ffffff;
}

.rtbtn {
	float: right;
	width:auto;
	padding: 0 0 10px 10px;
}

div.pict {
	width: 645px;
	height: auto;
	border: 1px solid #eee;
	padding: 10px 0;
	text-align: center;
	
}

div.pict p {
	margin: 5px;
	text-align:justify;
}
div.pict img { 
	
	margin: 5px;
	}
