#page_frame { 
   width: 950px;
   margin:auto;
   margin-top: 5px;
}
#page_header {
   position: relative;
}
#page_navigation {
   width: 698px;
   margin-top: 10px;
   height: 37px;
   background: #fff url(../images/layout/nav_bg.jpg) top left repeat-x;
   border: 1px solid #cbcbcb;
   float: left;

   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
#page_search {
   width: 239px;
   margin-top: 10px;
   margin-left: 9px;
   height: 37px;
   background: #fff url(../images/layout/nav_bg.jpg) top left repeat-x;
   border: 1px solid #cbcbcb;
   float: left;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
#page_seperator {
   height: 8px;
   clear: both;
}
#page_content {
   width: 700px;
   float: left;
}
#page_sidebar {
   margin-left: 9px;
   width: 241px;
   float: left;
}

#page_navigation a {
   display: block;
   height: 37px;
   float: left;
   font-size: 14px;
   text-decoration: none;
   color: #000;
   text-align: center;
   line-height: 35px;
}

#page_navigation a:hover {
    font-weight: bold;
    background: #eeeeee url(../images/layout/nav_bg_on.jpg) top left repeat-x;
}

#pagenav_company {
   width: 118px;
}
#pagenav_approach {
   width: 130px;
}
#pagenav_projects {
   width: 110px;
}
#pagenav_services {
   width: 110px;
}
#pagenav_tools {
   width: 110px;
}
#pagenav_contact {
   width: 110px;
}
.navseparator {
   float: left;
   width: 2px;
   height: 37px;
   background: url(../images/layout/nav_tab_div.jpg);
}
.body_content {
   background: #fff;
   color: #000;
   padding: 10px 19px 10px 19px;
   margin-top: 8px;
   margin-right:1px;
   -moz-border-radius:2px;
   -webkit-border-radius:2px;

   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
   font-size: 12px;
   color: #454545;
}
.body_navigation {
   padding-bottom: 8px;
   margin-bottom: 8px;
   color: #999;
}
.body_navigation a {
   margin-right: 15px;
   margin-left: 15px;
   text-decoration: none;
   color: #333333;
   text-transform: uppercase;
}
.body_navigation a:hover {
   text-decoration: underline;
}
.body_navigation a.active {
   font-weight: bold;
   background: url('../images/layout/active.jpg') 4px 4px no-repeat;
   margin-left: 0;
   padding-left: 15px;
   color: #71809f;
}
a.readmore {
   display: block;
   font-weight: bold;
   text-align: right;
   text-decoration: none;
   color: #000;
   padding-right: 20px;
   background: url(../images/actions/more.png) top right no-repeat;
   height: 17px;
}

div.tabbody.active {
   display: block;
}
.tabbody.inactive {
   display: none;
}

#viplogin #paperclip {
   position:absolute;
   margin-top:-16px;
   margin-left:8px;
   z-index:4;
   left:700px;
}
#viplogin #vipcard {
   position:absolute;
   margin-top:-62px;
   margin-left:11px;
   z-index:1;
}
#page_search {
   position:relative;
   z-index:2;
   color:#000;
   text-align:right;
   border:1px solid #999;
}
#search_query {
   position:absolute;
   width:110px;
   height:15px;
   top:8px;
   left:45px;
   background-color:#eaeaea;
   border:1px solid #ccc;
   color:#444;
}
#search_button {
   position:absolute;
   background:#fff;
   border:1px solid #999;
   height:20px;
   margin-right:10px;
   font-size:12px;
   padding-bottom:4px;
   color:#444;
   top:8px;
   left:170px;
}

