﻿/* CSS Document */
/*
 <copyright file="mainStles.css" company="Communispace Corp." author="Chen-Chieh Jack Su"/>
 Copyright (c) 2010, 2011 All Right Reserved, http://www.communispace.com/
*/

body {
    font: 80% Arial, Verdana,Helvetica, sans-serif;
    background: #7f7770;
    background-image: url(/images/bg_middle.png);
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #564f47;
    padding: 0px;
}
#cslogo > a > img {
    width: 164px;
    height: 94px;
}
.blue {
    color: #6dbdcc;
}
#headersection {
    width: 888px;
    margin: 0 auto;
}
#cslogo {
    width: 164px;
    float: left;
    margin: 18px 0 0 13px;
}
#sitetools {
    width: 220px;
    height: 128px;
    background-image: url(/images/bg_sitetools.png);
    background-position: 0px bottom;
    background-repeat: no-repeat;
    float: right;
    margin: 0 7px 0 0;
    text-align: center;
}

#sitetools {
    border-style: none;
}
#sitetools .tool_links {
    margin-top: 22px;
    color: #76706a;
}
#sitetools .tool_links span {
    color: #76706a;
    text-transform: lowercase;
    font-variant: small-caps;
}
#sitetools .tool_links a:link, #sitetools .tool_links a:visited {
    color: #76706a;
    text-decoration: none;
}
#sitetools .search_text input {
    width: 195px;
    margin: 18px auto 0 auto;
}
#sitetools.search_input {
    width: 191px;
    text-align: left;
    margin: 12px auto;
}
#sitetools #ctl00_ctl00_searchBox1_btnSearch {
    margin: 0px auto;
    width: 201px;
}
#sitetools ctl00_ctl00_searchBox1_searchTxt {
    display: none;
}

#home #sitetools.search_input, #sitetools.search_input {
    width: 191px;
    text-align: left;
    margin: 22px auto;
}
#home #sitetools #ctl00_searchBox1_btnSearch, #sitetools #ctl00_ctl00_searchBox1_btnSearch {
    margin: 8px auto;
    width: 201px;
}


/*== people search ==*/

#peoplesearch {
    width: 580px;
    float: right;
    margin-right: 8px;
    margin-top: 20px;
    padding-top: 0px;
    text-align: right;
    padding-right: 52px;
}

#peoplesearch #ctl00_ctl00_ContentPlaceHolder1_aboutContentPlaceHolder_PeoplesearchBox_searchTxt {
    width: 191px;
    text-align: left;
}


#peoplesearch #ctl00_ctl00_ContentPlaceHolder1_aboutContentPlaceHolder_PeoplesearchBox_btnPeopleSearch {
    position: relative;
    top: 5px;
}

.ourTeamTitlewithsearch h1 {
    margin: 10px 0 -50px 10px !important;
    padding: 0;
}

/*== end people search ==*/

#empFlash {
    margin-top: 0px;
    padding-top: 0px;
}

#navContainer {
    width: inherit;
    background: #dddedb;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: center; /* this overrides the text-align: center on the body element. */
    height: 42px;
    padding: 0;
    width: 100%;
    background-image: url('/images/bg_nav_tab.png');
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
}
#tabholder {
    width: auto;
    display: table;
    white-space: nowrap;
    overflow: visible;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#topContainer {
    width: inherit;
    background: #f4f4f4;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 7px solid #fff;
    border-left-style: none;
    border-right-style: none;
    text-align: left; /* this overrides the text-align: center on the body element. */
    height: 129px;
}
#contentContainer {
    width: 888px;
    background: #fff;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}
#contentContainer div.contentPadder {
    padding: 20px 25px 25px 25px;
}

DIV.ClearFloat {
    clear: both;
    float: none;
}



#bottomContainer {
    width: inherit;
    background: #fff;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    text-align: center; /* this overrides the text-align: center on the body element. */
    height: 31px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 31px;
    vertical-align: bottom;
}


.bluebottom {
    height: 100px;
    background-image: url(/images/bg_fatfooter.png);
}
#Home #bottomContainer {
    width: inherit;
    background: #cdebf1;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    border-style: none;
    text-align: center; /* this overrides the text-align: center on the body element. */
    height: 31px;
    margin-top: 0;
    margin-bottom: 0;
}
.thrColFix, .twoColFix, .oneColFix {
    width: 940px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background-image: url(/images/bg_body.png);
    text-align: center;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    top: 0;
    padding: 0;
    position: relative;
}
#contentContainer .twoColFix {
    background-image: none;
    text-align: center;
    width: 888px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
#contentContainer .twoColFix .oneoftwo {
    width: 70%;
    float: left;
    text-align: left;
}
#contentContainer .twoColFix .twooftwo {
    width: 30%;
    float: right;
    background-color: #dedddb;
    position: static;
    top: 0px;
    bottom: 0px;
    right: 0;
    height: 100%;
}
#empDetail.twoColFix .oneoftwo {
    width: 32%;
    float: left;
}
#empDetail.twoColFix .twooftwo {
    width: 68%;
    float: left;
    text-align: left;
    background-color: #fff;
}
.twoColFix .twooftwo .inner {
    padding: 12px 20px 12px 12px;
    text-align: left;
}
.twoColFix .oneoftwo .inner {
    padding: 12px 20px 12px 22px;
    text-align: left;
}

#homePanels1.oneColFix {
    background-image: url(/images/bg_fatfooter.png);
    width: 100%;
}
.panelContainer {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    border-style: none;
    text-align: center; /* this overrides the text-align: center on the body element. */
    height: inherit;
    position: relative;
    bottom: 0;
    top: 0;
    padding: 0 0;
    background-color: transparent;
    width: 888px;
}
#homeFlash {
    background-color: #564f47;
    background-image: url(/images/bg_middle.png);
    width: 888px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


.darkBG {
    background-color: #564f47;
    width: inherit;
    margin: 0 6px 0 0;
}
#bottomContainer .midContainer {
    width: 876px;
    padding: 0px 0;
    margin: 0 auto;
    vertical-align: middle;
    height: inherit;
    text-align: left;
}

.homePanel {
    padding: 20px;
    border: 1px solid #333;
    border-style: none;
}
.thrColFix .container {
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 20px; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    border-style: none;
    text-align: left; /* this overrides the text-align: center on the body element. */
    min-height: 100px;
    height: inherit;
    position: relative;
    bottom: 0;
    top: 0;
    background: #fff;
}
.thrColFix #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    height: 100%;
}
.thrColFix #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    height: 100%;
}
.thrColFix #middleContent {
    margin: 0 280px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    min-height: 100px;
    height: auto;
    position: relative;
    bottom: 0;
}

/* fat footer styles */
#fatfooter {
    width: inherit;
    background: #f5f5f4;
    text-align: left; /* this overrides the text-align: center on the body element. */
    height: 142px;
    margin: 0 auto;
}
#Home #fatfooter {
    width: inherit;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#fatfooter .thrColFix {
    background-image: none;
    padding: 12px 0;
}
#fatfooter ul {
    margin-top: 5px;
}

#fatfooter ul li {
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 10px;
    background-image: url(/images/bulletCarat.png);
    background-repeat: no-repeat; /*background-position:0 0px;*/
    list-style-type: none !important;
    font-size: 11px;
    line-height: 11px;
    text-transform: none;
}
.footerholder {
    width: 888px;
    background: #fff;
    margin: 0 auto;
}
#fatfooter.thrColFix {
    width: 100%;
    height: 150px;
    background-color: #f5f5f4;
}


#fatfooter h2 {
    font-size: smaller;
    text-transform: uppercase;
    color: #564f47;
    margin-bottom: 4px;
}
#fatfooter a, #fatfooter a:link, #fatfooter a:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: #6dbdcc;
    font-weight: normal;
    font-size: .9em;
}
#fatfooter a:visited {
    color: #6dbdcc;
}

#fatfooter p {
    color: #564f47;
    font-size: smaller;
    margin-top: 0px;
}
#fatfooter p.contact {
    margin-top: 0px;
}
#fatfooter p.contactphone {
    font-size: larger;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 4px;
}
a span {
    color: #ed3a24;
    font-weight: bolder;
}
#fatfooter #col2of4 p {
    margin: 0px 0;
    line-height: 16px;
}
#fatfooter #col2of4 p {
    margin: 0px 0;
    line-height: 16px;
}
#fatfooter #col3of4 p {
    margin: 5px 0;
    line-height: 16px;
}
#fatfooter #col3of4 p a {
    padding-left: 19px;
    line-height: 16px;
}
#fatfooter #col3of4 p.email a {
    display: block;
    background: url(/images/sharicons_e.gif) no-repeat 0 0;
}
#fatfooter #col3of4 p.share a {
    display: block;
    text-transform: uppercase;
    color: #6dbdcc !important;
    background: url(/images/sharicons_x.gif) no-repeat 0 0;
    width:100px;
}
#fatfooter #col3of4 p.tweet a {
    display: block;
    background: url(/images/sharicons_t.gif) no-repeat 0 0;
}
/*
#fatfooter #col3of4 p.fb a{
display:block;
background:url(/images/sharicons_fb.gif) no-repeat 0 0;
}*/
#fatfooter #col3of4 p.print a {
    display: block;
    background: url(/images/sharicons_p.gif) no-repeat 0 0;
}

#fatfooter a:hover {
    color: #ed3a24;
}

#fatfooter.thrColFix .container {
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    width: 888px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    border-style: none;
    text-align: center; /* this overrides the text-align: center on the body element. */
    min-height: 100px;
    height: inherit;
    position: relative;
    bottom: 0;
    top: 0;
    background-color: #f5f5f4;
}
#fatfooter input {
    color: #cdccca;
}
#fatfooter input:focus {
    color: #6b6158;
}
#fatfooter.thrColFix .container #col1of4 {
    /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 20px; /* padding keeps the content of the div away from the edges */
    text-align: left;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    height: 80%;
    border-right: 1px dotted #ed3a24;
    text-align: left;
    overflow: hidden;
}
#fatfooter.thrColFix .container #col1of4 p {
    margin-bottom: 2px;
}
#fatfooter #col1of4 a:link, #fatfooter #col1of4 a:visited {
    margin-bottom: 2px;
    color: #6dbdcc !important;
}
#fatfooter.thrColFix .container #col2of4 {
    /* since this element is floated, a width must be given */
    width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 10px; /* padding keeps the content of the div away from the edges */
    text-align: left;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 260px;
    height: 80%;
    border-right: 1px dotted #ed3a24;
    text-align: left;
}
#fatfooter.thrColFix .container #col2of4 h2 {
    margin-bottom: 2px;
}

#ctl00_fatfooter1_Button1 {
    border-style: none;
    border-width: 0;
    width: 80px;
    height: 21px;
    font-size: 10px;
    color: #fff;
    margin: 1px 0 0 4px;
    padding: 0 0 2px 0;
}

#ctl00_fatfooter1_Button1:hover {
    background-color: #ed3a24;
    cursor: pointer;
}
#ctl00_fatfooter1_Button1:focus {
    background-color: #ed3a24;
    cursor: pointer;
    color: #fff;
}

#fatfooter.thrColFix .container #col3of4 {
    /* since this element is floated, a width must be given */
    width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 10px; /* padding keeps the content of the div away from the edges */
    text-align: left;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 525px;
    height: 80%;
    border-right: 1px dotted #ed3a24;
    text-align: left;
}
#fatfooter.thrColFix .container #col4fo4 {
    /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ /* since this element is floated, a width must be given */
    width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 10px; /* padding keeps the content of the div away from the edges */
    text-align: left;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 705px;
    height: 80%;
    text-align: left;
}


a:link, a:visited {
    color: #6dbdcc;
}
a:hover {
    color: #ed3a24;
}



/* */
















.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft {
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    float: none;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* html elements */
h1 {
    font-size: 1.8em;
    margin-bottom: 18px;
    font-weight: normal;
    color: #ed3a24;
}
#middleContent h1 {
}
h2 {
    font-size: 1.4em;
}
.ourTeamTitle h2 {
    font-weight: normal;
    color: #ed3a24;
}
h3 {
    font-size: 1.1em;
}
#sidebar1 h3, #sidebar2 h3 {
    margin-top: 22px;
}

h4 {
    font-size: .875em;
}
p {
    /*font-size:.875em;*/
    margin-bottom: 1.17em;
    line-height: 150%;
}
#pageContainer p {
}
ul {
}
.contentContainer ul li {
    margin-bottom: 1em;
}
#pageContainer ul li {
    list-style-type: disc;
}
#pageContainer ol li {
    list-style-type: decimal;
}

#pageContainer ol {
    margin: 40px;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
a:link, a:visited {
    color: #55909c;
}
a:active {
    color: #ed3a24;
}
a:hover {
    color: #ed3a24;
}
a.arrowlink:link, a.arrowlink:visited {
    background-image: url(/images/linkicon_arrow.png) !important;
    background-position: center right;
    background-repeat: no-repeat;
    width: auto;
    display: table-cell;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    padding-right: 12px;
    text-decoration: none;
    font-size: 10px;
}
a.arrowlink:link:hover {
}

span.barSeparatedLinks {
    /* colors the bars red between the links */
    color: #ed3a24;
    height: 36px;
}
#bottomContainer p {
    padding: 9px 0;
    margin-bottom: 0;
}
.barSeparatedLinks span {
    display: block;
    clear: none;
    float: left;
}
.barSeparatedLinks a, .barSeparatedLinks a:link, .barSeparatedLinks a:visited {
    padding: 0 1.1em;
    text-decoration: none;
}
.AllClients ul.thumb {
    width: 860px;
    padding: 0px 0px 0px 20px;
    list-style-type: none !important;
}
.AllClients ul.thumb li {
    list-style-type: none !important;
}
.AllClients .IntroText {
    margin: 0px 0px 0px 0px;
}

ul.thumb li.clientlogo {
    margin: 5px 0px 6px 0px;
    list-style-type: none !important;
}

ul.thumb li {
    list-style-type: none;
}


ul.thumb li.clientExpertiselogo {
    margin: 0;
    padding: 5px;
    float: left;
    position: relative; /* Set the absolute positioning base coordinate */
    width: 205px;
    height: 113px;
    list-style-type: none;
}
ul.thumb li.clientExpertiselogo img {
    width: 205px;
    height: 113px; /* Set the small thumbnail size */
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

/* hpome page panel styles 

*/

ul.thumb {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 888px;
}
ul.ourTeam {
    position: relative;
    top: -5px;
    width: 630px;
    list-style-type: none;
}

ul.thumb li {
    margin: 0;
    padding: 0px;
    float: left;
    position: relative; /* Set the absolute positioning base coordinate */
    width: 87px;
    height: 79px;
    list-style-type: none;
}

ul.thumb li.bio {
    width: 103px;
    height: 103px;
    list-style-type: none;
}
ul.thumb li.bio img {
    width: 93px;
    height: 93px;
}
ul.thumb li img {
    width: 77px;
    height: 79px; /* Set the small thumbnail size */
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
ul.thumb li img.hover {
    /*background:url(thumb_bg.png) no-repeat center center;   Image used as background on hover effect 	border: none; /* Get rid of border on hover */
}




/* locations */
ul.OfficeLocationMenu {
    width: 190px;
    float: left;
    border-bottom: dotted 1px #ed3a24;
}
ul.OfficeLocationMenu div.LocationName {
    margin: 1px 0px 1px 1px;
    padding: 5px 0px 6px 46px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
ul.OfficeLocationMenu li {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border-top: dotted 1px #ed3a24;
    list-style-type: none !important;
}
ul.OfficeLocationMenu li div.LocationName:hover {
    background-color: #dedddb;
}
ul.OfficeLocationMenu div.Highlighted {
    background-color: #dedddb;
}
ul.OfficeLocationMenu hr {
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #ed3a24;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.OfficeLocationPopUp, .OfficeLocationPopUpSmall {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 603px;
    font-size: 11px;
    background-repeat: no-repeat;
}
.OfficeLocationPopUp {
    background-image: url(/images/LocationPopUp.png);
    height: 615px;
}
.OfficeLocationPopUpSmall {
    background-image: url(/images/LocationPopUpSmall.png);
    height: 370px;
}
.LocationPopUpSpacer {
    height: 585px;
}
.OfficeLocationPopUp .Title, .OfficeLocationPopUpSmall .Title {
    font-weight: bold;
    color: White;
    padding: 15px 0px 5px 42px;
    text-transform: uppercase;
}
.OfficeLocationPopUp .Label, .OfficeLocationPopUpSmall .Label {
    font-weight: bold;
    color: #97908a;
    width: 152px;
    float: left;
    text-align: right;
    text-transform: uppercase;
    margin-right: 24px;
    padding: 10px 0px 10px 0px;
}
.OfficeLocationPopUp .Content, .OfficeLocationPopUpSmall .Content {
    width: 400px;
    float: left;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 1px solid #97908a;
    padding-bottom: 10px;
    padding-top: 10px;
}

.OfficeLocationPopUp .Content a, .OfficeLocationPopUpSmall .Content a {
    color: #ed3a24;
    text-decoration: none;
}
.OfficeLocationPopUp .Content hr, .OfficeLocationPopUpSmall .Content hr {
    border-style: solid;
    border-color: #97908a;
    border-width: 1px 0px 0px 0px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.OfficeLocationPopUp .Address {
    margin-top: 20px;
}
.OfficeLocationPopUp .GMap {
    width: 300px;
    height: 220px;
}
/* end locations */





/* employee bio styles */
#empHolder {
    background: url(/images/bg_bio.jpg) no-repeat 0px 0px;
    height: 500px;
}
#empHolder h2 {
    margin: 18px 22px 0 24px;
    color: #fff;
    font-weight: lighter;
    font-size: 22px;
}
#empHolder div.jobTitle {
    margin: 0 22px 28px 24px;
    color: #fff;
    font-size: 13px;
}
.lead-in * {
    font-size: 110%;
    font-weight: bold;
}


/* Breadcrumb styles */
.breadcrumbs {
    font-size: smaller;
    text-align: left;
    padding: 15px 30px;
    line-height: 22px;
    vertical-align: middle;
}
#empDetail .breadcrumbs {
    padding-left: 12px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs a span {
    font-size: 22px;
    font-weight: normal;
}


.clientDetail .columnOne,
.iPadApp .columnOne {
    width: 256px;
    height: 100%;
    float: left;
}
.clientDetail .columnTwo,
.iPadApp .columnTwo {
    vertical-align: top;
    float: left;
    width: 550px;
    margin-left: 30px;
}
.clientDetail h2,
.iPadApp h2 {
    font-weight: normal;
    font-family: Arial;
    font-size: 19px;
    margin-bottom: 10px;
}
.clientDetail .logo,
.iPadApp .logo {
    margin-bottom: 20px;
}
.clientDetail hr,
.iPadApp hr {
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
}
.clientDetail .body,
.iPadApp .body {
    margin: 20px 0px 20px 0px;
}

.clientDetail .body ul,
.iPadApp .body ul {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.clientDetail .IndustryLabel {
    font-weight: bold;
    font-size: 12px;
}

.clientDetail .shareCell,
.iPadApp .shareCell {
    vertical-align: middle;
    width: 220px;
    padding-left: 10px;
    padding-right: 5px;
    height: 100%;
}

.clientDetail .shareCell p,
.iPadApp .shareCell p {
    margin-top: 8px;
    margin-bottom: 5px;
}

.clientDetail .shareCell a,
.iPadApp .shareCell a {
    padding-left: 20px;
    text-decoration: none;
    color: #6b6158;
    font-weight: bold;
    font-size: 11px;
}

.clientDetail .shareCell .email a,
.iPadApp .shareCell .email a {
    display: block;
    background: url(/images/sharicons_e.gif) no-repeat 0 0;
}
.clientDetail .shareCell .share a,
.iPadApp .shareCell .share a {
    display: block;
    background: url(/images/sharicons_x.gif) no-repeat 0 0;
    width:55px;
}
.clientDetail .shareCell .tweet a,
.iPadApp .shareCell .tweet a {
    display: block;
    background: url(/images/sharicons_t.gif) no-repeat 0 0;
}
.iPadApp .shareCell .appLink a {
    display: block;
    padding-left: 0px;
    padding-top:0px;
    text-decoration: none;
    text-transform:uppercase;
    color: #6b6158;
    font-weight: bold;
    font-size: 11px;
   /* background: url(/images/sharicons_e.gif) no-repeat 0 0;*/
}
.iPadApp .shareCell .appLink a img 
{
    vertical-align:middle;
}
.iPadApp .shareCell .appLink 
{
    display:block;
}
.iPadApp .shareCell .appLink a
{
    display:block;
    padding-left:20px;
}
/*
.clientDetail .shareCell .fb a{
display:block;
background:url(/images/sharicons_fb.gif) no-repeat 0 0;
}*/
.clientDetail .shareCell .pdf a {
    display: block;
    background: url(/images/sharicons_pdf.gif) no-repeat 0 0;
}

.clientDetail .shareCell,
.iPadApp .shareCell {
    width: 240px;
}

/*FAQContent*/
/*div[cspageid="careers"] .FAQContent*/

.FAQQuestion {
    cursor: pointer;
}

div[cspageid="careers"] .FAQContent .FAQAnswer li{
    float:left;
}
.FAQQuestion .bullet, 
.FAQAnswer .bullet {
    float: left;
    margin: 0px 10px 0px 0px;
}
div[cspageid="careers"] .FAQContent .FAQQuestion
{
    margin: 10px 20px 0px 0px;
}
.FAQAnswer {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}
div[cspageid="careers"] .FAQContent .FAQAnswer{
    margin: 0px 0px 0px 0px;
     display:none;
    margin-top:10px;
    height:310px;
    overflow:hidden;
    cursor:default;
}
.FAQTeaser {
    float: left;
    margin: 10px 0px 10px 0px;
}
.FAQAnswerLower {
    margin: 0px 0px 0px 20px;
}
div[cspageid="careers"] .FAQContent .FAQAnswer ul {
    padding-left:13px;
    padding-right: 20px;
}
.FAQTeaser ul {
    padding-left: 20px;
    padding-right: 20px;
}
.FAQTeaser li {
    list-style-type: disc;
}

div.ourTeamDepartmentList {
    float: left;
    width: 193px;
}
.ourTeamDepartmentList a.textMenu {
    margin-left: 9px;
    color: #76706a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
.ourTeamDepartmentList a.textMenu {
    text-decoration: none;
}
.ourTeamDepartmentList hr {
    text-align: left;
    border-style: dotted;
    border-bottom: 0px;
    width: 166px;
    color: #ed3a24;
}
.ourTeamTitle h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ourTeamTitle {
    padding: 10px 0px 0px 15px;
    float: left;
    margin: 20px 0px 0px 15px;
    width: 20%;
}
.ourTeamGrid {
    float: left;
    width: 550px;
}
.empPhoto {
    position: relative;
    left: 8px;
}
.empName {
    height: 110px;
    width: 240px;
    border: solid 1px transparent;
}

.jobTitle {
    line-height: 1.1;
    width: 210px;
    padding-top: 8px;
    padding-left: 1px;
}
.TabContentContainer {
    width: 100%;
    height: 553px;
    background-image: url(/images/WhoWeAreBackground.PNG);
    background-position: 18px 20px;
    background-repeat: no-repeat;
}
.TabContentWhiteContainer {
    position: absolute;
    left: 26px;
    width: 880px;
    height: 530px;
    background-image: url(/images/WhiteContainer.PNG);
    background-position: 27px 29px;
    background-repeat: no-repeat;
}
.TabContentContainer div {
}
.TabContentContainer .Left {
    float: left;
    width: 300px;
    height: 100%;
    position: relative;
}

.TabContentContainer .Left div.LeftColumnContent {
    position: absolute;
    top: 124px;
    left: 27px;
    width: 275px;
    height: 390px;
}
.TabContentContainer img.TopLeftImage {
    position: absolute;
    width: 154px;
    height: 24px;
    top: 43px;
    left: 40px;
}
.TabContentContainer .Right {
    float: left;
    width: 588px;
    height: 100%;
    position: relative;
}
.TabLandingDiv, .WhoWeAreLandingDiv {
    color: White;
}
.TabLandingDiv > DIV + DIV {
    width: 544px;
    height: 328px;
    position: relative;
}
.TabContentContainer .Right div.RightColumnContent {
    position: absolute;
    top: 60px;
    width: 543px;
    height: 450px;
}
.TabManagerNavigation {
    width: 100%;
    height: 111px;
    background-image: url(/images/WhoWeAreBackground_Cut2.png);
    background-repeat: no-repeat;
    background-position: 18px 0px;
}

.TabManagerNavigation div {
}
.TabManagerNavigation .N1 {
    float: left;
    width: 300px;
    height: 100%;
    background-color: Transparent;
    position: relative;
}
.TabManagerNavigation .N1 img {
    position: relative;
    top: 27px;
    left: 42px;
}
.TabManagerNavigation .N2 {
    border-color: Blue;
    float: left;
    width: 288px;
    height: 100%;
    text-align: center;
    background-color: Transparent;
    position: relative;
}
.TabManagerNavigation .N2 img {
    position: relative;
    top: 27px;
}
.TabManagerNavigation .N3 {
    float: left;
    width: 300px;
    height: 100%;
    position: relative;
}
.TabManagerNavigation .N3 img {
    position: absolute;
    top: 27px;
    left: 30px;
}
.QuoteBox {
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: default;
    padding-top: 20px;
}

.QuoteBoxRight {
    width: 100%;
    text-align: right;
}
.QuoteBoxClose {
    float: right;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
}
.QuoteBoxLeft {
    width: 100%;
    float: left;
}
.QuoteTextContainer {
    padding: 0px 80px 0px 80px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    clear: both;
    height: 198px;
    width: 480px;
    font-size: 18px;
    line-height: 1.25;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
}
.QuoteTextContainer strong {
    font-weight: 900;
    font-size: 21px;
}
.QuoteTextContainer small {
    font-size: 12px;
}
.QuoteTextContainer small strong {
    font-size: 14px;
}
.QuoteText {
    display: none;
}

.QuoteImage {
    width: 36px;
    height: 36px;
}

.LandingBody1 {
    position: relative;
    height: 275px;
    width: 544px;
}
#LandingBody2Container {}
#LandingBody2Container .SliderNavigation .moretext {
    padding-top:7px;
    padding-left:0px;
    padding-right:0px;
}
img[csbuttontype="PreviousSlide"] {
    visibility: hidden;
}
.SliderNavigation > div > div > img {
    padding: 3px 15px 3px 0px;
}
.SliderNavigation > div > div:first-child > img {
    padding: 3px 15px 3px 15px;
}
.SliderNavigation > div > div:first-child + div > img {
    padding: 3px 0px 3px 0px;
}
#LandingBody2 > div {
    position: relative;
}
#LandingBody2 span {
    width: 10000px;
}
#LandingBody2 span > img {
    float: left;
    width: 548px;
}
#LandingBody2 {
    height: 328px;
    width: 548px;
    overflow: hidden;
}
.CareersLandingLeft2 {
    cursor: pointer;
}
.SpotlightBody1{
    left:-20px;
}
.TileImage {
    margin-right: 3px;
    cursor: pointer;
    width: 165px;
    height: 300px;
}
.TilesScroller {
    width: 500px;
    height: 300px;
    float: left;
    overflow: hidden;
}
.TilesContainer {
    width: 1000px !important;
}
.SpotlightBody1 {
}
.TileScrollLeft img, .TileScrollRight img {
    margin-top: 140px;
}
.TileScrollLeft {
    width: 20px;
    float: left;
    height: 300px;
    text-align: right;
    cursor: pointer;
    visibility: hidden;
}
.TileScrollRight {
    width: 20px;
    float: left;
    height: 300px;
    cursor: pointer;
    visibility:hidden;
}
.SpotlightBody2 > img {
    width: 502px;
    height: 300px;
}
.SpotlightBody2 {
    display: none;
    position: relative;
}
.SpotlightContent {
    width: 550px !important;
}
.closeSpotlight {
    position: absolute;
    top: -30px;
    left: 470px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
}
div[id$=FAQHeader] {
    width: 548px;
    height: 104px;
}
div.FAQContent > div:first-child + div {
    height:100%;
}
div.FAQContent > div:first-child + div > span > div {
    width:50%;
    height:100%;
    float:left;
}
div.FAQContent h2 {
    font-weight:bold;
}
.SliderImage {
    width: 548px;
    height: 328px;
}
.SliderNavigation {
    display: block;
    width: 545px;
    color: #e26336;
    position: absolute;
    top: 300px;
}
.SliderNavigation > div:first-child {
    float: right;
}
.SliderNavigation > div > div {
    float: left;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

DIV[cspageid="careers"] .TabManagerNavigation .NavigationTab > img{
    width: 228px;
    height: 40px;
}
.Relative {
    position: relative;
}
.Absolute {
    position: absolute;
    top: 0px;
}
.large {
    font-size: 30px;
    font-weight: bold;
}
.medium {
    font-size: 25px;
}
.LeftColumnContent3Cell1 a, div[id$=LeftColumnContent4Cell1] a {
    display: block;
    width: 200px;
    height: 90px;
}
/* outside box */
DIV[id$="LeftColumnContent1"] > DIV:first-child {
    border: solid 1px #e5e5e5;
    margin-left: 20px;
    margin-top: 40px;
    width: 204px;
    padding: 10px;
}
DIV[id$="LeftColumnContent2"] > DIV:first-child, 
DIV[id$="LeftColumnContent3"] > DIV:first-child, 
DIV[id$="LeftColumnContent4"] > DIV:first-child {
    border: solid 1px #e6e2d3;
    margin-left: 20px;
    margin-top: 40px;
    width: 204px;
    padding: 10px;
}

div[id$="LeftColumnContent3Cell2"] {
    background-color: #FFFFFF;
}
DIV[id$="LeftColumnContent4"] > DIV:first-child + DIV {
    background-color: #6ebdcc;
}
div[id$="LeftColumnContent3Cell2"], 
DIV[id$="LeftColumnContent4"] > DIV:first-child + DIV {
    margin-left: 20px;
    width: 226px;
    height: 165px;
    cursor: pointer;
}

DIV[id$="LeftColumnContent4"] > DIV:first-child + DIV {
    height: 135px;
}
DIV[id$="LeftColumnContent4"] > DIV:first-child + DIV {
    margin-top: 15px;
}

/* inside box */
DIV[id$="LeftColumnContent2"] > DIV:first-child > DIV,
DIV[id$="LeftColumnContent3"] > DIV:first-child > DIV, 
DIV[id$="LeftColumnContent4"] > DIV:first-child > DIV {
    border: solid 1px #e6e2d3;
    height: 90px;
    width: 202px;
}

DIV[id$="LeftColumnContent1"] > DIV:first-child > DIV {
    border: solid 1px #e5e5e5;
}
DIV[id$="LeftColumnContent1"] > DIV:first-child > DIV:first-child A:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    height: 90px;
    padding: 0px 20px 0px 20px;
    width: 174px;
    cursor: pointer;
    color: White;
}
DIV[id$="LeftColumnContent1"] > DIV:first-child > DIV:first-child + DIV {
    margin-top: 12px;
    height: 55px;
    color: White;
    padding-top: 100px;
    text-align: center;
}
.TabContentContainer .Right .RightColumnContent .TabLandingDiv {
}
.TabContentContainer .Right .RightColumnContent .LandingHeader {
    height: 104px;
    width: 548px;
}
.TabContentContainer .Right .RightColumnContent .SpotlightHeader {
    height: 104px;
    width: 548px;
}
.TabContentContainer .Right .RightColumnContent .LandingHeader + DIV {
    position: relative;
}
DIV[id$="LeftColumnContent1"] > DIV:first-child > DIV:first-child a, 
DIV[id$="LeftColumnContent2"] > DIV:first-child a {
    text-decoration: none;
}
DIV[id$="LeftColumnContent2"] > DIV:first-child A:first-child {
    vertical-align: middle;
    height: 90px;
    width: 146px;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #6dbdcc;
}
DIV[id$="LeftColumnContent2"] > DIV:first-child + DIV {
    width: 105px;
    margin-left: 20px;
    margin-top: 15px;
    height: 156px;
    padding: 10px 110px 5px 10px;
    color: White;
    font-size: 12px;
    cursor: pointer;
}

div[cspageid="careers"] .TabContentContainer .Right .RightColumnContent.LeftTab {
}
.TabContentContainer .Right .RightColumnContent .WhyUsHeader {
    height: 104px;
    width:548px;
}

.FlashContentPlaceHolder {
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #e8e8e8;
}
.MediaResourceNavContainer {
    padding-bottom: 20px;
    text-align: right;
}
.MediaResourceNavContainer li {
    padding-bottom: 10px;
    list-style-type: none !important;
}
.MediaResourceContent {
    width: 606px;
}
.normalBulletList li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.normalBulletList ul {
    margin-left: 32px;
}

.ffshareBox, .shareBox {
    text-align: left;
    width: 252px !important;
    background-color:White;
    padding-top: 20px;
    padding-bottom: 5px;
    border:1px solid #cccccc;
}
.ffshareBox p, .shareBox p {
    margin: 0px 0px 10px 25px !important;
    height: 18px;
    width:90px;
    float:left;
}
.ffshareBox p.Close a, .ffshareBox p.Close a:visited, .shareBox p.Close a, .shareBox p.Close a:visited, .ffshareBox p.fb a, .ffshareBox p.fb a:visited, .shareBox p.fb a, .shareBox p.fb a:visited, .ffshareBox p.Digg a, .ffshareBox p.Digg a:visited, .shareBox p.Digg a, .shareBox p.Digg a:visited, .ffshareBox p.Delicious a, .ffshareBox p.Delicious a:visited, .shareBox p.Delicious a, .shareBox p.Delicious a:visited {
    color: #564f47 !important;
    float: none;
    padding: 0px 0px 0px 25px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 12px !important;
}

.ffshareBox p.fb, .shareBox p.fb {
    background: url(/images/sharicons_fb.gif) no-repeat 0 0;
}
.ffshareBox p.Close a, .ffshareBox p.Close a:visited, .shareBox p.Close a, .shareBox p.Close a:visited {
    padding: 5px !important;
}

.ffshareBox p.Close, .shareBox p.Close {
}


.ffshareBox p.fb p, .shareBox p.fb p {
    margin: 0px;
}

.ffshareBox p.Delicious, .shareBox p.Delicious {
    background: url(/WorkArea/images/application/bookmarks/delicious.gif) no-repeat 0 0;
}

.ffshareBox p.Digg, .shareBox p.Digg {
    background: url(/WorkArea/images/application/bookmarks/digg.gif) no-repeat 0 0;
}
.CalendarEvent {
    margin-bottom: 35px;
}

.CalendarEvent .shareCell .email a {
    background: url(/images/sharicons_e.gif) no-repeat 0 0;
}
.CalendarEvent .shareCell .share a {
    background: url(/images/sharicons_x.gif) no-repeat 0 0;
    width:55px;
    margin-right:35px;
}
.CalendarEvent .shareCell .tweet a {
    background: url(/images/sharicons_t.gif) no-repeat 0 0;
}
/*

.CalendarEvent .shareCell .fb a{
background:url(/images/sharicons_fb.gif) no-repeat 0 0;
}*/
.CalendarEvent .shareCell .pdf a {
    background: url(/images/sharicons_pdf.gif) no-repeat 0 0;
}

.CalendarEvent .shareCell {
    float: left;
    width: 370px;
    margin: 0px 0px 0px 20px;
    font-size: 11px;
}
.CalendarEvent .shareCell hr {
    /* 	clear:both; 	border-style: dotted; 	border-bottom-width:0px; 	width:100%; */
}
.CalendarEvent .shareCell a {
    float: left;
    padding-left: 25px;
    text-decoration: none;
    color: #6b6158;
    font-weight: bold;
    height: 22px;
    width: 95px;
}

#ffShare {
    position: relative;
}
#FactSheet ul {
    margin-left: 20px;
}
/*
.ffshareBox{

 padding: 48px 12px 8px 32px;
 text-align:left; 
 width:182px;
 height:198px;
 /*background-image:url('/images/sharebox.png');
 background-repeat:no-repeat;
 background-position:-130 top;
 position:absolute;
 top:-90px;
 left:-40px;
 z-index:22000;

}
#ffsharethis p{
margin-left:32px;
text-align:left;
margin-bottom:16px !important;
color:#333;
}


.ffshareBox p a:link,.ffshareBox p a:visited
{
	color:#333;
}

#sharethis
{
}*/
.ContentBoxesShadowBox {
    width: 240px;
    height: 190px;
    padding: 6px 4px 4px 6px;
    text-align: left;
    color: white;
    font-family: Arial;
    float: left;
    margin: 0px;
    background-image: url(/images/lightshade.png);
}
.ContentBoxesBlueBox {
    background-color: #6dbdcc;
    padding: 10px 10px 10px 10px;
    position: relative;
    height: 170px;
    cursor: pointer;
}
.ContentBoxesDefault {
    position: absolute;
    top: 10px;
}
.ContentBoxesFlipped {
    position: absolute;
    top: 10px;
    display: none;
    height: 180px;
    width: 230px;
    cursor: default;
}
.ContentBoxesType1 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px;
    line-height: 0.9;
}
.ContentBoxesType2 {
    font-size: 18.5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    line-height: .90;
    width:220px;
}
.ContentBoxesFlippedAction {
    height: 20px;
    background-color: #ed3a24;
    float: right;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.ContentBoxesFlippedAction a {
    color: White;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

a.CSPagingNavLink {
    cursor: pointer;
    color: #6dbdcc;
    font-size: 12px;
}
.CSPagingNavLinkCurrent, .CSPagingNavLinkCurrent:hover {
    font-size: 12px;
    color: #564f47;
}
.CSPagingNav {
    width: 780px;
    text-align: right;
    padding-right: 80px;
}

.YearHeader {
    margin-left: 25px;
    font-size: 15px;
    color: #564f47;
    font-weight: bold;
}
.CSCollapseArrow {
    cursor: pointer;
    text-align: right;
    margin-right: 10px;
}
.ForresterYearHead {
    width: 100%;
    height: 30px;
    background-image: url(/images/bg_panelhead.jpg);
    padding-top: 10px;
}

.ForresterYearHeadRightCol {
    width: 50%;
    text-align: right;
    float: left;
}

a.InTheNewsTitle, a.InTheNewsTitle:visited, a.InTheNewsTitle:hover {
    text-decoration: none;
    color: #ed3a24;
}

.ForresterCaption {
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    margin-bottom: 10px;
}
blockquote
{
    margin-left:60px;
}
