/* =============== GLOBALS ================ */
div.spacer{
	clear:left;
	float:left;	
	height:10px;
	width:720px;
	overflow:hidden;	
}

a img{
	border:none;
}

.blue{
	color:#0072bc;
}

img.chevron{
	width:8px;
	height:7px;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/homearea/assets/images/home/usps_hp_ft_graychev.png',sizingMethod='image');
}

html>body img.chevron{
	background:url('../../images/home/usps_hp_ft_graychev.png') no-repeat;
}

#surround{
	position:absolute;
	z-index:9000;
	display:none;
	top:0;
	left:0;
}
#surround #top,#surround #bottom,#surround #left,#surround #right{
	position:absolute;
	z-index:9001;
}
#surround #top{
	top:0px;
	left:0px;
}
#surround #bottom{
}
#surround #left{
	left:0px;
}
#surround #right{
}
.clear{
	clear:both;
}
.hover{
	cursor:pointer;
}
.hide{
	height:0px;
	width:1px;
	overflow:hidden;
}

/*================ MISC =============*/
#top-container{
	width:720px;
	float:left;
}

#large-promo-zone{
	float:left;
}