/*
    Alberta Transportation Style Sheet New & Old
    Updated 20151014
*/
/* RESET */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
    margin: 0;
    padding: 0;
}
img, fieldset {
    border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* set img max-width */
img {
    max-width: 100%;
    height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img {
    width: expression( document.body.clientWidth > 776 ? "100%" : "auto" );
    }
}
html {
    height: 100%;
}
body {
    background: #F1F2F2 url(/images/page-bg-top.png) no-repeat scroll center top;
    font: 16px Arial, sans-serif;
    line-height: 1.4em;
    color: #333;
}
a {
    color: #0e82ac;
    text-decoration: none;
}
a:hover {
    color: #555555;
}
p {
    margin: 0 0 1.2em;
    padding: 0;
}
ul, ol {
    margin: 0 0 15px 20px;
}
li {
    margin-bottom: 5px;
}
nav ul {
    list-style-type: none;
}
nav ul li {
    display: inline;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 100;
    margin: 10px 0 0.4em;
}
input, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 6px 10px;
    margin-top: 10px;
}
.container {
    margin: 0 auto;
    width: 960px;
    padding: 10px 0;
}
/* Header */
header.container {
    margin-top: 35px;
}
header a#t-logo {
    display: block;
    background: url(/images/TransLogo.png) no-repeat left;
    height: 40px;
    width: 275px;
    float: left;
    text-indent: -99999px;
}
.meta-nav {
    float: right;
    margin-top: -45px;;
}
.meta-nav li {
    padding: 0 5px;
}
.meta-nav a {
    font-size: 0.7em;
    color: #333;
}
.search-form {
    float: right;
    margin-top: 12px;
    *margin-right: -168px;
}
.search-form input[type=text] {
    float: left;
    display: inline;
    margin: 0;
    border: 1px solid #36424b;
}
.search-form input[type=submit] {
    background: #36424b url(/images/sprite.png) center center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    border: 0 none;
    margin: 0;
    *display: inline;
}
.font-resize {
    float: right;
    margin: 10px;
}
.font-resize .less {
    font-size: 0.8em;
}
/* Navigation */
.mid-header {
    margin-top: 60px;
    background-color: #FFF;
    min-height: 75px;
}
.mid-header a {
    color: #333;
    text-decoration: none;
}
.main-navigation ul {
    background: #ffffff;
    border-bottom: 2px solid #ffcd29;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.main-navigation ul li a {
    padding: 4px 7px;
    display: inline-block;
}
.main-navigation ul li a:hover {
    background-color: #ffcd29;
}
/* Breadcrumbs */
.crumbs ul {
    margin: 0;
    padding: 0.5em;
    font-size: 11px;
}
.crumbs ul li a, .crumbs .current-page {
    padding: 4px 15px 4px 30px;
    margin: 0 5px 5px 0;
    display: block;
    float: left;
    background-color: #F2F1F1;
    position: relative;
    margin: 0\9;
    text-align: center;
}
.current-page {
    font-weight: bold;
}
.crumbs ul li a:after, .crumbs .current-page:after {
    content:"";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #F2F1F1;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}
.crumbs ul li a:before, .crumbs .current-page:before {
    content:"";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 none\9;
    padding-top: 3px\9;
}
.crumbs .ab a {
    background-color: #ffcd29;
    padding-left: 20px;
}
.crumbs .ab a:after {
    border-left: 15px solid #ffcd29;
    border: 0 none\9;
}
.crumbs .ab a:before {
    border-left: 0;
    border: 0 none\9;
}
.crumbs .tr a {
    background-color:  #00afdb;
    background: url(/images/crumbs-tr.png) no-repeat top left\9;
    width: 77px\9;
    padding-left: 25px\9;
    padding-right: 20px\9;
}
.crumbs .tr a:after {
    border-left: 15px solid #00afdb;
    border: 0 none\9;
}
.crumbs .tr a:before {
    border: 0 none\9;
}
.crumbs .current a {
    background: url(<img src="/images/crumbs-gray.png">) #f2f1f1 no-repeat top right\9;
    padding-left: 30px;
    padding-right: 25px;
    line-height: 22px\9;
}
.crumbs .current a:first-child {
    padding-left: 10px\9;
}
.crumbs .current .current-page {
    line-height: 22px\9;
    padding-left: 10px\9;
}
.crumbs .current span {
    padding-left: 20px\9;
    line-height: 30px\9;
}
.crumbs .current-page:after {
    border-left: 0;
}
/* Sidebar */
aside {
    float: left;
    width: 220px;
    text-align: center;
    font-size: 0.9em;
}
aside h2 {
    font-size: 1em;
    margin: 15px 0;
}
    #minister h2 {
        margin: 0 0 10px;
        text-align: left;
        padding: 10px;
    }
    #minister img {
        margin-top: 10px;
    }
aside a {
    color: #666;
}
aside .banner {
    margin: 0 0 10px;
    background: #ffffff;
}
aside .banner h3 {
    padding: 5px 10px;
    color: #0081ab;
    background-color: #FFF;
    border-bottom: 2px solid #f1f2f2;
    font-size: 1.1em;
    margin: 10px 0 0;
    text-align: left;
}
aside ul {
    margin: 0;
    background: #ffffff;
}
aside ul li {
    list-style-type: none;
    text-align: left;
    font-size: 12px;
    margin: 0;
}
aside ul li a {
    display: block;
    padding: 3px 10px;
    border-bottom: 1px solid #EEE;
}
aside ul li a:hover {
    border-color: #0081ab;
}
aside ul li.isParentActive {
    background-color: #5FCEEA;
}
.isParentCurrent ul li, .isParentActive ul li, .isCurrent ul li {
    font-size: 11px;
    background-color: #E3E3E3;
    margin-bottom: 0;
}
.isParentActive ul li a, .isCurrent ul li a {
    padding-left: 20px;
}
.isParentActive ul li ul li a {
padding-left: 40px;
}
.isParentActive ul li ul li ul li a {
padding-left: 60px;
}
.isParentActive li.isCurrent, .isParentCurrent a.active {
    font-weight: bold;
    background-color: #ffcd29;
}
/* Content */
div#main {
    width: 720px;
    float: left;
    margin-right: 20px;
    font-size: 0.8em;
    line-height: 1.5em;
}
div#main h1, div#main h2.prg {
    font-weight: 100;
    background-color: #FFF;
    border-bottom: 2px solid #f1f2f2;
    text-align: left;
    font-size: 2em;
    padding: 10px;
    margin: 0;
    line-height: 1.2em;
}
div#main h2 {
    font-weight: bold;
    text-align: left;
    padding: 0.5em 10px;
    margin: 0;
}
#main .story-full h2 {
    padding: 0;
    margin-bottom: 1em;
}
div#main h3 {
    border-bottom: 1px solid #EEE;
    font-size: 1.3em;
    color: #333;
    margin: 10px 0;
}
div#main h3 a {
    color: #333;
    font-weight: 100;
}
div#main p.more {
    text-align: right;
    margin: 10px 10px 0;
}
div#main .column p {
    height: 70px;
}
div#main li {
    list-style-type: square;
}
div#main ol {
    padding-left: 15px;
}
div#main ol li {
    list-style-type: decimal;
}
table {
    table-layout: fixed;
}
table td {
    word-wrap: break-word;
}
.story-search { /* Full content*/
    background-color: #FFF;
    margin: 10px;
    padding: 15px;
    width: 100%;
}
.story-full { /* Full content*/
    background-color: #FFF;
    margin: 0 0 10px;
    padding: 10px;
}
.story-full h3, h4 {
    font-weight: bold;
}
.story-Third {
    float: left;
    display: inline;
    width: 442px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px -2px;
}
.columnRightThird {
    float: left;
    display: inline;
    width: 216px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px 20px;
}
/* Homepage*/
.column {
    width: 330px;
    float: left;
    padding: 0 10px;
}
.story-half {
    width: 357px;
    float: left;
}
.story-half .story {
    background-color: #FFF;
    margin: 0;
    padding: 10px;
}
.story-half:first-child {
    margin-right: 6px;
}
.recent {
    background-color: #FFF;
    margin: 0 0 10px;
    min-height: 150px;
    padding: 10px;
    overflow: hidden;
}
.recent .recent-content {
    margin-left: 160px;
}
.recent img {
    float: left;
}
.recent h3 {
    margin-left: 10px;
}
.footer-column {
    width: 313px;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
.footer-column:first-child {
    margin-left: 0;
}
.footer-column h2 {
    font-weight: bold;
    margin: 10px;
    padding: 5px 10px;
    background-color: #FFF;
    border-bottom: 2px solid #f1f2f2;
    margin: 0;
    text-align: left;
    font-size: 1em;
}
.footer-column ul {
    margin: 0;
    background-color: #FFF;
}
div#main .footer-column ul li {
    list-style-type: none;
    text-align: left;
    font-size: 0.9em;
}
.footer-column ul li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
    height: 40px;
}
.footer-column ul li a.all {
    height: 20px;
    font-weight: bold;
}
.footer-column ul li a:hover {
    border-color: #0081ab;
}/* Footer */
footer {
    background: url(/images/page-bottom.png) center bottom no-repeat;
    height: 100%;
    font-size: 0.8em;
}
footer .container {
    padding-top: 70px;
}
footer nav {
    display: inline\9;
}
footer nav ul {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 30px;
}
footer nav ul li {
    padding: 5px 0;
}
footer nav ul li a {
    color: #333;
    margin: 0 10px;
}
.site-links {
    clear: both;
}
/***** CLEARFIX *****/
.clearfix:after, .container:after, header:after, .main-navigation:before, p.more:before, .mid-header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix, .container, header, .main-navigation, .mid-header {
    display: inline-block;
}
/* clearfix for ie7 */
.clearfix, .container, header, .main-navigation, .mid-header {
    display: block;
    zoom: 1;
}
.par-center {
    text-align: center;
}
/* End */
/* Saving previous styles for un-updated pages. */
form {
    margin: 0;
    padding: 0;
}
#pageWrap {
    margin: 0px auto 0px auto;
}
#page {
    margin: 40px auto 0;
    padding: 10px;
    width: 960px;
}
#accessHelpers {
    display: none;
}
#header {
    margin: 0px 8px 0px 8px;
    padding: 0px 0px 0px 0px;
    width: 912px;
    height: 90px;
    overflow: hidden;
}
#logo {
    float: left;
    padding: 44px 0px 0px 0px;
    width: 480px;
}
#logo h1#siteTitle {
    margin: 0px 0px 0px 5px;
    font-size: 1.1em;
    font-weight: normal;
    color: #36424b;
    vertical-align: top;
    display: inline;
}
#metaNav {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 12px 5px;
    width: 420px;
    text-align: right;
    list-style-type: none;
}
#searchForm, #searchForm form {
    float: right;
    overflow: hidden;
    text-align: right;
    *float: none;
    *display: table;
    margin-top: 5px;
    width: 300px;
    height: 52px;
}
#searchForm {
    *width: auto !important;
    *margin-top: 20px;
    *margin-bottom: -40px;
}
#searchForm form {
    *width: 300px !important;
}
.gsc-orderby .gsc-selected-option-container {
    *width: 60px !important;
    width: 60px !important\9;
}
input.gsc-input {
    background-image:none !important;
}
td.gsc-search-button input {
    margin-top: 7px;
    margin-left: 0;
    border-radius: 0;
    *margin-top: 0;
}
.gsc-search-box-tools
.gsc-search-box
.gsc-input {
    padding-right: 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    background: none !important;
    border: 0 none !important;
}
.gs-title {
    text-align: left;
}
td.gsc-search-button {
    width: 69px !important;
}
#textResizer {
    float: right;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    width: 50px;
    list-style-type: none;
}
#mainNav {
    margin: 0px 8px 0px 8px;
    width: 912px;
    overflow: hidden;
    line-height: 0.9em;
    border-bottom: 2px solid #ffcd29;
    background: #ffffff;
}
#mainNav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
#mainNav li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
}
#mainNav a {
    display: block;
    padding: 8px 10px 8px 10px;
    font-size: 0.9em;
    color: #36424b;
    text-decoration: none;
    background: #ffffff;
}
#mainNav .isCurrent,
#mainNav .isParentCurrent,
#mainNav .selectedParent {
    background: #ffcd29;
}
#mainNav .isCurrent a,
#mainNav .isParentCurrent a,
#mainNav .selectedParent a {
    color: #36424b;
    background: #ffcd29;
}
#mainNav a:hover {
    text-decoration: none;
    background: #ffcd29;
}
#contentColumn {
    float: left;
    display: inline;
    width: 738px;
    overflow: hidden;
}
#navColumn {
    float: left;
    padding: 0px 2px 16px 2px;
    width: 174px;
    overflow: hidden;
    margin-left: 6px;
    margin-top: 12px;
}
#subNav {
    width: 174px;
}
#content {
    margin: 20px 0px 0px 20px;
    width: 714px;
}
#homeFeatureHeader {
    margin: 4px 0px 0px 0px;
    width: 714px;
    height: 178px;
    overflow: hidden;
}
#footer {
    clear: both;
    padding: 45px 0px 0px 0px;
    margin-top: 5px;
    width: 928px;
    height: 95px;
    overflow: hidden;
}
/* content styles */
#metaNav li {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}
#metaNav a {
    font-size: 0.7em;
    color: #000000;
    text-decoration: none;
}
#metaNav a:hover {
   text-decoration: underline;
}
#searchForm .searchInput {
    width: 208px;
    font: 11px/1.2 Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 3px;
    height: 14px;
    border: 1px solid #36424b;
}
#searchForm .searchButton {
    margin: 1px 0px 0px 0px;
    background: #36424b url(/images/sprite.png) no-repeat -2px -1px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    border: 1px solid #000000;
}
#textResizer li {
    float: left;
    display: inline;
    margin-left: 2px;
}
#breadcrumb p {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    width: 852px;
    font-size: 0.75em;
    color: #000000;
}
#breadcrumb a {
    color: #000000;
    text-decoration: none;
}
#breadcrumb p a:hover {
    text-decoration: underline;
}
#bannerPremier {
    padding: 2px 2px 10px 2px;
    background: #ffffff;
}
#bannerPremier ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 27px;
    color: #000000;
}
#bannerPremier li {
    margin: 0px 0px 0px 0px;
    font-size: 0.75em;
    list-style-type: square;
}
#bannerPremier a {
    color: #0e82ac;
    text-decoration: none;
}
#bannerPremier a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #005072;
}
#navColumn .banner {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    color: #000000;
    background: #ffffff;
}
#navColumn #bannerPremier h2 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #36424b;
}
#navColumn .banner h3 {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #36424b;
    background: #ffffff;
    border-bottom: 2px solid #f1f2f2;
    font-weight: normal;
}
#navColumn .banner ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 27px;
    line-height: 1.2em;
}
#navColumn .banner li {
    margin: 0px 0px 0px 0px;
    font-size: 0.75em;
    list-style-type: square;
}
#navColumn .banner h2 {
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: normal;
}
#navColumn .banner a {
    color: #0e82ac;
    text-decoration: none;
}
#navColumn .banner a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #005072;
}
#subNav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
#subNav li {
    margin: 0;
    padding: 0;
}
#subNav li a {
    display: block;
    padding: 1px 5px 2px 15px;
    font-size: 12px;
    color: #001b6b;
    text-decoration: none;
    border-bottom: 1px solid #d1d4d3;
    background-color: #ffffff;
    background-position: 3px 7px;
}
#subNav li.isParentCurrent li a,
#subNav li li a {
    padding-left: 30px;
    background-color: #ffffff;
    background-position: 18px 7px;
}
#subNav li li.isParentCurrent li a,
#subNav li li li a {
    padding-left: 45px;
    background-color: #ffffff;
    background-position: 33px 7px;
}
#subNav li li li.isParentCurrent li a,
#subNav li li li li a {
    padding-left: 60px;
    background-color: #ffffff;
    background-position: 48px 7px;
}
#subNav li li li li.isParentCurrent li a,
#subNav li li li li li a {
    padding-left: 75px;
    background-color: #ffffff;
    background-position: 63px 7px;
}
#subNav li li li li li.isParentCurrent li a,
#subNav li li li li li li a {
    padding-left: 90px;
    background-color: #ffffff;
    background-position: 78px 7px;
}
#subNav li.isParentCurrent a,
#subNav li.selectedParent a {
    font-weight: bold;
    background-image: url(img arrow Open);
    background-repeat: no-repeat;
}
#subNav li.isParent a {
    background-image: url(img arrow Closed);
    background-repeat: no-repeat;
}
#subNav li.isParentCurrent li.is a,
#subNav li.isParentCurrent li.isParent a,
#subNav li.selectedParent li.is a,
#subNav li.selectedParent li.isParent a {
    font-weight: normal;
}
#subNav li.isParentCurrent li.isCurrent a,
#subNav li.isParentCurrent li.is a,
#subNav li.selectedParent li.isCurrent a,
#subNav li.selectedParent li.is a,
#subNav li.isParent li.isCurrent a,
#subNav li.isParent li.is a {
    background-image: none;
}
#subNav li.isParentCurrent a,
#subNav li.isCurrent a {
    background-color: #ffcd29;
}
#page #subNav a:hover {
    color: #000000;
    background-color: #ffcd29;
}
#content .columnLeftFull {
    width: 704px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px -2px;
}
#content .columnLeft,
#content .columnLeftHalf {
    float: left;
    display: inline;
    width: 330px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px;
}
#content .columnRight,
#content .columnRightHalf {
    float: left;
    display: inline;
    width: 330px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px 20px;
}
#content .columnLeftThird {
    float: left;
    display: inline;
    width: 442px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px -2px;
}
#content .columnRightThird {
    float: left;
    display: inline;
    width: 216px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin:10px 0px 10px 20px;
}
#leadStories,
#SecondaryStories,
#servicesNav {
    clear: both;
    margin:10px 0px 10px 0px;
    background: #ffffff;
}
#page #currentDate {
    margin: -3em 0em 0em 0em;
    height: 3em;
    font-size: 0.85em;
    color: #63424b;
    text-align: right;
}
#servicesNav .moreLink {
    clear: both;
    padding: 0px 10px 8px 0px;
    font-weight: bold;
    text-align: right;
}
#content .intro-padding {
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 10px -10px 0px 0px;
}
#content h1 {
    margin: 0px -10px -10px -2px;
    padding: 10px 2px 12px 5px;
    font-weight: bold;
    font-size: 20px;
    color: #36424b;
    border-bottom: 1px solid #d1d4d3;
    background: #ffffff;
}
#content h2 {
    padding: 10px 0 0 5px;
    font-weight: bold;
    font-size: 18px;
    color: #36424b;
}
#content h2.section {
    font-weight: bold;
    font-size: 18px;
    color: #36424b;
}
#content h3.subhead1 {
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    font-size: 18px;
    color: #36424b;
}
#content h3 {
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    font-size: 18px;
    color: #36424b;
}
#content h4 {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #36424b;
}
#servicesNav .columnLeft h3:first-child, #servicesNav .columnRight h3:first-child {
    margin-top: 0;
}
#content hr {
    color: #d1d4d3;
    height: 1px;
    border-width: 0px;
}
#page #content h3 a {
    font-size: 18px;
    color: #0e82ae;
    text-decoration: none;
}
#page #content h3 a:hover {
    text-decoration: none;
}
#content * {
    font-size: 0.75em;
}
#content * * {
    font-size: 1em;
}
#content a, a:hover, a:visited {
    text-decoration: none;
}
#content a {
    color: #0e82ac;
}
#content a:hover {
    padding-bottom: 1px;
    border-bottom: #005072 1px solid;
}
#content a:visited {
    color: #a50069;
}
#content ul {
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
}
#content ol {
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
    margin: 0px 0px 0px 0px;
}
#content ul li {
    margin: 2px 0px 0px 0px;
    list-style-type: square;
}
#content ol li {
    margin: 2px 0px 0px 0px;
        list-style-type: lower-alpha;
   }
#content ol li ol li {
    list-style-type: lower-alpha;
}
#content img {
    margin: 1px 3px 0px 3px;
}
#content .quicklinks, .story-full .quicklinks,
#content .quicklinks2, .story-full .quicklinks2,
#content .quicklinks3 , .story-full .quicklinks3 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    border: 1px solid #ffcd29;
}
#content .quicklinks h3, .story-full .quicklinks h3,
#content .quicklinks2 h3, .story-full .quicklinks2 h3,
#content .quicklinks3 h3, .story-full .quicklinks3 h3 {
    margin: 0px 0px 0px 0px;
    padding: 4px 10px 5px 10px;
    font-size: 16px;
    color: #34624b;
    border-bottom: 1px solid #d1d4d3;
    background: #f1f2f2;
}
#content .columnLeftFull .quicklinks, .story-full .quicklinks,
#content .columnLeftFull .quicklinks2, .story-full .quicklinks2,
#content .columnLeftFull .quicklinks3, .story-full .quicklinks3,
#content .columnLeftFull .rightFloater,
#content .columnLeftFull .sidebar,
#content .columnLeftFull .sidebar2,
#content .columnLeftFull .sidebar3 {
    float: right;
    display: inline;
    margin: 0px 0px 0px 20px;
    width: 250px;
}
#content .rightFloater p,
#content .quicklinks p, .story-full .quicklinks p,
#content .quicklinks2 p, .story-full .quicklinks2 p,
#content .quicklinks3 p , .story-full .quicklinks3 p {
    margin: 10px 10px 0px 10px;
}
#content .sidebar p,
#content .sidebar2 p,
#content .sidebar3 p {
    margin: 10px 10px 0px 0px;
}
#content .rightFloater li,
#content .sidebar li,
#content .sidebar2 li,
#content .sidebar3 li,
#content .quicklinks li, .story-full .quicklinks li,
#content .quicklinks2 li, .story-full .quicklinks2 li,
#content .quicklinks3 li , .story-full .quicklinks3 li {
    list-style-type: square;
    margin-left: 10px;
}
#content .sidebar,
#content .sidebar2,
#content .sidebar3 {
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    border: 2px solid #d1d4d3;
}
#content .sidebar h3,
#content .sidebar2 h3,
#content .sidebar3 h3 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    color: #36424b;
}
#content .rightFloater {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border: 1px solid #36424b;
}
#content .rightFloater h2,
#content .rightFloater h3 {
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 4px 10px;
    font-size: 16px;
    background: #eaeef5;
}
#content .rightFloater a,
#content .sidebar a,
#content .sidebar2 a,
#content .sidebar3 a,
#content .quicklinks a, .story-full .quicklinks a,
#content .quicklinks2 a, .story-full .quicklinks2 a,
#content .quicklinks3 a , .story-full .quicklinks3 a {
    text-decoration: none;
}
#content .rightFloater a:hover,
#content .sidebar a:hover,
#content .sidebar2 a:hover,
#content .sidebar3 a:hover,
#content .quicklinks a:hover, .story-full .quicklinks a:hover,
#content .quicklinks2 a:hover, .story-full .quicklinks2 a:hover,
#content .quicklinks3 a:hover, .story-full .quicklinks3 a:hover {
    text-decoration: none;
}
#footer a {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}
#footerLogo {
    float: left;
    display: inline;
    padding: 10px 10px 0px 20px;
    width: 120px;
}
#goaLinks,
#siteLinks {
    width: 750px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#goaLinks li,
#siteLinks li {
    float: right;
    display: inline;
    padding: 0px 5px 0px 5px;
    list-style-type: none;
}
#copyright {
    float: left;
    margin: -15px 0 0;
    padding: 10px 0px 0px 0px;
    width: 750px;
    font-size: 11px;
    color: #000000;
}
#copyright a {
    padding-left: 10px;
}
#addthis {
    float: right;
    margin-top:10px;
}
#check {
  cursor: text;
  display: none;
}
#check.checked {
  cursor: pointer;
  display: block;
}
/* RedDot internal styles */
span.instructions {font-size:12px; color:red;}
.show {display:block;}
.hide {display:none;}
.preview {font-size:12px; display:inline; margin-top:-10px;}
.accordion {
    margin:1em 0;
    border: 1px solid #CCC;
}
.accordion h3 {
    background:#CCC;
    cursor:pointer;
    margin: 0 !important;
    padding:5px 10px;
}
.accordion h3.current {
    background:#00afdb;
    cursor:default;
}
.accordion table td {
    padding: 5px 10px;
}
.accordion table h4 {
    border-bottom: 1px solid #EEE;
}
.accordion p {
    margin: 1em;
}
.grey {
    background-color: #c0c0c0;
}
#drawings { border-collapse: collapse; }
#drawings td { padding: 10px 5px; }
#drawings tr { border-bottom: 1px solid #CCC; }
.amwwp img {
    height: 25px;
    width: auto;
    vertical-align: bottom;
    margin-right: 5px;
}
.amwwp h3 {
    padding-bottom: 5px;
    margin: 1em 0 !important;
}
p.years span {
    display: table-row;
}
p.years span a {
    display: table-cell;
    width: 33%;
    text-align: center;
    padding: 5px;
    border: 1px solid #CCC;
}
p.years {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
p.indent {
    margin-left: 1em;
}
div.float-left {
    width: 50%;
    float: left;
}