/* -------------------------------------------------------------- 
Universal Internet Explorer 6 stylesheet:
http://stuffandnonsense.co.uk/blog/about/universal_internet_explorer_6_css/

Author: Andy Clarke
Web site: http://stuffandnonsense.co.uk
Web site: http://forabeautifulweb.com
Web site: http://transcending.com
Web site: http://hardboiledwebdesign.com
Twitter: http://twitter.com/malarkey

Version date : 13th June 2010
Version: 1.1 

License: Creative Commons CC Zero Declaration. No Rights Reserved.

Based on the work of:
Mark Boulton: http://markboulton.co.uk
Eric Meyer: http://meyerweb.com
Cameron Moll: http://cameronmoll.com
Richard Rutter: http://clagnut.com
Khoi Vinh: http://subtraction.com

-------------------------------------------------------------- */
/* line 44, ../scss/ie6and7.scss */
html, body,
div, span,
object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote,
pre, a,
abbr, acronym,
address, code,
del, dfn,
em, img,
q, dl,
dt, dd,
ol, ul,
li, fieldset,
form, label,
legend, table,
caption, tbody,
tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* Body ---------------------------------------------------- */
/* line 56, ../scss/ie6and7.scss */
body {
  width: 100%;
  /* http://www.cameronmoll.com/archives/000892.html */
  width: expression(document.body.clientWidth < 640? "640px" : document.body.clientWidth > 120? "120em" : "auto");
  margin: 0 auto;
  padding: 2em 0;
  /* font : 88% Georgia, Times, serif; */
  line-height: 1.4;
  background: #fff;
  color: #4c4c4c; }

/* Headings ---------------------------------------------------- */
/* line 69, ../scss/ie6and7.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 1em; }

/* line 72, ../scss/ie6and7.scss */
h1 {
  font-size: 3em;
  line-height: 1; }

/* line 76, ../scss/ie6and7.scss */
h2 {
  font-size: 2em; }

/* line 79, ../scss/ie6and7.scss */
h3 {
  font-size: 1.5em;
  line-height: 1; }

/* line 83, ../scss/ie6and7.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25; }

/* line 87, ../scss/ie6and7.scss */
h5, h6 {
  font-weight: bold;
  font-size: 1em; }

/* line 91, ../scss/ie6and7.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

/* Text elements -------------------------------------------------------------- */
/* line 96, ../scss/ie6and7.scss */
p {
  margin: 0 0; }

/* line 99, ../scss/ie6and7.scss */
a {
  color: #105cb6;
  text-decoration: underline; }

/* line 103, ../scss/ie6and7.scss */
a:visited {
  color: #5ea5e8; }

/* line 106, ../scss/ie6and7.scss */
a:focus, a:hover {
  color: #032752; }

/* line 109, ../scss/ie6and7.scss */
a img {
  border: none; }

/* line 112, ../scss/ie6and7.scss */
blockquote {
  margin: 1.5em 1.5em 1.5em -1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #a8a8a8;
  font: italic 1.2em "Times New Roman", Times, serif; }

/* line 118, ../scss/ie6and7.scss */
strong {
  font-weight: bold; }

/* line 121, ../scss/ie6and7.scss */
em, dfn {
  font-style: italic; }

/* line 124, ../scss/ie6and7.scss */
dfn {
  font-weight: bold; }

/* line 127, ../scss/ie6and7.scss */
sup, sub {
  line-height: 0; }

/* line 130, ../scss/ie6and7.scss */
abbr, acronym {
  border-bottom: 1px dotted #a8a8a8;
  cursor: help; }

/* line 134, ../scss/ie6and7.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic; }

/* line 138, ../scss/ie6and7.scss */
del {
  color: #666; }

/* line 141, ../scss/ie6and7.scss */
pre, code, tt {
  margin: 1.5em 1.5em 1.5em -1.5em;
  padding-left: 1.5em;
  border-left: 1px dotted #a8a8a8;
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

/* line 148, ../scss/ie6and7.scss */
pre {
  white-space: pre; }

/* Lists -------------------------------------------------------------- */
/* line 154, ../scss/ie6and7.scss */
li ul, li ol {
  list-style-type: circle;
  margin: 0 1.5em .75em 1.5em; }

/* line 158, ../scss/ie6and7.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0; }

/* line 161, ../scss/ie6and7.scss */
ul {
  list-style-type: disc; }

/* line 164, ../scss/ie6and7.scss */
ol {
  list-style-type: decimal; }

/*
dl {
margin-bottom: 1.5em; 
padding-top: 1.5em; 
border-top : 1px solid #a8a8a8; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em; 
padding-bottom: 1.5em; 
border-bottom : 1px solid #a8a8a8; }
*/
/* Tables -------------------------------------------------------------- */
/* line 186, ../scss/ie6and7.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.4em;
  /* width : 100%;  */ }

/* line 193, ../scss/ie6and7.scss */
table, td, th {
  vertical-align: top; }

/* line 196, ../scss/ie6and7.scss */
th, thead th {
  font-weight: bold; }

/* line 199, ../scss/ie6and7.scss */
th, td, caption {
  /* padding : 4px 10px 4px 5px;  */
  text-align: left;
  font-weight: normal; }

/* line 204, ../scss/ie6and7.scss */
th, td {
  border-bottom: 1px solid #a8a8a8; }

/* line 207, ../scss/ie6and7.scss */
tfoot {
  font-size: .9em; }

/* line 210, ../scss/ie6and7.scss */
caption {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1; }

/* Forms -------------------------------------------------------------- */
/* line 217, ../scss/ie6and7.scss */
label {
  font-weight: bold; }

/* line 220, ../scss/ie6and7.scss */
fieldset {
  margin: 0 0 1.5em 0;
  padding: 1.4em 1.4em 0 1.4em;
  border: 1px solid #a8a8a8; }

/* line 225, ../scss/ie6and7.scss */
legend {
  font-size: 1.2em;
  font-weight: bold; }

/* line 229, ../scss/ie6and7.scss */
textarea {
  width: 390px;
  height: 250px;
  padding: 5px; }

/* line 235, ../scss/ie6and7.scss */
ul.skip, #header .show-for-small, #header .feedbackmobile, #header .searchmobile, #header .phonebookemobile, #sites {
  display: none; }

/* line 237, ../scss/ie6and7.scss */
.headerwrap {
  margin: auto; }

/* line 239, ../scss/ie6and7.scss */
body {
  margin: auto; }

/* line 240, ../scss/ie6and7.scss */
.full-width-bkgd {
  margin: auto;
  width: 970px;
  overflow: hidden; }

/* line 242, ../scss/ie6and7.scss */
.row {
  width: 970px;
  margin: auto;
  overflow: hidden; }

/* line 244, ../scss/ie6and7.scss */
.smallorbit {
  display: none; }

/* line 246, ../scss/ie6and7.scss */
li.back {
  display: none; }

/* My Styles */
/* line 262, ../scss/ie6and7.scss */
body {
	
	
  background: #cce0ef url(../../v4/Health-Update-1-6/img/content/background/state-coawhite.png) center 30% no-repeat fixed;
  }

/* line 264, ../scss/ie6and7.scss */
p {
  margin: .25em 0em;
  padding: 0; }

/* line 268, ../scss/ie6and7.scss */
ul, ul li {
  margin-top: 0px;
  margin-left: 0; }

/* line 273, ../scss/ie6and7.scss */
h1 {
  color: #194b80; }

/* line 280, ../scss/ie6and7.scss */
#mobile-header, .breadcrumbs, .skip, #sidr-main, .orbitslider, .twitter-timeline, .basefooter, .coa, #icons, .vertical-nav, .flickrslideshow, video, object, .youtube, .bx-wrapper {
  display: none; }

/* line 282, ../scss/ie6and7.scss */
.agencylogo {
  float: left; }

/* line 283, ../scss/ie6and7.scss */
.agencyname {
  float: left;
  padding-left: .5em;
  display: block; }
  /* line 284, ../scss/ie6and7.scss */
  .agencyname .current {
    background-color: transparent; }

/* line 289, ../scss/ie6and7.scss */
#header {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  /* line 293, ../scss/ie6and7.scss */
  #header:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    /* My addition. Not sure it's a good idea, but there you go. */
    clear: both;
    visibility: hidden; }
  /* line 294, ../scss/ie6and7.scss */
  #header p.mainname {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    padding: 0;
    margin: 0; }

/* line 303, ../scss/ie6and7.scss */
table {
  max-width: 80%;
  margin-top: 1em;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: .25em; }
  /* line 308, ../scss/ie6and7.scss */
  table caption {
    text-align: left;
    margin-bottom: .25em; }
  /* line 309, ../scss/ie6and7.scss */
  table th {
    text-align: left;
    border-bottom: solid 1px #ccc; }
  /* line 310, ../scss/ie6and7.scss */
  table td {
    border-right: solid 1px #ccc;
    padding: .25em; }
    /* line 311, ../scss/ie6and7.scss */
    table td:last-child {
      border: none; }

/* line 316, ../scss/ie6and7.scss */
iframe {
  margin: 1em 0; }

/* line 318, ../scss/ie6and7.scss */
#header .large-3 {
  float: right;
  width: 38%; }
  /* line 319, ../scss/ie6and7.scss */
  #header .large-3:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    /* My addition. Not sure it's a good idea, but there you go. */
    clear: both;
    visibility: hidden; }

/* line 324, ../scss/ie6and7.scss */
ul.socialmedia {
  display: block; }
  /* line 326, ../scss/ie6and7.scss */
  ul.socialmedia li {
    float: left; }
    /* line 327, ../scss/ie6and7.scss */
    ul.socialmedia li a {
      margin-right: .2em; }

/* line 331, ../scss/ie6and7.scss */
.search {
  display: block; }

/* line 336, ../scss/ie6and7.scss */
ul.nav {
  margin-top: 1.5em; }
  /* line 338, ../scss/ie6and7.scss */
  ul.nav li {
    float: left;
    background-color: #fff;
    margin-right: .2em; }
    /* line 339, ../scss/ie6and7.scss */
    ul.nav li a {
      display: inline-block;
      padding: .6em;
      text-decoration: none; }
      /* line 340, ../scss/ie6and7.scss */
      ul.nav li a:hover {
        background-color: #eee; }

/* line 347, ../scss/ie6and7.scss */
.current {
  background-color: #0f2d4d; }
