/*******************************************************************************
 css/infomatters/layout.css
 *******************************************************************************/
body {
    background: #f3f1e9 url('../../img/top_border.gif') top repeat-x;
    margin-top: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
}

form {
    padding: 10px;
}

fieldset {
    margin: 0em 0;
    padding: 0em;
    border: 0px solid #999;
}

legend {
    font-weight: bold;

    padding: .2em .5em;
}

input.text, textarea, select {
    border: 1px solid #666;
    width: auto;
}

.banner img {
    margin-bottom: 10px;
}

.office {
    background: url('../../img/monte_carlo.jpg') top right no-repeat;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/office_bg.png',sizingMethod='image');*/
    height: 160px;
    left: -15px;
}

#callp {
    display: block;
    position: absolute;
    height: 50px;
    width: 100px;
}

#contactcall {
    /*background  :transparent url('../../img/office_call.png') no-repeat bottom right;
     
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/office_call.png',sizingMethod='image');*/
    /*position: relative;
     height: 47px;
     width: 46px;
     top: 105px;
     left: 155px;
     text-indent: -9999px;
     cursor: pointer;*/
    cursor: pointer;
    height: 47px;
    left: 155px;
    position: relative;
    text-indent: -9999px;
    top: 105px;
    width: 46px;
}

#contactcall-content {
    /*background:#FFFFEE url(../../img/address.gif) no-repeat scroll left bottom;
     background: #FFFFEE;*/
    display: none;
    height: 210px;
    left: 509px;
    top: 140px;
    position: absolute;
    width: 210px;
    z-index: 100;
}

#contactreach {
    /*position: absolute;
     height: 56px;
     top: 90px;
     left: 207px;
     text-indent: -9999px;
     cursor: pointer;
     width: 65px;*/
    cursor: pointer;
    height: 56px;
    left: 217px;
    position: relative;
    text-indent: -9999px;
    top: 60px;
    width: 65px;
}

#contactreach-content {
    /*  background: #FFFFEE none no-repeat scroll left top;*/
    height: 207px;
    left: 380px;
    position: absolute;
    top: 140px;
    width: 443px;
    display: none;
    z-index: 100;
}

span.close-pop {
    /*margin-left: 150px;*/
    background: #Fded9f none no-repeat scroll left top;
    padding: 5px;
    font-size: 9px;
    cursor: pointer;
}

.projects_album {
   /* background: #fff url('../../img/project_of_the_week.jpg') top left no-repeat;*/
margin-top:-12px;
}

#projectoftheweek {
    margin-top: 12px;
    background: url('../../img/project_box_bottom.jpg') bottom left no-repeat;
    padding-bottom: 20px;
    color: #6e6e6e;
}

#projectoftheweek h1 {
    background: transparent url('../../img/project_of_the_week_h1.jpg') top left repeat-y;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding-bottom: 7px;
    padding-left: 10px;padding-top:7px;
    margin-bottom: 0;height:25px;margin-top:-1px;
}

.project-details {
    background: url('../../img/project_box_border.jpg') top right repeat-y;
    border-left: 2px solid #9f9f9f;
    padding-top: 5px;
    font-size: 11px;
}

h2.project-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 18px 0 10px;
    color: #050505;
}

p.project_summary {
    margin: 0 18px 12px 10px;
}

.project-links {
    float: left;
    width: 140px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.project-links dl {
    margin: 0px;
}

.project-links dt {
    float: left;
    line-height: 15px;
    width: 60px;
    color: #424242;
    font-weight: bold;
    padding-left: 5px;
}

.project-links dd {
    /*border-right: 1px solid #4e4e4e;
     padding-left: 5px;
     padding-right: 5px;*/
    color: #93267f;
	background-color:transparent;
}

.project-links dd:last-child {
    border-right: none;
}

.project-slideshow {
    clear: both;
    width: 350px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    margin: 0 0 10px 4px;
}
/* for project slider */
.project-slider {
    position: relative;
    width: 1900px;
    overflow: hidden;
}

.project-pics { /*margin-top:10px;
     width:1900px;
     position:relative;*/
}

.project-pics img {
}

.project-slides {
    float: left;
    margin-top: 10px;
    width: 370px;
}

.slide-show {
    display: block;
}

.project-approach h3 {
    font-size: 13px;
    color: #cf0000;
    border-bottom: 1px solid #cf0000;
    padding-bottom: 2px;
    margin: 0 18px 12px 16px;
    font-weight: bold;
}

.project-approach p {
    margin: 0 18px 12px 16px;
}

.slide-navigator {
    float: left;
    width: 381px;
    background-color: #e3e0d4;
    margin-bottom: 10px;
    padding: 0;
	position:relative;
}

.slide-navigator-content {
    float: right;
    padding-right: 10px;
	display:block;
}

.slide-navigator ul {
    list-style: none;
    margin: 0;
}

.slide-navigator img {
    float: left;
    padding: 7px 4px 0px 4px;
    margin: 0px;
	display:block;
}

.slide-navigator ul li {
    float: left;
    border-right: 1px solid #4e4e4e;
    padding-top: 2px;
}

.slide-navigator ul li:last-child {
    border-right: none;
}

.slide-navigator ul li a {
    padding: 4px;
    text-decoration: none;
    color: #8f2a70;
	background-color:transparent;
}

.slide-navigator ul li.selected a {
    font-weight: bold;
    color: #fff;
    background: #8f2a70;
}

.project-slideshow img.navigator {
    float: left;
    margin: 7px 0px 0 0px;
}

.project-slideshow img {
    margin-top: 10px;
    margin-bottom: 5px;
}

.project-navigator {
    float: left;
    background: url('../../img/download_bg.jpg') top left repeat-x;
    margin-left: 0;
    width: 381px;
    line-height: 22px;
    border-top: 1px solid #d2cbb1;
    border-bottom: 2px solid #d2cbb1;
    position: relative;
}

p.casestudylink {
    float: left;
    margin-bottom: 0;
    background: url('../../img/pdficon_small.gif') 6% 50% no-repeat;
    padding-left: 37px;
}

p.archivelink {
    float: right;
    margin-bottom: 0;
    background: url('../../img/archive_icon_small.png') 85% 50% no-repeat;
    padding-right: 36px;
}

select.archivelink {
    width: 130px;
    margin-left: 10px;
}

#projectdetailfooter {
    clear: both;
    background: url('../../img/project_box_border.jpg') top right repeat-y;
    border-left: 2px solid #9f9f9f;
}

.clearer {
    clear: left;
}
/*-----x----*/
/*---family-album---*/
#family-album {
    background: transparent url('../../img/fa_header.gif') top left no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /*ch:19-dec*/
    width: 390px;
    padding-top: 25.5px;
    border-right: 1px solid #d3d0c2;
    border-left: 1px solid #d3d0c2;
    height: 140px;
}

#f-images {
    position: relative;
    width: 3300px;
    left: 0px;
}

#f-images span {
    font-size: 12px;
}

#f-images div {
    height: 122px;
    /*border-top:1px solid #fff;
     border-left:1px solid #fff;
     border-right:1px solid #fff;
     border-bottom:1px solid #fff;*/
    float: left;
    z-index: 1;
    padding-left: 0px;
    padding-right: 6px;
    width: 384px;
    overflow: hidden;
}

#family-album img {
    float: left;
    padding-right: 5px;
    padding-bottom: 1px;
    margin: 0pt;
}

#fa-slider {
    float: left;
    margin-top: 1px;
    padding-left: 0px;
}

#pre-nav {
    float: left;
}

#pre-nav img {
    padding-right: 0px;
}

#next-nav {
    float: left;
}

#next-nav img {
    padding-right: 0px;
}

#slider-bg {
    position: relative;
    background: url('../../img/album-scrollbar-repeat.gif') 0px 0 repeat-x;
    height: 16px;
    width: 357px;
    vertical-align: baseline;
    float: left;
}

#sliderthumb {
    vertical-align: middle;
    position: absolute;
}
/*---x----*/
/*---people slider*/
#peoples {
    position: relative;
    overflow: hidden;
    display: none;
    /*width:2025;*/
}

#peoples .p_left-arrow {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 90px;
}

#peoples .p_right-arrow {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 90px;
}

#people-slider {
   position: relative;
   margin-top: 50px;
text-align:center;

margin-bottom:10px;
}

#people-slider ul {
    float: left;
    margin: 0;
}

#people-slider li {
    float: left;
    list-style: none;
}

#people-slider li img {
    vertical-align: top;
    cursor: pointer;
}

#people-slider li a {
    float: left;
}
/*---x----*/
span.loading-on {
    background: transparent url(../../img/icons/ajax-loader.gif) no-repeat center center;
    position: relative;
    display: block;
    top: 0px;
    width: 29px;
    height: 29px;
}

span.loading-off {
    background: transparent url(../../img/icons/ajax-loader.gif) no-repeat center center;
    position: relative;
    display: none;
    top: 0px;
    width: 32px;
    height: 32px;
}
/*******************************************************************************
 css/infomatters/people.css
 *******************************************************************************/
/* ---------->>> jtip <<<---------------------------------------------------------------*/
#PT {
    position: absolute;
    z-index: 100;
    background-color: #fbfef2;
    border: 2px outset #ebebd2;
    padding: 5px;
    background-image: url('../../img/people/people_tooltip_bg_repeat.png');
    background-repeat: repeat-x;
    background-position: center bottom;
}

#PT_detail img {
    float: left;
    padding-right: 10px;
}

#PT_detail h1 {
    font-size: 12px;
  /*  font-family: Lucida Sans;*/
    text-align: center;
}

#PT_detail p {
    font-size: 10px;
 /*   font-family: Lucida Sans;*/
}
/*******************************************************************************
 css/infomatters/search.css
 *******************************************************************************/
#searchform {
    display: block;
    padding: 0px;
}

#searchform img {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#searchform p {
    float: left;
    padding-left: 5px;
    padding-top: 12px;
    padding-right: 5px;
    background: transparent url(../../img/search-bg.gif) repeat-x top center;
    height: 49px;
    display: block;
}

#searchform input {
    display: none;
    float: left;
}

#look-back img {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.look-back-content {
    float: left;
    background-color: #fded9f;
    display: none;
    padding: 5px;
    font-size: 1em;
    line-height: 1.2em;
}
/*******************************************************************************
 css/infomatters/about_us.css
 *******************************************************************************/
.middle-column {
    padding-bottom: 10px;
    background: url('../../img/for_bottom.gif') bottom left no-repeat;
}
/*about us tab*/
#about-us h1.main {
    font-size: 13px;
    color: #cf0000;
    background: url('../../img/heading_bg_top.gif') top left no-repeat;
    line-height: 39px;
    padding-left: 27px;
    padding-top: 13px;
    text-align: left;
}

#about-us h1.next {
    font-size: 13px;
    line-height: 36px;
    color: #cf0000;
    background: url('../../img/heading_bg_2and3.gif') top left no-repeat;
    padding-left: 28px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 8px;
}

#about-us {
    background: #fff url('../../img/for_content_bg.gif') top left repeat-y;
    padding: 0 8px 0 8px;
    clear: left;
}

#about-us div {
    padding: 0px 10px 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
    margin-top: -10px;
}

#about-us p.summary {
    display: block;
    padding-bottom: 5px;
    /*padding: 10px 0px 15px 15px;
     margin-bottom: 0;
     font-size: 11px;
     color: #6e6e6e;
     */
    margin: 0pt 0pt 0.5em;
}
/*#about-us p {
 padding: 10px 0px 15px 15px;
 margin-bottom: 0;
 font-size: 11px;
 color: #6e6e6e;
 }*/
#about-us span {
    line-height: 17px;
}

#about-us span.link-more {
    background: transparent url(../../img/icons/btn_more.gif) no-repeat left center;
    margin-left: 0px;
    display: block;
    /*	color:#d5edff;*/ /*the bg on mouseover*/
    color: #393680;
    font-size: 9px;
    padding-left: 20px;
    cursor: pointer;
}

#about-us span.link-download-pdf {
    background: transparent url(../../img/icons/btn_pdf.gif) no-repeat left center;
    margin-left: 0px;
    display: block;
    /*	color:#d5edff;*/ /*the bg on mouseover*/
    color: #393680;
    font-size: 9px;
    padding-left: 20px;
    cursor: pointer;
}
#about-us span.link-download-pdf a{
 color: #393680;
text-decoration:none;
}
#about-us span.link-download-flash {
    background: transparent url(../../img/icons/btn_swf.gif) no-repeat left center;
    margin-left: 0px;
    display: block;
    /*	color:#d5edff;*/ /*the bg on mouseover*/
    color: #393680;
    font-size: 9px;
    padding-left: 20px;
    cursor: pointer;
}

#about-us div #wwd-link-more-content {
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
     padding: 0px 10px 10px;
     color: #6e6e6e;
}

#about-us div #wwd-video {
    padding: 10px 10px 10px 2px;
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
    margin-top: 0px;
}

#about-us div #hww-link-more-content {
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px 10px 10px;
    color: #6e6e6e;
}

#about-us div #oc-info-logo {
    padding: 0px;
    margin-left: -4px;
    height: 55px;
}

#about-us div #oc-info-logo img {
    padding: 0px;
}

#about-us div #oc-info {
    padding: 0px;
}

#about-us p.summary img {
    margin: 0px;
    padding: 0px 7px 0px 0px;
}

#about-us p.summary em {
    background: #fff;
    font-style: normal;
    font-weight: bold;
}

#oc {
    background: transparent url(../../img/client_more.gif) repeat-x bottom scroll;
}
#oc div{
	padding:0px;
}
#oc-selector{
	display:block;
}
#oc select {
    width: 100%;
    position: relative;
    top: 7px;
    margin: 0px;
}

#oc p {
    line-height: 17px;
}

#about-us div #oc-info-summary {
    padding: 0px 0px 2px 0px;
}

#about-us div #oc-locate-client {
    /*background:transparent url(../../img/client_more.gif) repeat-x scroll center;*/
    /*height:35px;*/
    /*margin-left:-10px;
     margin-right:-10px;*/
    margin-top: -2px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 259px;
}

#about-us div #oc-locate-client select {
    width: 110px;
}

#about-us div #oc-locate-client span {
    color: #951980;
}

#about-us div #oc-locate-client img {
    margin: 0px;
}

#about-us div #oc-locate-client-sel {
    position: relative;
    float: left;
    padding: 2px 0px 0px 0px;
}

#about-us div #oc-locate-client-nav {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    position: relative;
    float: left;
}

#about-us div #oc-locate-client-nav img.navigator {
    margin: 0px 0px -3px;
}

#loading-client {
    display: none;
}
/*end about us tab*/
/*about applicants tab*/
#about-applicants h1.main {
   font-size: 13px;
    color: #cf0000;
    background: url('../../img/heading_bg_top.gif') top left no-repeat;
    line-height: 39px;
    padding-left: 27px;
    padding-top: 13px;
    text-align: left;
}

#about-applicants h1.next {
    font-size: 13px;
    line-height: 36px;
    color: #cf0000;
    background: url('../../img/heading_bg_2and3.gif') top left no-repeat;
    padding-left: 28px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 8px;
}

#about-applicants {
    background: #fff url('../../img/for_content_bg.gif') top left repeat-y;
    padding: 0 8px 0 8px;
    clear: left;
    display: none;
}

#about-applicants p {
    padding: 0px 10px 10px 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
}

#about-applicants span.link-download-pdf {
background:transparent url(../../img/icons/btn_pdf.gif) no-repeat scroll left top;
color:#393680;
cursor:pointer;
display:block;
font-size:9px;
margin-left:0;
padding-left:20px;
margin:0px 10px 0px 10px;
padding-bottom:10px;
}
#about-applicants span.link-download-pdf a{
text-decoration:none;
color:#393680;
}

/*end about applicants tab*/
/*about alumni tab*/
#about-alumni h1.main {
   font-size: 13px;
    color: #cf0000;
    background: url('../../img/heading_bg_top.gif') top left no-repeat;
    line-height: 39px;
    padding-left: 27px;
    padding-top: 13px;
    text-align: left;
}

#about-alumni h1.next {
   font-size: 13px;
    line-height: 36px;
    color: #cf0000;
    background: url('../../img/heading_bg_2and3.gif') top left no-repeat;
    padding-left: 28px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 8px;
}

#about-alumni {
    background: #fff url('../../img/for_content_bg.gif') top left repeat-y;
    padding: 0 8px 0 8px;
    clear: left;
    display: none;
}

#about-alumni p {
    padding: 10px 15px 15px 15px;
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
}

.office_pics{
border:1px solid #CCCCCC;
padding:5px;
margin:5px;
width:230px;
height:230px;
position:relative;
}

.slarrow{
position:absolute;
left:15px;
bottom:5px;
}
.srarrow{
position:absolute;
right:15px;
bottom:5px;
}

/*end about alumni tab*/
.middle-column ul {
    list-style: none;
    margin: 0px;
    float: left;
    /*	margin:0pt 0px 0px 15px;*/
    padding: 0px 0px 0px 0px;
}

.middle-column ul li {
    float: left;
    margin-left: 0px;
    padding: 0px 0px 0px 13px;
}

.middle-column ul li a {
    /*display: block;
     padding:10px 10px 0px;*/
    padding: 0px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    /*margin-left:-5px;*/
}

.middle-column ul li a.selected {
    cursor: text;
    color: #fff;
    font-size: 136%;
    /*padding:6px 5px 0px 5px;*/
	background-color:transparent;
}

.memoryWall{
height:200px;
margin-left:22px;
}
.memoryWall ul li a{
font-size:0px;
}
/*nav stuff*/
#middle-navigator {
    background: transparent url(../../img/for_01.gif) top left no-repeat;
    height: 43px;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 270px;
}
/*
 .about-tabs-nav li {
 list-style: none;
 display: inline;
 margin: 0.01em;
 }
 
 .about-tabs-nav li a{
 text-decoration: none;
 padding: 0px 0.65em;
 color: #fff;
 cursor:pointer;
 font-size: 10px;
 }
 */
/*******************************************************************************
 css/infomatters/timeline.css
 *******************************************************************************/
/*timeline stuff*/
#JT {
    position: absolute;
    z-index: 100;
}

#cluetip img {
    float: left;
    padding-right: 10px;
    z-index: 100;
    margin: 0pt;
}

#JT_detail h1 {
    text-align: center;
}

#time-line-viewer {
    position: relative;
    overflow: hidden;
    background-color: black;
    margin-top: 5px;
text-align:center;
}

* html #time-line-viewer {
    position: absolute;
}

#time-line-viewer .left-arrow {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 54px;
}

#time-line-viewer .right-arrow {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 54px;
}

#time-line {
    background-color: black;
    padding: 20px;
    height: 170px;
    position: relative;
}

#time-line em {
  /*  font-family: Lucida Sans;*/
    font-size: 10px;
    font-style: normal;
    color: #eeeeee;
    vertical-align: bottom;
    background: transparent;
}

#time-line img {
    vertical-align: middle;
}

#time-line a {
    padding-right: 3px;
}

div.header-mon {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.header-mon {
    float: left;
  /*  font-family: Lucida Sans;*/
    font-size: 11px;
    color: #ece184;
    margin-right: -20px;
    margin-top: 60px;
}

.timeline-mon {
    padding-left: 20px;
    float: left;
    margin-right: -110px;
    width: auto;
}

div.tl-first {
    text-align: left;
}

div.tl-first img {
    margin-bottom: -11px;
    margin-left: -14px;
    text-align: left;
}

#time-line div.tl-first em {
    vertical-align: top;
}

#time-line div.tl-fourth em {
    vertical-align: top;
}

div.tl-second {
    border-left: 1px solid #93267f;
    padding-left: 82px;

    text-align: left;
}

div.tl-second img {
    margin-bottom: 1px;
}

div.tl-fourth {
    border-left: 1px solid #93267f;
    margin-left: 48px;
    width: 180px;
    padding-left: 82px;
    text-align: left;
}

div.tl-fourth img {
    float: left;
}

div.tl-third {
    margin-left: 35px;
    text-align: left;
}

div.tl-third img {
    margin-top: -30px;
}

#time-line div.tl-third em {
    vertical-align: bottom;
margin-left:-40px;
}
div.vertical-linedivider {
    float: left;
    width: 44px;
    height: 13px;
    border-left: 1px solid #93267f;
    margin-right: 3px;
}

div.vertical-linespace {
    float: left;
    width: 45px;
    height: 13px;
    margin-right: 3px;
}

div.horizontal-divider {
    float: left;
    width: 45px;
    height: 6px;
    background-color: #93267f;
    margin-right: 3px;
}
/*tip stuff*/
#cluetip-close img {
    border: 0;
    padding-right: 0px;
}

#cluetip-title #cluetip-close {
    float: right;
    position: relative;
}

#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(../../img/tooltip/wait.gif);
}
/***************************************
 =cluetipClass: 'jtip'
 -------------------------------------- */
.cluetip-jtip {
   /* background-color: #fff;*/
    background: transparent;
}

.clue-right-jtip {
    background-image: url(../../img/tooltip/arrowleft.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}

.clue-left-jtip {
    background-image: url(../../img/tooltip/arrowright.gif);
    background-repeat: no-repeat;
    padding-right: 10px;
}

.cluetip-jtip #cluetip-outer {
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff;
    /*width:400px;*/
}

.cluetip-jtip h3#cluetip-title {
    /* margin: 0 0 5px;*/
    padding: 0px 0px;
    font-weight: normal;
    /*background-color: #ccc;*/
    /*  color: #333;*/
    font-size: 12px;
  /*  font-family: Lucida Sans;*/
    text-align: center;
    margin-bottom: 0px;
}

.cluetip-jtip #cluetip-inner {
    padding: 0 5px 5px;
    display: inline-block;
}

.cluetip-jtip div#cluetip-close {
    text-align: right;
    margin: 0 0px 5px;
    color: #900;
}

.tip {
    display: none;
}
/*******************************************************************************
 css/infomatters/rightnav.css
 *******************************************************************************/
.rightnav {
    margin-top: -77px;
    background: transparent url(../../img/rightnav-bottom-bg.gif) no-repeat scroll left bottom;
    padding-bottom: 9px;
}

#rightnav-menu {
    width: 270px;
    background: transparent url(../../img/rightnav-content-bg.gif) repeat-y scroll left top;
}

#rightnav-menu h3 {
    margin-bottom: 2px;
    color: #FFFFFF;
    padding: 15px 15px 0px 15px;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
	background-color:transparent;
}

#rightnav-menu .rightnav-content {
    padding: 11px 5px 0px 5px;
}

.rightnav-content p {
    margin: 0px;
}

h3.r-heading-top {
    background: transparent url(../../img/rightnav-top-bg.gif) no-repeat scroll left top;
}

h3.r-heading-other {
    background: transparent url(../../img/rightnav-top-other-bg.gif) no-repeat scroll left top;
}

#rightnav-menu h3.r-selected {
    color: #000000;
    cursor: text;
}

#ourlearnings {
    display: none;
}

#ourstory {
    display: none;
}
/*showcase stuff*/
.r-showcase {
    padding-left: 10px;
}

.r-showcase img {
    padding: 0px 0px 2px 2px;
    margin: 0px;
    cursor: pointer;
}

.r-showcase p {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #6E6E6E;
    line-height: 16px;
}
.r-showcase p b{
font-size:10px;
}
.r-showcase span {
    display: block;
    margin-bottom: 4px;
    color: #6E6E6E;
    padding: 0px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: bold;
}

.r-showcase p img {
    margin: 0px;
    padding: 0px 10px 0px 0px;

}

.showcase-content {
    margin-left: 10px;
    background-color: #e8b82b;
    width: 240px;
    border:2px solid #c88e31;
    z-index: 100;
    position: absolute;
    display: none;
}

.showcase-content p {
    padding: 5px 10px 0px 10px;
}

#showcase-gallery {
    position: relative;
}

.showcase-content-image {
    background-color: #e8b82b;
    /*margin-bottom:0px;*/
   
   
    padding-left: 5px;
padding-top:5px;
   
}

.showcase-content-text {
    background-color: #e8b82b;
    margin-bottom: 0px;
    margin-top: 0px;
    
    
}

.showcase-content-footer {
    background-color: #e8b82b;
    
    height: 20px;
    position: relative;
}

.showcase-content img {
    /*margin-bottom:10px;
     margin-top:-29px;
     width:224px;
     padding-left:0px;*/
    
}

.showcase-content dl {
    padding-left: 10px;
}

.showcase-content dt {
    float: left;
    font-weight: bold;
}

.showcase-content dd {
    color: #951980;
    font-weight: bold;
    margin-left: 2px;
}

#ourlearnings span.link-download-pdf {
background:transparent url(../../img/icons/btn_pdf.gif) no-repeat scroll 56px 7px;
color:#393680;
cursor:pointer;
display:block;
font-size:9px;
font-weight:normal;

padding-left:75px;

padding-top:5px;
}
#ourlearnings span.link-download-pdf  a{
text-decoration:none;
color:#393680;
}
a.close_link {
    margin-left: 175px;
    padding-bottom: 15px;
    color: #951980;
    text-decoration: none;
    font-size: 10px;
    position: absolute;
}

a.sc_set_download {
    padding-left: 10px;
    padding-bottom: 15px;
    color: #951980;
    text-decoration: none;
    font-size: 10px;
    position: absolute;
}

.s-download {
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    margin-top: 20px;
}

.s-download img {
    padding-top: 4px;
    float: left;
    position: absolute;
}

.s-download a {
    background: transparent url(../../img/flash-icon.gif) no-repeat scroll left center;
    color: #951980;
    padding-left: 15px;
    text-decoration: none;
    font-size: 11px;
}
/* start feedback stuff*/
.t-ticker {
    list-style-type: none;
    /*border: 1px dashed #fff;
     background: #050c44;*/
    padding: 3px;
    margin: 0;
}

img.client-feedback-header {
    margin: 10px 0px 0px -2px;
}

.client-feedback-content {
    margin-top: 0px;
    height: 160px;
}

.client-image {
   /* float: left; */
    padding: 0px 5px;
}

.client-feedback-content blockquote {
    background: transparent url(../../img/oquote.gif) no-repeat scroll left top;
    padding-top: 0px;
    /* margin-left: 80px;*/
    margin-bottom: 0px;
}

.client-feedback-content p.quote {
    background: transparent url(../../img/unquote.gif) no-repeat scroll right bottom;
    font-style: normal;
    font-weight: normal;
    color: #6f6e68;
    line-height: 1.2em;
    padding: 0px 16px 0px 23px;
    margin-top: -10px;
    font-size: 11px;
}

a.testimonial-more {
    text-decoration: none;
    color: #951980;
}

p.quote span.t-more {
    display: none;
}

.client-feedback-content p.source {
    float: left;
    padding: 5px 0px 0px 10px;
    margin: 0px;
    font-style: normal;
    color: #6f6e68;
}

#client-feedback-nav {
    background: transparent url(../../img/test_bg.gif) repeat-x scroll center;
    float: left;
    padding: 0px;
    width: 260px;
}

a.cf-download {
    background: transparent url(../../img/pdf-icon.gif) no-repeat scroll left center;
    text-decoration: none;
    color: #951980;
    padding-left: 20px;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 11px;
    display: block;
    float: left;
}

#cf-start-show {
    /*background: transparent url(../../img/arrow_right.jpg) no-repeat scroll left center;*/
    display: block;
    text-decoration: none;
    color: #951980;
    vertical-align: top;
    margin: 0px 6px 0px 10px;
    padding-left: 5px;
    font-size: 11px;
    float: left;
}

#client-feedback-nav img {
    display: block;
    margin: 0px;
    float: left;
}

#cf-stop-show {
    display: none;
    /*background: transparent url(../../img/arrow_right.jpg) no-repeat scroll left center;*/
    text-decoration: none;
    color: #951980;
    vertical-align: middle;
    font-size: 11px;
}
/*newsletter stuff*/
#informationmatters-section img.info-header {
    margin: 10px 0px 0px -2px;
}

#subscribe {
    display: none;
}

.info-tabs-nav, .info-tabs-panel {
   /* font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial";
    font-size: 12px;*/
}

ul.info-tabs-nav {
    padding: 3px 0;
    margin: 10px 0px 0px 0px;
    border-bottom: 2px solid #baa246;
}

.info-tabs-panel {
    border-left: 2px solid #baa246;
    border-right: 2px solid #baa246;
    border-bottom: 2px solid #baa246;
    padding: 10px;
    background-color: #e8b82b;
    background-image: url(../../img/tab-panel-bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.info-tabs-nav li {
    list-style: none;
    display: inline;
    margin: 0;
}

.info-tabs-nav li span {
    text-decoration: none;
    padding: 4px 0.5em;
    background-color: #e8b82b;
    color: #767676;
    cursor: pointer;
    font-weight: bold;
}

.info-tabs-nav li span.current {
    color: black;
    border-top: 2px solid #baa246;
    border-left: 2px solid #baa246;
    border-right: 2px solid #baa246;
    border-bottom: 2px solid #e8b82b;
    padding-top: 7px;
    cursor: text;
	background-color:#e8b82b;
}

#informationmatters img {
    float: left;
    padding-right: 10px;
}

#informationmatters p {
    font-weight: normal;
    color: #3e310b;
    line-height: 1.2em;
}

.download-section img {
    margin: 0px;
}

#subscribe label {
    float: left;
    width: 50px;
}

#subscribe textarea {
    width: 180px;
    height: 50px;
    padding: 0px;
    margin-top: 0px;
}

#subscribe input {
    border-style: none;
    margin: 2px;
    font-size: 10px;
}

#subscribe .submit-btn {
    margin-left: 0px;
    padding: 4px;
}

.download-section a {
    color: #ac4463;
    font-size: 11px;
}
/*end showcase stuff*/

/* POW */


#superCont{	
	
background:transparent url(../../img/project_box_bottom.jpg) no-repeat scroll left bottom;
color:#6E6E6E;
margin-top:12px;
padding-bottom:20px;

font-family:"Lucida Grande","Lucida Sans Unicode","Helvetica","Arial",sans-serif;

}

#superCont h1 {
background:transparent url(../../img/project_of_the_week_h1.jpg) repeat-y scroll left top;
color:#FFFFFF;
font-size:16px;
height:25px;
line-height:18px;
margin-bottom:0;
margin-top:-1px;
padding-bottom:7px;
padding-left:10px;
padding-top:7px;
}	

#projectList{	
background:transparent url(../../img/project_box_border.jpg) repeat-y scroll right top;
border-left:2px solid #9F9F9F;
font-size:11px;
padding-top:5px;

}

#projectArchive{
	
background:transparent url(../../img/project_box_border.jpg) repeat-y scroll right top;
border-left:2px solid #9F9F9F;
clear:both;
padding:20px 10px;

}
.logoNteam{
	margin-top:10px;
}
.logo{
	float:left;
	margin-left:4px;
}

.team{
	float:left;
	margin-left:10px;
}

.team table td{
padding:0px 0px 0px 5px;
border:0px;
line-height:20px;

}
.team .category{	
color:#424242;
font-weight:bold;
padding-left:10px;


}

.team .catDetail{
	
	
	
	color:#93267F;
}

.gallery{	
	
background-color:#FFFFFF;
border:1px solid #CCCCCC;
clear:both;
margin:0px 0px 0px 4px;
overflow:hidden;
padding:10px 10px 25px;
position:relative;
width:350px;

}

.project-pics img {
margin-bottom:5px;
margin-top:10px;
}

.project-approach h3 {
border-bottom:1px solid #CF0000;
color:#CF0000;
font-size:13px;
font-weight:bold;
margin:0 18px 12px 16px;
padding-bottom:2px;
}
.project-approach p {
margin:0 18px 12px 16px;
}
.larrow{
	position:absolute;
	bottom:5px;
	left:15px;
}

.rarrow{
	position:absolute;
	bottom:5px;
	 right:15px;
}


.gallerycont{
	padding-left:38px;
	 float:left;
}

.storydiv {
			
		}
		.storyDesc{
			padding-top: 10px; 
			padding-right: 8px;
			display:block;
		}

		.fStory {
			 padding-top: 10px;
			 display:block;
			 font-weight:bold;
		}

		#nav { 
			font-size:12px;
			position:absolute;
			top:100px;
			left:325px;
		}

		.selStory {
			background:#eee;
			border:1px solid #777;
		}

