/* MidBar Section *******************************************************/
#MidBarBg 
{
	background:#fff url(Images/assets/midbar_bg_repx.gif) repeat-x left bottom;
	/*border-top:6px solid #CDCDCD;*/
	width: 100%;
}
.MidBarContainer 
{
	width: 960px;
	margin: 0 auto;
}
#MidBarBg .column
{
	border-right:solid 1px #cdcdcd;
	padding:0;
	width:227px;
}

#MidBarBg .column .item
{
	font-size:11px;
	height:150px;
	padding-top:10px;
	padding-right:10px;
	position:relative;
}

#MidBarBg #tour
{
	background:url(Images/assets/midbar_bg_tour_btm_r.jpg) no-repeat bottom right;
}

#MidBarBg #resources
{
	background:url(Images/assets/midbar_bg_resources_btm_r.jpg) no-repeat bottom right;
}

#MidBarBg h3 {
	color:#333;
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 5px;
}
#MidBarBg p
{
	padding-bottom: 5px;
}

#MidBarBg p.side
{
	width:85px;
}	

#MidBarBg a {
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	background: transparent url(Images/assets/arrow_right_green.gif) no-repeat left center;
	text-decoration: none;
}

#MidBarBg a.position
{
	position:absolute;
	z-index:1;
	top:135px;
}

#MidBarBg a:hover {
	text-decoration: underline;
}
