/* ------------------------------------ *
 CSS FrameWork: Base.css
 * ------------------------------------ */

 @import url('reset.css');
 @import url('type.css');
 @import url('grid.css');
 @import url('form.css');

 body {
      background: #e8e8e8;
      color: #2a2a2a;
      font-size: 11px;
      line-height: 12px;
 }

 .dark_gray {
      background: #2a2a2a;
 }
 .sIFR-replaced {
 	z-index: 800 !important;
 }
  .dark_gray.top {
      position: fixed;
	  top:0;
	  left: 0;
	  z-index:1000;
 }
 
 .border {
 border-top: 1px solid #b0b1b1;
 }
 a {
 	color: #000;
text-decoration: underline;
 }
 
 a:hover {
 	color: #000;
text-decoration: none;
 }

 a.menu {
      color: #fff;
      border-right: 1px solid #67c0f4;
      display: block;
      float: right;
      font-size: 14px;
	  margin: 0;
	  padding: 0px 5px 0px 5px;
      text-align: center;
 }
 
 a.mail {
      color: #fff;
      display: block;
	  float:right;
      font-size: 12px;
	  margin: 0;
      text-align: center;
 }
 
  .bclink {
      color: #666;
      font-size: 10px;
	  margin: 0;
      text-align: center;
 }
 
 .bclink a {
 	color: #666;
 }
 
 .connect {
 	float:left;
	display: block;
 }

  a.menu:hover {
      color: #67c0f4;
      border-right: 1px solid #67c0f4;
      display: block;
      float: right;
      font-size: 14px;
	  margin: 0;
	  padding: 0px 5px 0px 5px;
      text-align: center;
	  text-decoration: none;
 }
 
 a.mail:hover {
      color: #67c0f4;
      display: block;
	  float:right;
      font-size: 12px;
	  margin: 0;
      text-align: center;
	  text-decoration: none;
 }
 
 a.bclink:hover {
      color: #67c0f4;
      display: block;
	  float:left;
      font-size: 10px;
	  margin: 0;
      text-align: center;
	  text-decoration: none;
 }


 .menuselected {
      color: #67c0f4;
      border-right: 1px solid #67c0f4;
      display: block;
      float: right;
      font-size: 14px;
	  margin: 0;
	  padding: 0px 5px 0px 5px;
      text-align: center;
	  text-decoration: none;
 }

 a.submenu {
	  color: #2a2a2a;
      background: #fff;
      border-bottom: 1px solid #f2f2f2;
      display: block;
 }

  a.submenu:hover {
	  background: #67c0f4;
	  color: #fff;
      border-bottom: 1px solid #f2f2f2;
      display: block;
	  text-decoration: none;
 }

  a.no {
	  background: #f2f2f2;
	  color: #2a2a2a;
      display: block;
	  padding: 10px;
	  float: left;
	  text-align: center;
	  text-decoration: none;
  }

  a.no:hover {
	  background: #67c0f4;
	  color: #fff;
      display: block;
	  padding: 10px;
	  float: left;
	  text-align: center;
	  text-decoration: none;
   }
   
   a.no_selected {
   		background: #67c0f4;
		color: #fff;
		display: block;
	  padding: 10px;
	  float: left;
	  text-align: center;
	  text-decoration: none;
   }
 
 ul {
      padding: 0;
      margin-left: 15px;
      margin-top: 0px;
 }
 
 li {
      list-style-image:url(../images/bullet_blue.png);
      padding: 0;
      margin: 0;
 }

 a.readmore {
      border-top: 1px solid #b0b1b1;
      border-bottom: 1px solid #b0b1b1;
      color: #67c0f4;
      display: block;
      text-align: center;
      text-transform: uppercase;
 }
  a.readmore:hover {
      border-top: 1px solid #b0b1b1;
      border-bottom: 1px solid #b0b1b1;
      color: #2a2a2a;
      display: block;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
 }

 .white {
      background: #fff;
 }
