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

#box-table-a
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 0px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #E9E0CB;
	border-top: 4px solid #453D36;
	border-bottom: 1px solid #fff;
	color: #453D36;
}
#box-table-a td
{
	padding: 8px;
	background: #F5F3EC; 
	border-bottom: 1px solid #fff;
	color: #453D36;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #EBF3F5;
	color: #002F48;
}

#box-table-calendar
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}

#box-table-calendar th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #E9E0CB;
	border-top: 4px solid #453D36;
	border-bottom: 1px solid #fff;
	color: #453D36;
}
#box-table-calendar td
{
	padding: 8px;
	background: #F5F3EC; 
	border-bottom: 1px solid #fff;
	color: #453D36;
	border-top: 1px solid transparent;
	width:14%;
}

 #pop-up-wrapper {
							  width: 300px;
							  margin: 30px auto 0;
							  background: url(../images/template/bld-stripe-grad.png) repeat-x 0 140px;
						  }
						  
/*styling for mu res life staff page*/						  
#staff
{
	color:#000;
}

#staff ul{ 
  list-style-type: none;
}

#staff ul li
{
	height:100px;
	margin-bottom:10px;
	background:transparent;
	vertical-align:top;
}


#staff ul li img
{
border:2px solid #453D36;
margin-right:10px;
float:left;
}

#staff ul li .name{
	vertical-align:top;
	padding-top:25px;
	}
