
/***** MIDDLE CONTAINERS *********/

#middleContainer {
	width: 775px;
	height: 237px;
}
#leftBanner {
	width: 554px;
	height: 237px;
	float: left;
}
#rightSemi {
	width: 221px;
	height: 212px;
	background: url(../imgs/semi_headcorner.jpg) #fff;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 25px 0px 0px 0px;
	float: left;
}
#rightSemi h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1876A9;
	font-weight: normal;
	letter-spacing: -1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.seminarioItem {
	font-size: 10px;
	font-weight: bold;
	width: 211px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dashed #ccc;
	float: left;
}
.seminarioItem img {
	margin-right: 5px;
}
.seminarioItem a {
	color: #777;
}
.seminarioItem a:hover {
	color: #0D75B3;
	text-decoration: underline;
}


/***** HOME CONTAINERS *********/
#homeBody {
	width: 775px;
	float:left;
	margin-bottom: 17px;
}
#boxContainer {
	width: 517px;
	height: 276px;
	float: left;
}
#flashVideos {
	width: 258px;
	float: right;
}

/***** HOME BOXES *********/
.leftminiBox {
	width: 245px;
	height: 138px;
	padding-right: 15px;
	float: left;
}
.rightminiBox {
	width: 257px;
	height: 138px;
	float: left;
}
.headBox {
	width: 235px;
	height: 30px;
	background-image: url(../imgs/miniBox_title.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	float:left;
}
.headBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	margin:0px;
	padding:0px;
}
.imgBox {
	width: 95px;
	height: 98px;
	float:left;
}
.infoBox {
	font-size: 11px;
	width: 140px;
	height: 74px;
	background: url(../imgs/miniBox_infobg.jpg) #fff;
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 5px 4px 5px;
	float:left;
}
