*, body, p, div, li { 
  color:#024;
  line-height:140%;
}
*, body { 
  margin:0; /* The style '*' has top margin in Firefox. IE6 doesn't recognise '*'. */
  padding:0;
}
p, li, div { 
  font-family:sans-serif;
  font-size:1em;
}
body, div#left-nav {
	background:url(images/nav-fill.png) top left repeat;
}
div#content {
  background-color:#eff;
}
img{
  border:none;
}

#head-logo,
#header-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header-left{
  height:164px;
}
#head-logo,
#header-right{
  height:136px;
}
#head-logo {
  background: url(images/header-filler.png) top left repeat-x;
  width:100%;
}
#header-right{
  background: url(images/header-right.png) top right no-repeat;
}

h1#pageheading{
  position:absolute; /* We don't want variations to effect the rest of the page */
  top:53px;
  left:230px;
  width:560px;
  margin:0;
  padding:0;
  line-height:100%;
  background-color:transparent;
}
div#left-nav{
  position:absolute;
  top:192px;
  left:8px;
  width:145px;
  height:200px;
}
div#content {
  margin-top:16px; /* Top margin accommodates header */
  margin-left:161px; /* Left margin accommodates left-nav */
  padding:32px 8px 32px 32px; /* Left padding puts border midway between #left-nav and #content */
  border-left:1px solid #adf;
}
body>div#content { /* IE6 doesn't process this stuff */
  width:auto;
  min-width:75%;
  max-width: 1280px;
}
div#content div.contents {
  padding:0px 5px;
	line-height:140%;
}
div#content ul,
div#content div.contents ul,
div#content ol,
div#content div.contents ol {
  padding-bottom:18px;
	margin-left:25px;
}
div#content ul li,
div#content div.contents ul li,
div#content ol li,
div#content div.contents ol li {
	padding-left:0px;
	line-height:120%;
}
div#content ul li,
div#content div.contents ul li {
  list-style-image: url(images/bullet.png);
}
h2#description{
  margin:72px 32px 40px 32px;
  padding:4px 16px;
  text-align:center;
  background-color:#def;
  border:1px solid #adf;
  font-size:18px;
  line-height:120%;
}
div#footer{
  margin-top:-24px;
	padding:24px 0;
  text-align:center;
  font-size:10px;
  border-top:1px solid #adf;
	background-color:#eff;
}
div.centered {
  text-align:center;
}

table.contents{
	margin-left:-16px;
	width:100%;
}
td.left-sidebar,
td.right-sidebar,
td.contents{
	padding:5px;
	vertical-align:top;
}
td.left-sidebar{
	width:100px;
}
td.right-sidebar{
	width:190px;
}
td.contents{
	border-left:solid 1px #adf;
	border-right:solid 1px #adf;
	min-width:75%;
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar h3,
div#content div.sidebar h3 span,
div#content div.sidebar h4,
div#content div.sidebar ul li{
	color:#468;
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar h3,
div#content div.sidebar h4,
div#content div.sidebar ul li{
	line-height:120%;
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar ul li,
div#content div.sidebar div a{
	font-size:.85em;
}
div#content div.sidebar p{
	margin-bottom:6px;
}
div#content div.sidebar div,
div#content div.sidebar li{
	margin-bottom:2px;
}
div#content div.sidebar ul li{
  list-style:disc;
	list-style-position:inside;
	margin-left:-24px;	
}
div#content div.sidebar h3,
div#content div.sidebar h4{
	text-align:center;
}
div#content div.sidebar h3{
	font-size:15px;
	margin-top:12px;
}
div#content div.sidebar h4{
	font-size:12px;
	margin-top:9px;
}
td{
	padding:3px;
}

div.open-quote,
div.close-quote,
blockquote {
  width: 220px;
}
div.open-quote{
  background: url(images/pullquote-top.png) no-repeat;
  height:70px;
  margin-bottom:-25px; /* moves the top image */
}
div.close-quote{
  background: url(images/pullquote-bottom.png) no-repeat;
  height:87px;
  margin-top:-40px; /* moves the bottom image */
}
blockquote {
  float: right;
  padding: 0;
  margin: 0px 0px 0px 32px;
  position: relative;
  background: url(images/pullquote-body.png);
}
p.quoteBody {
  font-family: "Times New Roman";
  font-size: 21px;
	margin-left:-5px; /* LHS of text */
  width: 160px; /* width of the text */
  line-height:120%;
  font-weight: bold;
  padding:20px;
  text-align: center;
}

hr{
	margin:64px;
	border:1px solid;
	border-color:#fff #adf #adf #fff;
}
span.stop-smoking-therapy{
	color:#084;
	font-weight:bold;
	font-size:18px;
}

p.q-odd,
p.q-even{
	margin:6px;
	font-size:1.5em;
}
p.q-odd{
	color:#006;
	background-color:#ccf;
}
p.q-even{
	color:#060;
	background-color:#cfc;
}

p.question{
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
	margin:32px 0 9px 0;
}
