/* ----------------------------------------
Smokefree
Baseline styles

Version: 1.0
Author: Matt Flynn
E-mail: mflynn@mmgct.com 

Colors:
light blue: #3ca9ec
orange: #d5541a
dark blue: #184c7c
---------------------------------------- */

* {  /* Clears all margins and paddings to eliminate discrepencies between IE and FF */
  	margin: 0px;
  	padding: 0px;
}

html, body {  /* Sets font face, size, and full page background */
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #ffffff;
	text-align: center;  /* IE hack */
	height: 100%;
}

* html #pageWrapper { /* IE6 hack */
	height: 100%;
}

/* =Layout
---------------------------------------- */
#pageWrapper {  /* sets width of page and centers */
	min-height: 100%;
	background-color: #3ca9ec;
	border-left: solid 1px #184c7c;
	border-right: solid 1px #184c7c;
	width: 1000px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0px;
  	margin-bottom: 0px;
	text-align: left; /* to realign text */
}

#banner-left {
	width: 318px;
	float: left;
}

#banner-left img {
	border-style: none;
}

#banner-right {
	width: 682px;
	float: right;
}

#search {
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 5;
	font-size: 12px;
	color: #ffffff;
}

#search .searchbutton{
	color: #ffffff;
	background-color: #d5541a;
	border-style: none;
}

#home-image {
	width: 1000px;
	float: left;
}

#interior-content {
	clear: both;
	float: left;
	position: relative;
	width: 1000px;
	background-color: #ffffff;
}

#content {
    position: relative;
	width: 650px;
	float: right;
	background-color: #ffffff;
	/*border: 1px solid red;*/
}


#content a {
	color: #2e88bf;
}

#footer {
	clear: both;
	float: left;
	position: relative;
	width: 1000px;
	background-color: #3ca9ec;
	font-size: .9em;
	font-weight: bold;
}

#footer a {
	color: #0e2d4a;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #0e2d4a;
	text-decoration: none;
}

#footer a:hover {
	color: #0e4b83;
	text-decoration: underline;
}

#footer-left {
	width: 645px;
	float: left;
	background-color: #3ca9ec;
	margin-top: 25px;
	margin-left: 25px;
}

#footer-right {
	width: 305px;
	float: right;
	text-align: right;
	background-color: #3ca9ec;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 25px;
}

#clear {
	clear: both;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

#content h1, #content h2, #content h3, #content h4, #content p {
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: .8em;
}

#content h1{
    padding-top: 35px;
}

#content ul, #content ol {
	padding-left: 45px;
	padding-right: 25px;
    margin-bottom: .8em;
}
#content ul ul {
	padding-left: 45px;
	padding-right: 25px;
}

#content ol ul {
	padding-left: 45px;
	padding-right: 25px;
}

#content td ul {
	padding-left: 20px;
	padding-right: 25px;
}

#content ul.nobullet {
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: none;
    margin-bottom: .8em;
}

#content dl {
	padding-left: 35px;
	padding-right: 25px;
    margin-bottom: .8em;
}

/* =Nav
---------------------------------------- */

#nav {
	width: 330px;
	float: left;
	margin-top: 25px;
	margin-left: 3px;
	background-color: #ffffff;
	/*border: 1px solid navy;*/
}

#nav a.mainTopic:link,  a.mainTopic:visited {
	display: block;
	/*width: 335px;*/
	/*height: 25px;*/
	line-height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #184c7c;
	text-decoration: none;
	background: url(images/interior_button1.jpg) no-repeat left top;
	text-indent: 45px;
}

#nav a.mainTopic:hover {
	background: url(images/interior_button2.jpg) no-repeat left top;
	color: #3ca9ec;
	font-weight: bold;
}

#nav a#active {
	background: url(images/interior_button2.jpg) no-repeat left top;
	color: #3ca9ec;
	font-weight: bold;
}

#nav a.specialTopic:link, a.specialTopic:visited  {
	display: block;
	/*width: 320px;*/
	height: 18px;
	line-height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #184c7c;
	text-decoration: none;
	text-indent: 57px;
}

#nav a.specialTopic:hover {
	background: url(images/small_turq_dot.gif) no-repeat left top;
	color: #3ca9ec;
	font-weight: bold;
}

#nav a#specialTopicactive {
	background: url(images/small_turq_dot.gif) no-repeat left top;
	color: #3ca9ec;
	font-weight: bold;
}

a.specialTopicSub:link, a.specialTopicSub:visited  {
	display: block;
	/*width: 320px;*/
	height: 18px;
	line-height: 18px;
	font-size: .9em;
	color: #184c7c;
	text-decoration: none;
	font-weight: bold;
	text-indent: 71px;
}

a.specialTopicSub:hover {
	background: url(images/small_turq_dot_sub.gif) no-repeat left top;
	color: #3ca9ec;
}

#nav a#stSubActive {
	background: url(images/small_turq_dot_sub.gif) no-repeat left top;
	color: #3ca9ec;
}

/*-----------------------------------------*/

table#resources {
	margin-left: 12px;
	margin-right: 12px;
}

table#resources p {
	margin-left: 0px;
	margin-right: 0px;
}

table {
	margin-left: 10px;
	margin-right: 25px;
}

table p {
	margin-left: 0px;
	margin-right: 0px;
}

td {
	padding: 3px;
}

td table {	
	margin-left: 0px;
	margin-right: 0px;
}

table.border {
	border-left: black solid 1px;
	border-bottom: black solid 1px;
}

table.border td, table.border th {
	border-top: black solid 1px;
	border-right: black solid 1px;
	vertical-align: top;
}

table.borders  {
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-bottom: 2em;
}

table.borders td, table.borders th 
{
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	vertical-align: top;
}

.smoky { background-color: #dedede; }

ul.smokersrisk {
	list-style-image: url(images/arrow_purple2.gif);
}

blockquote {
	text-indent: 30px;
}

p.right {
	float: right;
	padding: 5px 5px 5px 0px;
	margin-right: 25px;
	border-left: 1px dashed #0199CB;
}

p.bottom {
	margin: 20px;
	border-top: 1px dashed #0199CB;
}

.rightPlain {
	float: right;
	margin-right: 25px;
	margin-left: 20px;
}

.dictionary dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	font-weight: bold;
}

.dictionary dd {
	margin: 0 0 0 160px;
	padding: 0 0 1em 0;
}

.dyk dt {
	text-align: left;
	font-weight: bold;
}

.dyk dd {
	margin: 0 0 0 50px;
	padding: 0 0 1em 0;
}

/* =Pop up formatting
---------------------------------------- */
#popform  {
	width: 550px;
	margin-left: 25px;
	padding-right: 10px;	
}

#popform p {
  	padding: 5px;
}

#popform ul {
	padding-left: 65px;
	padding-right: 10px;
  	margin-bottom: .8em;
}


/* =Quit Guide
---------------------------------------- */
table#quit-guide-nav {
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#quit-guide-nav td {
	padding: 3px;
	font-size: .8em;
	background-color: #ffe7dc;
	color: #3c015b;
}

#quit-guide-nav a {
	color: #5f007a;
	text-decoration: none;
}

#quit-guide-nav a:HOVER {
	text-decoration: underline;
}

#quit-guide-nav a:VISITED {
	color: #5f007a;
	text-decoration: none;
}

.quit-guide-title {
	color: #a61a19;
	font-size: 1.1em;
	font-weight: bold;
}

#quit-guide-nav a.quit-guide-title {
	color: #a61a19;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#quit-guide-nav td.current {
    background-color: #fed5c2;
}


/* =Typography Fonts Links
---------------------------------------- */
h1 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: normal;
	color: #C34C16; /*-- this color is WCAG compliant, original color was #D5541A --*/
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.guidenav, a.guidenav {
	font-size: 11px;
}

.hidden {
	color: #FF9835;
}

table.steps {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

table.steps td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.source {
    font-size: .7em;
    border-top: 1px solid #666;
    margin-top: 20px;
}


.caption {
    font-size: .9em;
    width: 300px;
}

.highlightBox {
	margin-left: 10px;
	background-color: #ffe7dc;
	border: 1px solid #d5541a;
	padding: 5px;
	margin-right: 25px;
}

a.important-link {
    color: #d5541a;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
}

a.important-link:HOVER {
    color: #d5541a;
    text-decoration: underline;
}

a.important-link:VISITED {
    color: #d5541a;
}

a.important-link:VISITED:HOVER {
    color: #d5541a;
    text-decoration: underline;
}
.mapSource {
    font-size: .7em;
    margin-top: 25px;
    margin-left: 38px;
	margin-right: 25px;
    margin-bottom: .8em;     
}

#resourceText {
    width: 220px;
    border: 1px solid #df4a8c;
    padding: 4px;
    margin-top: -250px;
    margin-left: 25px;
}

.hiddenwhite {
	color: #fff;
	font-size: 1px;
}

.hiddenSearch {
	color: #d5541a;
	font-size: 1px;
}

.callout {
	width: 150px;
	float: right;
	background-color: #ffe7dc;
	border: 1px solid #d5541a;
	padding: 5px;
	margin: 8px;
}

.indent { margin-left: 7px; }

sup { line-height: 0.5em; vertical-align: baseline; position: relative; top: -0.4em; }

/* callout used on research_studies.aspx */
.sidebox { width: 280px; float: right; background-color: #ffe7dc; border: 1px solid #d5541a; padding: 6px 3px; margin: 8px; }
.sidebox p { margin: 0 -4px -8px 0;}

#sharing {
    position: absolute;
    top: 112px;
    /* right: 14px; */
    right: 86px;
    z-index: 100;
    clear: both;
}

#sharing-map {
    position: absolute;
    top: 112px;
    /* right: 14px; */
    right: 86px;
    z-index: 100;
}

.tools-list li { padding: 0 0 1.25em 0; }
.tools-list-reset li { padding: 0; }

/* style added for the skip content anchors/links */
.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; top:auto; width: 1px; height: 1px; overflow: hidden; }
/*.skipnav a:focus, .skipnav a:active { position: static; width: auto; height: auto; visibility:hidden;}*/


/* style for iframe calculator */
#framecontent {
    position: relative;
	width: 620px;
	float:left;
	background-color: #ffffff;
	margin-left: auto;
  	margin-right: auto;
}


#sfcalculator {
	width: 550px;
	/*border: 1px solid #d55526;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	position: relative;
	text-align: left;
}

#sfcalculator table {
	margin-left: 6px;
	margin-right: 25px;
	margin-top:10px;
	font-size: 1.0em;
	float:left;
	width: 100%;
}


#sfcalculator  td {
	padding: 0px;
}

#sfcalculator p 
{
  padding-left: 5px;
  padding-right: 25px;
  margin-bottom: .8em;
  margin-top: .8em;
}

#sfcalculatortitle {
	font-weight: bold;
	color: #d55526;
	font-size: 14px;
}

/* style for standalone savings calculators */

#savingsCalculator {
	border: 1px solid #d55526; 
	width:550px; 
	float:left; 
}

#bannerHeader {
	background: url(images/smokefree-calculator-bkgd2.jpg) repeat-x top left; 
	width:550px; 
	float:left;
}

#savingsFooter {
	clear: both; 
	float: left; 
	width: 550px; 
	height: 3em; 
	/*border-top: 1px solid #d55526;*/
	background: #3ca9ec;
	font-weight: bold;
	font-size: .9em;
}

#savingsFooter a {
	color: #0e2d4a;
	text-decoration: none;
}

#savingsFooter a:link, #footer a:visited {
	color: #0e2d4a;
	text-decoration: none;
}

#savingsFooter a:hover {
	color: #0e4b83;
	text-decoration: underline;
}

#savingsFooterLeft {
	float:left;
	padding: .75em 1em; 
}

#savingsFooterRight {
	float:right;
	padding: .75em 1em; 
}

#savingsResults td { border-top: 1px solid black; font-size: 110%; }
.altSavingsRow { background: #dcdcdc; }

.MyCalendar
{
padding:0;
margin:0;
}

/* calendar style */	

.MyCalendar .ajax__calendar_header
{
	background-color:#F5F5F5;
}	
	
.MyCalendar .ajax__calendar_title 
{
	font-size:12px;
}

.MyCalendar .ajax__calendar_container 
{
	position: absolute;
	 /*left: 0px !important;
   top: 100px !important;*/
    visibility: visible; display: block;
     /*  above code is very import for the clendar position */
    border:1px solid black;
    background-color:White;
    color: black;
    width:200px;
    height:180px;
    z-index: 100;
}

.MyCalendar .ajax__calendar_body {
    width:200px;
    height:140px;
       background-color:White;
}

.MyCalendar .ajax__calendar_dayname {
    font-weight:bold;
}

.MyCalendar .ajax__calendar_today
{
	   font-weight:bold;
}


.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
	visibility:hidden;
	display:none;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year 
{
	color: #d55526;
    font-weight:bold;
}

/* my calendar standalone */
.MyCalendar2 .ajax__calendar_header
{
	background-color:#F5F5F5;
}	
	
.MyCalendar2 .ajax__calendar_title 
{
	font-size:12px;
}

.MyCalendar2 .ajax__calendar_container 
{
	position: relative;
	left: 0px !important; /* the calendar is align on teh left side */
    top: 100px !important;
    visibility: visible; display: block;
     /*  above code is very import for the clendar position */
    border:1px solid black;
    background-color:White;
    color: black;
    width:200px;
    height:180px;
    z-index: 100;
}

.MyCalendar2 .ajax__calendar_body {
    width:200px;
    height:140px;
       background-color:White;
}

.MyCalendar2 .ajax__calendar_dayname {
    font-weight:bold;
}

.MyCalendar2 .ajax__calendar_today
{
	   font-weight:bold;
}


.MyCalendar2 .ajax__calendar_other .ajax__calendar_day,
.MyCalendar2 .ajax__calendar_other .ajax__calendar_year {
	visibility:hidden;
	display:none;
}
.MyCalendar2 .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar2 .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar2 .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar2 .ajax__calendar_active .ajax__calendar_day,
.MyCalendar2 .ajax__calendar_active .ajax__calendar_month,
.MyCalendar2 .ajax__calendar_active .ajax__calendar_year 
{
	color: #d55526;
    font-weight:bold;
}


/* privacy.aspx style */
.tbl3rdParty { width: 620px; border: 1px solid black; border-collapse:collapse; margin-bottom: 1em;}
.tbl3rdParty td, .tbl3rdParty th { border: 1px solid black; vertical-align: top; padding: 4px;  }
