/***************************************
 *  PX to EM conversion                *
 *  Referenced from http://pxtoem.com/ *
 *                                     *
 *  Base font size: 0.75em / 12px      *
 *                                     *
 *   8px  0.667em                      *
 *   9px   0.75em                      *
 *  10px  0.833em                      *
 *  11px  0.917em                      *
 *  12px      1em <<<                  *
 *  13px  1.083em                      *
 *  14px  1.167em                      *
 *  15px   1.25em                      *
 *  16px  1.333em                      *
 *  17px  1.417em                      *
 *  18px    1.5em                      *
 *  19px  1.583em                      *
 *  20px  1.667em                      *
 *  21px   1.75em                      *
 *  22px  1.833em                      *
 *  23px  1.917em                      *
 *  24px      2em                      *
 ***************************************/

/*****************************************************************************
 *  Eric Meyer's reset reloaded
 *  Modified version for XHTML 1.0 Strict, removed depreciated elements.
 *****************************************************************************/
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, del,
dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins,
kbd, label, legend, li, object, ol, p, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background: white;
    color: black;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*****************************************************************************
 *  HTML elements
 *****************************************************************************/
body {
    background: #fff;
    color: #333;
    font: 0.75em/160% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 120%;
    margin: 5px 0;
}
h1 {
    font-size: 2em;
    color: #009933;
}
h2 {
    font-size: 1.5em;
    color: #666666;
    font-weight: normal;
}
h3 {
    font-size: 1.333em;
    color: #666666;
  }
h4 {
    font-size: 1.167em;
    color: #666666;
  }
h5 {
    font-size: 1.083em;
        color: #666666;
}
h6 {
    font-size: 1em;
        color: #666666;
}
hr {
    border: 1px solid #ccc;
}
p {
   margin: 0 0 10px 0;
}

blockquote, fieldset, pre, table {
    margin: 10px 0;
}
blockquote {
    font-style: italic;
    padding: 0 20px;
}
.codeblock, pre {
    line-height: 140%;
}
a:link, a:visited {
    color: #093;
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}
abbr, acronym, cite {
    border-bottom: 1px dotted #888;
}
address, dfn, em, var {
    font-style: italic;
}
big {
    font-size: 120%;
}
.codeblock, code, kbd, pre, samp, tt {
    font: 1em "Courier New", Courier, monospace;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
small {
    font-size: 80%;
}
label, legend, strong {
    font-weight: bold;
}
sub, sup {
    font-size: xx-small;
}
sub {
    vertical-align: bottom;
}
sup {
    vertical-align: top;
}
dd {
    margin: 0 0 10px 10px;
}
ol, ul {
    margin-left: 24px;
}
ol li {
    list-style-type: decimal;
}
ul li {
    list-style-type: disc;
}
fieldset {
    background: #e5e5e5;
    border: 1px solid #ccc;
    padding: 10px;
}
table {
    width: 100%;
}
thead th {
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
th {
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
    font-weight: bold;
}
td, th {
    vertical-align: top;
    padding: 3px;
}

/*****************************************************************************
 *  Layout styles
 *****************************************************************************/
.clear-block {
    clear: both;
}
#page {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 940px;
}
#header {
    background: url(images/logo-small.png) no-repeat right 50px;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 30px;
}
#logo {
    float: left;
}
#primary-and-secondary {
    height: 28px;
    margin-bottom: 25px;
    overflow: hidden;
}
#primary {
    float: left;
    width: 720px;
}
#secondary {
    float: right;
    width: 200px;
}
#primary ul.menu,
#primary ul.menu li,
#primary ul.menu li a,
#secondary ul.menu,
#secondary ul.menu li,
#secondary ul.menu li a {
    line-height: 0;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#secondary ul.menu {
    float: right;
}
#primary ul.menu li,
#secondary ul.menu li {
    background: url(images/primary-l.png) no-repeat top left;
    float: left;
}
#primary ul.menu li.expanded_active-trail ul {
    display: none;
}
#primary ul.menu li.leaf_active-trail,
#primary ul.menu li.expanded_active-trail,
#primary ul.menu li.leaf_last_active-trail,
#primary ul.menu li:active,
#primary ul.menu li:hover {
    background: url(images/primary-active-l.png) no-repeat top left;
}
#secondary ul.menu li.leaf_active-trail,
#secondary ul.menu li.expanded_active-trail,
#secondary ul.menu li:active,
#secondary ul.menu li:hover {
    background: url(images/secondary-active-l.png) no-repeat top left;
}
#primary ul.menu li.leaf_first {
    background: url(images/primary-first-l.png) no-repeat top left;
}
#secondary ul.menu li.leaf_last {
    background: url(images/secondary-first-l.png) no-repeat top left;
}
#primary ul.menu li.leaf_first_active-trail,
#primary ul.menu li.leaf_first_active-trail:active,
#primary ul.menu li.leaf_first_active-trail:hover,
#primary ul.menu li.leaf_first:active,
#primary ul.menu li.leaf_first:hover {
    background: url(images/primary-active-first-l.png) no-repeat top left;
}
#secondary ul.menu li.leaf_last_active-trail,
#secondary ul.menu li.leaf_last_active-trail:active,
#secondary ul.menu li.leaf_last_active-trail:hover,
#secondary ul.menu li.leaf_last:active,
#secondary ul.menu li.leaf_last:hover {
    background: url(images/secondary-active-first-l.png) no-repeat top left;
}
#primary ul.menu li a,
#secondary ul.menu li a {
    background: url(images/primary-r.png) no-repeat top right;
    display: block;
    line-height: 1;
    overflow: hidden;
    padding: 10px 0 6px 0;
    text-align: center;
    text-decoration: none !important;
    width: 80px;
    font-weight: bold;
}
#secondary ul.menu li a {
    width: 130px;
}
#primary ul.menu li.leaf_active-trail a,
#primary ul.menu li.expanded_active-trail a,
#primary ul.menu li.leaf_first_active-trail a,
#primary ul.menu li a:active,
#primary ul.menu li a:hover,
#secondary ul.menu li.leaf_active-trail a,
#secondary ul.menu li.expanded_active-trail a,
#secondary ul.menu li.leaf_first_active-trail a,
#secondary ul.menu li a:active,
#secondary ul.menu li a:hover {
    background: url(images/primary-active-r.png) no-repeat top right;
    color: #fff;
}
#primary ul.menu li.leaf_last_active-trail a,
#primary ul.menu li.leaf_last_active-trail a:hover,
#primary ul.menu li.leaf_last a:hover {
    background: url(images/primary-active-last-r.png) no-repeat top right;
}
#secondary ul.menu li.leaf_last_active-trail a,
#secondary ul.menu li.leaf_last_active-trail a:active,
#secondary ul.menu li.leaf_last_active-trail a:hover,
#secondary ul.menu li.leaf_last a:active,
#secondary ul.menu li.leaf_last a:hover {
    background: url(images/secondary-active-last-r.png) no-repeat top right;
}
#primary ul.menu li.leaf_first a,
#primary ul.menu li.leaf_first_active-trail a {
    padding-left: 10px;
}
#secondary ul.menu li.leaf_last a,
#secondary ul.menu li.leaf_last_active-trail a {
    padding-left: 16px;
}
#primary ul.menu li.leaf_first_active-trail a,
#primary ul.menu li.leaf_last_active-trail a,
#secondary ul.menu li.leaf_first_active-trail a,
#secondary ul.menu li.leaf_last_active-trail a {
    color: #fff;
}
#primary ul.menu li.leaf_last a {
    background: url(images/primary-last-r.png) no-repeat top right;
}
#primary ul.menu li.leaf_last a,
#primary ul.menu li.leaf_last_active-trail a {
    padding-right: 26px;
}
#secondary ul.menu li.leaf_last a {
    background: url(images/secondary-last-r.png) no-repeat top right;
    padding-right: 0;
}
#wrapper {
    margin-bottom: 5px;
}
#wrapper-t {
    min-height: 200px;
    height: auto !important;
    height: 200px;
}
body.no-sidebar #wrapper {
    background: #e5e5e5;
}
body.no-sidebar #wrapper-b {
    background: url(images/no-sidebar-main-b.png) no-repeat bottom left;
}
body.no-sidebar #wrapper-t {
    background: url(images/no-sidebar-main-t.png) no-repeat top left;
}
body.sidebars #wrapper {
    background: url(images/sidebars-main-repeat.png) repeat-y top left;
}
body.sidebars #wrapper-b {
    background: url(images/sidebars-main-b.png) no-repeat bottom left;
}
body.sidebars #wrapper-t {
    background: url(images/sidebars-main-t.png) no-repeat top left;
}
body.sidebar-left #wrapper {
    background: url(images/sidebar-left-main-repeat.png) repeat-y top left;
}
body.sidebar-left #wrapper-b {
    background: url(images/sidebar-left-main-b.png) no-repeat bottom left;
}
body.sidebar-left #wrapper-t {
    background: url(images/sidebar-left-main-t.png) no-repeat top left;
}
body.sidebar-right #wrapper {
    background: url(images/sidebar-right-main-repeat.png) repeat-y top left;
}
body.sidebar-right #wrapper-b {
    background: url(images/sidebar-right-main-b.png) no-repeat bottom left;
}
body.sidebar-right #wrapper-t {
    background: url(images/sidebar-right-main-t.png) no-repeat top left;
}
body.sidebars #sidebar-left-and-main,
body.sidebar-right #sidebar-left-and-main {
    float: left;
    width: 720px;
}
body.sidebars #sidebar-left,
body.sidebar-left #sidebar-left {
    float: left;
    width: 130px;
}
body.sidebars #main {
    float: right;
    width: 585px;
}
body.sidebars #sidebar-right,
body.sidebar-right #sidebar-right {
    float: right;
    width: 200px;
}
body.sidebar-left #main {
    float: right;
    width: 805px;
}
.column-inner {
    padding: 15px;
}
#footer {
    color: #999;
    font-size: 0.917em;
    text-align: center;
}
#footer a {
    color: #666;
}

/*****************************************************************************
 *  Block module
 *****************************************************************************/
#blocks td.region {
    background: #e4e4e4;
    border-bottom: 1px solid #ccc;
}
.block-region {
    background-color: #ff6;
    margin: 4px 0;
    padding: 3px;
}
div.block {
    margin-bottom: 15px;
}
#primary .block-subject,
#secondary .block-subject {
    display: none;
}

/*****************************************************************************
 *  Comment module
 *****************************************************************************/
.indented {
    margin-left: 20px;
}
.comment-unpublished {
    background-color: #fff4f4;
}
.preview .comment {
    background-color: #ffffea;
}
.comment {
    background: #eee;
    border: 1px solid #bbb;
    margin-bottom: 15px;
    padding: 10px;
}
.comment .picture {
    float: right;
    margin: 0 0 1em 1em;
}
.comment .submitted {
    color: #999;
    font-size: 0.917em;
}

/*****************************************************************************
 *  Database Logging module
 *****************************************************************************/
#admin-dblog tr.dblog-warning.even td {
    background-color: #fbfbda;
}
#admin-dblog tr.dblog-warning.odd td {
    background-color: #fefeeb;
}
#admin-dblog tr.dblog-warning.even td.active {
    background-color: #f3f3b7;
}
#admin-dblog tr.dblog-warning.odd td.active {
    background-color: #f6f6c7;
}
#admin-dblog tr.dblog-error.even td {
    background-color: #fbdada;
}
#admin-dblog tr.dblog-error.odd td {
    background-color: #fce2e2;
}
#admin-dblog tr.dblog-error.even td.active {
    background-color: #f2c6c6;
}
#admin-dblog tr.dblog-error.odd td.active {
    background-color: #f3cfcf;
}

/*****************************************************************************
 *  Node module
 *****************************************************************************/
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
#node-admin-filter ul li {
    list-style-type: none;
}
td.revision-current {
    background: #ffc;
}
.node {
    margin-bottom: 15px;
}
.node .submitted {
    color: #999;
    font-size: 0.917em;
}

/*****************************************************************************
 *  Profile module
 *****************************************************************************/
.profile {
    clear: both;
    margin: 10px 0;
}
.profile h3 {
    border-bottom: 0;
}
.picture {
    float: right;
    margin: 0 0 1em 1em;
}

/*****************************************************************************
 *  Search module
 *****************************************************************************/
.search-results p {
    margin-top: 0;
}
.search-results dt {
    font-size: 1.25em;
}
.search-results dd {
    margin-bottom: 10px;
}
.search-results .search-info {
    color: #999;
    font-size: 0.917em;
}

/*****************************************************************************
 *  System module
 *****************************************************************************/
tr.odd {
    background-color: #f4f4f4;
}
tr.even {
    background-color: #fafafa;
}
tr.drag {
    background-color: #fffdee;
}
tr.drag-previous {
    background-color: #fffbd6;
}
tr.odd td.active {
    background-color: #e9e9e9;
}
tr.even td.active {
    background-color: #f1f1f1;
}

div.admin-panel {
    margin: 0 0 15px 0;
    padding: 10px;
    border: 1px solid #c4c4c4;
    background: #f9f9f9;
}
div.admin .left {
    width: 49%;
    margin-left: 0;
    clear: none;
}
div.admin .right {
    width: 49%;
    margin-right: 0;
    clear: none;
}
table.package .description {
    color: #666;
    font-size: 0.917em;
}

table.system-status-report tr.info td,
table.system-status-report tr.info th {
    background: #eee;
}
table.system-status-report tr.ok td,
table.system-status-report tr.ok th {
    background-color: #dbffca;
}
table.system-status-report tr.warning td,
table.system-status-report tr.warning th {
    background-color: #fffdca;
}
table.system-status-report tr.error td,
table.system-status-report tr.error th {
    background-color: #ffcaca;
}
table.system-status-report td {
    padding: 6px;
}

div.messages,
div.warning {
    padding: 3px 6px;
    margin: 5px 0;
    border-width: 1px;
    border-style: solid;
    color: #484848;
}
div.messages.status,
div.ok {
    background-color: #dbffca;
    border-color: #a5cb93;
}
div.warning {
    background-color: #fffdca;
    border-color: #e0dea4;
}
div.error {
    background-color: #ffcaca;
    border-color: #dd9393;
}

.item-list ul {
    margin: 0 0 0 10px;
}
.item-list ul li {
    margin-left: 0;
}

.form-file,
.form-select,
.form.submit,
.form-text,
.form-textarea {
    font: 1em Arial, Helvetica, sans-serif;
}
.form-file,
.form-select,
.form-text,
.form-textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #484848;
    padding: 3px;
}
.form-item input.error,
.form-item select.error,
.form-item textarea.error {
    background-color: #fff2f2;
    border: 1px solid #f2c0c0;
}
.form-item .description,
.tips {
    font-size: 0.917em;
    color: #999;
}
.form-required,
.marker {
    color: #ff9000;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 5px;
}
.pager-current {
    font-weight: bold;
}

ul.primary,
ul.secondary {
    border: 0;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
ul.primary li,
ul.secondary li {
    border: 0;
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
}
ul.primary li a,
ul.secondary li a {
    background: #ccc;
    border: 0;
    display: block;
    margin: 0;
    padding: 4px 10px;
}
ul.primary li a:hover,
ul.secondary li a:hover,
ul.primary li.active a,
ul.secondary li.active a {
    background: #c5c5c5;
    border: 0;
}
ul.secondary {
    margin-top: 0;
}
ul.secondary li a {
    padding: 2px 8px;
}

html.js input.form-autocomplete {
    background-position: 100% 4px;
}
html.js input.throbbing {
    background-position: 100% -16px;
}

tr.selected td {
    background: #ffc;
}
table.sticky-header {
    background: transparent;
}

#block-og-0 .item-list ul {
    margin: 0 0 0 0;
}
.item-list li {
    list-style-image: url(images/bullet.png);
}

ul.menu li {
    list-style-image: url(images/bullet.png);
}
ul.menu li a.active,
ul.menu li a.active-trail {
    color: #444;
}

/*****************************************************************************
 *  Update module
 *****************************************************************************/
.update .project {
    font-size: 110%;
    font-weight: bold;
    height: 22px;
    padding-left: 0.25em;
}
.update .version-status {
    float: right;
    font-size: 110%;
    height: 20px;
    padding-right: 10px;
}
.update .version-status .icon {
    padding-left: 0.5em;
}
.update .info {
    margin: 0;
    padding: 1em 1em 0.25em 1em;
}
.update tr td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.update tr.error {
    background: #fcc;
}
.update tr.error .version-recommended {
    background: #fdd;
}
.update tr.ok {
    background: #dfd;
}
.update tr.warning {
    background: #ffd;
}
.update tr.warning .version-recommended {
    background: #ffe;
}
.update table.version td,
.update table.version tr {
    border: none;
    line-height: 0.9em;
    margin: 0;
    padding: 0;
}
.update table.version .version-title {
    padding-left: 1em;
    width: 14em;
}
.update table.version .version-details {
    padding-right: 0.5em;
}
.update table.version .version-links {
    padding-right: 1em;
    text-align: right;
}
.update table.version-security .version-title {
    color: #970f00;
}
.update table.version-recommended-strong .version-title {
    font-weight: bold;
}
.update .security-error {
    color: #970f00;
    font-weight: bold;
}
.update .check-manually {
    padding-left: 1em;
}

/*****************************************************************************
 *  User module
 *****************************************************************************/
#permissions td.module {
    background: #cfcfcf;
    border-bottom: 1px solid #ccc;
}
#user-login-form {
    text-align: center;
}
#user-admin-filter ul li {
    list-style-type: none;
}
#user-admin-settings fieldset .description {
    color: #999;
    font-size: 0.917em;
    padding-bottom: 5px;
}

/*****************************************************************************
 *  Administration menu
 *****************************************************************************/
#admin-menu {
    font: 1em Arial, Helvetica, sans-serif;
}
#admin-menu,
#admin-menu ul {
    line-height: 160%;
}
body.admin-menu {
    margin-top: 27px !important;
}

/*****************************************************************************
 *  Views
 *****************************************************************************/
.views-tabset .views-display {
    clear: none;
}

.views-field-title {
  font-weight: bold;
}

.imagecache-thumbnail {
  float:left;
  width:190px;
}

.views-field-title {
 /* padding-top:15px; */
}

.views-field-field-article-image-fid {
  float:left;
width:200px;
padding-top:5px
}

.view-news-and-events .views-row-odd,
.view-news-and-events .views-row-even {
   padding:15px 0 15px 0;
   border-bottom:1px dotted #666666;
}

.xxxform-submit {
  background:#6E9D00 url(images/login.gif) repeat-x scroll -18px -13px;
  border-style:none;
  border-width:5px;
  color:#ff0000;
  font-size:1px;
  font-weight:bold;
  padding:25px 20px 20px 25px;
}

/*****************************************************************************
 *  Nodes
 *****************************************************************************/
.field-field-asset-image {
float:left;
width:315px;
}

.field-field-article-image {
  float:right;
width:315px;
text-align:right;
}

.field-field-page-image {
  float:right;
width:315px;
text-align:right;
}
.field-field-page-intro {
 clear:left;
    /*  float:right;
width:315px;
text-align:right;*/
}
.field-field-page-right-image-body {
   padding: 10px 0 10px 0;
   clear:both;
}

.imagefield {
  border: 2px solid #ffffff;
}


