/* CSS Document */
#wrapper, #content, div#column {
                  background: none;
                  background-image: none;
                  }
                
h1#qualifications { 
                    background: transparent url(/opportunity/images/hdr-qualifications.gif) no-repeat top left; 
                    height: 27px;

                  margin-bottom: 4px;}  
                    

.hide {
      display:none;
      }
      
h2.byline {
          font-size: 1.5em;
          font-weight: normal;
          }

p.sub {
      font-size: 1.1em;
      line-height: 1.4em;
      margin-bottom: 15px;}
      

ul#columns {
            padding:0;
            margin: 0;
            }

ul#columns li {
              width: 435px;
              list-style-type: none;             
              border:1px dotted #CCCCCC;
              float:left;              
              position: relative;
             }
              
div#content-col {width: 100%; margin-left:0px;}

li#left {
        margin-right: 30px;
        }
        
li#left div, li#right div {
            padding: 10px;
            padding-top: 5px;
            margin: 5px; 
            padding-bottom: 20px;
            border: 1px dotted #CCCCCC;
            background: #EFEFEF url(/opportunity/images/img-arrow.gif) no-repeat 8px 16px;
            }
            
h2#hdr-left {    
            height: 27px;
            background: transparent url(/opportunity/images/hdr-left.gif) no-repeat top left; 
            margin-left: 5px;
}

h2#hdr-right {
            margin-left: 5px;
            height: 27px;
            background: transparent url(/opportunity/images/hdr-right.gif) no-repeat top left; 
}

h2#hdr-something {
            margin-left: 5px;
            height: 27px;
            background: transparent url(/opportunity/images/hdr-somethingnew.gif) no-repeat top left; 
}

hr.rule {
        width: 80%;
        border:0px;
      }      
      
ul#columns li h3, div#morelinks h3 { padding-left: 35px;

}


li#left div:hover , li#right div:hover   {
                    background: #FFFFFF url(/opportunity/images/img-arrow-hover.gif) no-repeat 8px 16px;
                    }

div#morelinks div:hover {
              background: #FFFFFF url(/opportunity/images/img-arrow-hover.gif) no-repeat 8px 16px;
}



div#morelinks {
              padding-top: 5px;
               margin-top: -150px;
               width: 435px;
               border: 1px dotted #CCCCCC;
               padding-bottom: 5px;
              }

div#morelinks div
                {
                float:left;
                width: 188px;
                padding:10px;
                padding-top: 5px;
                border: 1px dotted #CCCCCC;
                margin-left: 5px;
                height: 150px;
                padding-bottom: 20px;
                background: #EFEFEF url(/opportunity/images/img-arrow.gif) no-repeat 8px 16px;
                }

div#moreright {
                margin-left: 5px;
                }
                
