@charset "utf-8";
#bottomNav{
	height:213px;
	width: 931px;
	background-image: url(../images/bottom/bkgd_bottom_gradient.gif);
	background-repeat: repeat-x;
	float: left;
}
#bottomNav #leftArrow, #bottomNav #rightArrow{
	width:21px;
	height:213px;
	float:left;
	background-position:center;
	background-repeat:no-repeat
}
#bottomNav #leftArrow{
	background-image:url(../images/bottom/arrow_left.gif);
}
#bottomNav #rightArrow{
	background-image:url(../images/bottom/arrow_right.gif);
}
#bottomNav #navBottomContainer{
	width:887px;
	height:213px;
        overflow: hidden;
	float:left;
}

#navBottomWidth {
height: 175px; 
width: 887px;
}

#bottomNav #navBottomContainer .navBottomBoxes{
	background-image:url(../images/bottom/bkgd_bottom_boxes.gif);
	width:275px;
	height:165px;
	display:block;
	overflow:hidden;
	margin-top: 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 15px;
        float: left;
cursor: pointer;
}
#bottomNav #navBottomContainer .navBottomBoxes #title{
	width:260px;
height: 18px;
overflow: hidden;
	font-size:15px;
	font-weight:bold;
	color:#f8ce21;
	float:left;
}
#bottomNav #navBottomContainer .navBottomBoxes #bar{
	background-image:url(../images/bottom/bottom_bar.gif);
	margin:5px 0 10px 0;
	width:262px;
	height:1px;
	line-height:1px;
	overflow:hidden;
	float:left;
}
#bottomNav #navBottomContainer .navBottomBoxes img{
	margin-right:15px;
	float:left;
}
#bottomNav #navBottomContainer .navBottomBoxes #copy{
	width:130px;
	float:left;
	font-size:11px;
}
#bottomNav #navBottomContainer .navBottomBoxes #copy a:visited,
#bottomNav #navBottomContainer .navBottomBoxes #copy a:link,
#bottomNav #navBottomContainer .navBottomBoxes #copy a:active,
#bottomNav #navBottomContainer .navBottomBoxes #copy #goldBold
{
	font-weight:bold;
	color:#f8ce21;
	text-decoration:none;
}
#bottomNav #navBottomContainer .navBottomBoxes #copy p{
	margin:0 0 5px 0;
	padding:0px;
width: 130px;
height: 120px;
overflow: hidden;
}
#bottomNav #navBottomContainer .navBottomBoxes #copy a:hover{
	font-weight:bold;
	color:#f8ce21;
	text-decoration:underline;
}


