/* == Panels styles == */
#homepage div.panel-row-1 div.panel-col-1 { width: 984px; }
#homepage div.panel-row-2 div.panel-col-1 { width: 320px; }
#homepage div.panel-row-2 div.panel-col-2 { width: 320px; }
#homepage div.panel-row-2 div.panel-col-3 { width: 320px; }

#mini-panel-footer_panel div.panel-row-1 div.panel-col-1 { width: 320px; }
#mini-panel-footer_panel div.panel-row-1 div.panel-col-2 { width: 320px; }
#mini-panel-footer_panel div.panel-row-1 div.panel-col-3 { width: 320px; }

/* == node.css == */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}


/* == defaults.css == */
/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* == system.css == */
/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}


/* == system-menus.css == */
ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}


/* == user.css == */
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

/* == content-module.css == */
/* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}
.field .field-label-inline {
  visibility:hidden;
}

/* Node form display */
.node-form .content-multiple-table td.content-multiple-drag {
  width:30px;
  padding-right:0;/*LTR*/
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{
  padding-right:.5em;/*LTR*/
}

.node-form .content-add-more .form-submit{
  margin:0;
}

.node-form .number {
  display:inline;
  width:auto;
}
.node-form .text {
  width:auto;
}

/* CSS overrides for Views-based autocomplete results.
  - #autocomplete uses "white-space:pre", which is no good with
    Views' template-based rendering
  - Field titles are rendered with <label> in default templates,
    but we don't want the 'form' styling it gets under .form-item
*/
.form-item #autocomplete .reference-autocomplete {
  white-space:normal;
}

.form-item #autocomplete .reference-autocomplete label {
  display:inline;
  font-weight:normal;
}

/* 'Manage fields' overview */
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;/*LTR*/
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
  float: left;/*LTR*/
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: .5em;
}

/* 'Advanced help' pages */
.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6  {
  margin:1em 0 .5em 0;
}
.advanced-help-topic dd {
  margin-bottom: .5em;
}
.advanced-help-topic span.code {
  background-color:#EDF1F3;
  font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
  font-size:0.9em;
  padding:1px;
}
.advanced-help-topic .content-border {
  border:1px solid #AAA
}


/* == filefield.css == */
/**
 * Overall styles
 */

/**
 * Formatter styles
 */

.filefield-icon {
  float: left; /* RTL */
  margin-right: 0.4em; /* RTL */
}

/* End formatter styles. */

/**
 * General widget form styles (applicable to all widgets).
 */
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}

.filefield-element .widget-preview {
  float: left; /* RTL */
  padding-right: 10px; /* RTL */
  border-right: 1px solid #CCC; /* RTL */
  margin-right: 10px; /* RTL */
  max-width: 30%;
}

.filefield-element .widget-edit {
  float: left; /* RTL */
  max-width: 70%;
}

.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}

.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}

.filefield-element input.form-submit,
.filefield-element input.form-file {
  margin: 0;
}

.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}

.filefield-element div.ahah-progress,
.filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px; /* RTL */
}

.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}

.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}

/* End general widget form styles. */

/**
 * Generic file edit widget styles. Not applicable to other widgets that
 * might hook into filefield (say, a widget with an image preview).
 */

.filefield-generic-edit .filefield-icon {
  float: left; /* RTL */
  margin-right: 0.7em; /* RTL */
  margin-top: 0.3em;
}

.filefield-generic-edit-description {
  margin-right: 6em; /* RTL */
}

/* The text field is made unnecessarily long by node.css - shorten it. */
.filefield-generic-edit .form-text {
  width: 99%;
}

.filefield-generic-edit .description {
  white-space: normal;
  margin-bottom: 0;
  overflow: auto; /* Indent on line wraps, don't float around the icon. */
}

/* End widget form styles. */


/* == nice_menus.css == */
/*
  This file contains the basic logic for nice menus, and should not be
  edited.  To customize the menus, it's recommended to create a custom CSS
  file using nice_menus_default.css as a template, then configure the module
  to use your custom CSS file (this is done in the global settings tab of
  the theme administration.)
*/

/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
  line-height: normal;
  z-index: 10;
}

ul.nice-menu,
ul.nice-menu ul {
  z-index: 5;
  position: relative;
}

ul.nice-menu li {
  position: relative;
}

ul.nice-menu a {
  display: block;
}

ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
}

ul.nice-menu li.over ul {
  visibility: visible;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}


/* Nice menus Custom CSS */

/******************************
 Global CSS for ALL menu types
******************************/

#navbar a:link, #navbar a:active,
#navbar a:focus, #navbar a:hover,
#navbar a:visited
{
	color: #FFF !important;
}

ul.nice-menu,
ul.nice-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.nice-menu li
{
	float: left;
	border-top: 0;
}

ul.nice-menu a
{
	padding: 12px 5px;
	line-height: 1em;
}
ul.nice-menu ul a
{
	background-image: none !important;
}
ul.nice-menu ul li
{
	width: 15em;
	border-bottom: 1px solid #333;
}

ul.nice-menu ul
{
	top: 36px;
	left: -1px;
	border: 0;
	margin-right: 0;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down
{
	padding-left: 2px !important;
	float: left;
	background: transparent url(../gfx/navbar_link_border.png) no-repeat scroll left top;
}
/* The secondary links */
#nice-menu-2
{
	float: right;
}

ul.nice-menu-down li
{
	background: #000 url(../gfx/navbar_link_bg.png) no-repeat scroll right top;
}
ul.nice-menu-down li:hover
{
	background: #222 url(../gfx/navbar_link_bg.png) no-repeat scroll right -100px;
}

ul.nice-menu-down ul
{
	left: 0;
}

ul.nice-menu-down ul li
{
	clear: both;
	background-image: none;
}
ul.nice-menu-down ul li:hover
{
	background-image: none;
}

ul.nice-menu-down li ul li ul
{
	left: 15em;
	top: -1px;
}

ul.nice-menu-down a
{
	padding-right: 12px;
	padding-left: 10px;
}

/* Down arrows */
ul.nice-menu-down li.menuparent,
ul.nice-menu-down ul li.menuparent
{
	padding-right: 13px !important;
	background: transparent url(../gfx/navbar_link_bg.png) no-repeat scroll right -200px;
}
ul.nice-menu-down ul li.menuparent
{
	padding-right: 0 !important;
}
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over
{
	background: transparent url(../gfx/navbar_link_bg.png) no-repeat scroll right -300px;
}

/* Right arrows */
ul.nice-menu-down li li.menuparent
{
	background: transparent url(../gfx/navbar_link_bg.png) no-repeat scroll right -400px;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over
{
	background: transparent url(../gfx/navbar_link_bg.png) no-repeat scroll right -500px;
}


/* == fieldgroup.css == */
div.fieldgroup {
  margin:.5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left:1em;/*LTR*/
}


/* == panels.css == */
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}

div.panel-pane div.admin-links li a {
  color: #ccc;
}

div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}

div.panel-pane div.admin-links a:before {
  content: "[";
}

div.panel-pane div.admin-links a:after {
  content: "]";
}

div.panel-pane div.panel-hide {
  display: none;
}

/** For IE we add the class via js; for other browsers we rely on :hover **/
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}

div.panel-pane div.node {
  margin: 0;
  padding: 0;
}

div.panel-pane div.feed a {
  float: right;
}

/* == flexible == */
.panel-flexible { 
/*  overflow: hidden;  */
}

.panel-flexible {
  width: 99.9%;
}

.panel-flexible .panel-col { 
  float: left; 
  padding: 0;
  margin: 1px 0 .5em 0;
}

.panel-flexible .panel-row {
  padding: 0;
  margin: 0;
  padding-bottom: .5em;
  width: 99.9%;
}

.panel-flexible .panel-col-first .inside { 
  padding-right: .5em;
}

.panel-flexible .panel-col-inside .inside { 
  padding-right: .5em;
  padding-left: .5em;
}

.panel-flexible .panel-col-last .inside { 
  padding-left: .5em;
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}

.panel-flexible .panel-separator {
  margin: 0 0 1em 0;
}


/* sidebar css */
div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar { 
  float: left; 
  position: relative; 
}

* html div.panel-sidebar-left div.inside {
  background-color: transparent;
}

div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar-middle { 
  width: 100%; 
}

/* == html-elements.css == */
/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
body
{
    font-size: 62.5%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	color: #444;
}

#page
{
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 2em; /* 12px x 1.673 = 20px */

    /* Use a 14px base font size with a 18px line height */
    /*font-size: 0.875em; /* 16px x .875 = 14px */
    /*line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset
{
	font-size: 1em;
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

pre, code
{
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/** headings **/
h1
{
    font-size: 2em;
    line-height: 1.3em;
	margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
}

h2
{
	margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-size: 1.8em;
    line-height: 1.3em;
	font-weight: bold;
}

h3
{
	clear: left;
	margin-top: 0.4em;
    margin-bottom: 0.3em;
	font-size: 1.3em;
    line-height: 1.3em;
}

h4, h5, h6
{
	margin-top: 0.4em;
    margin-bottom: 0.3em;
    font-size: 1.1em;
    line-height: 1.3em;
}

h4
{
	margin-top: 1em;
	margin-bottom: 0.5em;
}


/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote
{
    margin: 0 0 1em 0;
	text-align: left;
}

/** lists **/
/* standardize list item indentation */
ul, ol
{
    margin-left: 0;
    padding-left: 2em;
}

.block ul, /* Drupal overrides */
.item-list ul
{
    margin: 1em 0;
    padding: 0 0 0 2em;
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul
{
    margin: 0;
}

li
{
    margin: 0;
    padding: 0;
}

	.item-list ul li /* Drupal override */
{
    margin: 0;
    padding: 0;
    list-style: inherit;
}

ul.menu li, /* Drupal override */
li.expanded,
li.collapsed,
li.leaf
 {
    margin: 0;
    padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* On right sidebar */
#sidebar-right ul
{
	margin-top: 0;
	list-style-type: none;
	list-style-image: url('../gfx/list_arrow.png');
	padding-left: 15px;
	font-size: .9em;
}
#sidebar-right li
{
	margin-bottom: 0.3em;
	line-height: 1.4em;
}

dt
{
    margin: 0;
    padding: 0;
}

dd
{
    margin: 0 0 0 2em;
    padding: 0;
}

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
a:link
{
  color: #005E2D;
  text-decoration: none;
}
a:visited
{
  color: #005E2D;
  text-decoration: none;
}

.not-front #content-area a:link,
.not-front #content-area a:visited,
#sidebar-right a:hover
{
	border-bottom: 1px solid #005E2D;
}
.not-front #content-area a:hover
{
	border-bottom: 2px solid #005E2D;
}

a:active
{
}

#navbar a
{
	text-decoration: none;
	float: left;
	text-align: left;
	display: block;
}

#navbar a:Hover 
{
	color: #fff;
}

/** tables **/
  /* Override Drupal default CSS */
table
{
    border-collapse: collapse;
	background: #f5f4f0;
	border: 1px dashed #ccc;
	font-size: .9em;
	line-height: 1.5em;
}
.not-front #content-area table
{
	margin: 10px auto 15px;
}

th,
thead th,
tbody th,
.bot_border
{
    text-align: center;
    padding-right: 0;
    border: 1px dashed #CCC;
}

tbody
{
    border-top: none;
}

td
{
}

/** abbreviations **/
abbr
{
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
}

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
abbr.created
{
    border: none;
    cursor: auto;
    white-space: normal;
}

/** images **/
.not-front #content-area img
{
    border: 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

/* Content images from WYSIWYG */
#content-area img.image-right, #content-area img.image-left
{
	float: right;
	margin: 0 0 15px 15px ;
}
#content-area img.image-left 
{
	float: left;
	margin: 0 15px 15px 0;
}
#content-area img.image-center
{
	display: block;
	margin: 0 auto;
	float: none;
}


/** horizontal rules **/
hr
{
    height: 1px;
    border: 1px solid #666;
}

/** forms **/
form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 1em 0;
    padding: 0.5em;
}

input.form-text, textarea 
{
	width: 181px;
	/*border:none;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #444;
	padding: 3px 5px;
	height: 18px;
	background: #F3F3F3;
	border: 1px inset #999;
}
textarea
{
	height: 200px;
}

input:focus, textarea:focus 
{
	background: #FFF;
	color: #666;
}

select 
{
	border:1px solid #ccc;
	padding:1px;
}

select:focus 
{
	border:1px solid #999;
	background:#fff;
}


/* == tabs.css == */
/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 *
 */

div.tabs
{
    margin: 0 0 5px 0;
}

ul.primary
{
    margin: 0;
    padding: 0 0 0 0;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    height: 30px;
}

ul.primary li
{
    float: left;
    margin: 0;
    padding: 0;
}

ul.primary li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    background: #909090;
}

ul.primary li a .tab
{
    display: block;
    height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
}

ul.primary li a:hover
{
    border-width: 0;
    background-color: #595959;
}

ul.primary li a:hover .tab
{
}

ul.primary li.active a,
ul.primary li.active a:hover
{
    border-width: 0;
    background: #000;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab
{
}

  ul.secondary
{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    height: 30px;
}

  ul.secondary li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 0;
	border-right: none;
}

ul.secondary a
{
	display: block;
	height: 24px;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #777;
	background: #eee;
}

ul.secondary a .tab
{
	display: block;
	height: 18px; /* 24px (parent) - 6px (padding) */
	margin: 0;
	padding: 3px 8px;
	line-height: 18px;
}

ul.secondary a:hover
{
	background: #fff;
}

ul.secondary a.active,
ul.secondary a.active:hover
{
	border: 1px solid #c0c0c0;
	color: #000;
	background: #fff;
}


/* == messages.css == */
/*
 * MESSAGES STYLE
 *
 * Add sensible messages styling.
 */


div.messages, /* Important messages (status, warning, and error) for the user */
div.status,
div.warning,
div.error
{
    min-height: 21px;
    margin: 0 1em 5px 0;
    border: 1px solid #ff7;
    padding: 5px 5px 5px 35px;
    color: #000;
    background-color: #ffc;
    background-image: url(images/messages-status.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-style: italic;
}

div.status /* Normal priority messages */
{
}

div.warning /* Medium priority messages */
{
    border-color: #fc0;
    background-image: url(images/messages-warning.png);
}

div.warning,
tr.warning,
body.section-admin tr.warning
{
    color: #000; /* Drupal core uses #220 */
    background-color: #ffc;
}

div.error /* High priority messages. See also the .error declaration below. */
{
    /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
    border-color: #c00;
    background-image: url(images/messages-error.png);
}

div.error,
tr.error,
body.section-admin tr.error
{
    color: #900; /* Drupal core uses #200 */
    background-color: #fee;
}

div.messages ul
{
    margin-top: 0;
    margin-bottom: 0;
}

/* == block-editing == */
/*
 * Rollover edit links for blocks
 */

div.block.with-block-editing
{
    position: relative;
}

div.block.with-block-editing div.edit
{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 9px;
    background-color: #fff;
}

div.block.with-block-editing:hover div.edit
{
    display: block;
}


/* == wireframes == */
/*
 * WIREFRAMES STYLE
 *
 * Add wireframes to the basic layout elements.
 */

.with-wireframes #header-inner,
.with-wireframes #content-inner,
.with-wireframes #content-inner>*,
.with-wireframes #navbar-inner,
.with-wireframes #sidebar-left-inner,
.with-wireframes #sidebar-right-inner,
.with-wireframes #footer-inner
{
    margin: 1px;
    padding: 2px;
    border: 1px solid #ccc;
}

.with-wireframes #closure-blocks
{
    margin-top: 1px;
    padding: 2px;
    border: 1px solid #ccc;
}

/* == comment.css == */
/*
 * COMMENTS STYLE
 *
 * Add styles to the comments. 
 */

 
#comments /* Wrapper for the list of comments and its title */
{
	margin: 1em 0;
	border: 1px solid #aaa;
	background: #ccc;
  
}

#comments-title /* Heading for the list of comments */
{
}

.comment /* Wrapper for a single comment */
{
	padding: 10px;
	border-top: 1px solid #ccc;
	background: #fff;
}

.comment-inner /* Additional wrapper for a single comment */
{
}

.comment-preview /* Preview of the comment before submitting new or updated comment */
{
}

.comment.new /* A new comment since the user last viewed the page. */
{
}

.comment.odd /* An odd-numbered comment in the list of comments */
{
}

.comment.even /* An even-numbered comment in the list of comments */
{
}

.comment.first /* The first comment in the list of comments */
{
}

.comment.last /* The last comment in the list of comments */
{
}

.comment-unpublished /* Unpublished comments */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
{
}

.comment-published /* Published comments */
{
}

.comment-by-anon /* A comment created by an anonymous user */
{
}

.comment-by-author /* A comment created by the node's author */
{
}

.comment-mine /* A comment created by the current user */
{
}

.comment h3.title /* Comment title */
{
}

.new /* "New" marker for comments that are new for the current user */
{
  color: #c00;
}

.comment .picture /* The picture of the comment author */
{
}

.comment .submitted /* The "posted by" information */
{
}

.comment .content /* Comment's content wrapper */
{
}

.comment .user-signature /* The user's signature */
{
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
{
  margin: 1em 0;
}

.indented /* Nested comments are indented */
{
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */
{
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

#comments .box 
{
	padding: 10px;
}

/* == layout-fixes.css == */
/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */

/* Base page inner divs */
#header-inner, #navbar-inner,
#main-inner, #footer-inner
{
	width: 984px;
	margin: 0 auto;
}


/** body **/
body
{
	padding: 0;
	margin: 0;
}

#page,
#closure-blocks
{
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie.css file
   * for the necessary IE5 hack to center a div.
   */
}

#page-inner
{
}

#navigation-top,
#navigation
{
	position: absolute; /* Take the named anchors out of the doc flow    */
}

#skip-to-nav
{
	float: right;
	margin: 0 !important;
	font-size: 0.8em;
}

#skip-to-nav a:link, #skip-to-nav a:visited
{
	color: #fff; /* Same as background color of page */
}

#skip-to-nav a:hover
{
	color: #000;
	text-decoration: none;
}

/* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
   to the link. Un-comment the following CSS to use this technique. */
/*
#skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
{
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip-to-nav a:active, #skip-to-nav a:focus
{
  position: static;
  width: auto;
  height: auto;
}
*/

/** header **/
#header
{
}

#header-inner
{
}

#logo-title
{
}

#logo
{
	float: left;
}

#site-name
{
}

#site-slogan
{
}

#header-blocks
{
	clear: both; /* Clear the logo */
}

/** main (container for everything else) **/
#main
{
	padding-bottom: 9px;
	position: relative;
}

/** content **/
#content, .no-sidebars #content
{
	margin-left: 0;
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
	float: right;
}

.no-sidebars #content,
.sidebar-left #content,
.two-sidebars #content
{
	width: 780px;
}
.front #content
{
	width: 984px;
} 

/*.two-sidebars #content-header,*/
.two-sidebars #content-area
{
	width: 506px;
}


/*
 * Uncomment to set #content width for right and 2 sidebar situations
 *

.sidebar-right #content
{
	width: 560px;
	margin-left: 0;
}

.two-sidebars #content
{
	width: 492px;
	padding: 0 30px;
}

#content-inner
{
}

#content-area
{
}

/** navbar **/
#navbar
{
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
	/*height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                    that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                    Set this to the same value as the margin-top below. */
	clear: both;
}

.with-navbar #content,
.with-navbar #sidebar-left,
.with-navbar #sidebar-right
{
}

#navbar-inner
{
}

#primary
{
}

#secondary
{
}

#navbar ul /* Primary and secondary links */
{
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar li /* A simple method to get navbar links to appear in one line. */
{
	float: left;
	padding: 0;
}

/* There are many methods to get navbar links to appear in one line.
 * Here's an alternate method: */
/*
#navbar li
{
	display: inline;
	padding: 0 10px 0 0;
}
*/
#navbar a
{
}



/** sidebar-left **/
#sidebar-left
{
	float: left;
	width: 194px;
	margin: 0;
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
}

#sidebar-left-inner
{
}

/** sidebar-right **/
#sidebar-right
{
	float: right;
	width: 180px;
	margin-right: 10px;
	padding: 10px 10px 10px 13px; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	
}

#sidebar-right-inner
{
}



/** features **/

#signup, #features div 
{
	background: #e9e3e4;
	padding: 3px 10px;
	border: 1px solid #dbd3d5;
	margin-bottom: 5px;	
}

#features div 
{
	float: left;
	width: 158px;
	margin-right: 5px;	
}

#features .last 
{
	margin-right: 0;
}

/** footer **/
#footer
{
	clear: both;
}

#footer-inner
{
}

/** closure **/
#closure-blocks /* See also the #page declaration above that this div shares. */
{
}

/** Prevent overflowing content **/
#header,
#content,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks
{
	overflow: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}

/* If a div.clear-block doesn't have any content after it, Firefox and Safari
   will mistakenly place several pixels worth of space between the bottom of
   the div and the bottom of the viewport. This fixes it. */
/*#page { overflow-y: hidden; } /* CSS3 property */


/* == eagacorporate.css == */
/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

.clear-both
{
	clear: both;
}

/** body **/
html
{
}

body
{
	background: #4f4e48;
}

#page
{
	padding: 0;
	margin: 0;
}

#page-inner
{
}

/** header **/
#header
{
	background: #FFF url('../gfx/header_grad.png') left top repeat-x;
}

#header-inner
{
	height: 100px;
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
	position: relative;
}

#logo /* Wrapper for logo */
{
	margin: 15px 0 0;
	padding: 0;
	float: right;
}
#logo a
{
	display: block;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited
{
  color: #000;
  text-decoration: none;
}

#site-name a:hover
{
	text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */
{
/*
	width: 2825px;
	height: 100px;
	position: absolute;
	left: -2000px;
	background: #005E2D url('../gfx/header_red_stop.png') right top no-repeat;
*/
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:#005E2D url(../gfx/header_long_red.jpg) no-repeat scroll right top;*/
height:100px;
left:-2000px;
position:absolute;
width:2825px;
background-color:#00FF00;
}
#site-slogan div /* Holds the text */
{
	width: 239px;
	height: 18px;
	position: absolute;
	right: 586px;
	top: 62px;
	/*background: url('../gfx/header_slogan.png') right top no-repeat;*/
	text-indent: -9999px;
	background-color:#FFFF00;
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}

/** main (container for everything else) **/
#main
{
	position: relative;
	z-index: 1;
	background: #CAC5AF url('../gfx/main_bg.png') left top repeat-x;
}

.not-front #main-inner
{
	background: url('../gfx/faux-col.png') top;
}

.not-front #main-inner-inner
{
	background: url('../gfx/content_grad.png') no-repeat bottom;	
}

#main-inner-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** content **/
#content
{
}

.breadcrumb /* The path to the current page in the form of a list of links */
{
	height: 36px;
	margin: 0;
	padding: 0 16px;
	line-height: 3em;
	background: #f9f9f7;
}
.breadcrumb span
{
	word-spacing: 0.4em;
}
.breadcrumb a:link,
.breadcrumb a:visited
{
	color: #444 !important;
}
.breadcrumb a:hover
{
	border-bottom: 1px solid #444;
}

.two-sidebars #content-inner
{
	background: url('../gfx/faux-col-3col.gif') right top repeat-y;
}

.not-front #content-inner-inner
{
	background: url('../gfx/content-inner_grad.jpg') left top repeat-x;
}

#mission /* The mission statement of the site (displayed on homepage) */
{
}

#content-top /* Wrapper for any blocks placed in the "content top" region */
{
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
{

	margin: 0 30px 10px;
	padding: 30px 0 0px;
	border-bottom: 1px solid #b9b9b9;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
	margin: 0;
	font-family:"Century Gothic", "Arial", sans-serif;
}
h1.title
{
	color: #272726;
	font-size: 2.9em;
	letter-spacing: -0.02em;
}
h2.title
{
	color: #000;
	margin-bottom: 15px;
	font-size: 1.4em;	
}
#footer h2.title
{
	margin-bottom: 10px;
}

div.messages /* Important messages (status, warning, and error) for the user */
{
}

div.status /* Normal priority messages */
{
}

div.warning, tr.warning /* Medium priority messages */
{
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error, tr.error /* High priority messages. See also the .error declaration below. */
{
}

div.tabs /* See also the tabs.css file. */
{
}

.help /* Help text on a page */
{
    margin: 1em 0;
}

.more-help-link /* Link to more help */
{
    font-size: 0.85em;
    text-align: right;
}

#content-area /* Wrapper for the actual page content */
{
	font-size: 1.2em;
}
.not-front #content-area
{
	padding: 0 30px 15px;
	float: left;
	font-size: 1.1em;
}

#content-area p
{
	margin-bottom: 10px;
}

.pager /* A list of page numbers when more than 1 page of content is available */
{
    clear: both;
    margin: 1em 0;
    text-align: center;
}

.pager a, .pager strong.pager-current
{
    padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
  margin: 1em 0;
}

.not-front #content-bottom, /* Wrapper for any blocks placed in the "content bottom" region */
.two-sidebars #content-bottom
{
	clear: left;
	margin: 0 30px 30px;
}
.two-sidebars #content-bottom
{
	width: 506px;
	float: left;
}

/** navbar **/
#navbar
{
	position: relative;
	z-index: 2;
	background: #000 url('../gfx/navbar_bg.png') left top repeat-x;
	border-top: 1px solid #fcfcfb;
}

#navbar-inner
{
}

#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
  display: none;
}

#primary, #secondary /* Primary and Secondary links */
{
	width: auto;
	float: left;
}
#secondary /* Secondary links */
{
	float: right !important;
}

#navbar #primary .links
{
	height: 36px;
}
#navbar #primary .links li
{
}

/* Float secondary right */
#block-menu-secondary-links ul.menu
{
	float: right;
}


/** sidebar-left **/
#sidebar-left
{
	/*background: #F8F8F5 url('../gfx/sidebar_grad.png') left top repeat-x;*/
	border-top: 36px solid #f9f9f7;
}

#sidebar-left-inner
{
}

#sidebar-left h2
{
	background:#000000 url(../gfx/navbar_bg.png) repeat-x left top;
	font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	color: #fff;
	margin: 0;
	padding: 12px 15px;
	font-size: 1em;
}

#sidebar-left li, #sidebar-left ul
{
	padding: 0;
	margin: 0;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	line-height: 1.1em;
}

#sidebar-left a
{
	background:  url(../gfx/sidebar-left-a.png) -100px 0 #ccc8b4 no-repeat;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	color: #222;
	height: 13px;
	border-bottom: 1px solid #f7f7f4;
	
}

#sidebar-left a:hover
{
	color: #000;
	background-color: #c5c0aa;
}

#sidebar-left a.active, #sidebar-left a.active:Hover
{
	color: #fff;
	background-position: -526px 0px;
}

#sidebar-left .collapsed a
{
	background-position: -196px 0px;
	
}

#sidebar-left .collapsed a:Hover
{
	background-position: -897px 0px;
}

#sidebar-left .expanded a
{
	background-position: -556px 0px;
	color: #fff;
	background-color: #605c4f;
	
}

#sidebar-left ul ul a
{
	background: #dddacd !important;
	color: #222 !important;
	padding-left: 30px;
}

#sidebar-left ul ul a:Hover, #sidebar-left ul ul a.active
{
	text-decoration: underline;
}


/* Menu Block - sidebar submenu */
#block-menu_block-1,
#block-menu_block-1 ul
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	overflow: visible;
}
#block-menu_block-1 ul li
{
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	overflow: visible;
}



#block-views-event_listing-block_1
{
	background: url(../gfx/comingup.gif) no-repeat top;
	padding: 8px;
	padding-top: 136px;
}

#block-views-event_listing-block_1 .view-content
{
	background: #080304;
}

/** sidebar-right **/
#sidebar-right
{
	float: right;
/*	background: url('../gfx/content-inner_grad.png') left top repeat-x; */
/*background: #e6e4dd;*/
border-left: 1px solid #b9b9b9;
min-height: 150px;
}

#sidebar-right-inner
{
}

/** footer **/
#footer
{
	background: url('../gfx/footer_bg.jpg') left top repeat-x;
	border-top: 1px solid #F4F3FF;
}

#footer-inner
{
	background: transparent url('../gfx/footer_trans.png');
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */
{
}

#footer .inside /* Panel columns */
{
	margin: 20px;
}

#footer h2.title
{
	color: #FFF;
}

#footer dl, #footer ul, #footer ul.menu
{
	width: 285px;
	margin-bottom: -5px;
	padding-left: 10px;
	border-left: 7px solid #222;
	list-style-type: none;
}
#footer ul.menu li
{
	list-style-type: none;
	list-style-image: none;
}
#footer dt a, #footer .views-field-title a, #footer .menu a
{
	color: #8B8B8B !important;
}
#footer dd a, #footer .views-field-field-short-description-value a
{
	color: #656565 !important;
}
a.footer-show-hide
{
	font-size: 0.85em;
	color: #656565 !important;
	border-bottom: 1px solid #656565;
}
a.footer-show-hide:hover
{
	border-bottom: 2px solid #656565;
}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */
{
}

/** Drupal nodes **/
.node /* Node wrapper */
{
}

.node-inner /* Additional wrapper for node */
{
}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */
{
}

.node-teaser /* A node displayed as teaser */
{
}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page /* Page content node */
{
}
/* Page Flowplayer setup */
.node-type-page #flowplayer_holder
{
	margin-bottom: 10px;
}
.node-type-page #flowplayer_holder:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.node-type-page #flowplayer_holder
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .node-type-page #flowplayer_holder
{
	height: 1%;
}
.node-type-page #flowplayer_holder
{
  display: block;
}
/* End hide from IE-mac */

.node-type-page #flowplayer
{
	width: 506px;
	height: 360px;
	margin-bottom: 7px;
}
.sidebar-left #flowplayer
{
	float: left;
}
.sidebar-left #video_caption,
.two-sidebars #video_caption
{
	color: #666;
	font-size: 0.95em;
	line-height: 1.5em;
	font-style: italic;
}
.sidebar-left #video_caption
{
	width: 194px;
	float: right;
}

.node-type-story /* Story content node */
{
}

.node h2.title /* Node title */
{
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
    color: #c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
}

.node .submitted /* The "posted by" information */
{
}

.node .terms /* Node terms (taxonomy) */
{
}

.node .content /* Node's content wrapper */
{
}

.node div.links /* Wrapper for node links */
{
    margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */
{
    margin: 0;
    padding: 0;
}

ul.links.inline
{
    display: inline;
}

ul.links li
{
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */
{
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}


/** Drupal blocks **/
.block /* Block wrapper */
{
}

.block.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
}

.block h2.title /* Block title */
{
}

.block .content /* Block's content wrapper */
{
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 /* First administrator-defined block */
{
}

#block-blog-0 /* "Recent blog posts" block */
{
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comments-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-2 /* "Primary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

#block-search-0 /* "Search form" block */
{
}

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0, #block-user-0 .block-inner /* "User login form" block */
{
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 3px 0;
}

#block-user-0 .block-inner
{
	background: url(../gfx/login.png) no-repeat 0 20px ;
	padding-top: 30px;
}



#block-user-0 ul
{
	display: none;
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */
{
}

.box-inner /* Additional wrapper for box */
{
}

.box h2.title /* Box title */
{
}

.box .content /* Box's content wrapper */
{
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */
{
    /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */
{
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */
{
    text-align: right;
}

#user-login-form /* Drupal's default login form */
{
    text-align: left;
 }

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
{
    border-bottom: none;
    padding: 0;
}

tr.even
{
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd
{
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */
{
    color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
    margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
    border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
    display: block;
    font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
    display: inline;
    font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
    color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
    font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
    margin: 0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
    display: inline;
}

.tips /* Tips for Drupal's input formats */
{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
#user-login li.openid-link
{
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link
{
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
 * admin section of the site.
 */
.section-admin tbody
{
    border-top: 1px solid #ccc;
}

.section-admin th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.section-admin tbody th
{
    border-bottom: 1px solid #ccc;
}

.section-admin thead th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.section-admin tr.even,
.section-admin tr.odd
{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

/* ========================= HOMEPAGE ========================= */

#homepage
{
	width: 984px;
	margin: 35px 0 0;
	font-size: 1em;
	line-height: 1.2em;
}
#homepage dt, #homepage .block-intro,  #homepage li
{
	font-size: 0.9em;
}
#homepage dd, #homepage .block-content
{
	font-size: 0.75em;
}
#homepage li a span
{
	font-size: 0.85em;
}
#homepage .panel-row
{
	width: 100%;
	margin: 0;
	padding: 0;
}
#homepage .panel-col .inside
{
	padding: 0 !important;
}

#homepage .panel-separator
{
	height: 10px;
	margin: 0;
}
#homepage .panel-row-2 .panel-pane
{
	padding: 30px;
	background: #f8f8f5 url('../gfx/box_grad.png') left bottom repeat-x;
}

#homepage .panel-row-2 
{
	background:  url('../gfx/panel-row-2.gif') repeat-y ;
}

#homepage #homepage-careers, #homepage #homepage-investors 
{
	background-position: top;
}


/* Carousel general styles */
#homepage #carousel
{
	height: 325px !important;
	margin-bottom: 10px;
	padding-bottom: 32px;
	background: transparent url('../gfx/hero_shadow.png') left bottom repeat-x;
	overflow: hidden;
}
#homepage #carousel p
{
	margin: 0 !important;
	padding: 0 !important;
}

/* Sizes of all the carousel bits that are the same size. Size. */
#homepage #carousel #carousel_display,
#homepage #carousel #carousel_store,
#homepage #carousel .carousel-content,
#homepage #carousel img#carousel_bg,
#homepage #carousel #carousel_content_holder
{
	width: 984px;
	height: 250px;
}
#homepage #carousel #carousel_display
{
	position: relative;
}
#homepage #carousel img#carousel_bg,
#homepage #carousel #carousel_content_holder,
#homepage #carousel #content_holder
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#homepage #carousel #carousel_content_holder
{
	z-index: 1;
	background: #F00;
}

/* Hide the carousel store (where the initially invisible sections are kept) */
#homepage #carousel #carousel_store
{
	display: none;
}

/* Carousel tabs links */
#homepage #carousel_tabs
{
	width: 984px;
	height: 75px;
}
#homepage #carousel_tabs a
{
	display: block;
	width: 197px;
	height: 74px;
	float: left;
	border-top: 1px solid #efede7;
	color: #444;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "ITC Avant Garde Gothic Std", "Avant Garde", "Century Gothic", Arial, sans-serif;
	line-height: 77px;
}
#homepage #carousel_tabs a#carousel_tab_4
{
	width: 196px !important;
}

/* If there are only 3 tabs.. */
#homepage .carousel-tabs-3 a
{
	width:  328px !important;
}

/* If there are only 4 tabs.. */
#homepage .carousel-tabs-4 a
{
	width:  246px !important;
}

/* Background positions */
#homepage #carousel_tabs a#carousel_tab_0
{
	background: #c0bba1 url('../gfx/carousel_tab_0.jpg') right top no-repeat;
}
#homepage #carousel_tabs a#carousel_tab_1
{
	background: #cbd6d8 url('../gfx/carousel_tab_1.jpg') right top no-repeat;
}
#homepage #carousel_tabs a#carousel_tab_2
{
	background: #e5bcac url('../gfx/carousel_tab_2.jpg') right top no-repeat;
}
#homepage #carousel_tabs a#carousel_tab_3
{
	background: #bad0c0 url('../gfx/carousel_tab_3.jpg') right top no-repeat;
}
#homepage #carousel_tabs a#carousel_tab_4
{
	background: #d8d5cb url('../gfx/carousel_tab_4.jpg') right top no-repeat;
}
/* Background active state */
#homepage #carousel_tabs a.active
{
	color: #FFF;
	background-position: right -75px !important;
	background-repeat: repeat-x !important;
}

#homepage #carousel #flowplayer_holder,
#homepage #carousel #flowplayer
{
	width: 350px;
	height: 250px;
	z-index: 1;
}
#homepage #carousel #flowplayer_holder
{
	position: absolute;
	top: 0;
}

/* Classes for carousel content and link positioning based on video position */
.carousel-content
{
	position: relative;
}
.hpc-fp-left
{
	left: 0;
}
.hpc-fp-right
{
	right: 0;
}
.hpc-fp-center
{
	left: 317px;
}
.hpc-txt-novid,
.hpc-txt-left,
.hpc-txt-right,
.hpc-txt-center
{
	width: 984px;
	height: 250px !important;
/*	margin: 10px;*/
	float: left;
	position: relative;
	z-index: 0;
}
.hpc-txt-left,
.hpc-txt-right
{
/*	width: 634px;*/
}
.hpc-txt-center
{
/*	width: 297px;*/
}
.hpc-a-novid, .hpc-a-left,
.hpc-a-right, .hpc-a-center,
.hpc-a-center_2
{
	display: block;
	width: 984px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.hpc-a-left, .hpc-a-right
{
	width: 634px;
}
.hpc-a-left
{
	left: 350px;
}
.hpc-a-center, .hpc-a-center_2
{
	width: 317px;
}
.hpc-a-center_2
{
	left: 667px;
}

.hpc-a-novid span, .hpc-a-left span,
.hpc-a-right span, .hpc-a-center span,
.hpc-a-center_2 span
{
	display: block;
	text-indent: -10000px;
}


/* Font things */
#carousel h1, #carousel h2, #carousel h3,
#carousel h4, #carousel h5, #carousel h6
{
	margin: 0 0 5px;
	font-weight: normal;
}

#homepage .block-intro
{
	font-style: italic;
	color: #989793;
	line-height: 1.3em;
}
#homepage .block-content a
{
	color: #000;
}

/* Quick links */
#homepage-quicklinks a
{
	text-decoration: none;
}
#homepage-quicklinks ul,
#homepage-quicklinks li
{
	padding: 0;
	list-style: none;
}
#homepage-quicklinks a
{
	display: block;
	margin: 0 0 20px;
	padding-left: 35px;
	background: transparent url('../gfx/quicklinks_icons.png') left center no-repeat;
	color: #000;
	line-height: 1.4em;
}
#homepage-quicklinks a span
{
	display: block;
	color: #989793;
	line-height: 1.2em;
}
#quicklink-annrep07
{
	background-position: -350px center !important;
}
#quicklink-finper
{
	background-position: -700px center !important;
}
#quicklink-emailnews
{
	background-position: -1050px center !important;
}

/* 3 columns */
#homepage .panel-row-2 .panel-col-1,
#homepage .panel-row-2 .panel-col-2,
#homepage .panel-row-2 .panel-col-3
{
	width: 320px;
}

/* 3 column separation */
#homepage .panel-row-2 .panel-col-2,
#homepage .panel-row-2 .panel-col-3
{
	margin-left: 12px;
}

/* Definition List basic styles (homepage content and footer) */
dl a
{
	text-decoration: none;
}
dl a:hover
{
	text-decoration: underline;
}
dt, #footer .views-field-title, #footer ul.menu li /* Added here to style the footer without duplicating */
{
	margin: 0;
	line-height: 1.2em;
}
dt a
{
	color: #000 !important;
}
dd, #footer .views-field-field-short-description-value /* Added here to style the footer without duplicating */
{
	margin: 0 0 15px;
	font-size: 0.9em;
	line-height: 1.6em;
}
dd a
{
	color: #989793 !important;
}


/* ========================= SEARCH ========================= */
#search-form
{
	margin-bottom: 25px;
}

.page-search #content-area
{
	margin-bottom: 30px;
}
.page-search h2.title
{
	margin-bottom: 10px;
}
.page-search dt.title,
.page-search .search-snippet
{
	margin-bottom: 5px !important;
}


/* ========================= CAREERS ========================= */
.page-careers-search-jobs iframe
{
	border: 0;
}


/* ========================= CONTACT US & OTHER FORM STYLES ========================= */

.page-contact-us .view-content h3,
.page-contact-us .view-content h4,
.page-contact-us .view-content h5,
.page-contact-us .view-content h6
{
	margin: 0 0 3px;
	padding: 0;
}
.page-contact-us .view-content h3
{
	font-size: 1.3em;
}
.page-contact-us .view-content h3 a
{
	font-weight: normal;
}

.page-contact-us .view-content h4
{
	font-size: 1em;
	font-weight: normal;
}
.page-contact-us .view-content h5
{
	margin: 10px 0 8px;
	color: #888;
}
.page-contact-us .view-content h6
{
	margin-bottom: 4px;
	font-size: 1em;
}
.contact-info
{
	line-height: 1.1em;
}
.contact-info ul
{
	list-style: circle;
}
.contact-info p, .contact-info li
{
	margin: 0 0 3px 0 !important;
}
.view-details
{
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 0.85em;
}
.link-back
{
	margin-bottom: 10px;
	font-size: 0.9em;
}

.contact-location-wide,
.contact-location,
.contact-location-last
{
	width: 690px;
	margin-bottom: 15px;
	padding: 10px 15px 37px;
	position: relative;
	background: #FFF url('../gfx/content_grad.png') right top no-repeat;
	border-top: 2px solid #005E2D;
}
.contact-location-wide h5
{
	width: 120px;
	float: left;
}
.contact-location-wide .contact-info
{
	width: 260px;
	margin: 11px 0 0 20px;
	float: left;
}

.contact-location,
.contact-location-last
{
	width: 200px;
	margin-right: 15px;
	float: left;
}
.contact-location-last
{
	margin-right: 0;
}

/* Some contact us form styles */
fieldset
{
    padding: 0 20px 15px;
	background: #F7F7F7;
    border: 0;
}
fieldset legend
{
	margin: 0;
	padding: 2px 7px;
	background: #005E2D;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
/* Feedback page form choice links */
.page-contact-us-feedback #content-area,
.page-products-and-services-assessments-surveys-energy-performance-certificates-book-your-epc #content-area
{
	margin-bottom: 0 !important;
}
#feedback_choose
{
	width: 500px;
	margin: 30px auto 0;
}
#feedback_choose a
{
	display: block;
	width: 250px;
	height: 75px;
	float: left;
	background: #C5C0AA;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "ITC Avant Garde Gothic Std", "Avant Garde", "Century Gothic", Arial, sans-serif;
	line-height: 77px;
	border-width: 0 0 2px 0 !important;
}
#feedback_choose a:hover
{
	background: #BBB;
	color: #000;
}
#feedback_choose a.feedback-active,
#feedback_choose a.feedback-active:hover
{
	background: #005E2D;
	color: #FFF;
}

/* ========================= PRINT LINKS ========================= */
div#content-top .content
{
	position: relative;
}
ul#action-links
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.9em;
	list-style-type: none;
}
ul#action-links *
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ul#action-links li
{
	float: left;
}
ul#action-links li a
{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 12px;
}


/* ========================= NEWS & PUBLICATIONS ========================= */
.page-media-news #content-area,
.page-media-publications #content-area
{
	margin-bottom: 0;
}
.page-media-publications #content .view-footer
{
	margin-top: 30px;
}
.get-adobe-reader
{
	width: 88px;
	height: 31px;
	margin: 7px 10px 0 0;
	float: left;
	background: url('../gfx/get_adobe_reader.gif');
}
/* The news item extra addthis button - stop it being hit by our styles */
#news_item_addthis
{
	margin-top: 25px;
}
.not-front #content-area #news_item_addthis a
{
	border: 0 !important;
	line-height: 1.3em !important;
}
/* News archive JS top links */
#news_archive_links
{
	margin: 20px 0;
	word-spacing: 0.2em;
}
.news-archive-sep
{
	color: #F00;
}
.news-archive-year
{
	font-weight: bold;
}

#sidebar-left h2 a
{
	background: none;
	padding: 0;
	color: #fff;
	border-bottom: none;
}

#sidebar-left h2 a:hover
{
	color: #fff;
	background-color: transparent;
}