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



#tabAccordion{
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.box{
	background-color: #FFFFFF;
}
.boxholder{
	clear: both;
	padding: 1px;
	background-color: #E69ABF;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
padding: 9px 0 0 0;
}.tabtxt a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.box_content{
	padding: 10px;
	margin: 0;
	padding: 25px 20px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #d36e90;
	font-size: small;
	color: #666666;
}
#staff_blog {
	background-color: #F0F5E4;
	background-repeat: repeat;
}
