#headerPadding {
	height:0px;
}

a.buttonArea {
	/*width:800px;
	height:155px;*/
	display:block;
	/*background-image:url(images/buttonArea.png);*/
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333 !important;
	background-position:0px 0px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

a.buttonArea:hover {
background-position:-800px 0px;
	text-decoration:none;
	color:#000 !important;
}
a.buttonArea h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.462em; /* 32px */
	line-height: 0.9em;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
	display:block;
	text-indent:0px !important;
	color: #000;
	padding-top: 34px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.buttonArea p{
	padding-left: 0px;
	padding-right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #999999;
}
.smallImage {
	margin-left: 0px;
	padding-top: 0px;
}

.bubbleInfo {
    position: relative;
}

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

.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;
}

.popup a {
	color: #555;
}

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

