/* Business Styles
------------------------------------------------------------------------------------- */
#business h2 {margin-top:8px;color:#000;font-size:1.8em;}
#business h4 a, #business a.learn { color:#29596c;}
#business h4 a:hover, #business a:hover.learn { color:#999;}
#business a.learn { font-weight:bold;}
#business .divide-tb { border-top:2px solid #f0c415;; margin-top:20px; padding-top:10px; position:relative;}
#business .learn { background: url(/assets/images/business/next.gif) no-repeat right;}


/* Case Studies Image Maps
------------------------------------------------------------------------------------- */

a.greysky, a.exemplas, a.falcon { display:block;position:absolute; width:300px; height:150px; top: 143px; background-image:url(/assets/images/business/fix.gif); outline:0; }
a.greysky span, a.exemplas span, a.falcon span { display:none; }
a.greysky { left:20px;}
a.exemplas {left:340px;}
a.falcon { left:650px; width:280px;}


/* jQuery Accordion
------------------------------------------------------------------------------------- */
#accordion h3 { background-color: #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #666; cursor: pointer; margin-top: 1px; padding: 8px; position: relative; zoom: 1; }
#accordion h3 a { color: #666; padding-left: 5px; border: 0; display: block; width: 900px; outline: none; }
#accordion h3:hover { background-color: #eee; }
#accordion h3 span { color: #999; font-size: 0.8em; font-weight: normal; text-decoration: underline; }
#accordion .accordion-content { border-top: 0; display: none; margin-bottom: 2px; margin-top: -2px; overflow: auto; position: relative; top: 1px; zoom: 1; }
.expand { background: url(/assets/images/global/expand.gif) no-repeat right 15px; }
.collapse { background: url(/assets/images/global/collapse.gif) no-repeat right 15px; }
#accordion a.close { color: #999; text-decoration: underline; cursor:pointer; }

