@charset "UTF-8";
body {
	background-image: url(images/tlc_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #e0e4a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
td.contentarea {
	background-color: #FFF;
	background-image: url(images/tablebluebg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 15px;
}
#homephoto {
	float: right;
}
#quitwizardbtn {
	margin-left: -5px;
}
#hometext {
	overflow: hidden;
	padding-left: 30px;
}
#tagline {
	font-size: 9px;
	line-height: 12px;
	color: #000;
	float: left;
	width: 500px;
	margin-top: 15px;
}
#anthemlogo {
	float: right;
}
#legalinfo {
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 10px;
	margin-right: 22px;
	color: #fff;
}
#legalinfo a {
	color: #fff;
}
#tlclogo {
	float: left;
}
#nav {
	float:left;
}
#pagecontainer {
	height: 563px;
}

#contentcontainer {
	float: left;
	width: 400px;
	margin-right: 15px;
}
.formtitle {
	font-size: 14px;
	font-weight: bold;
	color: #069;
}
#subcontainer{
	float:right;
}
#subcontentcontainer {
	float: right;
	width: 838px;
	padding:15px;
	border: 1px solid #b2bb1e;
}
.calculator {
	float: left;
}

#whysmoke td, #whysmoke {
	border: 1px solid #b2bb1e;	
}
.calcresult {
	float: right;
	width: 330px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #F93;
	clear: none;
}
.toolbtn {
	width: 300px;
	font-weight: bold;
	border: 1px solid #c41188;
	padding-top: 2px;
	padding-bottom: 3px;
	clear: both;
	margin-bottom: 10px;
	color:#000000;
}

.toolbtn:hover, .toolbtn a:hover {
	background-color:#ffffff;
	color:#c41188;
}

.toolbtn a{
	color:#000000;
	text-decoration:none;
}

.btnimg{
	margin-right: 5px;
}
.calendarform{
	float:left;
	width:300px;
}
.quitresult {
	float: right;
	width: 450px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #F93;
	clear: none;
}
.quitresult hr{
	border-top: 1px solid #CC0;
	border-bottom: 0;
	background-color: #CC0;
	height: 1px;
}

.calendarform a{
	text-decoration:none;
}

.disclaimer{
	font-size:10px;
	line-height:12px;
}
.subnav {
	font-weight: bold;
	color: #FFF;
	background-color: #b3b936;
	text-align: center;
	border: 1px solid #FFF;
	padding: 5px;
}
.calclist {
	margin-bottom: 20px;
}
#promoboxes {
	float: left;
}
#subnav {
	background-color: #c41188;
	background-image:url(images/subnav_grad.png);
	font-weight: bold;
	color: #FFF;
	text-align: center;
	clear: both;
	margin-left:15px;
	margin-right:15px;
	padding-top: 6px;
	height:22px;
	background-repeat: repeat-x;
}

#subnav a{
	color:#FFF;
	text-decoration:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:-6px;
	padding: 6px 10px 6px 10px;
	border-left: solid 1px #F6A3DA;
	border-right: solid 1px #670345;
	height:30px;
}

#subnav a:hover{
	color:#000;

}

#stress td{
	border-bottom: solid 1px #CC0;
}

.errormsg {
	color:#C00;
	font-weight:bold;
}