@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B0B0B0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
a {
	color: #003F72;
}
a:hover {
	color: #009933 !important;
}
a:visited {
	color: #002E55;
}
li {
	padding-bottom: 1em;
}
div#contentBox {
	width: 1000px;
	height: 580px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.redirectPage {
	background: #FFF url(images/stan_listening_green.jpg) right bottom no-repeat;
}
div.redirectPage img.titleBar {
	float: left;
}
div.redirectPage div.copyBox {
	float: left;
	padding-left: 45px;
}
div.redirectPage div.menuBar {
	float: left;
	background: #002E55 url(images/tti_tagline_block.gif) center bottom no-repeat;
}
div.homePage {
	background: #FFF url(images/stan_posterior.jpg) no-repeat;
}
div.bioPage {
	background: #FFF url(images/stan_large_smiling.jpg) no-repeat;
}
div.landingPage {
	background: #FFF url(images/stan_large_trapdoor.jpg) no-repeat;
}
div.printAdPage,
div.landingPage3 {
	background: #FFF url(images/stan_large_raining.jpg) no-repeat;
}
div.topTenPage,
div.landingPage2 {
	background: #FFF url(images/stan_large_smoking.jpg) no-repeat;
}
div.menuBar {
	background-color: #002E55;
	color: #FFF;
	width: 229px;
	float: right;
	height: 580px;
}
div.menuBar h3 {
	color: #FFC;
	padding-top: 130px;
	font-size: 20px;
}
div.menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
div.menuBar ul li {
	padding-bottom: 1.3em;
	font-size: 14px;
	font-weight: bold;
}
div.menuBar ul li a {
	color: #FFF !important;
	text-decoration: none;
}
div.menuBar ul li a:hover {
	color:#FFFF99 !important;
}
div.bioPage a#linkBio,
div.printAdPage a#linkPrint,
div.topTenPage a#linkTopten,
div.landingPage a#linkTTIhelp {
	color: #093 !important;
}
img.titleBar {
	float: right;
}
div.flashBox {
	float: right;
	padding-top: 22px;
	padding-right: 14px;
}
div.copyBox {
	float: right;
	width: 435px;
	text-align: justify;
	padding-right: 20px;
}
ol.topTen li {
	font-size: 14px;
}
ol.topTen li a {
	color: #003F72;
}
.printAdPage div.copyBox {
	width: 463px;
	padding-right: 0;
}
span.photoGroup {
	float: left;
	text-align: center;
}
div.callToAction {
	padding-left: 35px;
}
body.printAdWindow {
	text-align: center;
}