@charset "UTF-8";
/* CSS Document */

html { width: 100%; }

body {
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center; 
	}
	
/*-------------------------
/* CONTAINERS
/*-------------------------*/

#container {
	width: 1014px;
	height: 100%;
	margin: 0 auto;
	background: url(/images/container-bg.png) center top repeat-y;
	z-index: 20;
	text-align: left;
	}
	
#content {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	min-height: 1000px;
	overflow: visible;
	position: relative;
	}
	
#contentBox {
	width: 560px;
	float:left;
	}

/*-------------------------
/* SHADOW
/*-------------------------*/

.shadow {
	height: 100%;
	width: 7px;
	}
	
#shadowLeft {
	float:left;
	}

#shadowRight {
	float:right;
	}

/*-------------------------
/* FOOTER
/*-------------------------*/
	
#footer {
  position: absolute;
	width: 950px;
	height: 150px;
	margin-top: 60px;
	bottom: 0;
	padding:15px 15px 35px 35px;
	}
	
	#footer ul {
	  list-style: none;
	  list-style-position: outside;
	}
	
#footer .fltLft {
	width: 240px;
	margin-right: 8px;
	float: left;
	}
	
  #footer .fltLft h2.about a {
    
  }
	
	#footer .fltLft h2.programs a:link,
	#footer .fltLft h2.programs a:visited,
	#footer .fltLft h2.programs a:hover,
	#footer .fltLft h2.programs a:active {
    color: #e8ad47;
  }
  
  #footer .fltLft h2.smoking a:link,
	#footer .fltLft h2.smoking a:visited,
	#footer .fltLft h2.smoking a:hover,
	#footer .fltLft h2.smoking a:active {
    color: #91c20c;
  }
	
#footer .logo {
	width: 150px;
	float: left;
	margin-left: 30px;
	}
	
#featureBox {
	width: 940px;
	height: 270px;
	margin: auto;
	}
	
#header {
	margin: 0px 30px 16px 24px;
	padding-top: 16px;
	text-align: left;
	}
	
	#header a.en,
	#header a.es {
	  display: block;
	  float: right;
	  width: 62px;
	  height: 24px;
	  background-repeat: no-repeat;
	  background-position: top left;
	  margin-top: 5px;
	}
	
	#header a.en {
	  background-image: url(/images/lang_en.gif);
	}
	
	#header a.es {
	  background-image: url(/images/lang_es.gif);
	}

#middle {
	width: 940px;
	margin: 20px auto;
	}
	
#middle ul {
	margin-top: 18px;
	}
	
#leftBox, #midBox {
	margin-right: 20px;
	margin-bottom: 260px;
	}
	
/*-------------------------
/* LISTS
/*-------------------------*/

.bl {
	list-style-type: disc;
	list-style-position: outside;
	}
	
.bl li {
	margin-bottom: .5em;
	margin-left: 20px;
	}

.nl {
	margin-bottom: 0.5em;
	list-style: decimal;
	list-style-type:decimal;
	list-style-position:outside;
	}

.nl li {
	margin-bottom: 0.5em;
	margin-left: 25px;
	}

/*-------------------------
/* PRIMARY NAVIGATION
/*-------------------------*/
#primaryNav {
	width:150px;
	margin-left: 30px;
	float: left;
	}
	
	#primaryNav ul,
	.secondaryNav ul,
	.tertiaryNav ul {
	  list-style: none;
	  list-style-position: outside;
	}
	
	  #primaryNav ul li {
	    margin-bottom: 10px;
	  }
	    
	    #primaryNav ul li a {
	      display: block;
  	    width: 150px;
  	    height: 26px;
  	    padding-top: 5px;
	      background: url(/images/nav_bg.png) top left no-repeat;
	      text-align: center;
  	    font-weight: bold;
	    }
	  
	  #primaryNav ul li.learnAboutSVAP a:link,
	  #primaryNav ul li.learnAboutSVAP a:visited {
	    background-position: 0 0;
	    color: #a2ebff;
	  }
	  
	    #primaryNav ul li.learnAboutSVAP a:hover {
	      background-position: -200px 0;
	    }
	    
	    #primaryNav ul li.learnAboutSVAP a:active,
	    #primaryNav ul li.learnAboutSVAP a.selected {
	      color: #fff;
	      background-position: -400px 0;
	    }
	  
	  #primaryNav ul li.getFamiliar a:link,
	  #primaryNav ul li.getFamiliar a:visited {
	    background-position: 0 -48px;
	    color: #ffe6ba;
	  }
	  
	    #primaryNav ul li.getFamiliar a:hover {
	      background-position: -200px -48px;
	    }
	    
	    #primaryNav ul li.getFamiliar a:active,
	    #primaryNav ul li.getFamiliar a.selected {
	      color: #fff;
	      background-position: -400px -48px;
	    }
	  
	  #primaryNav ul li.smokingVehicles a:link,
	  #primaryNav ul li.smokingVehicles a:visited {
	    background-position: 0 -95px;
	    color: #d9f58c;
	  }
	  
	    #primaryNav ul li.smokingVehicles a:hover {
	      background-position: -200px -95px;
	    }
	    
	    #primaryNav ul li.smokingVehicles a:active,
	    #primaryNav ul li.smokingVehicles a.selected {
	      background-position: -400px -95px;
	      color: #fff;
	    }
	  
	  #primaryNav ul li.eligibilityForm a:link,
	  #primaryNav ul li.eligibilityForm a:visited {
	    background-position: 0 -141px;
	    color: #dedede;
	  }
	  
	    #primaryNav ul li.eligibilityForm a:hover {
	      background-position: -200px -141px;
	    }
	    
	    #primaryNav ul li.eligibilityForm a:active,
	    #primaryNav ul li.eligibilityForm a.selected  {
	      background-position: -400px -141px;
	      color: #fff;
	    }
	  
	  #primaryNav ul a:hover {
	    color: #fff !important;
	  }
	  
	
.navButton {
	margin-bottom: 8px;
	}
	
/*-------------------------
/* SECONDARY NAVIGATION
/*-------------------------*/
.secondaryNav {
	width: 150px;
	margin-right: 30px;
	float: left;
	}
	
.secondaryNav li {
	padding: .6em 0;
  border-top: 1px solid #ccc;
  line-height: 120%;
  font-weight: bold;
	}
	
	.secondaryNav li a {
	  font-size: 12px;
	  text-transform: uppercase;
	}
	
	.secondaryNav li.selected a {
	  color: #009DCA;
	}	
	
/*-------------------------
/* SECONDARY NAVIGATION
/*-------------------------*/
#mainBox ul.tirtiaryNav {
	padding-left: 15px;
	padding-bottom: .6em;
	margin-top: -.3em;
	margin-bottom: 0;
	}
	
.tirtiaryNav li {
	border-top: 0;
	padding: .3em 0;
	font-weight: normal;
	}
	
.tirtiaryNav li a {
  text-transform: capitalize;
  padding-left: 8px;
  }

  .tirtiaryNav li.selected a {
    background: url(/images/menu_arrow.gif) 0 center no-repeat;
  }

/*-------------------------
/* HOME PAGE BOXES
/*-------------------------*/

a.rotate {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

/* Intro Box */

div#home_intro {
  width: 940px;
  margin: 10px auto 5px auto;
}

  div#home_intro .top {
    height: 10px;
    background: url(/images/box_home_top.gif) top left no-repeat;
  }
  
  div#home_intro .body {
    background: url(/images/box_home_mid.gif) top left repeat-y;
    padding: 10px 50px 5px 50px;
    position: relative;
  }
  
    div#home_intro .body h1 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 6px;
      margin-top: 0;
    }
    
    div#home_intro .body p {
      font-size: 14px;
      line-height: 150%;
      margin-bottom: 6px;
    }

  div#home_intro .bottom {
    height: 10px;
    background: url(/images/box_home_bottom.gif) top left no-repeat;
  }

/* Menu Boxes */

.wBox {
	width: 300px;
	float: left;
	}
	
	.wBox ul {
	  list-style-type: none;
	  list-style-position: outside;
	}
	
	.wBox div a {

	}
	
	  .wBox div ul a {
	    display: inline;
	  }
	
.wBoxTop {
	width: 300px;
	height: 10px;
	}
	
.wBoxMid {
	width: 280px;
	height: 240px;
	padding: 10px 25px 10px 17px;	
	}
	
	.wBoxMid ul {
	  margin-left: 2px;
	}

.wBoxBottom {
	width: 300px;
	height: 10px;
	}
	
/*-------------------------
/* SECONDARY PAGE BOXES
/*-------------------------*/
#mainBox {
	width: 780px;
	margin-left: 12px;
	margin-bottom: 260px;
	float: left;
	}
	
	#mainBox ul {
      margin: 15px 0;
	}
	
div.section_header img {
  margin-bottom: 8px;
}	
	
.boxTop {
	width: 780px;
	height: 8px;
	}
	
.boxMid {
	width: 740px;
	padding: 20px;
	}

.boxBottom {
	width: 780px;
	height: 8px;
	}

/* PUBLIC FORM STYLES */

body#formIntroPage div.secondaryNav,
body#formQuestionsPage div.secondaryNav,
body#formResultsPage div.secondaryNav {
    display: none;
  }
  
  body#formIntroPage div#contentBox,
  body#formQuestionsPage div#contentBox,
  body#formResultsPage div#contentBox {
    width: 700px;
    margin-left: 10px;
  }

div.form_progress {
  float: right;
  text-align: right;
}

  div.form_progress div {
    display: inline-block;
    padding: 20px 14px 0;
    font-size: 11px;
    text-align: center;
    background: url(/images/form_progress_off.gif) center top repeat-x;
    float: left;
  }
  
  div.form_progress div.selected {
    background: url(/images/form_progress_on.gif) center top no-repeat;
    font-weight: bold;
  }
  
div.intro_question {
  padding-top: 5px;
}

  div.intro_q {
    width: 200px;
    float: left;
    padding: 10px 20px 10px 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f2faf2;
    border: 1px solid #c1e7f1;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
    
    div.intro_q span {
      display: block;
      text-align: left;
    }
    
    div.intro_q input {
      margin-bottom: 10px;
    }
    
    div#fail {
      background-color: #faf2f2;
    }

div#error {
  background-color: #A32121;
  color: #fff;
  padding: 5px 15px;
  margin-top: 10px;
}
    
table.questions {
  
}
  
  table.questions td {
    border-top: 1px solid #c1e7f1;
    padding: 12px 5px;
    width: 50px;
    background-color: #f7fbfd;
    vertical-align: top;
  }
  
    table.questions td.question_text {
      width: 300px;
      padding-left: 15px;
    }

    table.questions td.dk {
      width: 120px;
    }
    
    table.questions tfoot td {
      background-color: transparent;
      padding-top: 25px;
    }
    
    table.questions td p {
      margin: 0;
    }
    
      table.questions td table {
        margin: 15px 0;
      }
    
      table.questions td table td {
        border: 0;
        width: auto;
        padding: 0;
        background-color: transparent;
      }
    
      table.questions td table th {
        font-weight: normal;
        font-style: italic;
      }

table.vehicle_smoke {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

table.vehicle_smoke td,
table.vehicle_smoke th {
  border-top: 1px solid #ccc;
  padding: 3px 10px;
  background-color: #f7fbfd;
}

  table.vehicle_smoke td li {
    list-style-position: outside;
    margin-left: 15px;
  }

  table.vehicle_smoke thead td {
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    padding-left: 10px;
    border: 0;
  }

  table.vehicle_smoke tr.gray td {
    background-color: #f1f1f1;
  }
  
  table.vehicle_smoke tr.blue td {
    background-color: #DFE9ED;
  }

  table.vehicle_smoke tr.white td {
    
  }


/*-------------------------
/* CLEARS
/*-------------------------*/
.clearright { clear:right; }
.clearleft { clear: left; }
.clearboth { clear:both; }