@charset "UTF-8";

/* M_G12 Homepage tertiary teaser */

.httContainer {
	display: block;
	width: 216px;
	height: auto;
	min-height: 73px;
	color: #666666;
	background-color: #F4F4F4;
	border: 1px solid #DFDFDF;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.httContent {
	display: block;
	width: 216px;
	height: auto;
	float: left;
}

/* Turn off the margin bottom for the main content area */

.httContainer .mBot15 {
	margin-bottom: 0;
}

/*
html>body .httContent {
	float: inherit
}
*/

/*
html>body .httContainer {
	width: 238px;
	margin-bottom: 21px;
}
*/

/* Turn off the tertiary teaser image */

.httImage {
	display: none;
}

/* Turn off the tertiary teaser arrows */

.httContainer .httContent img {
	display: none;
}

/* Redefine the anchored headings */

.httContainer .httContent .linkLargeBold:link {
	display: block;
	width: 196px;
	height: auto;
	line-height: 1.2;
	color: #007B32;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/httcontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 20px;
}

.httContainer .httContent .linkLargeBold:visited {
	display: block;
	width: 196px;
	height: auto;
	line-height: 1.2;
	color: #007B32;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/httcontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 20px;
}

.httContainer .httContent .linkLargeBold:hover {
	display: block;
	width: 196px;
	height: auto;
	line-height: 1.2;
	color: #FF0000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/_httcontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 20px;
}

.httContainer .httContent .linkLargeBold:active {
	display: block;
	width: 196px;
	height: auto;
	line-height: 1.2;
	color: #FF0000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/_httcontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 20px;
}

/* Begin TB07 Fixes */
h3.linkLargeBold{
font-size:1em;
}
/* End TB07 Fixes */

