* {
  outline: none;
}

body {
  font: 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  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;
}

h2 {
  color: #24547A;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 3px;
  margin-top: 1.3em;
}

h3 {
  color: #24547A;
  font-size: 18px;
  line-height: 20px;
  margin-top: 1.3em;
}

h1 + h3, h2 + h3 {
  margin-top: 1em;
}

a:link, a:visited {
  color: #4774b3;
}

a:hover, a:active {
  color: #000;
}

#page {
  width: 960px;
  margin: 10px auto;
  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;
}

div.left {
  float: left;
  padding: 10px 10px 10px 0;
}

div.right {
  float: right;
  padding: 10px 0 10px 10px;
}

a.buttonlink {
  background-color: #25547A;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #fff;
  display: inline-block;
}

a:hover.buttonlink {
  background-color: #cc7929;
}

/* @group Utility Navigation */

#utility_nav {
  width: 960px;
  margin: 10px auto;
  text-align: right;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 14px;
  color: #888;
}

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

#utility_nav a:hover, #utility_nav a:active {
  color: #fff;
  text-decoration: underline;
}

/* @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_photo_pool {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* @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;
}

/* @end */

/* @group Sub-page Navigation */

#subNavBox {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 205, 216, 0.0)), to(#aacdd8));
  background: -moz-linear-gradient(top,  rgba(170, 205, 216, 0.0),  #aacdd8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aacdd8');
  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-top: 20px;
}

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

#page_content #subNav li {
  background: none;
}

#subNav a:link, #subNav a:visited {
  color: #25547A;
  text-decoration: none;
}

#subNav a:hover, #subNav a:active {
  color: #24547A;
  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 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;
}

#sidebar.hidden {
  display: none;
}

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

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

.sidebar_navigation a {
  color: #FFFFFF;
  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;
}

.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 {
  color: #fff;
}

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

.feature_block {
  background-color: #aacdd8;
  margin: 20px 0;
}

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

.feature_content {
  padding: 1px 10px;
}

/* @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: 0;
  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 {
  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 */