.Box {
	background: #208934 url(/graphics/backgrounds/box_bg.jpg) repeat-x top;
	*height: auto!important; /* IE7 */
	*height: 170px; /* IE6 */
	margin: 0 0 10px;
	min-height: 170px;
	padding: 10px;
}

.Box img {
	border: 0;
}

.Box h3.Title {
	border-bottom: solid 4px #1e8633;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

/* STAFF BOX */

.StaffBox ul {
	margin: 0;
	position: relative;
	width: 184px;
}

.StaffBox ul li {
	display: inline-block;
	*float: left;
	padding: 0 5px 5px 0;
}

.StaffBox ul .Third {
	padding-right: 0;
}

.StaffBox .Overlay {
	background: #fff;
	filter:alpha(opacity=1); /* IE HACK */
	opacity:0;
	cursor: pointer;
	height: 75px;
	position: absolute;
	width: 58px;
	z-index: 99;
}

.StaffBox .description {
	background: #84be54;
	display: none;
	filter:alpha(opacity=100); /* IE */
	height: 28px;
	left: 50%;
	margin-top: -2%;
	*margin-top: -4%; /* IE6 */
	margin-left: -43%;
	*left: 21%; /* IE6 */
	*margin-left: -45%; /* IE6 */
	opacity: 1;
	padding: 0 5px 2px;
	position: absolute;
	top: 50%;
	width: 150px;
}

/* Fix for position on the third item */
.StaffBox ul .Third .description {
	*left: 20%;	
	*top: 49%;
}

.StaffBox .description b {
	display: block;
}

/* DYNAMICSTAFFBOX */

.DynamicStaffBox b {
	display: block;
}

.DynamicStaffBox a:hover {
	text-decoration: underline;
}

/* LINKBOX */

.LinkBox ul {
	list-style-image: url(/graphics/icons/arrow_white.gif);
	margin: 0 0 0 15px;
}

/* CSS - Quote Members profile */

div#quote_container {
	margin-top: 20px;
}

div#quote_img 
{
	background-image: url(/graphics/icons/quotation.gif);
	background-repeat: no-repeat;
	float: left;
	width: 27px;
	height: 22px;
	padding-right: 5px;
	margin-top: 5px;
}

div#quote_text 
{
}
	

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
