/* Box */
.box{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
	
  margin-top:10px;
}



.box h1{
	
	margin-bottom: auto;
}
.box h1 a{
	color:#AA8C46;
}

.box-one, .box-border{
	background-color:#fff;
	border:4px solid #e3ded2;
	margin-bottom:10px;
	padding:5px;
}
.box-border2{
	border:4px solid #e3ded2;
	margin-bottom:10px;
	padding:1%;
}
.box-one a{
	color:#d5182a;
}

.mbjumbotron div.box{
	margin:0;
	margin-bottom:10px;
	padding:10px 10px 4px 10px;
	border:1px solid #e3ded2;
	background-color: #f1efe8;
}
.mbjumbotron div.box h1{
	font-size: 14px;
	margin-bottom:6px;
}
.mbjumbotron div.box ul li{
	margin-left:15px;
}

/* FCE 2Cols */
/*
.fce-2cols {
  float:left;
  position:relative;
  width:100%;
}

.fce-2cols-col1 {
  width:49%;
  float:left;
}

.fce-2cols-col2 {
  width:49%;
  float:left;
}

.fce-2cols-spacer {
  width:2%;
  float:left;
  height:50px;
}
*/