@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
	RESET
\*------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100.25%; /* 13px */
  line-height: 1.846;
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  background: url(../images/body-bg.jpg);
}
a,
a:link,
a:visited {
  color:#b70000;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #000;
}
/*--- HEADINGS ---*/
h1{
  font-size:1.846em;      /* 24px */
  margin-bottom:1em;  /* 24px */
  line-height:1;    /* 24px */
}
h2{
  font-size:1.4em;    /* 19.5px */
  margin-bottom:1.3333em;    /* 24px */
  line-height:1.3333;      /* 24px */
}
h3{
  font-size:1.25em;    /* 16.25 */
  margin-bottom:1.477em;  /* 24px */
  line-height:1.477;    /* 24px */
}
h4{
  font-size:1.125em;    /* 14.6px */
  margin-bottom:1.64em;  /* 24px */
  line-height:1.64;    /* 24px */
}
h5{
  font-weight:bold;
}
h5,
h6{
  font-size:1em;      /* 16px */
  margin-bottom:1.5em;  /* 24px */
  line-height:1.5;    /* 24px */
}
p, address, pre, table {
    margin-bottom: 1.846em;
}
ul, ol {
  margin: 1em 1em 0 1em;
}
article.node ul, article.node ol {
  margin: 0 0 1.846em 60px;
}
pre,
div.code {
  border-left: 5px solid #b70000;
  background: #eee;
  color: #000;
  padding: 0.2em 10px;
}
.highlight {
  background: #b70000;
  color: #fff;
}
#node-page-11 {
  background: url(../images/grid.gif) 0 0 repeat;
  color: #000;
}

#node-page-11 .content {
  padding: 6px 35px 0 40px;
}

.typo-label {
  font-size:1.4em;    /* 18px */
  margin-bottom:1.333em;    /* 24px */
  line-height:1.333;  
  padding: 0px 10px;
  color: #b70000;
  background: #DCDACE;
  border: 0px solid #b70000;
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
#page {
}
/*  Zone branding  */
.zone-branding-wrapper,
.zone-menu-wrapper {
  background: url(../images/header-bg.png);
}

.region-menu {
  background: url(../images/mainmenu-border.png) 0 0 repeat-x;
}

/* Zone submenu */
.zone-submenu-wrapper {
  background: url(../images/submenu-bg.png);
}

/* Zone header */
.zone-header-wrapper {
  border-bottom: 1px solid #ddd;
  background: url(../images/zone-header-bg.png) #fff bottom left repeat-x;
}

/* Zone content */
.section-content {
  padding-top: 20px;
}

/* Zone footer */
.zone-footer {
  margin-bottom: 20px;
}

/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#logo /* Wrapping link for logo */ {
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size:1.4em;    /* 19.5px */
  line-height:1.3333; 
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 1.846em;
  display: none;
}

h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}
/* Page and full node titles */
h1.title {
  color:#b70000;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 130%;
  line-height: 1.3333;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
table.no-border {
  margin: 0;
}
table.no-border tr,
table.no-border td {
  border: none;
  background: none;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
} 
tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.846em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

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. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.more-help-link /* Link to more help */ {
}


ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  float: right;
}
li.comment_forbidden {
  float: right;
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
  text-align: right;
  float: right;
}

.item-list .pager li /* Each page number in the pager list */ {
  margin:0 2px 0 0;
  padding:0;
  float: left;
  border: none;
}
.item-list .pager .pager-current,
.item-list .pager li a {
  padding: 0px 10px;
  float: left;
  border: 1px solid #DCDACE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  background: #b70000;
  border: 1px solid #b70000;
  color: #fff;
}
.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #b70000;
}

/*
 * Navigation bar
 */
#navigation {
  /* overflow: hidden; /* Sometimes you want to prevent overlapping with main div. */
}

#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/*
 * Main menu links
 */
.zone-menu .block {
  margin: 0;
}
ul#main-menu,
.zone-menu ul.menu {
  margin:0;
  padding: 1px 0 0px 0;
  text-align: left;
  width: 100%;
  float: center;
}
ul#main-menu li,
.zone-menu ul.menu li {
  display: inline;
  margin:0;
  padding:0;
  list-style: none;
}
ul#main-menu li a,
.zone-menu ul.menu li a {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
ul#main-menu li a:hover,
ul#main-menu li a.active:hover,
ul#main-menu li a.active,
.zone-menu ul.menu li a:hover,
.zone-menu ul.menu li a.active:hover,
.zone-menu ul.menu li a.active,
.zone-menu ul.menu li.active-trail a {
  background: url(../images/submenu-bg.png) 0 0 repeat;
}

.zone-menu .block-nice-menus {
   margin-bottom: 0;
}
.zone-menu ul.nice-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background: none;
}

ul.nice-menu, ul.nice-menu ul {
  z-index: 15;
}
ul.nice-menu-down li.menuparent {
  background: none; /* LTR */
}
ul.nice-menu-down li.menuparent:hover {
  background: none; /* LTR */
}

.zone-menu ul.nice-menu li {
  display: inline-block;
  list-style: none;
  margin:0;
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
  float: none;
}
.zone-menu ul.nice-menu li.first {
  background: none;
}
.zone-menu ul.nice-menu li a {
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  background: url(../images/mainmenu-bg.jpg) 0 bottom repeat-x;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
.zone-menu ul.nice-menu li.over {
  background: none;
}
.zone-menu ul.nice-menu li.active-trail a,
.zone-menu ul.nice-menu li a.active,
.zone-menu ul.nice-menu li a:hover,
.zone-menu ul.nice-menu li.over a {
  color: #fff;
  background: url(../images/submenu-bg.png) 0 0 repeat;
}

.zone-menu ul.nice-menu ul {
  border: none ;
  background: url(../images/submenu-bg.png);
  top: 2.8em;
  z-index: 999;
  text-align: center;
}
.zone-menu ul.nice-menu ul ul {
  top: 0;
}
.zone-menu ul.nice-menu li li,
.zone-menu ul.nice-menu li.over li {
  background: url(../images/mainmenu-border.png) 0 0 repeat-x;
  border: none;
  padding: 0;
}
.zone-menu ul.nice-menu li li a,
.zone-menu ul.nice-menu li.active-trail li a,
.zone-menu ul.nice-menu li.over li a,
.zone-menu ul.nice-menu li li li a,
.zone-menu ul.nice-menu li.active-trail li.active-trail li a,
.zone-menu ul.nice-menu li.over li.over li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 100%;
  margin-bottom: 0;
  background: none;
  text-transform: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.zone-menu ul.nice-menu li li.over a:hover,
.zone-menu ul.nice-menu li li.over a.active,
.zone-menu ul.nice-menu li.over li a:hover,
.zone-menu ul.nice-menu li.over li a.active,
.zone-menu ul.nice-menu li.over li.over a,
.zone-menu ul.nice-menu li.active-trail li a:hover,
.zone-menu ul.nice-menu li.active-trail li a.active,
.zone-menu ul.nice-menu li.active-trail li.active-trail a,
.zone-menu ul.nice-menu li.over li.over li a:hover,
.zone-menu ul.nice-menu li.over li.over li a.active,
.zone-menu ul.nice-menu li.active-trail li.active-trail li.active-trail a:hover,
.zone-menu ul.nice-menu li.active-trail li.active-trail li.active-trail a.active {
  background: url(../images/mainmenu-active.png);
  color: #fff;
  margin-bottom: 0;
}

/* Split menu */
.zone-submenu .block {
  margin: 0;
}
.zone-submenu ul.menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zone-submenu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.zone-submenu ul.menu li a {
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
}
.zone-submenu ul.menu li a:hover,
.zone-submenu ul.menu li a.active {
  background: url(../images/mainmenu-active.png);
}

/* User menu */
.block-system-user-menu {
  float: right;
  width: 100%;
}
.block-system-user-menu ul.menu {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.block-system-user-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-system-user-menu ul.menu a {
  float: left;
  margin: 0;
  padding: 0px 10px;
  line-height: 1;
  border-right: 1px solid #e1c0c0;
  color: #e1c0c0;
}
.block-system-user-menu ul li.last a {
  border: none;
}
.block-system-user-menu ul.menu a:hover,
.block-system-user-menu ul.menu a.active {
  color: #b70000;
}

/* Footer menu */
.zone-footer .block-menu {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #b70000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zone-footer .block-menu .content ul.menu {
  margin: 0px 0 0;
  padding:0;
  text-align: center;
}
.zone-footer ul.menu li {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
.zone-footer ul.menu li a {
  display: block;
  padding: 0px 10px;
  color: #333;
}
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #b70000;
}
.zone-footer ul.menu li.last a {
  border: none;
}

/*------------------------------------*\
	NODES CSS
\*------------------------------------*/

.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.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,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  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-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-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-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .node-links {
}
.node .submitted /* The "posted by" information */ {
  color: #666;
  font-size: 90%;
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
}


/* Services Links */
.service-links ul.links {
  float: left;
  margin:0;
  padding:0;
}
.service-links ul.links li {
  list-style: none;
  float: left;
  padding-right: 20px;
}



/*------------------------------------*\
	FIELDS CSS
\*------------------------------------*/

.field /* Wrapper for any field. */ {
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}

.field-type-taxonomy-term-reference {
}

.field-type-taxonomy-term-reference .field-items .field-item {
  display: inline-block;
  padding-left: 10px;
}

/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
  float: left;
  margin: 10px 20px 10px 0;
}
.field-name-field-image img,
.views-field-field-image img {
}
.field-name-field-tags {
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}


/*------------------------------------*\
	COMMENTS CSS
\*------------------------------------*/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1.5em 0;
}

#comments h2.title /* Heading for the list of comments */ {
  margin-bottom: 1.3333em;
}

#comments h2.comment-form /* Heading for the comment form */ {
}

.comment /* Wrapper for a single comment */ {
}
article.comment footer {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px;
}
.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new /* A new comment since the user last viewed the page. */ {
}

.comment.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered 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 underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-viewer /* A comment created by the current user */ {
}

article.comment h3 /* Comment title */ {
  margin: 15px 0 10px;
}

.new /* "New" marker for comments that are new for the current user */ {
  color: #c00;
}

.comment .user-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 ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
}

.indented /* Nested comments are indented */ {
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}


/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/

.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}

.section-content .block-inner,
.section-footer .region-footer-first-inner,
.section-footer .region-footer-second-inner,
.region-content-inner {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.region-content-inner {
  margin-bottom: 20px;
}
.section-content .region-content-inner .block-inner {
  padding: 0;
}


h2.block-title {
  color:#999;
  padding-bottom: 5px;
  margin-bottom:0.5em;
  border-bottom: 2px solid #b70000;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.block-red h2.block-title {
  border-bottom: 2px solid #b70000;
}
.block-blue h2.block-title {
  border-bottom: 2px solid #1db6b6;
}
.block-green h2.block-title {
  border-bottom: 2px solid #00ff66;
}
.block-purple h2.block-title {
  border-bottom: 2px solid #9966cc;
}
.block-yellow h2.block-title {
  border-bottom: 2px solid #ffcc00;
}
.block-pink h2.block-title {
  border-bottom: 2px solid #ff0066;
}
.block-orange h2.block-title {
  border-bottom: 2px solid #ff3300;
}
.block-grey h2.block-title {
  border-bottom: 2px solid #666;
}

.block .content /* Block's content wrapper */ {
}

.zone-content-wrapper h2.block-title {
  font-size: 130%;
}
.zone-content-wrapper .block-ads h2.block-title {
  font-size: 100%;
  text-align: center;
  text-transform: none;
  background: none;
  border: none;
  padding:0;
  font-weight: normal;
}

.more-link a {
}
.views-field-view-node a,
li.node-readmore a {
  background: url(../images/button-bg.png) 0 center repeat-x;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 0.2em 1.2em;
  font-size: 90%;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}
.more-link a:hover{
}
.views-field-view-node a:hover,
li.node-readmore a:hover {
  background: url(../images/button-hover.png) 0 center repeat-x;
}

/* Header */
.branding-data {
  width: 100%;
  float: left;
  text-align: center;
  padding: -20px 0;
}

/* Block search */
.block-search {
  float: left;
  width: 100%;
  text-align: center;
}
.block-search #search-block-form {
  position: relative;
  max-width: 300px;
  width: auto;
  margin: 0 auto;
}
.block-search .form-item {
  margin: 0;
}
.block-search input.form-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  padding: 0;
  margin:0;
  background: url(../images/search-icon.png) 0 0 no-repeat;
}
.block-search .form-item input.form-text {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  height: 32px;
  -moz-box-shadow: 0px 0px 0px #333 inset;
  -webkit-box-shadow: 0px 0px 0px  #aaa inset;
  box-shadow: 0px 0px 0px  #aaa inset;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* Slideshow */
.view-article-slideshow .view-content {
  float: left;
  width: 100%;
  margin: -10px -10px 20px;
  background: #666;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.view-article-slideshow .view-content .views-row {
  width: 100%;
}
.view-article-slideshow .views-field-field-image {
  width: 150px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}
.view-article-slideshow .views-field-title {
  float: left;
}
.view-article-slideshow .views-field-title a {
  font-size: 120%;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}

.view-article-slideshow .attachment {
  float: left;
  width: 100%;
}
.view-article-slideshow .attachment .view-content {
  background: none;
  padding: 0;
  margin: 0;
}
.view-article-slideshow .attachment .view-content .views-row {
  margin: 0;
  background: none;
  padding: 0 0 10px;
  height: auto;
  float: left;
  width: 100%;
}
.view-article-slideshow .attachment .views-field-field-image {
  width: 50px;
  float: right;
  margin-left: 20px;
  padding: 0;
}
.view-article-slideshow .attachment .views-field-title {
  float: none;
}
.view-article-slideshow .attachment .views-field-title a {
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.view-article-slideshow .attachment .views-field-title a:hover {
  color: #b70000;
}
.view-article-slideshow .attachment .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}

.view-article-slideshow .views-slideshow-pager-fields {
  margin-top: 0px;
  text-align:center;
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin: 0 1px;
  background: url(../images/slideshow-nav.png) 0 0 no-repeat;
  color: #024D76;
  width: 6px;
  height: 6px;
  padding:0;
  font-weight:bold;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  display: inline-block;
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: url(../images/slideshow-nav-active.png) 0 0 no-repeat;
  color: #fff;
}
/* Block login */
.block-login .block-inner {
  background: #151E25;
  border: 1px solid #DCDACE;
  padding: 10px;
}
.block-login .form-actions {
  text-align: center;
}
.block-login .form-actions input {
  margin: 0;
}
.block-login input.form-text {
  width: 95%;
}

/* News home page */
.block-topic-news {
  position: relative;
}
.block-topic-news .view-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.block-topic-news .view-content .views-field-title a {
  font-size: 120%;
  font-weight: bold;
  float: left;
  width: 100%;
  color: #000;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
.block-topic-news .view-content .views-field-title a:hover {
  color: #b70000;
}
.block-topic-news .view-content .views-field-field-image {
  float: left;
  margin: 5px 20px 5px 0;
  width: 100px;
}
.block-topic-news .attachment {
  width: 100%;
  float: left;
  margin: 10px 0 0 0px;
}
.block-topic-news .attachment .view-content {
  width: 100%;
  margin: 0;
  border: 0;
}
.block-topic-news .attachment .views-row {
  padding: 0 0 10px;
  margin:  0 0 7px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  clear: left;
}
.block-topic-news .attachment .views-row-last {
  border: none;
}
.block-topic-news .attachment .view-content .views-field-title a {
  font-size: 100%;
  font-weight: bold;
  font-family: inherit;
  padding:0 0 5px;
  text-transform: none;
}
.block-topic-news .view-content .views-field-body p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}
.block-topic-news .attachment .view-content .views-field-body p {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-topic-news .attachment .more-link {
  margin-top: 10px;
  position: absolute;
  top: -49px;
  right: 0;
}
.block-topic-news .attachment .more-link a {
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
}
.block-topic-news .attachment .more-link a:hover {
  color: #b70000;
}


/* Block breaking news */
.block.block-breaking-news {
  margin: 0;
  padding: 10px 0;
}
.block-breaking-news h2.block-title {
  color: #b70000;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.block-breaking-news .content .views-field-title a {
  color: #666;
  float: left;
}
.block-breaking-news .content .views-field-title a:hover {
  color: #b70000;
}

/* Block poll */
.block-poll ul.links {
  margin: 10px 0 10px 20px;
}
.block-poll 
input,
textarea{
  font-size: inherit;
}

/* Block list */
.block-list ul {
  margin:0;
  padding: 0;
}
.block-list ul li {
  list-style: none;
  margin:0;
  padding:0;
  padding: 2px 0 2px 15px;
  background: url(../images/bullet-news.jpg) 0 13px no-repeat;
}
.block-list ul li li a {
  text-indent: 15px;
}
.block-list ul li li li a {
  text-indent: 30px;
}

/* Recent news */
.main .field-field-image img,
.view-list-articles .views-field-field-image img {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-top: 15px;
}

article.node-article.node-teaser {
  float:left;
  width: 100%;
  clear: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DCDACE;
}
article.node-article.node-teaser .node-title a {
  font-size: 100%;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-family: "Open Sans Condensed", Arial,Helvetica,Verdana,sans-serif;
}
article.node-article.node-teaser .node-title a:hover {
  color: #b70000;
}

article.node-article.node-teaser .field-name-field-image img {
  width: 150px;
}

.views-field-service-links {
  float: right;
  width: 100%;
  text-align: center;
}
.views-field-service-links ul.links {
  margin:0;
  padding:0;
  float: left;
}
.views-field-service-links ul.links li {
  margin:0;
  padding:0;
  list-style: none;
  float: left;
}
article.node-article.node-teaser ul.links {
  margin-bottom: 0;
}
article.node-article.node-teaser ul.links li {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}
article.node-article.node-teaser ul.links li.node-readmore {
  float: right;
  padding-right: 0px;
  padding-top: 0;
}
article.node-article.node-teaser .field-type-taxonomy-term-reference {
  margin-bottom: 10px;
  clear: left;
}
article.node-article .field-name-field-image img {
  width: 150px;
}

/* Block Latest news */
.block-latest-news {
  position: relative;
}
.block-latest-news .views-row {
  border-bottom: 1px dashed #DCDACE;
  padding-bottom: 10px;
}
.block-most-read h2.block-title {
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row,
.block-most-read .views-row {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row-last,
.block-most-read .views-row-last {
  border: none;
}
.block-latest-news .views-row .views-field-field-image img,
.block-most-read .views-row .views-field-field-image img {
  float: left;
  margin-right: 10px;
  width: 70px;
}
.block-latest-news .views-row .views-field-title a,
.block-most-read .views-row .views-field-title a {
  font-weight: bold;
  color: #000;
}
.block-latest-news .views-row .views-field-title a:hover,
.block-most-read .views-row .views-field-title a:hover {
  color: #b70000;
}
.block-latest-news .views-row .views-field-body p,
.block-most-read .views-row .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-latest-news .more-link {
  position: absolute;
  top: -28px;
  right: 10px;
}

/* Multimedia */
.block-video-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  padding: 10px 0px;
  height: 160px;
}
.block-video-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}
.block-video-block .jcarousel-skin-default .jcarousel-item {
  width: 150px;
  height: 160px;
  border: none;
  margin: 0 5px;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal,
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  width: 15px;
  height: 22px;
  top: 60px;
  display: block;
}
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../images/jcarousel-prev.png) 0 0 no-repeat;
  left: 0;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../images/jcarousel-next.png) 0 0 no-repeat;
  right: 0;
}

.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background: url(../images/jcarousel-prev-hover.png) 0 0 no-repeat;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background: url(../images/jcarousel-next-hover.png) 0 0 no-repeat;
}
.block-video-block .views-field-field-video {
  padding-bottom: 10px;
}
.block-video-block .views-field-title a {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
  display: block;
}
.block-video-block .views-field-title a:hover {
  color: #b70000;
}
/* Block recent comments */
.block-comments-recent-block .item-list ul li {
  border-bottom: 1px solid #DCDACE;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
}
.block-comments-recent-block li a {
  color: #fff;
}
.block-comments-recent-block li a:hover {
  color: #b70000;
}
.block-comments-recent-block li .views-field-timestamp {
  color: #aaa;
}
.block-comment-recent ul li span {
  font-style: italic;
  color: #999;
}

/* Footer block */
.block.block-social-icons {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.block.block-social-icons img {
  display: inline;
  vertical-align: middle;
}


/* google-weather-block */
.google-weather-block .location,
.google-weather-block .separator {
  border: none;
  margin: 0;
  padding: 0;
}

.google-weather-block .weather-icon,
.google-weather-block .weather-info {
  float: left;
}

.google-weather-block .weather .weather-info {
  width: auto;
  padding: 0;
}

.google-weather-block .weather.current,
.google-weather-block .weather.forecast {
  float: left;
  width: 100%;
}
.google-weather-block .weather .weather-info .temp {
  font-size: 150%;
}
.google-weather-block .weather .weather-info .temp,
.google-weather-block .weather .weather-info .condition,
.google-weather-block .weather .weather-info .wind {
  display: inline;
  line-height: 1;
}
.google-weather-block .weather .weather-info {
  border: none;
}

.google-weather-block .weather .weather-info .temp, .google-weather-block .weather .weather-info .condition {
  font-weight: normal;
}


/* Contact form */
.contact-form .form-item {
  padding: 10px 10px;
  margin:0;
  float: left;
  width: 90%;
}
.contact-form .form-item:hover,
.contact-form .form-item:active {
  background: #e8eef2;
}
.contact-form .form-actions {
  margin-left: 10px;
}

/*------------------------------------*\
	FORMS CSS
\*------------------------------------*/

.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}
.form-item input.form-text,
.form-item textarea.form-textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px 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,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}


/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: url(../images/button-bg.png) 0 center repeat-x;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  margin: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.form-submit:hover {
  background: url(../images/button-hover.png) 0 center repeat-x;
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
}


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


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

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}


/*------------------------------------*\
	TABS CSS
\*------------------------------------*/

div.tabs {
  margin: 0 0 5px 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0 15px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
}

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,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #fff;
  background-color: #b70000;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
}