.feature {
	width: 187px;
	color: #5b5b5b;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 10px;
	background: #ffffff;
	background-image: url("/styles/submenu_section.jpg");
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

.infobox {
	width: 163px;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 6px;
}

.cell {
	float: left;
	border: 1px solid #cccccc;
	padding: 3px;
}

.infobox img { margin-top: 5px; margin-bottom: 5px; }

.tablediv {
display:  table;
width:600px;
background-color:#eee;
border:1px solid  #666666;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}

.celldiv {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	width: 50%;
	background-color: #ccc;
}

.rowdiv {
	display: table-row;
	width: auto;
}

.smallbox {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 4px;
	width: 212px;
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.smallbox img {
	float: right;
}

.staffphoto {
	float: left;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
}

.picture {
	float: right;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
}


.pic {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 15px;
}

.cebred {
	color: #ed174f;
}

a.highbutton {
	border: 1px solid #e8eef2;
	display: block;
	padding: 6px;
	width: 150px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #f0f4f7;
	color: #ed174f;
}

a.highbutton:hover {
	border: 1px solid #d3dde4;
	background-color: #f3f7f8;
	color: #002731;
}

