/*-----------------------------------------------------
   Home
------------------------------------------------------ */
#homeBox                                               {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	background: transparent url(../images/layout/home-box-bg.gif) no-repeat center top;
	}
.box                                                   {
	display: inline;
	float: left;
	width: 152px;
	height: 230px;
	overflow: hidden;
	padding: 0 5px 5px 5px;
	margin: 0 7px 0 0;
	background: #71ba44;
	}
.box#lastBox                                           { margin: 0; }

#mainContent #homeBox h2                               { font-size: 12px; color: #fff; margin: 0; }
#mainContent #homeBox h2 a                             { color: #fff; text-decoration: none; }
#mainContent #homeBox h2 a:hover                       { color: #fff; text-decoration: underline; }


#mainContent #homeBox img                              { margin: 0 -5px 5px -5px; border-bottom: 1px solid #fff; }

#mainContent a.details                                 { color: #ed1c24; text-decoration: none; font-weight: bold; float: right; }
#mainContent a.details:hover                           { color: #ed1c24; text-decoration: underline; }

#mainContent #homeBox p                                { margin: 5px 0; }

#mainContent #homeBox #homeBoxContent                  { padding: 0 20px 0 0; }
#mainContent #homeBox #homeBoxContent h2               { color: #531f7f; font-size: 16px; }
#mainContent #homeBox #homeBoxContent a                { font-size: 14px; }
#mainContent #homeBox #homeBoxContent span             { font-size: 14px; color: #e8161a; }