/*
 * Rate Rush - Tier 2 Stylesheet - Homepage
 * ----------------------------
 * By: Harry Maugans
 */


.homepageSlogan {
	position: absolute;
	display: block;
	top: 28px;
	right: 22px;
	font-size: 21pt;
	font-weight: bold;
	z-index: 100;
}
.homepageSloganShadow {
	top: 29px;
	right: 21px;
	color: #FFF;
	z-index: 50;
}
#homepageBlock .leftBlock {
	width: 105px;
	height: 235px;
	background: #FFF url('/images/homepage-block-left.gif') no-repeat scroll top left;
}

#homepageBlock .rightBlock {
	display: block;
	position: relative;
	background: #FFF url('/images/homepage-block-mid.gif') repeat-x scroll top left;
}

#homepageBlock .rightBlock .rightImgBlock {
	display: block;
	height: 235px;
	background: transparent url('/images/homepage-block-right.gif') no-repeat scroll top right;
}

#homepageBlock .rightBlock .rightImgBlock table tr td {
	text-align: center;
	padding: 0 16px;
}

#homepageBlock .rightBlock .rightImgBlock table tr td a {
	font-weight: bold;
}

#homepageBlock .rightBlock .rightImgBlock table tr td a img {
	margin-bottom: 10px;
}

#homepage-greyBottom {
	padding: 18px 10px 10px 10px;
	background-color: #EFEFEF;
	border-top: 1px solid #D1D1D1;
}

.raqBlockTab {
	float: right;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	margin: 2px 0 0 6px;
	border: 1px solid #BEBEBE;
	outline: none;
}

.raqBlockTab:active, .raqBlockTab:hover {
	text-decoration: none;
}

.raqBlockTabActive {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	color: #2A2A2A;
}

.raqBlockTabInactive {
	background: #FFF url('/images/raqBlockTabInactive.gif') repeat-x scroll top left;
	color: #777;
}

#UnansweredBlock {
	display: none;
}

