/*


Layout
*/
html {
  background: #11192C;
}

body {
  color: #666;
  background: url('../images/head-bg.png') top center repeat-x;
  font: 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
  min-width: 900px;
  text-align: center;
}

  .shell {
    margin: auto;
    padding: 0 10px;
    position: relative;
    width: 880px;
    text-align: left;
  }
  
    #head {
      height: 100px;
      position: relative;
    }
    
      #head h1 {
        left: 10px;
        margin: 0;
        padding: 0;
        top: 40px;
        position: absolute;
      }
        
        #head h1 a {
          background: url('../images/overgroup-logo.png');
          display: block;
          height: 40px;
          width: 183px;
        }
          
          #head h1 a span {
            display:none;
          }
          
      #head #print_logo {
        display: none;
        position: absolute;
        left: 10px;
        top: 40px;
      }
          
    #content {
      background: white;
      min-width: 900px;
      padding: 15px 0 50px;
      width: 100%;
    }
    
      .slogan {
        color: #182135;
        font-weight: normal;
        font-size: 32px;
        position: relative;
      }
      
      .slogan strong {
        color: #F36419;
        font-weight: bold;
      }
      
      #highlight { 
        background: white; 
        height: 22px; 
        left: 0; 
        position: absolute; 
        top: 0; 
        width: 100%; 
      }
    
    .main {
      float: left;
      position: relative;
      width: 430px
    }
    
    .homepage p {
      font-size: 20px;
    }
    
    .homepage ul#client-list li{
      margin: 10px 20px 10px 0;
    }
    
    .sub {
      float: right;
      position: relative;
      width: 430px;
    }
    
    hr {
      color: #FC904C;
      border: none;
      background-color: #FC904C;
      height: 1px;
      margin: 20px 0;
    }
    
      hr:last-child {
        display: none;
      }

    #foot {
      background: url('../images/footer-bg.png') top center repeat-x;
      color: #BBC7D8;
      clear: both;
      height: 178px;
      min-width: 900px;
      position: relative;
      text-align: center;
      width: 100%;
    }
    
    #foot h2, #foot h5 {
      color: white;
    }
    
      #foot .left {
        margin: 0;
        display: inline;
        float: left;
        width: 430px;
      }
      
      #foot .right {
        margin: 0;
        display: inline;
        float: right;
        padding-bottom: 50px;
        width: 430px;
      }
      
      #foot span {
        display: block;
        margin-bottom: 5px;
        width: 100%;
      }
      
      #foot span p {
/*        line-height: 14px;*/
        margin: 0;
        padding: 0;
        display: inline;
        float: left;
      }
      
        #foot span p:first-child, #foot span p.first-child {
          width: 90px;
        }
        
        #foot .shell .right p + p {
          margin-top: 0;
          width: 180px;
        }
    
/*

Navigation
*/
a {
  background: transparent;
  color: #F35C13;
  text-decoration: none;
}

  a:hover {
    background: #F35C13;
    color: white;
  }

ul#navPrimary {
  right: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  z-index: 1;
}

  ul#navPrimary li {
    margin-left: 20px;
  }
  
    ul#navPrimary li a {
      color: white;
      font-size: 16px;
    }
    
    ul#navPrimary li a:hover, ul#navPrimary li a.currentPage {
      background: transparent;
      color: #FC904C;
    }

#navFoot ul{
  display: inline;
  float: left;
  margin-left: 0;
}

  #navFoot ul:first-child, #navFoot ul.first-child {
    margin-right: 40px;
  }

  #navFoot ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  
  #navFoot ul li:first-child,  #navFoot ul li.first-child{
    padding-left: 0;
  }
  
    #navFoot ul li:first-child a, #navFoot ul li.first-child a {
      color: #FC904C;
    }
  
    #navFoot ul li a {
      color: #F35C13;
    }
    
      #navFoot ul li a:hover {
        color: white;
      }
    
/*

Default type

*/

ol, ul {
  margin-left: 2em;
  padding-bottom: 1em;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

strong {
  color: #F4661B;
}

h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
}

h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

/*

Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}
ul.inline-list {
  margin-left: 0;
}
  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
    ul.inline-list li a {
      float: left;
    }

/*


Default styles for BrainBuster logic captcha
*/
.field {
  margin-bottom: 20px;
}

#captcha {
  margin: .5em 0 .5em 0;
  font-size: 13px;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}