@charset "utf-8";
/* CSS Document */

#contact-dogfood {
	background-image: url(../images/accents/contact-dogfood.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ecd1a1;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 170px;
	display: block;
}
#contact-dogfood h2 {
	font-size: 140%;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
}
#contact-clock {
	background-image: url(../images/accents/contact-clock.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e4e1e1;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 170px;
	display: block;
}
#contact-clock h2 {
	font-size: 140%;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
}
#contact-money {
	background-image: url(../images/accents/contact-money.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #a0b5f2;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 170px;
	display: block;
}
#contact-money h2 {
	font-size: 140%;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
}

.help-pullout {
	display: block;
	margin: 8px;
	padding: 15px;
	float: right;
	width: 250px;
	border: 1px solid #999;
	background-color: #CCC;
}

.help-pullout span {
	margin-top: -30px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #333;
	background-color: #FFF;
	display: block;
	border: 1px solid #999;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px; position:relative;
	text-align: center;
}
