/* CFCC Switcher */

#switcher_open a {
  position: fixed;
  bottom: 0;
  right: -3px;
  height: 47px;
  width: 248px;
  text-indent: -5555px;
  border-left: 1px solid #d4d4d4;
  background: url(http://cfcclabs.org/cfccbar/images/switcher_openbar.png) repeat-x 0 0;
  z-index: 50;
}

#switcher_wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 47px;
  width: 100%;
  background: url(http://cfcclabs.org/cfccbar/images/switcherbg.png) repeat-x 0 0;
  border-top: 1px solid #d4d4d4;
  z-index: 99;
}

#switcher {
  position: relative;
  min-width: 1000px;
}
  .switcher-logo {
    margin: 0px 0 0 10px;
  }
  
  .switcher-tagline {
  	position: absolute;
  	left: 210px;
  	top: 9px;
  	color: #313131;
  	background: #dadada;
  	font: 11px/18px Georgia, serif;
  	font-style: italic;
  	letter-spacing: 1px;
  	z-index: 10;
  	padding: 4px 10px;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 1px;
  }
  
  .switcher-subscribe {
  	width: 166px;
  	height: 35px;
  	position: absolute;
  	right: 270px;
  	top: 1px;
  	z-index: 10;
  	padding: 4px 0;
  }
  
  .switcher-subscribe a {
  	width: 166px;
  	height: 35px;
  	background: transparent url(http://cfcclabs.org/cfccbar/images/switcher_subscribebutton.png) no-repeat 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
	text-indent: -5555px;
  }

  .sites_wrap {
  	position: absolute;
  	right: 50px;
  	top: 1px;
  	width: 175px;
  	font: 14px/24px arial, helvetica, sans-serif;
  	border-left: 1px dotted #a5a5a5;
  	z-index: 10;
  	padding: 4px 15px;
  }
    .sites_wrap .sites_header {
    	width:175px;
    	height: 35px;
    	text-indent: -9999px;
    	background: transparent url(http://cfcclabs.org/cfccbar/images/sites_button.png) no-repeat 0px 0px;
    }
    .sites_wrap ul {
    	position:absolute;
    	left: 15px;
    	bottom: 39px;
    	width:175px;
    	background: url(http://cfcclabs.org/cfccbar/images/switcher_hoverbg.png) repeat-x bottom left #6d8765;
    	padding: 12px 0px;
    	line-height: 18px;
    	display: none;
    	list-style: none;
    	opacity:0.9;
    	filter:alpha(opacity=90);
    }
    .sites_wrap:hover ul {
    	left: 15px;
    }
      .sites_wrap ul li a {
      	display:block;
      	padding: 5px 15px;
      	font-size: 13px;
      	font-family: Georgia, serif;
      	font-weight: normal;
      	text-decoration: none;
      	border-bottom: 1px dotted #485a38;
      	color: #fff;
      	text-indent: 0;
      }
      .sites_wrap ul li a:hover {
      	text-decoration:none;
      	color: #fff;
      	background: #3e3e3e;
      }
  
  .switcher_close a {
  	width: 40px;
  	height: 47px;
  	position: absolute;
  	border-left: 1px dotted #a5a5a5;
  	background: url(http://cfcclabs.org/cfccbar/images/switcher_close.png) no-repeat 0px 0px;
  	bottom: 0;
  	right: 0;
  	text-indent: -5555px;
  }