* {
  outline: none;
}

body {
  background-color: #666;
  margin: 0;
  padding: 0;
}

h1 {
  line-height: 32px;
  color: #333;
  margin: 10px 0;
}

h1.parent {
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 20px;
}

#page {
  width: 960px;
  margin: 0 auto 10px;
  background: #fff url(images/bkg_page.png) no-repeat;
  box-shadow: 0px 0px 5px #333;
  -moz-box-shadow: 0px 0px 5px #333;
  -webkit-box-shadow: 0px 0px 5px #333;
  border-bottom: 10px solid #00313f;
}

a.more {
  text-transform: uppercase;
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

a.more:hover {
  text-decoration: underline;
}

/* @group Utility Navigation */

#utility_nav {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  color: #ccc;
}

#utility_nav ul {
  padding: 10px 0;
  margin: 0;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  font-weight: bold;
}

#utility_nav li {
  list-style: none;
  display: inline;
}

#utility_nav li a {
  padding: 1px 10px 2px;
  margin-left: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  background-color: #25547A;
  text-decoration: none;
}

#utility_nav a:link, #utility_nav a:visited {
  color: #e5e5e5;
}

#utility_nav a:hover, #utility_nav a:active {
  color: #fff;
}

/* @end */

/* @group Header */

#header {
  background-color: #aacdd8;
  background-color: rgba(170, 205, 216, 0.5);
  position: relative;
}

#header h1 {
  display: none;
}

#header_logo {
  margin: 20px;
  border: none;
}

#header_tagline {
  position: absolute;
  top: 25px;
  left: 280px;
}

#header_tagline.wrapper {
  top: 20px;
  left: 275px;
}

#header_photo_pool {
  height: 105px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 680px;
}

#header_photo_pool ul, #header_photo_pool li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}

/* @end */

/* @group Core Content Navigation */

#core_content_nav {
  border-top: 10px solid #00313f;
  margin-top: 10px;
}

#core_content_nav ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

#core_content_nav.home_page ul {
  margin-left: 20px;
}

#core_content_nav li {
  float: left;
}

#core_content_nav li a {
  display: block;
  padding: 5px 10px 8px 10px;
  margin-right: 10px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  text-decoration: none;
  color: #00313f;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

#core_content_nav li a:hover, #core_content_nav li.current a:hover {
  background-color: #00313f;
  color: #fff;
}

#core_content_nav li.current a {
  background-color: #aacdd8;
}

/* @end */

/* @group Path Navigation */

#path_nav {
  clear: both;
  padding-left: 21px;
  font-size: 12px;
  color: #666;
  padding-top: 5px;
}

#path_nav a:link, #path_nav a:visited {
  color: #598ab3;
  text-decoration: none;
}

#path_nav a:hover, #path_nav a:active {
  color: #598ab3;
  text-decoration: underline;
}

.cID-1 #path_nav {
  visibility: hidden;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 .5em;
  content: "➤";
}

/* @end */

/* @group Sub-page Navigation */


#child-nav {
  background: -moz-linear-gradient(top, rgba(170,205,216,0) 0%, rgba(170,205,216,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,205,216,0)), color-stop(100%,rgba(170,205,216,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(170,205,216,0) 0%,rgba(170,205,216,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(170,205,216,0) 0%,rgba(170,205,216,0.8) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(170,205,216,0) 0%,rgba(170,205,216,0.8) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aacdd8', endColorstr='#ccaacdd8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(170,205,216,0) 0%,rgba(170,205,216,0.8) 100%); /* W3C */
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  margin-top: -20px;
  padding: 20px 0 5px;
  margin-bottom: 20px;
}

#child-nav ul {
  list-style-type: none;
  margin: 10px 20px;
  padding: 0;
  float: left;
}

#child-nav li {
  background-image: none !important;
}

#child-nav a:link, #child-nav a:visited {
  color: #1E5799;
  text-decoration: none;
}

#child-nav a:hover, #child-nav a:active {
  color: #000;
  text-decoration: underline;
}

/* @end */

/* @group Page Content */

#page_content {
  margin-left: 20px;
  padding-bottom: 50px;
  width: 630px;
  float: left;
}

#page_content.full_width {
  width: 920px;
}

#page_content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#page_content ul > li {
  padding-left: 20px;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
}

#page_content li p {
  margin: 8px 0;
}


.rssHeaderSubscribe {
  float: right;
  text-transform: lowercase;
}

.rssHeaderSubscribe a:link, .rssHeaderSubscribe a:visited {
  text-decoration: none;
}

.rssHeaderSubscribe a:hover, .rssHeaderSubscribe a:active {
  text-decoration: underline;
}

/* @end */

/* @group Sidebar */

#sidebar {
  width: 270px;
  margin-left: 670px;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}

#sidebar.hidden {
  display: none;
}

#sidebar h4 {
  color: #fff;
  text-transform: uppercase;
}

.sidebar_navigation {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.sidebar_navigation a {
  color: #FFFFFF !important;
  display: block;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

#action_navigation a {
  background: transparent url(images/button_action.png) no-repeat left center;
  padding-left: 20px;
}

#action_navigation a:hover {
  background-position: -300px;
}

#calendar_navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#calendar_navigation a {
  background: transparent url(images/button_calendar.png) no-repeat left center;
  padding-left: 60px;
}

#calendar_navigation a:hover {
  background-position: -300px;
}

#social_media_links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  width: 270px;
  height: 80px;
}

#social_media_links a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  height: 80px;
  width: 80px;
  background-color: transparent;
}

#social_media_links .rss_link {
  background: url(images/chklt_rss_80.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#social_media_links .facebook_link {
  background: url(images/chklt_facebook_80.png) no-repeat;
  position: absolute;
  top: 0;
  left: 95px;
}

#social_media_links .twitter_link {
  background: url(images/chklt_twitter_80.png) no-repeat;
  position: absolute;
  top: 0;
  left: 190px;
}

.action_alert_block {
  background-color: #25547A;
  color: #fff;
  padding: 1px 10px;
  margin: 20px 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.action_alert_block a:link, .action_alert_block a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #AACDD8;
}

.action_alert_block a:hover, .action_alert_block a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #AACDD8;
}

.action_alert_block h4 {
  margin: 10px 0;
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
}

.action_alert_block p {
  line-height: normal;
}

.feature_block {
  background-color: #aacdd8;
  margin: 20px 0;
  padding-bottom: 1px;
  overflow: hidden;
}

.feature_block h4 {
  background-color: #24547A;
  border-bottom: 4px solid #B3D9EF;
  margin: 0;
  padding: 0.6em 0.8125em 0.4em;
}

.feature_block p {
  margin-right: 10px;
  margin-left: 10px;
  line-height: normal;
}

/* @end */

/* @group Footer */

#footer_logo {
  clear: both;
  text-align: center;
  margin-bottom: -32px;
}

#footer {
  width: 960px;
  margin: 10px auto;
  color: #999;
  font-size: 14px;
}

#footer h3 {
  margin-bottom: 0;
}

#footer ul {
  list-style-type: none;
  margin: 5px 0 0 10px;
  padding: 0;
}

#footer a:link, #footer a:visited {
  color: #ccc;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #e5e5e5;
  text-decoration: underline;
}

.footer_map_col {
  float: left;
  width: 235px;
  margin-bottom: 20px;
  padding-left: 5px;
}

#sub_footer, .sub_footer {
  clear: both;
  text-align: center;
  padding: 20px 0;
  border-top: 1px dotted #7f7f7f;
}

/* @end */

/* @group Inline Forms */

fieldset {
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  width: auto;
  background-color: #F2F2F2;
}

legend {
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  background-color: #507FB7;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: none;
}

fieldset fieldset {
  border-color: #cccccc;
  border-width: 1px;
  border-style: dotted;
  padding: 10px;
  width: auto;
}

fieldset fieldset legend {
  color: #666666;
  font-weight: bold;
  padding: 2px;
  background-color: transparent;
  border: none;
}

fieldset table {
  margin: 0 0 5px 0;
}

fieldset table td {
  padding: 0 5px 0 0;
}

fieldset table th {
  padding: 0 5px 0 0;
  text-align: right;
  color: #666666;
}

fieldset .fieldlabel, fieldset .annotation {
  font-size: 10px;
}

fieldset input.text {
  font-size: 10px;
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
}

fieldset input, fieldset textarea {
  margin: 2px 0 2px 0;
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
}

fieldset select {
  margin: 1px 0 0 0;
}

fieldset input[type=checkbox] {
  margin: 0 5px 0 10px;
}

.formButtons {
  text-align: center;
  margin: 5px 0 0 0;
}

/* @end */

/* @group 50 Faces */

#suggested_faces #fifty_faces {
  width: 104px;
}

#fifty_faces {
  width: 520px;
  clear: both;
}

#fifty_faces td {
  padding: 2px;
  line-height: 0;
  position: relative;
}

#fifty_faces td div {
  position: relative;
}

#fifty_faces .ff_hover_hide {
  display: none;
}

#fifty_faces .ff_hover_show {
  position: absolute;
  top: -21px;
  left: -21px;
  z-index: 50;
  padding: 5px;
  border: 1px solid #103b68;
  background-color: #537DB9;
  color: #fff;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  display: block;
  text-decoration: none;
}

#fifty_faces .ff_hover_show img {
  margin-bottom: 5px;
  border: 1px solid #103b68;
}

.ff_detail h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.ff_detail h3 {
  margin: 0;
}

.ff_detail h3 + p {
  margin-top: 0;
}

.ff_portrait {
  border: 1px solid #103b68;
  margin-bottom: 10px;
}

.ff_audio, .ff_video {
  display: none;
}

/* @end */

/* @group thickbox settings */

#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(images/opacity_75_fff.png) repeat;
}

.TB_overlayBG {
  background-color: #fff;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay {
/* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #fff;
  z-index: 102;
  display: none;
  border: 5px solid #103b68;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
/* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title {
  background-color: #537DB9;
  height: 27px;
  color: #fff;
}

#TB_title a:link, #TB_title a:visited, #TB_title a:hover, #TB_title a:active {
  color: #fff;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}

* html #TB_load {
/* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
/* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

/* @end */

/* @group Google Custom Search */

/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2% !important;
  width: 96% !important;
}
.cse .gsc-branding,
.gsc-branding {
  display: none !important;
}
.cse.gsc-control-cse div,
.gsc-control-cse div {
  position: normal !important;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Arial, sans-serif !important;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:"." !important;
  display:block !important;
  height:0 !important;
  clear:both !important;
  visibility:hidden !important;
}
/* Search form */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 8px 4px 2px 6px !important;
  margin-bottom: 6px !important;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000 !important;
}
.cse td.gsc-input,
td.gsc-input {
  padding-right: 0 !important;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse !important;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit !important;
  border: 1px solid !important;
  border-color: #777777 !important;
  padding: 4px !important;
  width: 97% !important;
  font-size: 16px !important;
  background-image:none !important;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit !important;
  font-size: 15px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-shadow: 0 1px 2px #000000 !important;
  padding: 3px 8px 4px 8px !important;
  background-color: #103b68 !important;
  border: 1px solid !important;
  border-color: #103b68 !important;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px #000000 !important;
  padding: 2px 8px 0 8px !important;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #777777 !important;
  border: 1px solid !important;
  border-color: #777777 !important;
  border-bottom: none !important;
  color: #ffffff !important;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #103b68 !important;
  border: 1px solid !important;
  border-color: #103b68 !important;
  border-bottom: none !important;
  color: #ffffff !important;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em !important;
  border-bottom: 1px solid #103b68 !important;
  padding: 0 !important;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin: 0 !important;
  border: none !important;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100% !important;
  margin-top: 1em !important;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl,
  padding: 0 !important;
}
/* Font size */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet {
  font-size: 14px !important;
  line-height: 18px !important;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 0 0 0 .5em !important;
  border-left: 1px solid !important;
  border-color: #ffffff !important;
  margin-bottom: 1em !important;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-left: 1px solid !important;
  border-color: #000000 !important;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link {
  color: #444444 !important;
}
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b {
  color: #777777 !important;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #103b68 !important;
}
/* URL text color */
.cse .gs-webResult.gs-result .gs-visibleUrl,
.gs-webResult.gs-result .gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl-short,
.gs-webResult.gs-result .gs-visibleUrl-short {
  color: #000000 !important;
  font-weight: bold !important;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-top: 1px dotted !important;
  border-color: #103b68 !important;
  padding: .5em 0 0 .5em !important;
  text-align: left !important;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff !important;
  background-color: #103b68 !important;
  text-shadow: 0 1px 1px #000 !important;
  padding: 0 5px !important;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #E6E6E6 !important;
  border: 1px solid !important;
  border-color: #CCCCCC !important;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC !important;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC !important;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #444444 !important;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #00CC00 !important;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #103b68 !important;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #00CC00 !important;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #CCCCCC !important;
}
.gsc-completion-container {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  position: absolute !important;
  background: white !important;
  border: 1px solid #777777 !important;
  padding: 3px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* The top, left, and width are set in JavaScript. */
}

/* @end */

/* @group Yahoo! Media Player */

#ymp-yahoo-logo, #ymp-getplayer, #ymp-meta-image {
  display: none !important;
}

/* @end */

/* @group Feedburner */

.feedburnerFeedBlock #creditfooter {
  display: none;
}

#page_content .feedburnerFeedBlock li p.date {
  display: inline;
  margin-left: 5px;
}

/* @end */

/* @group Data Tables */

table.ws_data_table {
  border-collapse: collapse;
  border-color: #537DB9;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

table.ws_data_table caption {
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}

table.ws_data_table th {
  text-transform: inherit;
  white-space: nowrap;
  background-color: #3366CC;
  color: #FFFFFF;
  padding: 2px 10px 2px 10px;
  border-right: #FFFFFF;
  border-width: 1px;
  border-style: none dotted none none;
}

table.ws_data_table td {
  padding: 5px 10px 5px 10px;
  border-right: #cccccc;
  border-width: 1px;
  border-style: none dotted none none;
  vertical-align: top;
}

table.ws_data_table tr:nth-child(odd) {
  background-color: #FFFFFF;
}

table.ws_data_table tr:nth-child(even) {
  background-color: #E6E6E6;
}

/* @end */


/* @group Section Themes */

/* @group About Us */

.section_aboutus #header, .section_aboutus #core_content_nav li.current a, .section_aboutus .feature_block {
  background-color: #8aa68e;
}

.section_aboutus #header {
  background-color: rgba(138,166,142,0.5);
}

.section_aboutus #child-nav {
  background: -moz-linear-gradient(top, rgba(138,166,142,0) 0%, rgba(138,166,142,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,166,142,0)), color-stop(100%,rgba(138,166,142,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(138,166,142,0) 0%,rgba(138,166,142,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(138,166,142,0) 0%,rgba(138,166,142,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(138,166,142,0) 0%,rgba(138,166,142,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(138,166,142,0) 0%,rgba(138,166,142,0.7) 100%); /* W3C */
}

/* @end */

/* @group The Issues */

.section_issues #header, .section_issues #core_content_nav li.current a, .section_issues .feature_block {
  background-color: #cccc64;
}

.section_issues #header {
  background-color: rgba(188,202,124,0.5);
}

.section_issues #child-nav {
  background: -moz-linear-gradient(top, rgba(188,202,124,0) 0%, rgba(188,202,124,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,202,124,0)), color-stop(100%,rgba(188,202,124,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* W3C */
}

/* @end */

/* @group Legal Docket */

.section_legal #header, .section_legal #core_content_nav li.current a, .section_legal .feature_block {
  background-color: #cccc64;
}

.section_legal #header {
  background-color: rgba(204,204,100,0.5);
}

.section_legal #child-nav {
  background: -moz-linear-gradient(top, rgba(204,204,100,0) 0%, rgba(204,204,100,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,100,0)), color-stop(100%,rgba(204,204,100,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(204,204,100,0) 0%,rgba(204,204,100,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(204,204,100,0) 0%,rgba(204,204,100,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(204,204,100,0) 0%,rgba(204,204,100,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(204,204,100,0) 0%,rgba(204,204,100,0.7) 100%); /* W3C */
}

/* @end */

/* @group Get Active */

.section_get-involved #header, .section_get-involved #core_content_nav li.current a, .section_get-involved .feature_block {
  background-color: #c1c4bd;
}

.section_get-involved #header {
  background-color: rgba(193,196,189,0.5);
}

.section_get-involved #child-nav {
  background: -moz-linear-gradient(top, rgba(193,196,189,0) 0%, rgba(193,196,189,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,196,189,0)), color-stop(100%,rgba(193,196,189,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(193,196,189,0) 0%,rgba(193,196,189,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(193,196,189,0) 0%,rgba(193,196,189,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(193,196,189,0) 0%,rgba(193,196,189,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(193,196,189,0) 0%,rgba(193,196,189,0.7) 100%); /* W3C */
}

/* @end */

/* @group News */

.section_news #header, .section_news #core_content_nav li.current a, .section_news .feature_block {
  background-color: #d9c3cb;
}

.section_news #header {
  background-color: rgba(217,195,203,0.5);
}

.section_news #child-nav {
  background: -moz-linear-gradient(top, rgba(217,195,203,0) 0%, rgba(217,195,203,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,195,203,0)), color-stop(100%,rgba(217,195,203,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(217,195,203,0) 0%,rgba(217,195,203,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(217,195,203,0) 0%,rgba(217,195,203,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(217,195,203,0) 0%,rgba(217,195,203,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(217,195,203,0) 0%,rgba(217,195,203,0.7) 100%); /* W3C */
}

/* @end */

/* @group Events */

.section_events #header, .section_events #core_content_nav li.current a, .section_events .feature_block {
  background-color: #bcca7c;
}

.section_events #header {
  background-color: rgba(188,202,124,0.5);
}

.section_events #child-nav {
  background: -moz-linear-gradient(top, rgba(188,202,124,0) 0%, rgba(188,202,124,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,202,124,0)), color-stop(100%,rgba(188,202,124,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(188,202,124,0) 0%,rgba(188,202,124,0.7) 100%); /* W3C */
}

/* @end */

/* @group Your Rights */

.section_resources #header, .section_resources #core_content_nav li.current a, .section_resources .feature_block {
  background-color: #ced0be;
}

.section_resources #header {
  background-color: rgba(206,208,190,0.5);
}

.section_resources #child-nav {
  background: -moz-linear-gradient(top, rgba(206,208,190,0) 0%, rgba(206,208,190,0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,208,190,0)), color-stop(100%,rgba(206,208,190,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(206,208,190,0) 0%,rgba(206,208,190,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(206,208,190,0) 0%,rgba(206,208,190,0.7) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(206,208,190,0) 0%,rgba(206,208,190,0.7) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa68e', endColorstr='#b38aa68e',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(206,208,190,0) 0%,rgba(206,208,190,0.7) 100%); /* W3C */
}

/* @end */

/* @end */

.case_description {
  font-style: italic;
}

#case_list li {
  margin-top: 10px;
}

#case_list a {
  font-weight: bold;
}

/* @group Post Collections */

.ws-posts-meta {
  background-color: #F5F5F5;
  border-bottom: 1px dotted #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  margin-bottom: 60px;
  padding: 10px 20px;
}

.ws-posts-next-prev-nav {
  padding: 0 !important;
}

.ws-posts-next-prev-nav li {
  background-image: none !important;
  margin-bottom: 1em;
}

#ws-post-top {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

#ws-post-top div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

#ws-post-top .ws-posts-date{
  width: 100%;
}

#ws-post-top .ws-post-social-media-icon{
  padding-left: 5px;
}

/* @end */

/* @group RSS Displayer - Issues */

.rss_embedder_issues li {
  margin-bottom: 10px;
}

/* @end */

/* @group Home Page Features Slider */

.anythingBase li.panel { /* all panels inside the slider */
  padding: 0 !important;
  text-indent: 0 !important;
  background-image: none !important;
}

.anythingBase li.panel:before { /* all panels inside the slider */
  content: normal !important;
}

div.anythingSlider-aclumn {
  margin-top: 20px;
}

div.anythingSlider-aclumn .anythingControls ul {
  margin-top: 10px !important;
}

div.anythingSlider-aclumn .anythingControls ul li {
  content: normal !important;
  padding-left: 8px !important;
  margin: 0 !important;
  line-height: 12px !important;
  font-size: 12px !important;
  background-image: none !important;
}

div.anythingSlider-aclumn .anythingControls ul li a, div.anythingSlider-aclumn .anythingControls ul li a:hover {
  overflow: hidden;
  text-indent: -100px !important;
  background: url(images/bkg-slider-controls.png) no-repeat;
  height: 12px;
  width: 12px;
  padding: 0;
}

div.anythingSlider-aclumn .anythingControls ul li a.cur {
  background-position: -15px 0;
}

div.anythingSlider-aclumn .start-stop {
  display: block;
  height: 12px !important;
  width: 12px !important;
  background: url(images/bkg-slider-controls.png) no-repeat -30px 0;
  overflow: hidden;
  text-indent: -100px;
  padding: 0 !important;
  margin: 10px 10px 0 0;
}

div.anythingSlider-aclumn .start-stop.playing {
  background-position: -45px 0;
}

.home_featured_content_block {
  display: block;
  width: 614px;
  height: 294px;
}

/* @end */
