/*
bg blue:          #292d36
highlitght blue   #005b8a
bg gray           #F5F5F5
*/


/* BASE LAYOUT */
body {
   background:transparent url(../img/bg-body.jpg) repeat-x;
}
   #wrapper {
      width:940px;
      margin:0 auto;
      background:transparent url(../img/bg-wrapper.jpg) no-repeat;
      min-height:430px;
   }
   #wrapper-960 {
      width:960px;
      margin:0 auto;
      background:transparent url(../img/bg-wrapper.jpg) no-repeat 10px 0;
      min-height:430px;
   }
      #header {
         height:60px;
         width:940px;
         background:transparent url(../img/bg-header.gif) no-repeat;
      }
      #wrapper-960 #header {
         margin-left: 10px;
      }
         #logo {
            float:left;
            display:block;
            padding: 57px 0 0 0;
            width:240px;
            height:0px;
            overflow:hidden;
            background:transparent url(../img/logo.gif) no-repeat left top;
         }
         #nav_global {
            float:left;
            margin:11px 0 0 41px;            
         }
         #nav_utility {
            float:right;
            margin:11px 10px 0 0;
         }
      #footer {
         background:#F5F5F5 url(../img/bg-page-footer.gif) no-repeat left top;
         padding:25px 0 20px 20px;
         clear:both;
      }
      #footer.wide {
         background-image: url(../img/bg-page-footer-wide.gif);
      }
      #footer.full {
         background-image: none;
      }
         #nav_footer {
            float:right;
            margin:0 20px 0 0;
         }
         
      
      /* MAIN LAYOUT */
      #page_cap {
         position:relative;
         height:97px;
         width:940px;
         margin:33px 0 0 0;
         background:transparent url(../img/bg-page-cap.gif) no-repeat;
      }
         #account {
            position:absolute;
            left:20px;
            top:15px;
            width: 230px;
         }
         #nav_futureme {
            position:absolute;
            left:240px;
            top:67px;
         }
         #completion_bar {
            position:absolute;
            left:720px;
            top:15px;
         }
            #bar {
               margin-top:10px;
               width:200px;
               height:22px;
            }
      #page {
         width:940px;
         padding:20px 0 20px 0;
         background:transparent url(../img/bg-page.gif) repeat-y 0 130px;
      }
      #page.wide {
         background-image: url(../img/bg-page-wide.gif);
      }
      #page.full {
         background-image: none;
         background-color: #fff;
      }
         #left_col {
            float:left;
            margin:0 20px 0 20px;
            width:200px;
            min-height:1px;
         }
         #center_col {
            float:left;
            margin:0 20px 0 20px;
            width:420px;
            min-height:370px;
            /*color:#666;*/
         }
         #center_col.full {
            margin: 0;
            width:460px;
         }
         #center_col.fullbleed {
            margin: -20px 0 0 0;
            width:460px;
         }
            #builder_alt_content {
               text-align:center;
               color:#fff;
               margin:20px 0 0 0;
            }
            #builder_footer {
               margin:40px 0 0 0;
               color:#ccc;
            }
            #wrapper-960 #builder_footer {
               margin-left: 10px;
            }
         #right_col {
            float:left;
            margin:0 0 0 0;
            width:240px;
            min-height:1px;
         }
         #two_col {
            float:left;
            margin:0 20px 0 20px;
            width: 660px;
            min-height: 370px;
         }

      /* HOMEPAGE LAYOUT */
      #homepage_flash {
        height:410px;
      }
         #flash_alt_content {
            background:transparent url(/elements/img/flash-alt.gif) no-repeat left top;
            padding:145px 0 0 0;
            text-align:center;
            color:#fff;
         }
         #flash_alt_content a {
            color:#66ccff;
         }
      #homepage_footer {
         float: left;
         margin:0 0 0 0;
         padding:0 0 20px 0;
         width: 940px;
         background:transparent url(../img/bg-home-footer.gif) no-repeat left 12px;
      }
            #home_left_col {
               float:left;
               margin:87px 39px 0 20px;
               padding:0 0 0 60px;
               width:200px;
               min-height:138px;
               background: transparent url(../img/icon-home-1.gif) no-repeat;
            }
            #home_center_col {
               float:left;
               margin:0;
               width:302px;
               min-height:138px;
               background:transparent url(../img/icon-home-2.gif) no-repeat 21px 87px;
            }
               #meet_cpas {
                  margin-top: 87px;
                  padding:0 21px 0 81px;
               }
            #home_right_col {
               float:left;
               margin:87px 0 0 19px;
               padding:0 0 0 60px;
               width:200px;
               min-height:138px;
               background:transparent url(../img/icon-home-3.gif) no-repeat;
            }
      #homepage_utility {
         clear:both;
         color:#fff;
         padding:0 0 20px 0;
      }
      
      /* FUTURE ME BUIDLER */
      #future_me_flash {
         
      }
      
      