/* put your custom CSS in here */
#field_visible {
    height: 450px;
    overflow: hidden;
    position: relative;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: .5em 0;
    background-image: url("../images/report-bg.gif");
}

.maps #usmap, .maps #googlemap {
    float: left;
    display: block;
}

a.children {
    padding-left: 1.5em;
}

#block-aamfg_custom-0 div.content {
    height: 650px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 12px;
}



/* Base styles */
body {
  margin: 0;
  padding: 0;
  
  background-image: url("../images/body-bg.jpg");
  background-repeat: repeat-x;
  background-color: #fff;
  background-position: 0 0;
}

.bg-wrapper {
  background-image: url("../images/body-wrapper-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}



a {
  text-decoration: none;
}

/*************************************************
 * Header
 *************************************************/
#header {
  height: 120px;
  position: relative;
}

#header a {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
}

#header #site-logo {
  top: 0;
  left: 0;
  width: 530px;
  height: 100px;
}

#header #afam-logo {
  top: 20px;
  left: 730px;
  width: 200px;
  height: 80px;
}

/*************************************************
 * Footer
 *************************************************/

#footer ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  line-height: 90%;
  margin-bottom: 10px;
}

#footer ul li {
  float: left;
  display: block;
  list-style-type: none;
}

#footer ul.text li {

  padding-right: 6px;
}

#footer ul.text li + li {
  padding-left: 6px;
  border-left: solid 1px #ed1c24;
}

#footer ul.text a:hover {
  color: #d91a20;
  text-decoration: underline;
}


#footer,
#footer a {
  color: #231f20;
  text-decoration: none;
  font-size: 12px;
}

#footer ul.social a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  width: 36px;
  height: 36px;
  background-image: url("../images/social-links.png");
  margin-right: 10px;
}

#footer ul.social .youtube a {
  background-position: -44px 0;
}

#footer ul.social .facebook a {
  background-position: -86px 0;
}

#footer .disclaimer {
  font-style: italic;
  font-size: 11px;
  margin: .5em 0;
  color: #666;
}

/*************************************************
 * Main
 *************************************************/

#main {
  position: relative;
  padding: 5px;
  
  background-color: #fff;
  border-color: #ffedc0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  color: #000;
  
  font-size: 14px;
  
}



#content {
  position: relative;
}


table {
  border-collapse: collapse;
}

table td,
table tr,
table tr.odd,
table tr.even,
table th {
  border: 0 none;
}

.disclaimer,
.source-text {
  font-size: 11px;
  margin: .5em 0;
  color: #333;
}

/*************************************************
 * Type
 *************************************************/
#main h2 {
  font-weight: bold;
  font-size: 24px;
}

#main h3 {
  font-weight: bold;
  font-size: 18px;
}

#main h4 {
  font-weight: bold;
  font-size: 14px;
}

#main h3,
#main h4 {
  margin: 24px 0 8px;
}

/*************************************************
 * Breadcrumbs
 *************************************************/
.breadcrumb {
  font-size: 12px;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #000;
}

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

.breadcrumb .splice {
  padding: 0 .25em;
}


/*************************************************
 * Maps pages
 *************************************************/
.maps .selector {
  float: right;
}


#state-global-info h3,
#state-district-info h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 1em 0;
}

#state-district-info h3 a,
#state-district-info h3 a:link,
#state-district-info h3 a:visited {
  color: #8F1218;
}

#content .click {
  background-image: url("../images/red-triangle.gif");
  background-repeat: no-repeat;
  background-position: 0 .35em;
  padding-left: 15px;
}

table td.value {
  text-align: right;
}

#main  .maps-throbber {
  position: absolute;
  background-color: #fff;
  border: solid 5px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 161px;
  margin-top: 126px;
  z-index: 5000;
  
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  
  display: none;
}
/*************************************************
 * Custom Pagination
 *************************************************/
#pagination {
  text-align: right;
  background-image: url("../images/yellow-grad-bg.gif");
  background-position: 0 100%;
  background-repeat repeat-x;
  background-color: #e6bf06;
  padding: 2px 5px;
  
  text-transform: uppercase;
  font-weight: bold;
}

#pagination a,
#pagination #pages,
#pagination ul,
#pagination li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding: 0;
  margin: 0;
}

 {
  display: inline-block;
}

#pagination a,
#pagination .selected {
  padding: 2px;
  margin: 0 2px;
  color: #fff;
}

#pagination #pages a,
#pagination #pages .selected {
  text-align: center;
  width: 18px;
}

#pagination .selected {
  color: #6F560E;
  padding: 1px;
  border: solid 1px #D5A625;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#pagination a {
  cursor: pointer;
}

#pagination a#prev {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/white-west-triangle.png");
}

#pagination a#next {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("../images/white-east-triangle.png");
}

#pagination a#prev.disabled,
#pagination a#next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: .5;
  
  cursor: default;
}


#pagination #pages,
#pagination #pages .pages {
  background-image: url("../images/red-dot.png");
  background-repeat: no-repeat;
}

#pagination #pages {
  padding-left: 7px;
  background-position: 0 50%;
}

#pagination #pages .pages {
  background-position: 100% 50%;
  padding-right: 7px;
}

h1,
.report-header {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #ed1c24;
  background-image: url("../images/h1-bg.gif");
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding: 4px 8px 1px 8px;
  line-height: normal;
}


/*************************************************
 * Sidebar
 *************************************************/
.col-right {
  font-size: 12px;
}

.col-right ul {
  margin: 0;
  padding: 0;
}

.col-right ul li {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}

.col-right .block {
  border: solid 1px #c9a100;
  background-color: #fef9dc;
  margin-bottom: 10px;
}

#main .col-right .block h3 {
  padding: 6px 5px 2px 10px;
  margin: 0;
  
  font-size: 14px;
  font-weight: bold;
  
  border-bottom: solid 1px #c9a100;
  background-color: #e6bf06;
  color: #fff;
}

.col-right .block .content {
  padding: 10px;
}

.col-right .block ul li {
  margin: 5px 0;
}


.col-right #block-views-feeds-block_1 ul li.views-row {
  margin-bottom: 10px;
}

.col-right a {
  color: #000;
}

.col-right a:hover {
  text-decoration: underline;
  
  color: #ee2e2a;
}


.col-right .download {
  margin-top: 1.5em;
}

.col-right .view .views-field-timestamp {
  color: #666;
  font-size: 11px;
}

.col-right .block-menu {
  border: 0 none;
  background-color: transparent;
}

.col-right .block-menu .content {
  padding: 0;
}

.col-right .block-menu ul li {
  margin: 0 0 3px 0;
  list-style-type: none;
  list-style-image: none;
}

.col-right .block-menu ul li a {
  display: block;
  padding: 0 5px;
  
  font-size: 18px;
  font-weight: bold;
  
  color: white;
  background-color: #ed1c24;
  background-image: url("../images/links-red-grad-bg.gif");
  background-repeat: repeat-x;
  background-position: 0 100%;
} 

.col-right #block-menu-menu-minisite.block {
  margin-bottom: 0;
}

.col-right #block-menu-menu-take-action.block-menu ul li a {
  background-color: #027bc1;
  background-image: url("../images/links-blue-grad-bg.gif");
}


.col-right a.more {
  float: right;
}

.col-right .special-block {
  border-color: #027bc1;
  background-color: #e5f1fd;
}

#main .col-right .special-block h3 {
  background-color: #027bc1;
}

#main .col-right .block h3 img {
  vertical-align: text-bottom;
}

.col-right #block-views-Report-block_1.block .content {
  font-size: 11px;
}

.col-right #block-views-Report-block_1.block .content ul li {
  margin: 1px 0;
}
/*************************************************
 * Admin related items
 *************************************************/
body div.block.with-block-editing div.edit {
  top: -26px;
  width: 100%;
  background-color: transparent;
  background-image: none;
  border: 0 none;
  border-bottom: 2px solid rgba(11,11,11,.8);

}
 
body div.block.with-block-editing div.edit a,
body div.view div.views-admin-links a,
body div.view div.views-admin-links:hover a{
  background-image: none;
  background-color: rgba(11,11,11,.8);
  color: #fff;
  font-family: Arial, sans-serif;
  border: 0 none;
  margin: 0;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 16px; 
  float: right;
  
  border-right: solid 1px #111;
  
  -moz-box-shadow: 0 0 5px rgba(11,11,11,.5);
  -webkit-box-shadow: 0 0 5px rgba(11,11,11,.5);
  box-shadow: 0 0 5px rgba(11,11,11,.5);
}

body div.block.with-block-editing div.edit a:first-child,
body div.view div.views-admin-links li:first-child a {
  border-right: 0 none;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

body div.block.with-block-editing div.edit a:last-child,
body div.view div.views-admin-links li:last-child a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}


body div.view div.views-admin-links {
  margin-top: -22px;
  border-bottom: 2px solid rgba(11,11,11,.8);
  padding: 0;
  
}

body .block div.view div.views-admin-links {
  margin-top: -22px;
  
}

body div.view div.views-admin-links li {
  float: right;
  padding: 0;
  margin: 0;
}


body div.view div.views-admin-links a,
body div.view div.views-admin-links:hover a {
  font-size: 11px;
  padding: 3px 4px;
  line-height: 14px;
}



/*************************************************
 * Key Facts & Figures
 *************************************************/

#keyfacts-and-figures ul.keyfacts-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#keyfacts-and-figures ul.keyfacts-nav li {
  float: left;
  display: block;
  list-style-type: none;
  list-style-image: none;
}

#keyfacts-and-figures ul.keyfacts-nav li + li {
  margin-left: 7px;
}

#keyfacts-and-figures ul.keyfacts-nav a {
  width: 82px;
  height: 60px;
  display: block;
  
  background-color: #f8f6f6;
  
  text-indent: -999px;
  overflow: hidden;
}

#keyfacts-and-figures ul.keyfacts-nav a.selected {
  background-color: #7d1a20;
}

#keyfacts-and-figures ul.keyfacts-nav a:hover {
  background-color: #ee2f2d;
  background-position: 0 -60px;
}


#keyfacts-and-figures ul.keyfacts-nav a.chart-0 {
  background-image: url("../images/misc/keyfacts/keyfacts_01.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-1 {
  background-image: url("../images/misc/keyfacts/keyfacts_02.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-2 {
  background-image: url("../images/misc/keyfacts/keyfacts_03.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-3 {
  background-image: url("../images/misc/keyfacts/keyfacts_04.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-4 {
  background-image: url("../images/misc/keyfacts/keyfacts_05.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-5 {
  background-image: url("../images/misc/keyfacts/keyfacts_06.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-6 {
  background-image: url("../images/misc/keyfacts/keyfacts_07.png");
}

#keyfacts-and-figures ul.keyfacts-nav a.chart-7 {
  background-image: url("../images/misc/keyfacts/keyfacts_08.png");
}


#keyfacts-and-figures .charts .chart-title {
  text-align: center;
  font-size: 18px;
  line-height: normal;
}

#keyfacts-and-figures .charts .title {
  text-align: center;
  margin: 1em 0;
}

#keyfacts-and-figures .charts embed,
#keyfacts-and-figures .charts object {
  margin: 1em auto;
  display: block;
}

#keyfacts-and-figures .charts .legend {
  text-align: center;
}

/*************************************************
 * Explore By Industry
 *************************************************/
#browser a,
#browser a:link,
#browser a:visited {
  color: #000;
}

#browser a:hover {
  color: #EE2E2A;
}

table.industry td {
  font-weight: bold;
}


/*************************************************
 * Report
 *************************************************/
.report-header {
  background-image: url("../images/yellow-grad-bg.gif");
  background-color: #e6bf06;
}

#main .the-report h1 {
  padding: 0;
  margin: 24px 0 8px;
  
  background-image: none;
  background-color: transparent;
  color: #000;
  
  font-weight: bold;
  font-size: 30px;
}

#main .the-report p.by-line {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 .5em;
}

#main .the-report #section-chooser {
  margin: .5em 0 1em;
  
  color: #777;
  
  font-size: 12px;
}

#main .the-report #section-chooser select {
  border: solid 1px #ddd;
  color: #777;
  display: inline;
  vertical-align: middle;
}

#main .the-report #section-chooser select:hover,
#main .the-report #section-chooser select:focus {
  color: #333;
  border-color: #aaa;
}

#main .the-report #field_visible a,
#main .the-report #field_visible a:link,
#main .the-report #field_visible a:visited {
  color: #8F1218;
}

#main .the-report #field_visible a:hover {
  color: #ed1c24;
  text-decoration: underline;
}

#main .the-report #field_visible ul {
  padding-left: 2em;
}

#main .the-report #field_visible ul li,
#content ul li {
  list-style-type: square;
  list-style-image: url("../images/bullet.gif");
  
}



.ahah-progress .throbber,
.throbber {
  background-image: url("../images/throbber.gif");
  background-position: 0 0;
  width: 16px;
  height: 16px;
}


#usmap-map {
  background-image: url("../images/misc/front-map-bg.gif");
  background-position: 0 100%;
  background-repeat: repeat-x;
}

#content .treeview ul li {
  list-style-image: none;
  list-style-type: none;
}