.item
{
	position: relative;
	padding: 	20px;
}

.item th
{
	background: none;
	text-align: left;
	padding: 		0 10px;
}

.item td,
.item th
{
	vertical-align:		text-top;
	vertical-align:		top;
}

.state_header,
.country_header
{
	padding-top: 		15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.textContent
{
	padding:			8px;
}

.textContent p
{
	padding-bottom:			15px;
}
.normPar {
	font-size: 14px;
	padding-bottom: 15px;
}

.hide {
	display: none;
}

.emailSignup {
	margin-bottom: 20px;
	text-align: left;
}

.emailSignup input {
	margin-bottom: 5px;
}

.btnSeeTest{
	position: relative;
	display: inline-block;
	width: 113px;
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	background-image: url('/images/btn-see-testimonial.png');
}

.btnSeeTest:hover {
	background-image: url('/images/btn-see-testimonial-hover.png');
}

.sideTitleBar {
	width: 200px;
	height: 38px; 
	padding-left: 10px; 
	margin-bottom: 5px;
	color: white; 
	font-weight: bold;
	font-size: 11px;
	line-height: 38px; 
	text-align: left;
	background: #AC352B; 
}

#sideBarLeft {
	text-align: center; 
	padding: 0 8px 8px 8px;
}

#sideBarLeft p {
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#sideBarLeft p.caption {
	margin-bottom: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.columnBlock {
	float: left;
	width: 310px;
}

.countryRight {
	padding-top: 45px;
}

.companyIcon {
	position: relative;
	text-decoration: none;
	border: 0;
}

.companyIcon img {
	vertical-align: middle; 
	border: 0;
}

.companyIcon span {
	visibility: hidden;
	position: absolute;
	left: -5px;
	top: -43px;
	width: 135px;
	text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 3px;
	font-size: 10px;
	color: black;
	background: yellow;
	border: 0;
}

.companyIcon span img {
	position: absolute;
	border: 0;
	bottom: -6px;
	left: 31px;
}

.companyIcon:hover span {
	visibility: visible;
}
