
div.busCard {
	position: relative;
	width: 237px;
	height: 90px !important;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	overflow: hidden;
}
div.horizontal > a.busCardLink {
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: #ccc; */
	background-color: transparent;
	text-decoration: none;
}
img.busCardBG {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}
div.horizontal img.busCardBG {
	width: 181px;

	height: 47px;

	margin-left: 28px;
	margin-top: 14px;

}
div.vertical img.busCardBG {
	width: 118px;
	height: 90px;
	margin-left: 118px;
}
div.busCardText {
	font-size: 11px;
	position: absolute;
	color: black;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
	text-align: left;
	padding-top: 2px;
}
div.horizontal {
	/*
	background-image: url(images/bc-sides.png);
	background-repeat: repeat-y;
	background-position: bottom right;
	*/
}
div.horizontal div.busCardText {
	top: 61px;
	left: 0;

	margin-left: 28px;
	width: 171px;
	height: 29px;
	line-height: 16px;

	padding-right: 10px;
	text-align: right;
	border: 0px solid red;

	/*
	background-image: url(images/bc-sides.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	*/
}

div.horizontal p.phone, div.horizontal p.url, div.horizontal p.company {
	display: none;
}

div.vertical {
	/*
	background-image: url(images/bc-border.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	*/
}

div.vertical div.busCardText {
	top: 0;
	left: 0px;
	width: 97px;
	height: 58px;
	padding: 25px 10px 5px 6px;
	line-height: 20px;
	border: 0px solid red;
	text-align: right;
}

div.horizontal div.busCardText {
	border: 0px solid red;
}

div.text {
	height: 88px;
}
div.text div.busCardText {
	top: 0;
	left: 0;
	width: 225px;
	height: 88px;
	line-height: 20px;
	padding: 13px 12px 6px 12px;
}

div.busCardText p.url, div.text p.phone {
	display: none;
}

div.busCardText p.company {
	color: #032c5a;
	font-size: 20px;
}

div.busCard div.busCardText p {
	margin: 0;
	padding: 0;
}

div.text div.busCardText {
	border: 0px solid red;
	font-family: arial, sans-serif;
	padding: 13px 12px 6px 10px;
}

div.text div.busCardText p.subscriber {
	font-size: 12.2px;
	font-weight: bold;
}

div.text div.busCardText p.company {
	font-weight: 500;
	margin-top: 3px;
}

div.text div.busCardText p.url {
	margin-top: 20px;
}

div.text div.busCardText p.url a {

}

div.vertical div.busCardText p.subscriber {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	line-height: 11.5px;
	margin-top: 7px;
}

div.horizontal div.busCardText p.subscriber {
	font-size: 11.5px;
	font-weight: bold;
	font-family: arial, sans-serif;
	line-height: 11px;
	margin-top: 0px;
	color: #696969;
}

div.vertical div.busCardText p.phone {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #6eb397;
}

#busCardURL {
    position: absolute;
    top: 60px;
    border: 0px solid red;
}

div.text p.subscriber {
	color: #959595;

	margin-bottom: -3px !important;
}

a.busCardLink {
	text-decoration: none;
	color: #222222;
}

div.busCard div.busCardText p.url a {
		color: #5e5e5e;
		font-weight: bold;
		font-size: 11.5px;
}
div.busCard div.busCardText p.business {
	font-weight: bold;
	font-size: 12px;
}

.letter-nav {
	font-size: larger;
}

.letter-nav .inactive {
	color: #666;
}

.letter-nav a {
	color: #679900;
}

.letter-nav a {
	text-decoration: none;
	font-weight: bold;
}

.bcard-col {
	float: left;
	width: 49%;
	/* Wha? 2% breaks the 2-col effect, even though 49 * 2 + 2 = 100% */
	margin-right: 1%;
}

.bcard {
	line-height: 16px;
}

.bcard h1 {
	margin-top: 1.1em;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#content .bcard p {
	margin: 0;
	font-size: 13px;
}