/* RESET */
* { padding: 0; margin: 0 auto; }
a img { border: none; }
a:focus { outline: none; }

body { 
  margin: 0 auto; line-height: 1.25em; 
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

hr { 
  clear:both;
  float: left;
  margin: 25px 0 0 0;
  height: 1px; 
  border: 0; 
  color: #c3c3c3; 
  background-color: #c3c3c3;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75);
  box-shadow: 0 1px 0 rgba(255,255,255,.75); width: 100%; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear: both; }


/* Typography */
a { color: #3375aa; text-decoration: underline; cursor:hand; }
a:focus, a:hover { color: #749c2d; outline: none; text-decoration: underline; cursor:hand; }
a.more, span.more { color: #3375aa; font-size: 10px; text-transform: uppercase; font-weight: 700; }

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; color: #0a538f; font-weight: 400; line-height: 1.0em; }
h1 { font-size: 2.25em; line-height: 1.0em; margin-bottom: 0.2em;  }
h1 span { display: none; }
h2 { font-size: 1.75em; font-weight: normal; line-height: 1; margin-bottom: 0.1em;  }
h3 { font-size: 1.5em; font-weight: bold; color: #00a950; line-height: 1; margin-bottom: 0.4em; }
h4 { font-size: 1.25em; font-weight: bold; line-height: 1.2em; margin-bottom: 5px; }
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1px; color: #0c7ba1; }
h6 { font-size: 90%; color: #fff; margin-bottom: 0.25em; text-transform: uppercase; }

p { margin: 0 0 1.5em 0; }
p img { float: left; margin: 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
span.date { font-size: 12px; font-style: bold; text-transform: uppercase; }
p.contact { font-size: 12px; font-style: bold; text-transform: uppercase; margin-top: 20px; border-top: 1px #ccc dotted; padding-top: 8px; }
p.description { margin: -.75em 0 1.0em 0; font-style: italic; color: #999; font-size: 0.8em; }

ul { margin: 0 0 1em 15px; }
ol { margin: 0 0 1em 30px; }

blockquote {  }
blockquote cite { display: block; margin: 0 0 1em; }


/* General Site Styles */
body {
	margin: 0 auto;
	background: #fff url(/img/tile.jpg) repeat-x top center;
  font-size: 13px;
  line-height: 1.25em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333; 
	text-align: left;
}
body.simple { background: white; }
#header {
	clear:both;
	width: 960px;
  margin: 0 auto;
	height: 121px;
  overflow-y: hidden;
  z-index: 99;
  position: relative;
  background: url(/img/header.jpg) no-repeat top left;
}
body.simple #header {
   width: 100%;
   background: #015daa; }
   
#logo {
  float: left;
  width: 560px;
  margin: 0;
  height: 121px;
}
body.simple #logo { 
    float: none;
    width: auto;
    margin: 0;
    height: auto;
    text-align: center;
    margin-top: 25px; }
#social {
  float: left;
  width: 70px;
  margin: 35px 0 0 60px;
}
#search {
  float: left;
  width: 250px;
  margin: 10px 0 0 20px;
}
#secid {
  margin: 0 auto;
	width: 958px;
	height: 34px;
  border: 1px #fff solid;
}

body.simple #social, body.simple #search { display: none; }

#content {
  clear: both;
	margin: 0 auto;
	width: 960px;
  z-index: 1;
  position: relative;
}

#content.interior { 
  min-height: 350px; 
  height:auto; 
  padding: 22px;
  width: 916px;
  background: #fff url('/img/tile_content_int3.jpg') no-repeat 1px 0px;
}

#content.interior div.main {
  clear: left;
  float: left;
  width: 700px;
}
#content.interior div.rail {
  float: right;
  width: 200px;
}
.module {
  background: #fff; 
  border: 1px #035fac solid; 
  margin: 20px 0px; 
  padding: 2px;
}
body.news-folder #content.interior div.main {
  width: 900px;
}

#content.simple {
   width: 100%;
   background: white;
   min-height: 50vh; }


/* Homepage Specific */
#content-main-home {
  clear: both;
  margin: 0 auto;
  margin-top: 8px;
  background: url('/img/tile_home_main.jpg') no-repeat 0 0; 
  height: 348px; 
  width: 943px; 
  padding: 0;
  overflow-y: hidden;
}
#home-rail { 
  float:left; 
  background: none; 
  width: 212px; 
  height: 336px; 
  color: #fff; 
  padding: 6px; 
}
#email-signup {
  padding: 10px;
}
#content-bottom-home {
  clear: both;
  background: url('/img/tile_home_bot2.jpg') no-repeat 0 0; 
  height: auto; 
  min-height: 552px;
  width: 943px; 
  margin: 0 auto;
  margin-top: 8px;
}
#home-bot-left {
  float: left;
  width: 200px;
  padding: 16px 12px 16px 16px;
  }
ul.promos-home { margin: 0 auto; list-style:none;  background: none; line-height: 1.1em; }
ul.promos-home li { float:left; display: block; margin: 0 1px 3px 0; }

#home-news   { 
  float: right;
  padding: 16px 8px; 
  width: 695px;
}
#news-footer { 
  clear: both;
  float: right;
  border-top: 1px #d4e2f0 solid; 
  padding: 8px 16px 8px 16px; 
  font-size: 13px; 
  text-transform:uppercase; 
  width: 676px;
  margin-bottom: 20px;
}

/* Navigation */
#nav {
    width: 960px;
    height: 39px;
    z-index:999;
    background: url(/img/nav.png) no-repeat 0 0; 
    }

body.simple #nav { display: none; }

#nav ul {
    padding: 0; 
    margin: 0 auto; 
    list-style: none; 
    width: 960px; 
    height: 39px;
    }

#nav ul li { 
    float: left; 
    padding: 0; 
    margin: 0; 
    position: relative; 
    display: block;
    height: 39px; 
    z-index:999;
    }

#nav ul li a { padding: 0; display: block; height:41px;}
#nav ul li a span { display: none; }

#nav_home { background-image: url(/img/nav.png); background-position: 0 0; width: 84px; }
#nav_action-center { background-image: url(/img/nav.png); background-position: -84px 0px; width: 136px; }
#nav_organize { background-image: url(/img/nav.png); background-position: -220px 0px; width: 99px; }
#nav_political-action { background-image: url(/img/nav.png); background-position: -319px 0px; width: 143px; }
#nav_retirees { background-image: url(/img/nav.png); background-position: -462px 0px; width: 93px; }
#nav_personal-support-program { background-image: url(/img/nav.png); background-position: -555px 0px; width: 228px; }
#nav_about { background-image: url(/img/nav.png); background-position: -783px 0px; width: 79px; }
#nav_links { background-image: url(/img/nav.png); background-position: -862px 0px; width: 98px; }

#nav_home:hover, #nav_home.over { background-position: 0px -39px; }
#nav_action-center:hover, #nav_action-center.over { background-position: -84px -39px; }
#nav_organize:hover, #nav_organize.over { background-position: -220px -39px; }
#nav_political-action:hover, #nav_political-action.over { background-position: -319px -39px; }
#nav_retirees:hover, #nav_retirees.over { background-position: -462px -39px; }
#nav_personal-support-program:hover, #nav_pesonal-support-program.over { background-position: -555px -39px; }
#nav_about:hover, #nav_about.over { background-position: -783px -39px; }
#nav_links:hover, #nav_links.over { background-position: -862px -39px; }


#nav ul ul { 
    display: none; 
    position: absolute;   
    top: 39px;
    left: -1px;
    width: 180px;
    height:auto !important;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 8px 6px 8px;
    background: #103991; 
    border: 1px #fff solid;
    z-index:1000;
    }
#nav ul ul.last {
    width: 160px;
    }
#nav ul ul li { 
    height: auto; 
    display: block;
    width: 180px;
    border-bottom:1px #4881ba dotted; 
    border-left: 0px; 
    padding: 0;
    z-index:1000;
    }
#nav ul ul.last li {
    width: 160px;
    }

#nav ul ul li a { 
    display: block; 
    padding: 4px 0 4px 8px; 
    height:auto !important;
    width: 100%;
    color: #fff;
    text-decoration:none;
    }
#nav ul ul li>a { 
    display: block;
    padding: 4px 0 4px 8px; 
    width: auto;
    }

#nav ul ul li a:hover {  
    display: block;
    background: #4881ba;
    text-decoration:underline;    
}

#nav li:hover ul {  
    display: block; 
    }

#nav li.over ul { 
    display: block; 
    }


ul#left-nav {
  display:block;
  clear: both;
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
  color: #000;
  padding: 0;
}


/* Right Rail Links */
ul.links     { padding: 11px; margin: 0; list-style:none; background: #e0eaf6; }
ul.links h1  { font-size: 18px; font-weight:bold; }
ul.links li  { font-size: 14px; margin: 0px; line-height: 1.15em; padding: 3px; border-bottom: 1px #accde9 solid; }
ul.links li a  { display:block; font-weight: bold;  text-decoration: none; padding: 0 0 0 3px; }
ul.links li a:hover  { text-decoration: underline; }



/* Teaser Lists */
/* Lists */
ul.teasers { list-style:none; margin: 0 auto; margin-top: 15px; line-height: 1.1em; }
.callout ul.teasers { margin-top: 5px; }
ul.teasers li { display: block; clear:both; width: 100%; float:left; margin: 0 !important; margin-bottom: 5px !important; padding: 5px 0 5px 0; line-height: 1.0em; border-bottom: 1px #d8cfd1 dotted; }
.callout ul.teasers li { padding: 3px 0 5px 0; }
ul.teasers li.home { margin-bottom: 0; padding: 0; border: 0; }
ul.teasers li span.date {  color: #000; font-size: 12px; line-height: 1.2em; text-transform: uppercase; }
ul.teasers li a { display:block; text-decoration: none;  }
ul.teasers li a:hover {  }
ul.teasers li span.headline    { font-size: 20px; font-weight: 400; text-decoration: none; line-height: 1.0em; }
.callout ul.teasers li span.headline { font-size: 16px; }
ul.teasers li span.description { font-size: 14px; color: #000; text-decoration: none; line-height: 1.0em; }
ul.teasers li a:hover span.headline {  }
ul.teasers li a img.thumb {
    vertical-align: middle;
    margin: 6px 12px 6px 6px;
    width: 80px; height: 80px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
    box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
}
ul.teasers li a img.arrow { width: 11px; height: 12px;  margin-left: 6px; }
ul.teasers li a.more {  font-weight: 600; size: 12px; text-transform: uppercase; }
ul.teasers li a p { color: #000; text-transform: uppercase; line-height: 1.2em; margin: 4px 0; padding: 0; }

div.item { clear: both; float: left; width: 100%; margin: 4px 0; padding: 0;  }
div.item div.left { clear: both; float: left; width: 75px; padding-right: 10px; font-size: 11px; }
div.item div.right { float: left; width: 600px; }
div.item a { line-height: 1.25em;  color: #0c7ba1; text-decoration: none; }
div.item a span.headline    { color: #3375aa; font-size: 18px; font-weight: normal; }
div.item a .label { text-transform: uppercase; font-size: 12px; }
div.item a .new { color: #ff0000; }
div.item a .action { color: #ff5a00; }
div.item a p { margin-top: 5px; color: #000; }
div.item a:hover span.headline { color: #749c2d; }
div.item a:hover            { color: #749c2d; text-decoration: none; }

#home-news .item { clear: right; float: left; width: 317px; min-height: 120px; max-height: 120px; overflow-y: hidden; margin: 4px 30px 4px 0; padding: 4px 0; border-bottom: none; }
#home-news .item a { display: block; line-height: 1.25em;  color: #0c7ba1; text-decoration: none; }
#home-news .item a span.headline    { color: #3375aa; font-size: 18px; font-weight: normal; }
#home-news .item a p { color: #000; font-size: 12px; }
#home-news .item a:hover span.headline { color: #749c2d; }
#home-news .item a:hover            { color: #749c2d; text-decoration: none; }


/* Splash  */
#splash {
    clear: both;
    width: 450px;
    height: auto;
    margin: 0;
    padding: 7px; 
    background: #fff; 
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000; 
    }

#splash #splash-wrapper {
    clear: both;
    width: 428px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 27%, #d9e6f1 68%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#ffffff), color-stop(68%,#d9e6f1));
    background: -webkit-linear-gradient(top, #ffffff 27%,#d9e6f1 68%);
    background: -o-linear-gradient(top, #ffffff 27%,#d9e6f1 68%);
    background: -ms-linear-gradient(top, #ffffff 27%,#d9e6f1 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E6F1',GradientType=0 );
    background: linear-gradient(top, #ffffff 27%,#d9e6f1 68%);
    border: 1px #d9e6f1 solid;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0px 0px 8px #ffffff;
    box-shadow: inset 0px 0px 8px #ffffff;
    }

#splash #modal-close {
    width: 420px;
    height: 0;
    padding: 0; 
    display: block;
    text-align: right;
    }

#splash #modal-logo {
    width: 100%;
    height: auto;
    padding: 0; 
    }

#splash #modal-skip {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    height: 16px;
    display: block;
    font-size: 10px;
    }



/* Footer */
#footer    { 
  clear: both;
  width: 960px;
  margin: 10px auto;
  margin-bottom: 10px;
  border-top: 5px #00a950 solid; 
  padding: 0; 
  font-size: 12px; 
  color: #888; 
  font-family: Verdana, Arial, sans-serif;
}
#footer a, #footer a:visited { color: #035fac; }

body.simple #footer { width: 100%; text-align: center; }

#footer ul {
    padding: 0 0 10px 0; 
    margin: 0 auto; 
    list-style: none; 
    width: 960px;
    }

#footer ul li { 
    float: left; 
    padding: 9px 12px 9px 12px; 
    margin: 0; 
    position: relative; 
    display: block;
    height: auto;
    border-right: 1px #bbb solid; 
    z-index:999;
    }
#footer ul li.contact_us {
    border-right: 0px;
}
#footer ul li.contact_us a {
    color: #00a950; font-weight: bold;
}
#footer ul li a { padding: 0; display: block; height:auto;}
#footer #disclaimer {
  clear: both;
  float: left;
  font-size: 11px;
  margin: 10px 0 10px 12px;
}
#footer #credit {
  float: right;
  font-size: 11px;
  margin: 10px 12px 10px 0;
}

body.simple #footer ul { display: none; }
body.simple #footer #disclaimer, body.simple #footer #credit { float: none; }


/* Forms */
label { font-weight: normal; text-align: left; vertical-align: top; font-size: 1.1em; }
input {  }
input.image               { margin: 0 auto; }
input.submit              { text-align: center; }
input.radio               { padding: 0 6px; }

span.quiz_option, span.quiz2 { margin: 2px 5px; line-height: 1.5em; }

textarea            { margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #7f9db9; background:#fff; color: #666; }
select:focus        { border:1px solid #fff; background:#fff; color: #333; }

fieldset    { padding: 0; margin: 5px 0; border: 0px; }
legend      { font-weight: bold; font-size:1.2em; }

.error,
.notice, 
.success    { }
.error      { color: #D12F19; }
label.error { font-size: 12px; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
.formfield  { font-weight:normal; }
.required   { font-weight:normal; color: #aa2e2e; }

/* Mobile Signup */
#mobile {
  margin-bottom: 5px;
  background: #01a950;
  padding: 12px;
  color: #fff; }
  
#mobile h3 {
  color: #fff;
  font-size: 1.4em;
  text-shadow: 1px 1px 1px #1b7f4a;
        filter: dropshadow(color=#1b7f4a, offx=1, offy=1); }
        
#mobile .phone-field {
  width: 115px;
  padding: 3px 0 5px 5px;
  color: #555;
  border: 0;
  -webkit-border-radius: 3px;
      border-radius: 3px; }
      
#mobile span {
  font-size: .8em;
}

#post-submission {
  background: #01a950;
  color: #fff;
  padding: 14px;
  margin-bottom: 5px; }


/* Retirees Section */
#nav-retirees {
  width: 960px;
  height: 270px;
  background: url(/img/tile-nav.png) no-repeat 0 0; }
#nav-retirees img.logo { 
  padding: 6px 0 0 22px;
  position: absolute;
  }
#nav-retirees a#link {
  color: #fff;
  font-weight: 400;
  float: right;
  text-align: right;
  width: 938px;
  height: 26px;
  text-decoration: none;
  font-size: 18px;
  padding: 14px 22px 0 0; }
#nav-retirees a:hover#link {
  text-decoration: underline; }
#nav-retirees ul#menu {
  width: 960px;
  height: 106px;
  clear: both;
  padding: 124px 0 0 0;
  margin: 0 auto;
  list-style: none;
  background: url(/img/tile-retirees-header.jpg) no-repeat 0 0; }
#nav-retirees ul#menu li {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  display: block;
  width: 180px;
  height: 100px;
  z-index: 999;
}
#nav-retirees ul#menu li:first-child { margin: 0 10px 0 10px; }
#nav-retirees ul#menu li:last-child { margin: 0 0 0 0; }

#nav-retirees ul#menu li a {
  background: #36a840;
  padding: 12px;
  display: block;
  height: 76px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}
#nav-retirees ul#menu li a:hover { background: #005daa; }

#nav-retirees ul#menu li a span.title { 
  font-size: 22px;
  font-weight: bold;
  line-height: 1em; }
#nav-retirees ul#menu li a span.desc { 
  color: #ade3b1;
  display: block;
  line-height: 1.2em;
  padding-top: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
#nav-retirees ul#menu li a:hover span.desc { color: #fff; }

#content.retirees {
  padding: 11px;
  width: 938px; }
#content.retirees .main {
  width: 670px;
  float: left;}
#content.retirees .rail {
  width: 250px;
  float: right; }
#content.retirees .main ul.teasers {
  margin: 10px; }
#content.retirees .main ul.teasers li {
  border-bottom: 0;
  line-height: 1.3em; }
#promo-retirees { 
  margin: 1em auto; }
#promo-retirees a {
  text-decoration: none;
  padding: 15px 10px;
  width: 230px;
  background: #36a840; 
  color: #ade3b1;
  line-height: 1.2;
  font-size: 13px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
#promo-retirees a:hover {
  background: #125eb2;
  color: #fff; }
#promo-retirees a h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none; 
  margin-bottom: 8px; }
#promo-retirees a p {
  color: #ade3b1;
  line-height: 1.2em;
  font-size: 13px;
  text-decoration: none; }
#promo-retirees a:hover p { 
  color: #fff; }

ul#links { list-style: none; margin: 0 auto;}
ul#links li { font-size: 14px; margin: 7px 0; background: url('/img/arrow.png') no-repeat left center; }
ul#links li a { color: #000; text-decoration: none; padding: 0 0 0 15px; display: block; }
ul#links li a:hover { color: #125eb2; }

#content.retirees .rail #email-signup {
  background: #125eb2; }
#content.retirees .rail #email-signup input#Email { padding: 5px; font-size: 14px; }
  
#content.retirees .rail #mobile {
  background: #125eb2; }
#content.retirees .rail #mobile input#revmsg-phone-number { padding: 5px; font-size: 14px; width: 150px;-webkit-border-radius: 0px;border-radius: 0px; }

#hero-retirees { float:left; width: 670px; height: 348px; margin-bottom: 1.5em; }
.hero {
  width: 670px;
  height: 348px;
	margin: 0 auto;
	overflow: hidden; /* needed for Opera and Safari */
  border: none;
}
.hero div.image { width: 670px; height:348px; position: relative; top:0; left:0; text-align: right; }
.hero div.image-wrapper { 
  width: 670px; height: 348px; position: relative; top:-348px; left:0; 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNjZGRlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNjZGRlZWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(205,222,238,1) 40%, rgba(205,222,238,0) 65%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(205,222,238,1)), color-stop(65%,rgba(205,222,238,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(205,222,238,1) 40%,rgba(205,222,238,0) 65%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(205,222,238,1) 40%,rgba(205,222,238,0) 65%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(205,222,238,1) 40%,rgba(205,222,238,0) 65%); /* IE10+ */
  background: linear-gradient(to right,  rgba(205,222,238,1) 40%,rgba(205,222,238,0) 65%); /* W3C */
  background: none9 /* IE6-8 */ }
.hero div.teaser { padding: 0; width: 300px; height: 348px; position:relative; top:-696px; left:0px; float: left; *background: white; _background: white; background: white\0/; padding-right: 20px; }
.hero div.teaser img.img { float: right;  margin: 0; }
.hero div.teaser h2 { font-size: 30px; font-weight: 600; color: #01a950; line-height: 1.1em; padding-top: 15px; margin-left: 10px; }
.hero div.teaser h2 a { color: #01a950; text-decoration: none; }
.hero div.teaser h2 a:hover { color: #3375aa; }
.hero div.teaser p { font-size: 15px; line-height: 1.15em; color: #333; font-style: normal; padding-top: 12px; margin-left: 10px; }

table#chapters {
  background: #eee; 
  border: 1px #999 solid; }
table#chapters th, td { padding: 5px; }
table#chapters th { 
  background: #aaa;
  font-weight: bold;
  font-size: 1.25em; }
table#chapters tr:nth-child(even) { background: #eee; }
table#chapters tr:nth-child(odd) { background: #ddd; }
table#chapters td:first-child { font-weight: bold; }

article.event {
  padding: 5px 10px;
  border-bottom: 1px #ccc solid;
  display: block;
-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
article.event a {
  display:block;
  text-decoration: none;  }

article.event:hover {
  background: #eee; }
p.more { padding: 5px 10px; }

/* Expander 
--------------------------------------------------- */

/* Expander 
--------------------------------------------------- */

.expander { margin: 0 0 5px; }
   
.expander-header { 
    cursor: pointer;
    padding: 10px 0;
    display: block;  
    -webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out;
    -moz-transition: background-color .35s ease-in-out, color .35s ease-in-out;
    -o-transition:   background-color .35s ease-in-out, color .35s ease-in-out;
    -ms-transition:  background-color .35s ease-in-out, color .35s ease-in-out;
    transition:      background-color .35s ease-in-out, color .35s ease-in-out; 
    }

.expander-header h2 {
    font-size: 20px;
    color: #36a840;
    line-height: 1;
    text-transform: none;
    margin: 0;
    padding: 0 0 0 35px;
    position: relative;
    padding-bottom: 0 !important; 
    transition:            color .3s ease-in-out;    
    -webkit-transition: color .3s ease-in-out;  
    -moz-transition:    color .3s ease-in-out;  
    -o-transition:      color .3s ease-in-out;  
    -ms-transition:     color .3s ease-in-out; 
    } 
    
.expander-header:hover h2,
.expander-header.selected h2 { color: #125eb2 !important; }   
    
.expander-header.selected:hover h2 { color: #125eb2 !important; }   

.expander-header h2:before {
    background: #36a840 url(/img/expander.png) no-repeat center 5px; 
    width: 22px;
    height: 21px;
    display: block;
    content:" ";
    -moz-border-radius:       20px;
    -webkit-border-radius: 20px;
    border-radius:         20px;    
    color: #fff;
    font-size: 22px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition:         background-color .3s ease-in-out;    
    -webkit-transition: background-color .3s ease-in-out;  
    -moz-transition:    background-color .3s ease-in-out;  
    -o-transition:      background-color .3s ease-in-out;  
    -ms-transition:     background-color .3s ease-in-out; 
    }
     
.expander-header:hover h2:before { background-color: #125eb2; }

.expander-header:active h2:before { 
    background-color: #125eb2; 
    box-shadow:            inset 1px 1px 2px rgba(0, 0, 0, 0.3);       
    -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);  
    }
    
.expander-header.selected h2:before { background-position: center -47px !important; }


.expander-header p { margin-bottom: 0; }
   
.expander-header:hover { background-position: 630px -68px; }
.expander-header:active {  }        
      
.expander-body { 
    padding: 5px 0 5px 35px;   
    }    
   
.expander-body p:last-child { 
    margin-bottom: 0; 
    }  
