/* tier page styles */

#tierContainer {
	border-top: 8px solid #b00c4a;
	font-size: 1.3em;
	line-height: 1.4em;
	overflow: hidden;
}

#tierContent, #tierContent2 {
	float: left;
	width: 450px;
	padding: 43px 5px 0px 14px;
	line-height: 1.7em;
}

#tierContent.TwoColumn {
	width: 366px;
	font-size: 1em;
	line-height: 1.2em;
}

#tierContent2 {
	width: 367px;
	font-size: 1em;
	line-height: 1.2em;
	padding: 45px 15px 0px 16px;
}

#tierContent h1 {
	padding-bottom: 20px;
}

#tierContent ul, #tierContent2 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#tierContent h1 span {
	color: #b00c4a;
}

#tierContent p { padding-left: 5px; }

#tierContent h2, #tierContent2 h2 {
	padding: 0px 0px 5px 4px;
	color: #b00c4a;
	font-size: 1.5em;
}

#tierContainer img.main {
	margin: 0px 0px 10px 0px;
}

#envDiv {

	width: 503px;
	height: 82px;
	background: transparent url(/images/content_2.jpg) no-repeat scroll 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	padding: 360px 10px 0px 0px;
	text-align: right;
}

#envDiv h2, #envDiv a {
	color: #FFFFFF;
	text-decoration: none;
}

#tierBot {
	width: 517px;
	float: right;
	height: 219px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/images/tier_botbot_false.gif);
}

#tierBot.longbot {
	width: 100%;
	background-image: url(/images/tier_botbot_true.gif);
}


#tierAppBox, #tierFeatureBox, #tierLinks {
	float: right;
	height: 180px;
	background: transparent url(/images/home_botbgtile.gif) repeat-x scroll top;
	padding: 9px;
}

#tierAppBox {
	margin-left: 13px;
}

#tierAppBox div.inner, #tierFeatureBox div.inner, #tierLinks div.inner {
	background-color: #efefef;
	height: 166px;
	width: 167px;
	padding: 14px 0px 0px 14px;
}

#tierAppBox.spanish div.inner, #tierFeatureBox div.spanish, #tierLinks.spanish div.inner {
    height: 176px;
    padding: 0px 0px 0px 14px;
}

#tierAppBox h2 {
	font-size: 1.7em;
	padding-bottom: 5px;
}

#tierAppBox a {
	display: block;
	float: left;
	width: 147px;
	border-bottom: 1px solid #FFFFFF;
	background: transparent url(/images/redarrow.png) no-repeat scroll 0px 12px;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	color: #404040;
}

#tierAppBox.spanish a {
    padding-top: 0px;
    padding-bottom: 0px;
}

#tierAppBox a img {
	float: right;
	border: none;
}

#tierAppBox a span {
	display: block;
	padding-top: 5px;
}

#tierAppBox a:hover { color: #b00c4a; }

#tierFeatureBox div.inner {
	width: 742px;
}

#tierLinks div.inner {
	width: 270px;
}

#tierLinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
}

#tierLinks ul li {
	border-bottom: 1px solid #FFFFFF;
	background: transparent url(/images/redarrow.png) no-repeat scroll 0px 12px;
	text-decoration: none;
	padding: 6px 0px 5px 15px;
}

#tierFeatureBox #tierLinks {
	float: left;
	background: none;
	height: auto;
	width: 255px;
	border-left: 1px solid #FFFFFF;
	padding: 0px 0px 0px 25px;
}

#tierFeatureBox #tierLinks.spanish {
    position: relative;
    bottom: 10px;
}

#tierLinks.lesslinks ul li {
	padding: 10px 0px 9px 15px;
	background-position: 0px 16px;
}

#tierLinks ul li a {
	text-decoration: none;
	color: #404040;
}

#tierFeatureList {
	float: left;
	width: 440px;
	padding-right: 10px;
}


#tierFeatureList ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#appList, #newsList, #docList {
	width: 400px;
	list-style-type: none;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

#appList li, #newsList li, #docList li {
	background: transparent url(/images/applist_bgtile.gif) repeat-x scroll bottom;
	margin: 0px 0px 30px 0px;
	padding: 3px 0px 5px 0px;
}

#newsList li {
	margin-bottom: 20px;
}

#docList li {
	margin-bottom: 10px;
}

#appList li a, #newsList li a, #docList li a {
	background: transparent url(/images/applist_arrow.gif) no-repeat scroll 0px center;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 35px;
	color: #404040;
}

#newsList li a.selectedfaq {
	background:#b00c4a url(/images/applist_arrow_white.gif) no-repeat scroll 0px center;
	color:#ffffff;
}

#newsList li a.selectedfaq:hover {
	color:#ffffff;
}

#appList li a:hover, #newsList li a:hover, #docList li a:hover {
	color: #b00c4a;
}


