
#headerPadding {
	height:100px;
}

.smallImage {
	margin-left: 20px;
	padding-top: 25px;
}

.bubbleInfo {
    position: relative;
	z-index:1;
}

.popup {
	color: #555;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 320px;
	height: 113px;
	background-image: url(../images/bubble_popup2.gif);
	background-repeat: no-repeat;
	z-index:1;
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
    z-index:1;
}

.popup a {
	color: #555;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}

