#homepageFlashContainer{
    width:918px;
    height:440px;
    z-index:9999;
    position:relative;
}
#homepageFlash {
    height:360px;
    position:absolute; 
    z-index:2000;
}

#homepageTicker {
	height:41px;
	position:absolute; 
	z-index:2000;
	top:370px;
	left:0px;
}


#homepageBoxes {
	width:918px;
}
#homepageBoxes table {
	margin-left:-10px;
}
#homepageBoxes td {
	background-image:url(/img/homepage_box_bg.gif);
	background-repeat:no-repeat;
	width:298px;
	height:193px;
	vertical-align:text-top;
}

.topSpacer { height:25px; }
.bottomSpacer { height:5px; }
.edgeSpacer { width:10px; }
.midSpacer { width:16px; }

.boxTitle {
	color:#FF0;
	font-size:18px;
	padding:15px 15px 15px 15px;
}

.contentTextItem {
    line-height:35px;
    width:280px;
    padding-left:11px;
    padding-bottom:10px;
    font-size:14px;
	margin-right:13px;
}

.boxImage {
	float:right;
	padding-right:30px;
}

.link_arrow {
	vertical-align:text-bottom;
	padding-left:5px;
	padding-top:1px;
}

.contentTextItem a {
    color:#FFF;
    text-decoration:none;
}

.contentTextItem a:hover {
    color:#ff0;
}
.contentTextItem img {
    margin-bottom:3px;
    margin-right:4px;
}

.contentTextItemLast {
	margin-left:11px;
	padding-left:0px;
	padding-bottom:5px;
	width:274px;
    border-bottom:1px solid #303030;
}

.bottomViewAll {
    text-align:right;
    margin-right:20px;
}
.bottomViewAll a {
    color:#08a5e8;
}

