@charset "UTF-8";
/* css :: homepage features :: teeter */

/* [!] note: main hdr w/nav has a z-index: 100 */

/* ***************************************** common */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.topLine {
	border-top: dotted #FFFFFF 1px;
}
.bottomLine {
	border-bottom: dotted #FFFFFF 1px;
}
p {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	color: #565656;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
/* ***************************************** mainContainer - content */
#hpFeatureContainer {
	background-image: url(../img/hp_featured_bgnd.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	width: 956px;
	height: 455px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* ***************************************** containers */
#flashFeatures {
	width: 600px;
	height: 455px;
}
#insideTeeter {
	margin: 45px 0px 0px 35px;
	padding: 0px;
}
.insideBox {
	width: 270px;
	margin: 7px 0px 7px 0px;
	padding: 0px;
	/* IE FIX */
	*margin: 0px 0px -5px 0px;
}
.insideCopy {
	width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.insideIcon {
	width: 70px;
}
/* ***************************************** H tags */
h1 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #cb913f;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	/* IE FIX */
	*margin: 0px;
}

h1 a { outline: none; }
h1 a, h1 a:link, h1 a:visited { color: #cb913f; text-decoration: none; }
h1 a:hover { color: #cb913f; text-decoration: underline; }
h1 a:active { color: #cb913f; text-decoration: none; }

h2 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #477b9f;
	margin: 0px;
	padding: 0px;
}

h2 a { outline: none; }
h2 a, h2 a:link, h2 a:visited { color: #477b9f; text-decoration: none; }
h2 a:hover { color: #477b9f; text-decoration: underline; }
h2 a:active { color: #477b9f; text-decoration: none; }

h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
/* ***************************************** link */
#hpFeatureContainer a {
	outline: none;
}
#hpFeatureContainer a, #hpFeatureContainer a:link, #hpFeatureContainer a:visited {
	color: #1c8db0;
	text-decoration: none;
}
#hpFeatureContainer a:hover {
	color: #1c8db0;
	text-decoration: underline;
}
#hpFeatureContainer a:active {
	color: #1c8db0;
	text-decoration: none;
}

