/*
 * 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
 */


/** body **/
body {
  margin:0;
  padding:0;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  background-color:#fff;
  font-size:10px;
}
#page-inner {
}
/**************************************************
DIV DECLARATIONS
 **************************************************/

#interiorLeft #newsContent ul {
  line-height:1.4em;
  list-style-type:none;
}
#interiorLeft #newsContent li {
  background:transparent url(images/newsIcon.jpg) no-repeat scroll 0 1px;
  margin:0 0 15px;
  padding-left:30px;
}
#wrapper {
  width:956px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  padding:0px;
  overflow:visible;
}
#flashHolder {
  margin-top:5px;
  margin-bottom:20px;
}
#headerHolder {
  margin-top:5px;
  margin-bottom:20px;
}
#contact-mail-page img {
  margin-top:30px;
  margin-bottom:20px;
}
#homeContent {
  /*width:900px;*/
  overflow:visible;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}
#interiorLeft {
  width:580px;
  margin:0 0 70px 30px;
  float:left;
  clear:both;
  min-height:300px;
}
#interiorLeft .executiveImage {
  border:2px solid #ebe6e2;
  margin-right:9px;
  margin-top:5px;
  padding:5px;
  float:left;
}
#storyCallout {
  width:250px;
  margin:20px 0px 0px 30px;
  float:left;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size:1.6em;
  line-height:1.6em;
  color:#000000;
}
#storyCallout p {
  margin-top:10px;
  margin-bottom: 20px;
}
#linksCallout {
  width:250px;
  margin:20px 0px 0px 30px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  line-height:1.4em;
  color:#000000;
  background-image: url(images/lines_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
}
#storyCallout .calloutTitle-right, #linksCallout .calloutTitle-right, #storyCallout .calloutTitle, #linksCallout .calloutTitle {
  background-image: url(images/lines_bg.gif);
  background-repeat: repeat-x;
  background-position: center;
  font-style:normal;
  font-family:Arial, Helvetica, sans-serif;
}
#storyCallout .calloutTitle span, #linksCallout .calloutTitle span {
  background-color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style:normal;
  padding-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #a69792;
}
#storyCallout .calloutTitle-right span, #linksCallout .calloutTitle-right span {
  background:#FFFFFF url(images/triangle.gif) no-repeat right center;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style:normal;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #a69792;
  text-align: right;
}
#storyCallout ul, #linksCallout ul {
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style-type:none;
}
#storyCallout li, #linksCallout li {
  padding-left:10px;
  background:transparent url(images/triangle.gif) no-repeat 0 5px;
  margin: 0;
  margin-bottom: 10px;
}
#storyCallout a, #linksCallout li a {
  color:#667c82;
  text-decoration:none;
}
#storyCallout a:visited, #linksCallout li a:visited {
  color:#667c82;
  text-decoration:none;
}
#storyCallout a:hover, #linksCallout li a:hover {
  color:#000000;
  text-decoration:underline;
}
#contactLinks {
  width:250px;
  margin:60px 0 0 30px;
  float:left;
  padding:0 0 20px 0;
  border-bottom:solid 1px #c2c4c3;
}
#contactLinks ul {
  list-style-type:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#82574a;
  margin:0;
  padding:0;
  line-height:2.2em;
}
#contactLinks a, #contactLinks a:visited {
  color:#667c82;
  text-decoration:none;
}
#contactLinks a:hover {
  text-decoration:underline;
}
#allOtherInquiries {
  width:250px;
  margin:20px 0 0 30px;
  float:left;
  padding:0 0 20px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.6em;
  color:#26282e;
}
.number {
  font-size:1.5em;
  display:block;
}
/**************************************************
HEADER
 **************************************************/

#header {
  height:85px;
  width:947px;
}
#header-inner {
}
#logo-title /* Wrapper for logo, website name, and slogan */ {
}
#logo {
  padding: 0px 0 0 0px;
  margin: 15px 0 0 0px;
  float:left;/*margin: 0 10px 0 0;
  padding: 0;*/
}
#logo-image /* The actual logo image */ {
}
#utilityNav {
  width:500px;
  float:right;
  text-align:right;
  margin:0px 5px 0 0;
}
#utilityNav ul {
  margin:0 0 5px 0;
  padding:5px 0 0 0;
}
#utilityNav li {
  display:inline;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#fff;
  margin:0 5px 0 0px;
  padding:0 0px 0 5px;
  border-left:solid 1px #b9b7b5;
}
#utilityNav ul li:first-child {
  border-left:none;
}
#utilityNav li a {
  display:inline;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#fff;
  padding:0;
}
#utilityNav li a:hover {
  color:#000;
}
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 */ {
}
#header-blocks /* Wrapper for any blocks placed in the header region */ {
}
/** main (container for everything else) **/
#main {
}
#main-inner {
}
/** content **/

#content {
  margin-top: 0px; /*30px;*/
}
#content .view-content .item-list ul {
  color:#3C4145;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.4em;
  list-style-type:none;
}
#content .view-content .item-list li {
  background:transparent url(images/triangle.gif) no-repeat scroll 0 5px;
  margin-bottom:5px;
  padding-left:10px;
}
#content .node-type-list {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-left: 30px;
  width: 600px;
}
#content .node-type-list dt {
  margin-bottom: 10px;
  margin-top: 15px;
}
#content .node-type-list a, ul.menu a {
  text-decoration:underline;
  color: #333333;
}
#content .node-type-list a:hover, ul.menu a:hover {
  text-decoration:none;
  color: #000000;
}
#content .webform-confirmation, #content .links {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.6em;
  color:#3c4145;
}
ul.menu {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:medium none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:left;
}
#content-inner {
}
#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 */ {
}
.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}
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;
}
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 */ {
}
.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;
}
#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}
/**************************************************
MAIN NAV STYLES
 **************************************************/
#mainNav, #subNav {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  height:40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#mainNav ul, #subNav ul {
  margin:12px 0px 0px;
  padding: 0px;
}
#mainNav .links {
  color:#B9B7B5;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  letter-spacing:1px;
  text-decoration:none;
  text-transform:uppercase;
  float:left;
}
#subNav .links {
  color:#B9B7B5;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-decoration:none;
  float:left;
}
#mainNav a {
  border-left:1px solid #2B2727;
  padding-left:10px;
  padding-right:5px;
  color:#2B2727;
  font-family:Arial;
  text-decoration:none;
}
#mainNav li.first a, #subNav li.first a {
  border-left:0px solid #97887F;
  padding-left:0px;
}
#mainNav ul.links li, #subNav ul.links li {
  display:inline;
  list-style-type:none;
  padding:0px;
}
#subNav a {
  border-left:1px solid #88746b;
  padding-left:10px;
  padding-right:5px;
  color:#88746b;
  font-family:Arial;
  text-decoration:none;
}
#mainNav a:hover {
  color:#FFFFFF;
}
#subNav a:hover {
  color:#2B2727;
}
#subNav a.active {
  color:#2B2727;
}
#subNav ul.links li.active-trail a {
  color:#2B2727;
}
#mainNav .active-trail a {
  color:#FFFFFF;
}
#navbar {
  height:30px;
  padding-left:0px;
}
.textTool {
  margin:12px 5px 0 30px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#b9b7b5;
  display:inline;
  float:right;
}
/** navbar **/
#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 /* Primary links */ {
}
#secondary /* Secondary links */ {
}
/** sidebar-left **/
#sidebar-left {
}
#sidebar-left-inner {
}
/** sidebar-right **/
#sidebar-right {
}
#sidebar-right-inner {
}
/**************************************************
CONTACT FORM
 **************************************************/

#webform {
  margin:0 0 70px 30px;
  float:left;
  clear:both;
  width:700px;
}
#webform input, textarea {
  border:#88746b solid 1px;
  background-color:#e7e3e1;
  width: 250px;
}
#webform label {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#000000;
  text-transform:uppercase;
  margin-bottom:5px;
}
#webform .rightForm div {
  float:left;
  clear:both;
  margin-right:17px;
  /*	width:110px; */
}
#webform #edit-submit {
  width: 100px;
  clear:left;
}
/*#webform .textarea-identifier description, #webform #edit-submit, #webform .textarea-identifier description, #webform #edit-submit, #webform-component-email_address, #webform-component-phone, #webform-component-address, #webform-component-address_2, #webform-component-city, #webform-component-state, #webform-component-subject {
float:left;
clear:both;
}
  #webform-component-message {
  float:left;
  clear:both;
  width:420px;
}*/
#webform .grippie, #webform .grippie {
  visibility:hidden;
}
#webform .field-label, .field-items {
  visibility:hidden;
}

#webform .leftForm {
  float:left;
  width:495px;
}
#webform .rightForm {
  float:right;
  clear:none;
  width:110px;
}
#webform .rightForm label {
  white-space: nowrap;
}

/**************************************************
TEXT
 **************************************************/

#homeContent p, #interiorLeft p, #webform p {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.6em;
  color:#3c4145;
}
#webform ol, #interiorLeft ol {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.4em;
  color:#3c4145;
}
#webform ol li, #interiorLeft ol li {
  padding:0px;
  margin:0 0 5px 0;
  background:none;
}
#interiorLeft ul {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.4em;
  color:#3c4145;
  list-style-type: none;
}
#interiorLeft ul li {
  background:transparent url(images/triangle.gif) no-repeat scroll 0 5px;
  padding-left:10px;
  margin-bottom: 5px;
}
#interiorLeft ul ul {
  list-style-type:none;
  margin-top:5px;
}
#interiorLeft ul ul li {
  font-size:14px;
  line-height:16px;
  margin-bottom:10px;
  background:transparent url(images/dash.gif) no-repeat scroll 0 5px;
}
#interiorLeft .title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.4em;
  line-height:1.6em;
  color:#000000;
  font-weight: bold;
}
#webform ul {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  line-height:1.4em;
  color:#3c4145;
  list-style-type: none;
}
#webform li {
  background:transparent url(images/triangle.gif) no-repeat scroll 0 5px;
  padding-left:10px;
  margin-bottom: 5px;
}
#webform ul ul {
  list-style-type:none;
  margin-top:5px;
}
#webform ul ul li {
  font-size:14px;
  line-height:16px;
  margin-bottom:10px;
  background:transparent url(images/dash.gif) no-repeat scroll 0 5px;
}
#webform .title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.4em;
  line-height:1.6em;
  color:#000000;
  font-weight: bold;
}
#homeContent .bold {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
}
.bold {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
#homeContent h6, h6 {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:1.4em;
  line-height:1.3em;
  font-weight:normal;
  background-color:#918a9a;
  padding:5px 40px 5px 40px;
  float:left;
  width:275px;
  margin:20px 20px 20px -50px;
}
#homeContent a, #interiorLeft a {
  color:#82574a;
  text-decoration:underline;
}
#homeContent a:hover, #interiorLeft a:hover {
  text-decoration:underline;
}
h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:2em;
  font-weight:bold;
  line-height:1.4em;
  color:#af9b8d;
}
.dark {
  color:#3c4145;
}
.brackets {
  font-weight:normal;
}
#interiorLeft .content h2, #webform .content h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.4em;
  line-height:1.6em;
  color:#000000;
  font-weight: bold;
}
h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.8em;
  font-weight:100;
  color:#fff;
  margin:0px 0px 0 0;
}
h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.6em;
  font-weight:bold;
  line-height:20px;
  color:#3c4145;
}
h4 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:2em;
  font-style:italic;
  font-weight:lighter;
  letter-spacing:.015em;
  line-height:24px;
  color:#5e3f36;
  margin:15px 0 0 0;
  padding:0;
}
h5 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  font-weight:100;
  color:#fff;
  margin:10px 0px 0 0;
}
/**************************************************
TOOLBOX
 **************************************************/

#toolBox {
  width:250px;
  height:150px;
  margin:50px 0px 0 30px;
  float:left;
}
#toolBox ul {
  list-style-type:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#82574a;
  margin:0;
  padding:0;
  line-height:2.2em;
}
#toolBox a, #toolBox a:visited {
  color:#af9b8d;
  text-decoration:none;
}
#toolBox a:hover {
  text-decoration:underline;
}
#toolBox ul img {
  margin:0 5px 0 0px;
}
#detailsimage {
  width:250px;
  margin:20px 0px 0px 30px;
  float:left;
}
#bioimage {
  width:250px;
  margin:20px 0px 0px 30px;
  float:left;
}
/**************************************************
BORAD TABLE
 **************************************************/

.views-table sticky-enabled {
  background-color:#00FF00;
}
/**************************************************
FOOTER
 **************************************************/

#featuredLogos {
  text-align:center;
  margin-top:50px;
  margin-bottom:15px;
  clear: both;
}
#footer {
  width:960px;
  text-align:center;
  clear:both;
  margin-right: auto;
  margin-left: auto;
}
#footertext {
  margin-top:15px;
  padding-top:15px;
  border-top:#d8d9da 1px solid;
}
#footer ul {
  margin:0;
  padding:5px 0 0 0;
}
#footer li {
  display:inline;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#9ca196;
  margin:0 10px 0 0px;
  padding:0 0px 0 10px;
  border-left:solid 1px #b9b7b5;
}
#footer ul li:first-child {
  border-left:none;
  padding:0;
}
#footer li a {
  display:inline;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#87746a;
  padding:0;
}
#footer li a:hover {
  color:#000;
}
#bottomShadow {
  width:965px;
  height:4px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(images/bottomShadow.gif);
  background-repeat:no-repeat;
}
#footer-inner {
}
#footer-message /* Wrapper for the footer message from Drupal's "Site information"
and for any blocks placed in the footer region */ {
}
/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */ {
  clear:both;
}
/** 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 */ {
}
.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 comments **/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1em 0;
}
#comments-title /* Heading for the list of comments */ {
}
.comment /* Wrapper for a single comment */ {
}
.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 */
}
/** Drupal blocks **/
.block /* Block wrapper */ {
  margin-bottom: 1em;
}
.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 /* "User login form" block */ {
}
#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;
}
table.views-table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
}
.views-table thead {
  background-color:#918a9a;
}
.views-table th, .views-table thead th, .views-table tbody th {
  border-bottom:medium none;
  text-align:left;
  padding: 14px 10px;
  white-space:nowrap;
}
.views-table th a, .views-table thead th a, .views-table tbody th a {
  color: #FFFFFF;
  font-size: 14px;
}
.views-table td a {
  white-space:nowrap;
}
tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */ {
  background-color:#eee;
  border-bottom:1px solid #CCCCCC;
}
td.active {
  background-color:transparent;
}
.views-table tr.even td {
  background-color: #fff; /* Drupal core uses a #eee background */
  padding: 10px;
}
.views-table tr.odd td {
  background-color: #d3d0d7; /* Drupal core uses a #eee background */
  padding: 10px;
}
li a.active /* The active item in a Drupal menu */ {
  color: #000;
}
.views-field a {
  color:#333;
  text-decoration:underline;
}
.views-field a:hover {
  color:#000;
  text-decoration:none;
}
/** Drupal forms **/
.form-radio {
  width:20px;
}
.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;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider {
  display:block;
  font-size:1px;
  border-width:0px;
  border-style:solid;
  position:relative;
  z-index:1;
}
.qmmc .qmdividery {
  float:left;
  width:892px;
  width:0px;
}
.qmmc .qmtitle {
  display:block;
  cursor:default;
  white-space:nowrap;
  position:relative;
  z-index:1;
}
.qmclear {
  font-size:1px;
  height:0px;
  width:0px;
  clear:left;
  line-height:0px;
  display:block;
  float:none !important;
}
.qmmc {
  position:relative;
  zoom:1;
  z-index:10;
}
.qmmc a, .qmmc li {
  float:left;
  display:block;
  white-space:nowrap;
  position:relative;
  z-index:1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
  float:none;
}
.qmsh div a {
  float:left;
}
.qmmc div {
  visibility:hidden;
  position:absolute;
  float:left;
}
.qmmc .qmcbox {
  cursor:default;
  display:block;
  position:relative;
  z-index:1;
}
.qmmc .qmcbox a {
  display:inline;
}
.qmmc .qmcbox div {
  float:none;
  position:static;
  visibility:inherit;
  left:auto;
}
.qmmc li {
  z-index:auto;
}
.qmmc ul {
  left:-10000px;
  position:absolute;
  z-index:10;
}
.qmmc, .qmmc ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
.qmmc li a {
  float:none
}
.qmmc li:hover>ul {
  left:auto;
}
#qm0 ul {
  top:100%;
}
#qm0 ul li:hover>ul {
  top:0px;
  left:100%;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* QuickMenu 0 */

/*"""""""" (MAIN) Items""""""""*/	
#qm0 a {
  padding:0px 4px 0px 15px;
  margin:12px 10px 10px 0;
  height:15px;
  color:#2b2727;
  font-family:Arial;
  font-size:10px;
  text-decoration:none;
  border-left:solid 1px #97887f;
}
#qm0 .first-child {
  padding:0px 4px 0px 0px;
  border-left:none;
}
/*"""""""" (MAIN) Hover State""""""""*/	
#qm0 a:hover {
  color:#fff;
}
/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
#qm0 li:hover>a {
  color:#fff;
}
/*"""""""" (MAIN) Active State""""""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
  color:#fff;
  /*background-image:url(../images/arrow.jpg);
  background-repeat:no-repeat;
  background-position:50% 100%;*/
overflow:visible;
z-index:999;
}
/******************************************
DROP 1
 ******************************************/


/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul {
  padding:10px 35px 10px 20px;
  margin:14px 0px 0px -20px;
  width:892px;
  /*text-transform:uppercase;*/
  display:inline;
  background-color:#fff;
}
/*"""""""" (SUB) Items""""""""*/	
#qm0 div a, #qm0 ul a {
  padding:0px 10px 0px 10px;
  margin:0 1px 0 0;
  background-color:transparent;
  font-size:11px;
  border-width:0px;
  border-style:none;
  display:inline;
  color:#815649;
  border-right:solid 1px #cfc7c3;
}
#qm0 div .first-child, #qm0 ul .first-child {
  padding:0px 10px 0px 10px;
  margin:0 1px 0 0;
  background-color:transparent;
  font-size:11px;
  border-width:0px;
  border-style:none;
  display:inline;
  color:#815649;
  border-right:solid 1px #cfc7c3;
}
#qm0 div .last-child, #qm0 ul .last-child {
  border-right:none;
}
/*"""""""" (SUB) Hover State""""""""*/	
#qm0 div a:hover {
  color:#252223;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
#qm0 ul li:hover>a {
  color:#252223;
}
/*"""""""" (SUB) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
  background-color:#b7bbba;
  color:#333;
}
/******************************************
DROP 2
 ******************************************/


/*"""""""" (SUB) Container""""""""*/	
#qm0 div.drop2, #qm0 ul.drop2 {
  margin-left: -20px;
}
/******************************************
DROP 3
 ******************************************/


/*"""""""" (SUB) Container""""""""*/	
#qm0 div.drop3, #qm0 ul.drop3 {
  margin-left: -20px;
}
/******************************************
DROP 4
 ******************************************/


/*"""""""" (SUB) Container""""""""*/	
#qm0 div.drop4, #qm0 ul.drop4 {
  margin-left: -20px;
}
/*"""""""" Individual Titles""""""""*/	
#qm0 .qmtitle {
  cursor:default;
  padding:3px 0px 3px 4px;
  color:#444444;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
}
/*"""""""" Individual Horizontal Dividers""""""""*/	
#qm0 .qmdividerx {
  border-top-width:1px;
  margin:4px 0px 4px 0px;
  border-color:#BFBFBF;
}
/*"""""""" Individual Vertical Dividers""""""""*/	
#qm0 .qmdividery {
  border-left-width:1px;
  height:15px;
  margin:4px 2px 0px 2px;
  border-color:#AAAAAA;
}
/*"""""""" (main) Rounded Items""""""""*/	
#qm0 .qmritem span {
  border-color:#DADADA;
  background-color:#F7F7F7;
}
/*"""""""" (main) Rounded Items Content""""""""*/	
#qm0 .qmritemcontent {
  padding:0px 0px 0px 4px;
}
/*"""""""" Custom Rule""""""""*/	
ul#qm0 ul {
  padding:10px;
  margin:-2px 0px 0px 0px;
  background-color:#F7F7F7;
  border-width:1px;
  border-style:solid;
  border-color:#DADADA;
}
/*"""""""" Custom Rule""""""""*/	
ul#qm0 li:hover > a {
  background-color:#F7F7F7;
}
/*"""""""" (SUB) Persistent State""""""""*/	
body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover {
  color:#2b2727;
}
.qmparent {
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-size:1em;
  color:#b9b7b5;
  margin:2px 20px 0 5px;
  letter-spacing:.15em;
  padding:0 0px 0 20px; /*border-left:solid 1px #d3d3d3;*/
}

#hide {
  visibility: hidden;
}

.contentRightImage {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* HOME PAGE BILLBOARD */
#pc-home-bb-bg { background: transparent url(/images/pc_home_bb_bg.gif) no-repeat; position:relative; margin:0 0 15px 0; padding:10px; width:936px; height:290px; }
#pc-home-bb { margin:0; padding:0; width:936px; height:290px; overflow:hidden; }
#pc-home-bb * { margin:0; padding:0; }
#pc-home-bb img { width:936px; height:290px; }
#pc-home-bb-1 { width:936px; height:290px; }
#pc-home-bb-2 { width:936px; height:290px; }

/* MAB */

div.mab {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #3C4145;
}

div.mab div.photo {
  float: right;
  width: 150px;
  font-size: 10px;
}

div.mab div.photo #toolBox {
  font-size: 10px;
  margin: 2em 0;
  padding: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0.5em 0 0.5em 0;
}

dl dd  p {
  margin-top: 0;
}

