/*
  Site: http://www.globaladvantageinc.net
  Author: Emrys Ingersoll
  For: screen, presentation

  Style specific to the services section.
*/


@import url('main.css');

ul#execorleader { width: 500px; list-style: none; margin: 0 auto; padding: 2em 0; }
#execorleader li { float: left; padding-left: 20px; border-bottom: 2px solid #000; }
#execorleader li#leader-tab { width: 300px; }
#execorleader a, #execorleader a:visited {
  position: relative;
  display: block;
  float: left;
  width: 136px;
  height: 15px;
  padding: 10px;
  margin-bottom: -2px;
  border: 2px solid #000;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  z-index: 5;
}
#execorleader a:hover { color: #fff; background: #ba0000; }
#execorleader a.selected, #execorleader a.selected:hover { color: #000; border-bottom-color: #fff; background: transparent; }

.services-menu { width: 496px; margin: 3em auto; border: 2px solid #000; border-top: none; font-size: 1.3em; }
.services-menu h3 { display: none; }
.services-menu h4 { border-top: 2px solid #000; } 
.services-menu blockquote { margin: 0 !important; padding: 20px !important; }
.services-menu blockquote p { margin-bottom: 1em !important; }
.services-menu h4 { padding: 0; margin: 0; }
.services-menu h4 a, .service-menu h4 a:visited { display: block; padding: 20px; margin: 0; border: none; text-align: center; font-variant: normal; background: #efefef; }
.services-menu h4 a:hover { background: #333; color: #efefef; text-decoration: underline; }

