.ib-sharing-wrapper{
	background-color: #8AC600;
	margin: 136px 0 0 995px;
    padding: 10px;
    position: fixed;
    width: 55px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fb-like{
	margin-bottom: 10px;
}

.twitter-share-button{
	margin-bottom: 8px;
}

.menu{
	margin-top: 12px;
}

.ib-social-icons{
	margin: 79px 0 0 830px;
	position: absolute;
}

.ib-social-icons img{
	margin-left: 10px;
}

.ib-header{
	padding-top: 20px;
}

.ib-nav{
	margin: 0 0 20px 28px;
}

.ib-nav a{
	font-size: 14px;
}

.ib-content a, .ib-nav a{
	color: #C54E0B !important;
	font-family: Arial, Helvetica, sans-serif;
}

.int-bus-img{
	display: block;
	margin: 15px auto 8px;
}

.ib-content ol ul{
	margin-left: 30px;
}

.ib-content ol ul > li{
	list-style: disc;
}

.ib-content ol.first{
	counter-reset: 	list-number;
}

.ib-content ol.first > li, .ib-content ol.next > li{
	clear: both;
	list-style: none;
	*list-style-type: decimal;
	padding-bottom: 10px;
}

.ib-content ol.first > li  h3:before, .ib-content ol.next > li  h3:before{
	content: counter(list-number, decimal) ". ";
    counter-increment: list-number;
}


.ib-content ol li div .left{
	float:left;
	display:inline;
	*float:none;
}

.clear{
	clear: both;
}