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

#blocks {
	border: none;
	width: 550;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}

.col{
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	min-height: 80px;
}

/*THE SUMATORY OF COL WIDTHS CAN NOT BE OVER THE WIDTH OF THEIR CONTAINING BLOCK*/
/*IN IE EXPLORE CAN NOT BE OVER 99%*/
/*WHEN THE WIDTH LIMIT IS PASSED THE LAST FLOAT WILL BE POSITIONED UNDER THE*/
/*FIRST COLUMN*/

#col1{
	width: 102px;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-left: 0px;
}

#col2{
	width: 102px;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-left: 0px;
}

#col3{
	width: 102px;
	background-repeat: no-repeat;
	margin-left: 0px;
}
#col4{
	width: 102px;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-left: 0px;
}
#col5{
	width: 102px;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-left: 0px;
}

.col .block1{
	width: 100%;
	float: left;
	padding-top: 3px;
	margin-left: 0px;
}

#blocks h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	line-height: 110%;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
}
#blocks h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #FF6600;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 1px;
	padding-right: 15px;
}

#blocks p {
	margin-top: 0px;
	font-size: 100%;
	margin-right: 0px;
	color: #FFF;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 100%;
	padding-left: 5px;
	text-align: center;
	margin-left: 0px;
}

