
/*----- Global -----*/

body {
      background: #fefefe url(../images/common/backgrounds/bg_main_shadow.gif) repeat-y center;
}

a {
      outline: none;
}

.clearer {
      clear: both;
}

hr {
      display: none;
}

.float_wrapper {
      width: 100%;
      overflow: hidden;
}

.left_column, .right_column {
      float: left;
}
.left {
      float: left;
}
.right {
      float: right;
}

a.blue_link {
      color: #20a4d0;
}
a.blue_link:hover {
      color: #0e82a8;
}


/* ----- Content Box ----- */

body {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 13px;
      color: #787773;
}

h1 {
      font-size: 28px;
      font-weight: bold;
      color: #000;
      margin-bottom: 10px;
}


h2 {
      margin-bottom: 10px;
      font-size: 17px;
      font-weight: bold;
      color: #000;
}

h3 {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #000;
}

p {
      margin-bottom: 15px;
      line-height: 20px;
}       

ul.standard_list {
      list-style: disc;
      margin: 15px 0 15px 5px;
}
ul.standard_list li {
      margin-left: 10px;
      margin-bottom: 7px;
}


/*----- Page Header ------*/

.content_container .page_header {
      font-size: 17px;
}
  .content_container .page_header h1 {
      font-size: 56px;
      line-height: 58px;
      font-weight: bold;
      padding-top: 120px;
      color: #fff;
  }
  .content_container .page_header h1.dark {
        color: #363532; 
  }
  .content_container .page_header h1.section_name {
        color: #969696;
  }
        

/* ----- Content Box ----- */

.content_box h2.lead_in {
        font-size: 16px;
        color: #707070;
        margin-bottom: 35px;
}


/* ----- Master Container ------ */

#master_container {
        background: #f2f1f0;
        margin: 35px auto;
        width: 975px;   
}
        #master_container.awards_entry {
                width: 916px;
        }


/* ----- Header ----- */

#header {
        position: relative;
        background: #058bb7 url(../images/common/backgrounds/bg_header.jpg) repeat-x bottom;
        padding: 20px 20px 15px 20px;
}
   #header .team {
           position: absolute;
           top: 68px;
           right: 10px;
   }
   #header #main_nav {
           margin-top: 25px;
           width: 100%;
           overflow: hidden;
   }
           #header #main_nav li {
                   float: left;
                   margin-right: 30px;
           }
           #header #main_nav #labs_link {
                   margin-left: -10px;
                   padding-left: 20px;
                   border-left: 1px solid #45afd2;
           }
           #header #main_nav a {
                   font-size: 13px;
                   line-height: 18px;
                   font-weight: bold;
                   text-decoration: none;
                   color: #fff;
           }
           #header #main_nav a:hover {
                   color: #acdbeb;
           }
           #header #main_nav a.active {
                   color: #acdbeb;
           }
                

/*----- Content Container ------*/

.content_container {
}
        
  .content_container .content_lead_in {
           margin: 20px 20px 0 20px;
           border-top: 1px solid #ece5bf;
           border-right: 1px solid #ece5bf;
           border-left: 1px solid #ece5bf;
           padding: 25px 35px;
           background: #fffdd7 url(../images/common/backgrounds/bg_content_lead_in.jpg) no-repeat right bottom;
           font-size: 16px;
           line-height: 20px;
           font-weight: bold;
           color: #70706e;
   }       
   .content_container .content_box {
           margin: 26px 20px 20px 20px;
           border: 1px solid #ebebeb;
           padding: 35px 30px;
           background: #fff;
   }
   .content_container .content_box.after_lead_in {
           margin: 0 20px 20px 20px;
           border-top: none;
   }


/*----- Page Header -----*/

.content_container .page_header {
        height: 175px;
        padding-left: 50px;
}
                
/*----- Footer -----*/

#footer {
        width: 935px;
        height: 33px;
        background: #f2f1f0 url(../images/common/backgrounds/bg_footer.gif) no-repeat bottom;
        padding: 15px 20px;
}

#master_container.awards_entry #footer {
        width: 876px;
        background: #f2f1f0;
}
        #footer #footer_nav li {
                float: left;
                margin-right: 18px;
        }
        #footer #footer_nav li.divider {
                border-left: 1px solid #d7d7d7;
                padding-left: 18px;
        }
        #footer #footer_nav a {
                font-size: 11px;
                font-weight: bold;
                text-decoration: none;
                color: #cdcdcd;
        }
        #footer #footer_nav a:hover {
                color: #969696;
        }
        #footer #footer_nav a.active {
                color: #969696;
        }
        
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
        margin:0;
        padding:0;
}

table {
        /*border-collapse:collapse;
        border-spacing:0;*/
}
fieldset,img { 
        border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
        font-style:normal;
        font-weight:normal;
}
ol,ul {
        list-style:none;
}
caption,th {
        text-align:left;
}
h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
}
q:before,q:after {
        content:'';
}
abbr,acronym { 
        border:0;
}
