/* ======================================================================================= */
/* HOME > Styles used within the HOME section of the web site                              */
/* ======================================================================================= */


#hero {
height: 475px;
/*background: url(/images/home/EN_v1.swf) no-repeat;*/
}

#rightColumn {
float: right;
height: 475px;
background: none;
}

#footer {
background: none;
}



/* ======================================================================================= */
/* 3-COLUMN "BUCKETS" > Styles used for the 3 content areas at the bottom of the page
/* ======================================================================================= */

/* "FAUX COLUMNS" used so that all 3 buckets will vertically align. */

#bucketContainer {
margin: 10px 0px 0px 0px;
background: url(/images/home/bucketMiddleBg.gif) no-repeat #f9f9f9 0px 27px;
}

.bucket {
float: left;
width: 294px;
}

.bucketMiddle {
margin: 0px 4px;
}

.bucketTop {
height: 27px;
background: url(/images/home/bucketTop.gif) no-repeat;
}

.bucketBody {
height: auto !important;
height: 109px;
}

.bucketBottom {
height: 28px;
background: url(/images/home/bucketBottom.gif) no-repeat;
}

DL.bucketBody {
padding: 0px 25px;
}

.bucketBody DT {
font-size: 13px;
line-height: 13px;
font-weight: bold;
color: #00a0df;
margin: 0px 0px 6px 0px;
}

.bucketBody DT A {
text-decoration: none;
}

.bucketBody DT A:hover {
color: #502d7f;
}

.bucketBody DD {
font-size: 10px;
line-height: 16px;
}

.bucketBody DD.link {
text-align: right;
}

.bucketBody DD A, .bucketBody DD.link {
font-weight: bold;
color: #502d7f;
text-decoration: none;
}

	.bucketBody DD A:hover {
	color: #00a0df;
	}

.small {
font-size: 8px;
}


/* ======================================================================================= */

