/*
    ----------------------------------------
    Capital Region Board CSS
    Sean Mitchell, sean@seanmitchell.ca
    11 / 06 / 12
    ----------------------------------------
*/



/* RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, accent, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, menu {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
img {
    display: block;
}
accent:before, accent:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus, button, input, select, textarea {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}



/* BODY
---------------------------------------- */
body {
    background: url(../img/body.png);
    color: #828991;
    font-family: "Ratio", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-smooth: always;
    font-weight: 400;
    line-height: 21px;
    text-rendering: optimizeLegibility;
}
em {
    font-style: italic;
}
a {
    color: #77A22E;
    text-decoration: none;
}
a:hover {
    color: #424647;
}
button, input, textarea {
    font-family: "Ratio", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 14px;
}
hr {
    background: #CFD0D2;
    color: #CFD0D2;
    clear: both;
    height: 1px;
    margin: 8px 0 24px 0;
}



/* WRAP
---------------------------------------- */
#wrap {
    margin: auto;
    min-width: 992px;
    width: 100%;
}



/* DIV.WRAP
---------------------------------------- */
div.wrap {
    margin: auto;
    overflow: hidden;
    width: 992px;
}



/* HEADER
---------------------------------------- */
#header {
    background: url(../img/header.png) #9EC0CC;
	-webkit-box-shadow: 0 -12px 12px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -12px 12px 8px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 -12px 12px 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 -12px 12px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -12px 12px 8px rgba(0, 0, 0, 0.5);
    height: 190px;
    min-width: 992px;
    position: fixed;
    width: 100%;
    z-index: 900;
}

.header_sm {
    position: absolute;
    right: 7px;
}

.header_recap {
    position: absolute;
    right: 57px;
}


/* HEADER > LOGO
---------------------------------------- */
#header #logo {
    background: #FFF;
    float: left;
    margin-left: -270px;
    width: 50%;
}
#header #logo h1 {
    float: right;
    padding: 54px 30px 21px 0;
    width: 196px;
}
#header #logo h1 a {
    background: url(../img/logo.png) no-repeat;
    display: block;
    height: 115px;
    width: 196px;
}
#header #logo h1 a span {
    display: none;
}



/* HEADER > MENU
---------------------------------------- */
#header #menu {
    height: 190px;
    position: relative;
    float: left;
    width: 766px;
}
#header #menu ul {
    bottom: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
    padding-left: 32px;
    position: absolute;
    text-transform: lowercase;
    width: 290px;
}
#header #menu ul li a,
#header #menu ul li ol li a,
#header #menu ul li.hover ol li a,
#header #menu ul li.selected ol li a {
    color: #497791;
    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
#header #menu ul li a:hover,
#header #menu ul li.selected a,
#header #menu ul li ol li a:hover,
#header #menu ul li ol li.selected a,
#header #menu ul li.selected ol li.selected a {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#header #menu ul li.hover a {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#header #menu ul li ol {
    bottom: 0;
    display: none;
    font-size: 12px;
    font-weight: 500;
    left: 322px;
    line-height: 17px;
    padding-bottom: 2px;
	position: absolute;
    width: 290px;
}
#header #menu form {
    float: right;
    clear: both;
    padding-top: 85px;
    width: 212px;
}
#header #menu form button {
    border: 1px solid #D8E6E9;
    cursor: pointer;
    display: block;
    float: right;
}
#header #menu form button span {
    background: url(../img/search.png) no-repeat;
    display: block;
    height: 31px;
    width: 31px;
}
#header #menu form input {
    background-color: #BED5DB;
    border: 1px solid #D8E6E9;
    color: #497791;
    display: block;
    float: left;
    height: 31px;
    line-height: 1;
    padding: 0 6px 0 6px;
    width: 160px;
    vertical-align: middle;
}



/* CONTENT
---------------------------------------- */
#content {
    background: url(../img/content.png) #E9EBEE;
    float: left;
    min-width: 992px;
    padding: 190px 0 24px 0;
    width: 100%;
}



/* CONTENT > SIDE
---------------------------------------- */
#content #side {
    float: left;
    width: 194px;
}
#content #side ul {
    float: left;
    line-height: 20px;
    padding: 64px 0 32px 0;
    position: fixed;
    color: #5E90AD;
    text-transform: lowercase;
    width: 194px;
}
#content #side ul li {
    border-left: 1px solid #CFD0D2;
}
#content #side ul li.parent {
    font-size: 24px;
    line-height: 26px;
    padding: 6px 0 10px 0;
    text-transform: uppercase;
}
#content #side ul li.top {
    border: none;
    margin-left: 20px;
    padding-top: 20px;
}
#content #side ul li.top a {
    background: url(../img/top.png) left 6px no-repeat;
    padding-left: 12px;
}
#content #side ul li.logout {
    border: none;
    margin-left: 20px;
    padding-top: 20px;
}
#content #side ul li.logout a {
    background: url(../img/logout.png) left 7px no-repeat;
    padding-left: 12px;
}
#content #side ul li a {
    color: #5E90AD;
    display: inline-block;
    padding: 0 0 8px 20px;
    margin-left: -4px;
}
#content #side ul li a:hover {
    color: #225471;
}
#content #side ul li a.active {
    background: url(../img/side.png) left 7px no-repeat;
    color: #225471;
    font-weight: 500;
}
#content #side ul li.parent a,
#content #side ul li.top a,
#content #side ul li.logout a {
    color: #828A8D;
}
#content #side ul li.parent a:hover,
#content #side ul li.top a:hover,
#content #side ul li.logout a:hover {
    color: #5A6265;
}
#content #side p {
    float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 32px 0 32px 0;
    text-transform: uppercase;
}
#content #side p a {
    background: #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    padding: 0 8px 0 8px;
}
#content #side p a:hover {
    background: #6E757D;
}



/* CONTENT > MAIN
---------------------------------------- */
#content #main {
    float: right;
    min-height: 766px;
    width: 766px;
}
#content #main h1 {
    background: #A9B0B0;
    clear: both;
    color: #FFF;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    min-height: 150px;
    margin: 0 0 28px 0;
    padding: 24px 24px 24px 24px;
    text-transform: lowercase;
    width: 315px;
}
#content #main h1 a {
    background: #A9B0B0;
}
#content #main h1 a:hover {
    background: #959C9C;
}
#content #main h2 {
    clear: both;
    color: #729B40;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    padding-bottom: 24px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
    text-transform: lowercase;
}
#content #main h2 a {
    color: #729B40;
}
#content #main h2 a:hover {
    color: #424647;
}
#content #main h3 {
    clear: both;
    color: #999;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
}
#content #main h3 a {
    color: #7CAABF;
}
#content #main h3 a:hover {
    color: #424647;
}
#content #main h4 {
    clear: both;
    color: #4A7C99;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#content #main h4 a {
    color: #4A7C99;
}
#content #main h4 a:hover {
    color: #424647;
}
#content #main h5 {
    clear: both;
    color: #6E757D;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
#content #main h5 a {
    color: #6E757D;
}
#content #main h5 a:hover {
    color: #424647;
}
#content #main h6 {
    clear: both;
    color: #6E757D;
    font-weight: 500;
}
#content #main h6 a {
    color: #6E757D;
}
#content #main h6 a:hover {
    color: #424647;
}
#content #main b,
#content #main strong {
    color: #6E757D;
    font-weight: 500;
}
#content #main ol {
    clear: both;
    list-style: decimal;
    padding: 0 0 24px 24px;
}
#content #main ol ol {
    clear: both;
    list-style: decimal;
    padding: 0 0 0 24px;
}
#content #main ul {
    clear: both;
    list-style: disc;
    padding: 0 0 24px 24px;
}
#content #main ul ul {
    padding: 0 0 0 24px;
}
#content #main p {
    clear: both;
    padding-bottom: 24px;
}
#content #main p.nopadding {
    padding-bottom: 0;
}
#content #main p a {
    border-bottom: 1px solid #DEDFE1;
}
#content #main p a:hover {
    border-color: #424647;
}
#content #main blockquote {
    background: url(../img/blockquote.png) no-repeat;
    clear: both;
    font-style: italic;
    color: #77A22E;
    font-size: 18px;
    line-height: 26px;
    padding-left: 48px;
}
#content #main accent {
    clear: both;
    font-style: italic;
    color: #7EB0CC;
    font-size: 18px;
    line-height: 26px;
    padding-left: 0px;
}
#content #main accent a {
    border: none;
    color: #7EB0CC;
}
#content #main accent a:hover {
    color: #424647;
}
#content #main img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
#content #main table {
    display: block;
    padding-bottom: 24px;
}
#content #main table tr {
    border-bottom: 1px solid #CFD0D2;
}
#content #main table td {
    padding: 8px 12px 8px 12px;
    vertical-align: top;
}
#content #main table thead td {
    background: #FFF;
    border-bottom: 1px solid #CFD0D2;
    border-top: 1px solid #CFD0D2;
    text-align: center;
    vertical-align: middle;
}



/* CONTENT > MAIN > M-BANNER
---------------------------------------- */
#content #main #m-banner {
    width: 766px;
}
#content #main #m-banner img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}



/* CONTENT > MAIN > M-CONTENT
---------------------------------------- */
#content #main #m-content {
    padding: 32px 0 0 0;
    width: 766px;
}
#content #main #m-content.alt {
    padding-top: 0;
}



/* CONTENT > MAIN > DIV.CHILD
---------------------------------------- */
#content #main div.child {
    border-bottom: 2px solid #CFD0D2;
    margin-bottom: 20px;
    float: left;
    width: 766px;
}
#content #main div.child div.c-content {
    padding: 8px 0 4px 0;
    float: left;
    width: 766px;
}



/* CONTENT > MAIN > DIV.HALF
---------------------------------------- */
#content #main div.half {
    float: left;
    padding-right: 20px;
    width: 363px;
}
#content #main div.half.right {
    padding-left: 20px;
    padding-right: 0;
}



/* CONTENT > MAIN > DIV.ONETHIRD
---------------------------------------- */
#content #main div.onethird {
    float: left;
    padding-right: 20px;
    width: 235px;
}
#content #main div.onethird.right {
    padding-left: 20px;
    padding-right: 0;
}



/* CONTENT > MAIN > DIV.TWOTHIRD
---------------------------------------- */
#content #main div.twothird {
    float: left;
    padding-right: 20px;
    width: 491px;
}
#content #main div.twothird.right {
    padding-left: 20px;
    padding-right: 0;
}



/* CONTENT > MAIN > DIV.QUARTER
---------------------------------------- */
#content #main div.quarter {
    float: left;
    padding-right: 20px;
    width: 160px;
}
#content #main div.quarter.right {
    padding-left: 20px;
    padding-right: 0;
}



/* CONTENT > MAIN > DIV.COLLAPSE
---------------------------------------- */
#content #main div.collapse-content {
    display: block;
    padding-bottom: 16px;
}
#content #main div.collapse-toggle {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
#content #main div.collapse-toggle a {
    background: #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    padding: 0 8px 0 8px;
}
#content #main div.collapse-toggle a:hover {
    background: #6E757D;
}



/* CONTENT > MAIN > DIV.TOOLTIP
---------------------------------------- */
#content #main div.tooltip {
    display: block;
    padding-bottom: 16px;
}
#content #main div.tooltip div.tooltip-content {
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
    display: none;
    margin-top: 8px;
    padding: 24px 28px 0 28px;
}



/* CONTENT > MAIN > DL.ARCHIVE
---------------------------------------- */
#content #main dl.archive {
    border-top: 2px solid #DCDCDC;
    float: left;
    line-height: 24px;
    padding: 16px 0 16px 0;
    width: 766px;
}
#content #main dl.archive dt {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
#content #main dl.archive dd.title {
    color: #77A22E;
    font-size: 20px;
}
#content #main dl.archive dd.excerpt {
    font-size: 16px;
    padding-top: 4px;
}



/* CONTENT > MAIN > PAGINATION
---------------------------------------- */
#content #main #pagination {
    border-top: 1px solid #CFD0D2;
    float: left;
    width: 100%;
}
#content #main #pagination ul {
    float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    list-style: none;
    padding: 16px 0 16px 0;
    text-transform: uppercase;
}
#content #main #pagination ul li {
    float: left;
    padding-right: 16px;
}
#content #main #pagination ul li a,
#content #main #pagination ul li b {
    border-radius: 3px;
    display: inline-block;
    padding: 0 8px 0 8px;
}
#content #main #pagination ul li a {
    background: #B6B7B9;
    color: #FFF;
}
#content #main #pagination ul li a:hover {
    background: #6E757D;
}
#content #main #pagination ul li b {
    background: #DEDFE1;
    color: #98999B;
}



/* CONTENT > PRIORITIES
---------------------------------------- */
#content #priorities {
    float: right;
    margin-left: -8px;
    padding-top: 8px;
    width: 774px;
}
#content #priorities #headlines {
    background: #7EB0CC;
}
#content #priorities #headlines h3 {
    color: #FFF;
    font-size: 36px;
    line-height: 44px;
    padding: 16px 20px 0 20px;
    text-transform: lowercase;
}



/* CONTENT > HOME
---------------------------------------- */
#content #home {
    float: left;
    margin-left: -8px;
    padding-top: 8px;
    width: 1000px;
}



/* DIV.ELEMENT
---------------------------------------- */
div.element {
    background: #D2D2D2;
    float: left;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
}



/* DIV.ELEMENT > A.HOVER
---------------------------------------- */
div.element a.hover {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
div.element a.hover div.label {
    background: url(../img/priorities-hover.png);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 800;
}
div.element a.hover div.label h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 16px 12px 16px;
    text-transform: uppercase;
}
div.element a.hover:hover div.label {
    display: inline;
}



/* DIV.ELEMENT > DIV.TITLE
---------------------------------------- */
div.element div.title {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 200;
}
div.element div.title h3 {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 15px 10px 15px;
    text-transform: lowercase;
}
div.element div.title h3 a {
    color: #FFF;
}
div.element div.title h3 a:hover {
    color: #78A22F;
}

div.element div.title h4 {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 15px 10px 15px;
    text-transform: none;
}
div.element div.title h4 a {
    color: #FFF;
}
div.element div.title h4 a:hover {
    color: #6E757D;
}



/* DIV.ELEMENT > DIV.BACKGROUND
---------------------------------------- */
div.element div.background {
    display: block;
    position: absolute;
    z-index: 100;
}
div.element div.background img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}



/* DIV.ELEMENT > W & H
---------------------------------------- */
div.element.w1 {width: 92px;}
div.element.w2 {width: 192px;}
div.element.w3 {width: 292px;}
div.element.w4 {width: 392px;}
div.element.w5 {width: 492px;}
div.element.w6 {width: 592px;}
div.element.w7 {width: 692px;}
div.element.w8 {width: 792px;}
div.element.w9 {width: 892px;}
div.element.w10 {width: 992px;}
div.element.h1 {height: 92px;}
div.element.h2 {height: 192px;}
div.element.h3 {height: 292px;}
div.element.h4 {height: 392px;}
div.element.h5 {height: 492px;}
div.element.h6 {height: 592px;}
div.element.h7 {height: 692px;}
div.element.h8 {height: 792px;}
div.element.h9 {height: 892px;}
div.element.h10 {height: 992px;}
#content #priorities div.element.w1 {width: 88px;}
#content #priorities div.element.w2 {width: 184px;}
#content #priorities div.element.w3 {width: 280px;}
#content #priorities div.element.w4 {width: 376px;}
#content #priorities div.element.w5 {width: 472px;}
#content #priorities div.element.w6 {width: 568px;}
#content #priorities div.element.w7 {width: 664px;}
#content #priorities div.element.w8 {width: 760px;}
#content #priorities div.element.h1 {height: 88px;}
#content #priorities div.element.h2 {height: 184px;}
#content #priorities div.element.h3 {height: 280px;}
#content #priorities div.element.h4 {height: 376px;}
#content #priorities div.element.h5 {height: 472px;}
#content #priorities div.element.h6 {height: 568px;}
#content #priorities div.element.h7 {height: 664px;}
#content #priorities div.element.h8 {height: 760px;}



/* CONTENT > HOME > HOME-CONTENT
---------------------------------------- */
#content #home #home-content {
    background: #7DB2CE;
}
#content #home #home-content h2 {
    color: #FFF;
    font-size: 46px;
    line-height: 46px;
    padding: 20px 20px 24px 20px;
    text-transform: lowercase;
}
#content #home #home-content h2 a {
    color: #FFF;
    display: inline-block;
}
#content #home #home-content h2 a:hover {
    color: #CDE1EC;
}
#content #home #home-content p {
    color: #FFF;
    padding: 0 20px 0 20px;
}
#content #home #home-content p a {
    border-bottom: 1px solid #8CBBD3;
    color: #CDE1EC;
}
#content #home #home-content p a:hover {
    border-color: #FFF;
    color: #FFF;
}


/* CONTENT > HOME > HOME-NEWS
---------------------------------------- */
#content #home #home-news {
    background: #7DB2CE;
}
#content #home #home-news h2 {
    color: #FFF;
    font-size: 46px;
    line-height: 46px;
    padding: 20px 20px 24px 20px;
    text-transform: lowercase;
}
#content #home #home-news h2 a {
    color: #FFF;
    display: inline-block;
}
#content #home #home-news h2 a:hover {
    color: #CDE1EC;
}
#content #home #home-news p {
    color: #FFF;
    padding: 0 20px 0 20px;
}
#content #home #home-news p a {
    border-bottom: 1px solid #8CBBD3;
    color: #CDE1EC;
}
#content #home #home-news p a:hover {
    border-color: #FFF;
    color: #FFF;
}



/* CONTENT > HOME > HOME-HEADLINES
---------------------------------------- */
#content #home #home-headlines {
    background: #FFF;
}
#content #home #home-headlines dl {
    padding: 0 20px 0 20px;
}
#content #home #home-headlines dl dt {
    color: #646464;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    padding: 12px 0 13px 0;
    text-transform: lowercase;
}
#content #home #home-headlines dl dt a {
    color: #646464;
}
#content #home #home-headlines dl dt a:hover {
    color: #77A22E;
}
#content #home #home-headlines dl dd {
    color: #969696;
    font-size: 12px;
    line-height: 16px;
}
#content #home #home-headlines dl dd a {
    border-top: 1px solid #E6E6E6;
    color: #969696;
    display: block;
    padding: 8px 0 8px 0;
}
#content #home #home-headlines dl dd a:hover {
    border-color: #646464;
    color: #646464;
}



/* CONTENT > HOME > HOME-EVENTS
---------------------------------------- */
#content #home #home-events {
    background: #78A22F;
}
#content #home #home-events dl {
    color: #FFF;
    padding: 0 20px 0 20px;
}
#content #home #home-events dl dt {
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    padding: 12px 0 13px 0;
    text-transform: lowercase;
}
#content #home #home-events dl dt a {
    color: #FFF;
}
#content #home #home-events dl dt a:hover {
    color: #CCDCB1;
}
#content #home #home-events dl dd {
    border-top: 1px solid #89AE49;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0 8px 0;
}
#content #home #home-events dl dd a span {
    color: #FFF;
    font-weight: 500;
}
#content #home #home-events dl dd a strong {
    color: #CCDCB1;
}
#content #home #home-events dl dd a span {
}
#content #home #home-events dl dd a:hover strong {
    color: #FFF;
}



/* PROTECTEDFORM
---------------------------------------- */
#protectedform {
    border: 1px solid #CFD0D2;
    border-radius: 4px;
    background: #FFF;
    float: left;
    margin-bottom: 24px;
    padding: 16px 20px 20px 20px;
    width: 403px;
}
#protectedform label {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
}
#protectedform input {
    background: #FAFAFA;
    border: 1px solid #CFD0D2;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #828991;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding: 7px 9px 7px 9px;
    width: 383px;
}
#protectedform input:hover {
    background: #FCFCFC;
    border-color: #B1B2BE;
    color: #646B73;
}
#protectedform input:focus {
    background: #FFF;
    border-color: #9394A0;
    color: #464D55;
}
#protectedform button {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px 0 10px;
    width: 80px;
}
#protectedform button:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}



/* CONTACTFORM
---------------------------------------- */
#contactform {
    border: 1px solid #CFD0D2;
    border-radius: 4px;
    background: #FFF;
    float: right;
    margin-bottom: 24px;
    padding: 16px 20px 0 20px;
    width: 323px;
}
#contactform label {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
#contactform input,
#contactform textarea {
    background: #FAFAFA;
    border: 1px solid #CFD0D2;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #828991;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding: 7px 9px 7px 9px;
    width: 303px;
}
#contactform select {
    margin-bottom: 20px;
    width: 323px;
}
#contactform input:hover,
#contactform textarea:hover {
    background: #FCFCFC;
    border-color: #B1B2BE;
    color: #646B73;
}
#contactform input:focus,
#contactform textarea:focus {
    background: #FFF;
    border-color: #9394A0;
    color: #464D55;
}
#contactform button {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px 0 10px;
    width: 80px;
}
#contactform button:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}



/* UPDATESFORM
---------------------------------------- */
#updatesform {
    float: left;
    margin: 24px 0 24px 0;
    width: 363px;
}
#updatesform dl {
    float: left;
    width: 363px;
}
#updatesform dl dt {
    float: left;
    padding-right: 10px;
}
#updatesform dl dd {
    float: left;
}
#updatesform input {
    background: #FAFAFA;
    border: 1px solid #CFD0D2;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #828991;
    clear: both;
    display: block;
    height: 32px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
    width: 253px;
}
#updatesform input:hover {
    background: #FCFCFC;
    border-color: #B1B2BE;
    color: #646B73;
}
#updatesform input:focus {
    background: #FFF;
    border-color: #9394A0;
    color: #464D55;
}
#updatesform button {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px 0 10px;
    width: 80px;
}
#updatesform button:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}






/* MAVEN
---------------------------------------- */
#maven-registration-form input[type=password],
#maven-registration-form input[type=input] {
    background: #FAFAFA;
    border: 1px solid #CFD0D2;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #828991;
    display: block;
    height: 32px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
    width: 540px;
    
}
#maven-registration-form input[type=submit] {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px 0 10px;
}
#maven-registration-form input[type=submit]:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}






/* LOGINFORM
---------------------------------------- */
#loginform {
    border: 1px solid #CFD0D2;
    border-radius: 4px;
    background: #FFF;
    padding: 16px 20px 0 20px;
    text-transform: none;
    width: 415px;
}
#loginform dl {
}
#loginform dl dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
#loginform dl dd {
}
#loginform input {
    background: #FAFAFA;
    border: 1px solid #CFD0D2;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #828991;
    clear: both;
    display: block;
    height: 32px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
    width: 370px;
}
#loginform input:hover {
    background: #FCFCFC;
    border-color: #B1B2BE;
    color: #646B73;
}
#loginform input:focus {
    background: #FFF;
    border-color: #9394A0;
    color: #464D55;
}
#loginform button {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px 0 10px;
}
#loginform button:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}






/* DL.DOWNLOAD
---------------------------------------- */
dl.download {
    background: url(../img/download.png) no-repeat;
    color: #6E757D;
    clear: both;
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    padding: 5px 0 24px 61px;
    text-transform: uppercase;
}
dl.download dt a {
    border: 0 !important;
    color: #6E757D;
    display: inline-block;
}
dl.download dt a:hover {
    color: #424647;
}
dl.download dd {
    font-size: 14px;
    font-weight: 400;
}



/* DL.LEGEND
---------------------------------------- */
dl.legend {
    border: 1px solid #CFD0D2;
    border-radius: 4px;
    background: #FFF;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 16px 20px 16px 20px;
    width: 193px;
}
dl.legend dt {
    color: #729B40;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
dl.legend ul {
    font-weight: 400;
    padding-bottom: 0 !important;
}

dl.legend2 {
    border: 1px solid #CFD0D2;
    border-radius: 4px;
    background: #FFF;
    margin-bottom: 24px;
    padding: 16px 20px 16px 20px;
    width: 390px;
}


/* FOOTER
---------------------------------------- */
#footer {
    color: #444E29;
    float: left;
    font-size: 14px;
    line-height: 26px;
    padding: 32px 0 32px 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
    text-transform: lowercase;
    width: 100%;
}
#footer ul {
    float: left;
}
#footer ul li {
    border-right: 1px solid #85A222;
    float: left;
    margin-right: 16px;
    padding-right: 16px;
}
#footer ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
#footer ul li a {
    color: #444E29;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}
#footer ul li a:hover,
#footer ul li.selected a {
    color: #ECF0DF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#footer p {
    float: right;
}



/* CALENDAR
---------------------------------------- */

#calendar {
    float: left;
    padding: 40px 0 0 0;
    width: 992px;
}

/*
#sc_events_calendar:after {
	display: block;
	float: none;
	clear: both;
	height: 0;
	content: ".";
	text-indent: -9999px;
}
#sc_calendar table {
    width: 992px;
	border-collapse: collapse;
	float: left;
}
#sc_calendar th {
	width: 13.25%;
	background: #F8F8F8;
	border: 1px solid #DDD;
	text-align: center;
	text-transform: capitalize;
	padding: 8px 4px 8px 4px !important;
}
#sc_calendar td {
	width: 13.25%;
	border: 1px solid #DDD;
	padding: 0 !important;
}
#sc_calendar td.calendar-day {
	background: #FBFBFB;
	height: 90px;
}
#sc_calendar td.calendar-day-np {
	background: #F0F0F0;
}
#sc_calendar td div.sc_day_div {
	padding: 8px;
}
#sc_events_calendar_head {
	float: left;
	padding: 9px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	border-bottom: none;
    width: 972px;
}
#sc_events_calendar_head h2 {
    color: #729B40;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    float: left;
    line-height: 30px;
    padding-left: 9px;
}
#sc_event_select {
    display: none;
}
#sc_event_nav_wrap {
    float: right;
}
#sc_event_nav_wrap form {
}
#sc_event_nav_prev,
#sc_event_nav_next {
    display: block;
    padding-left: 9px;
    float: left;
}
#sc_event_nav_prev input.sc_calendar_submit,
#sc_event_nav_next input.sc_calendar_submit {
    background: #B6B7B9;
    border: 1px solid #B6B7B9;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px 0 10px;
}
#sc_event_nav_prev input.sc_calendar_submit:hover,
#sc_event_nav_next input.sc_calendar_submit:hover {
    background: #6E757D;
    border: 1px solid #6E757D;
}
#sc_events_calendar select,
#sc_events_calendar input {
	margin: 0 5px 0 0;
}
.sc_small #sc_event_nav_wrap {
	margin: 8px 0 0;
}
.sc_small #sc_event_nav_wrap,
.sc_small #sc_event_select {
	float: none;
	width: 100%;
}
.sc_small #sc_calendar td div {
	padding: 1px;
}
.sc_small #sc_event_nav_prev,
.sc_small #sc_event_nav_next {
	display: block;
	width: 50%;
	float: left;
}
.sc_small #sc_event_nav_prev {
	text-align: left;
}
#sc_calendar td div.day-number {
	float: right;
	margin: -6px -4px 0 0;
}
.sc_small #sc_calendar td div.day-number {
	float: none;
	text-align: right;
	padding: 0;
	margin: -3px 1px 0 0;
}
.sc_event_details {
	margin: 0 0 15px;
}
*/



/* MEDIA
---------------------------------------- */
@media screen and (min-width: 1139px) {
    #wrap {
        min-width: 1140px;
    }
    div.wrap {
        width: 1140px;
    }
    #header {
        min-width: 1140px;
    }
    #header #logo {
        margin-left: -344px;
    }
    #header #menu {
        width: 914px;
    }
    #header #menu form {
        padding-right: 8px;
    }
    #content {
        min-width: 1140px;
    }
    #content #main {
        width: 914px;
    }
    #content #main #m-banner {
        width: 914px;
    }
    #content #main #m-content {
        width: 914px;
    }
    #content #main div.child {
        width: 914px;
    }
    #content #main div.child div.c-content {
        width: 914px;
    }
    #content #main h1 {
        width: 389px;
    }
    #content #main div.half {
        width: 437px;
    }
    #content #main div.onethird {
        width: 284px;
    }
    #content #main div.twothird {
        width: 590px;
    }
    #content #main div.quarter {
        width: 198px;
    }
    #content #main dl.archive {
        width: 914px;
    }
    #content #priorities {
        margin-right: 8px;
        width: 914px;
    }
    #content #home {
        width: 1140px;
    }
    #contactform {
        width: 397px;
    }
    #contactform input,
    #contactform textarea {
        width: 377px;
    }
    #contactform select {
        width: 397px;
    }
    #updatesform,
    #updatesform dl {
        width: 437px;
    }
    #updatesform input {
        width: 327px;
    }
    #calendar {
        width: 1140px;
    }
    div.element.w1 {width: 106px !important;}
    div.element.w2 {width: 220px !important;}
    div.element.w3 {width: 334px !important;}
    div.element.w4 {width: 448px !important;}
    div.element.w5 {width: 562px !important;}
    div.element.w6 {width: 676px !important;}
    div.element.w7 {width: 790px !important;}
    div.element.w8 {width: 904px !important;}
    div.element.w9 {width: 1018px !important;}
    div.element.w10 {width: 1132px !important;}
    div.element.h1 {height: 106px !important;}
    div.element.h2 {height: 220px !important;}
    div.element.h3 {height: 334px !important;}
    div.element.h4 {height: 448px !important;}
    div.element.h5 {height: 562px !important;}
    div.element.h6 {height: 676px !important;}
    div.element.h7 {height: 790px !important;}
    div.element.h8 {height: 904px !important;}
    div.element.h9 {height: 1018px !important;}
    div.element.h10 {height: 1132px !important;}
}


/* FANCYBOX
---------------------------------------- */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;background:#fff;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:8030;}.fancybox-opened.fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-inner{overflow:hidden;}.fancybox-type-iframe.fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../img/fancybox-sprite.png);}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0-108px;opacity:0.8;cursor:pointer;z-index:8060;}#fancybox-loading div{width:44px;height:44px;background:url(../img/fancybox-loading.gif)center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../img/fancybox-blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0-36px;}.fancybox-next span{right:10px;background-position:0-72px;}.fancybox-nav:hover span{visibility:visible;}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden;}.fancybox-lock{overflow:hidden;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../img/fancybox-overlay.png);}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock.fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050;}.fancybox-opened.fancybox-title{visibility:visible;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap.child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px#222;color:#FFF;line-height:24px;white-space:nowrap;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8);}


/* Mailchimp */
.page-id-7 #mc_signup_form {
    background-color: #fff;
}
.page-id-7 #mc_signup_form .mc_merge_var {
    padding-bottom: 0;
    margin-bottom:  0;
}
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_signup h2 {font-weight:bold; padding:0; margin:0 0 10px 0; font-size:1.4em;}
#mc_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_signup input[type=radio]{-webkit-appearance:radio;}
#mc_signup input:focus {border-color:#333;}
#mc_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_signup .button:hover {background-color:#777;}
#mc_signup .small-meta {font-size: 11px;}
#mc_signup .nowrap {white-space:nowrap;}

#mc_signup .mc-field-group,
#mc_signup .mc_merge_var
{clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_signup .mc-field-group label,
#mc_signup .mc_merge_var label
{display:block; margin-bottom:3px;}
#mc_signup .mc-field-group input,
#mc_signup .mc_merge_var input
{display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_signup .mc-field-group select,
#mc_signup .mc_merge_var select
{display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_signup .datefield, #mc_signup .phonefield-us{padding:5px 0;}
#mc_signup .datefield input, #mc_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_signup .phonefield-us .phonearea input, #mc_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_signup .datefield .monthfield input, #mc_signup .datefield .dayfield input{width:30px;}
#mc_signup .datefield label, #mc_signup .phonefield-us label{display:none;}

#mc_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_signup .asterisk {color:#c60; font-size:200%;}
#mc_signup .mc-field-group .asterisk,
#mc_signup .mc_merge_var .asterisk
{position:absolute; top:25px; right:10px;}
#mc_signup .clear {clear:both;}

#mc_signup .mc-field-group.input-group ul,
#mc_signup .mc_merge_var.input-group ul
{margin:0; padding:5px 0; list-style:none;}
#mc_signup .mc-field-group.input-group ul li,
#mc_signup .mc_merge_var.input-group ul li
{display:block; padding:3px 0; margin:0;}
#mc_signup .mc-field-group.input-group label,
#mc_signup .mc_merge_var.input-group label
{display:inline;}
#mc_signup .mc-field-group.input-group input,
#mc_signup .mc_merge_var.input-group input
{display:inline; width:auto; border:none;}

#mc_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_signup #mce-error-response {display:none;}
#mc_signup #mce-success-response {color:#529214; display:none;}
#mc_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_signup #num-subscribers {font-size:1.1em;}
#mc_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}


#mc_signup {clear:left; font:14px Helvetica,Arial,sans-serif; color: #fff }
#mc_signup .mc-field-group,
#mc_signup .mc_merge_var
{
    min-height: inherit;
}

/* CONTENT > HOME > HOME-HEADLINES
---------------------------------------- */
#content.new #home #home-headlines {
    background: #78A22F;
}
#content.new #home #home-headlines dl {
    padding: 0 20px 0 20px;
}
#content.new #home #home-headlines dl dt {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    padding: 12px 0 13px 0;
    text-transform: lowercase;
}
#content.new #home #home-headlines dl dt a {
    color: #ffffff;
}
#content.new #home #home-headlines dl dt a:hover {
    color: #77A22E;
}
#content.new #home #home-headlines dl dd {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}
#content.new #home #home-headlines dl dd a {
    border-top: 1px solid #E6E6E6;
    color: #ffffff;
    display: block;
    padding: 8px 0 8px 0;
}
#content.new #home #home-headlines dl dd a:hover {
    border-color: #646464;
    color: #ffffff;
}


/* CONTENT > HOME > twitter-feed
---------------------------------------- */
#content.new #home #twitter-feed {
    background: #78A22F;
}
#content.new #home #twitter-feed dl {
    padding: 0 20px 0 20px;
}
#content.new #home #twitter-feed dl dt {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    padding: 12px 0 0 0;
    text-transform: lowercase;
}
#content.new #home #twitter-feed dl dt a {
    color: #ffffff;
}
#content.new #home #twitter-feed dl dt a:hover {
    color: #77A22E;
}
#content.new #home #twitter-feed dl dd {
    color: #ffffff;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
}
#content.new #home #twitter-feed dl dd a {
    color: #ffffff;
    padding: 8px 0 8px 0;
}
#content.new #home #twitter-feed dl dd a:hover {
    border-color: #646464;
    color: #ffffff;
}

#content.new .title h4 a {
    line-height: 25px;
}