/** Styles for the home page */

#content-container { /*for the content content container*/ 
	padding: 0 0 40px 0;	
	border: 0px;
	margin: 0 0 0 10px;
}

.home-header {
	width: 737px;
	height: 277px;
	margin-left: 10px;
	margin-top:  20px;
	display: inline;
	position: relative;
	float: left;
	clear: both; 
}
.home-header #home_backup_hero {
	position:absolute;
	top:0;
	left:0;
}
.home-header #home_backup_btn {
	position:absolute;
	top:230px;
	left:545px;
	color: #ffffff;	
	padding-top: 2px;
	text-align: center;
	display: block;	
	min-height: 20px;	
	background: url(../images/btn_prpl_blank.gif) #fff no-repeat left center;	
	width: 106px;	
	height: 20px;
}
.home-header #home_backup_btn:hover {
	text-decoration:none;
}
#tiles-group {
	clear: both;
	float: left;
	margin-top: 30px;
	padding-top: 0 !important;
	position: relative;
	width: 100%;
}

.tile {
	width: 250px;
	float: left;
}

.middle {
	margin: 0px 2px;
}

.tile-top {
	width: 232px;
	height: 6px;
	float: left;
	margin: 0px 9px;
	background:url(../images/home_tile_top.gif) no-repeat;
	line-height:0;
	font-size:1px;
	display: inline;
}

.tile-main {
	width:230px;
	float: left;
	margin: 0px 9px;
	display: inline;
	padding: 0px 1px;
	background-color: #e4e4e4;
}

.tile-content {
	width:218px;
	_height:126px; 
	min-height:126px;
	padding: 0 5px;
	text-align: center;
	background: #FFF url(../images/home_tile_bg.gif) bottom repeat-x;
	border: 1px solid #ccc;
	cursor: hand;
}

.tile-content a {
	color: #505050;
}

.tile-content p {
	margin: 3px 0 0 0;
	padding:0;
	font-size: .916em; /*11px*/
}
.tile-btm {
	width: 250px;
	height: 13px;
	float: left;
	background: url(../images/home_tile_btm.gif) no-repeat;
	line-height: 0;
	font-size: 1px;
}
.reflection {
	position: relative;
	left: 20px;
	width: 85%;
	text-align:left;
	float:left;
	
}
.apynum {
	font-family: helvetica neue, helvetica, verdana, arial;
	color: #3798c7;
	font-size: 55px;
	line-height: 60px;
	display: block;
	float:left;
}

.term {
	font-family: helvetica neue, helvetica, verdana, arial;
	font-size: 12px;
	line-height:12px;
	color: #3798c7;
	padding:3px 0 3px 0;
	display: block;
	float:left;
}
.perc {
	font-family: helvetica neue, helvetica, verdana, arial;
	font-size: 25px;
	line-height:25px;
	color: #3798c7;
	display: block;
	float:left;
	padding: 5px 50px 0 0;
}
.apy {
	font-family: helvetica neue, helvetica, verdana, arial;
	font-size: 9px;
	color: #3798c7;
	display:inline-block;
	text-transform: uppercase;
}

.product-name {
	width: 100%;
	font-size: 13px;
	color: #3798c7;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	position: relative;
	z-index: 2;
	white-space: nowrap; 
}

/* global tile style */
.tile-top, .tile-btm, .tile-content, .tile-content * { 
	cursor: pointer;
}

a.noFlash:link, a.noFlash:hover, a.noFlash:active, a.noFlash:visited, a.noFlash:hover {
	color:#EE3124;
	display:block;
	position:absolute;
	top:250px;
	left:315px;
}
a.noFlash:hover {
	text-decoration:none;
}

/* home messages */
.home-message {
    background-image: url('../images/box-beige-735.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 20px 0 0 10px;
    padding-bottom: 5px;
    width: 735px;
}

.home-message-inner {
    background-image: url('../images/box-beige-735.png');
    background-repeat: no-repeat;
}

.home-message-inner p {
    padding: 18px 28px 13px;
    margin: 0;
}