/* Global Colors */

/*

Dark Blue		#231f20;
Med Gray		#999999;
Gold			#c1991f;
Violet 			#54558d;
Light Violet	#858aac;
Dark Violet		#172934;
Invisible "Grey" #F4F4F4;

*/

/* z-indexes */

/*

ContactUs Panel 100
News Panel       50

*/


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, 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-weight: normal;
    margin: 0;
    padding: 0;
}
.clear
{
    clear: both;
}
hr
{
    height: 0;
    border-style: dotted;
    border-width: 2px 0 0 0;
    border-color: #999999;
}
a
{
    color: #c1991f;
    text-decoration: none;
}
a:hover
{
    color: #54558d;
    text-decoration: underline;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}

h1, div#contactContent h2
{
    font-size: 24px;
    font-weight: lighter;
    color: #54558d;
    border-bottom: 2px dotted #999999;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    line-height: 28px;
}
div#contactContent h1, div#contactContent h2
{
    color: #858aac;
    font-weight: bold;
}
h1 span
{
    font-weight: bold;
}
h1.news
{
    border: 0 none !important;
}
h2
{
    font-size: 18px;
    font-weight: normal;
    color: #54558d;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 22px;
}
h2.gold
{
    color: #c1991f;
}
h3
{
    font-size: 13px;
    font-weight: bold;
    color: #c1991f;
    margin: 0 0 10px 0;
    line-height: 16px;
}
h4
{
    font-size: 11px;
    font-weight: normal;
    color: #54558d;
    margin: 0;
    padding: 0;
    line-height: 14px;
}
div#contactContent h4
{
    color: #999999;
}
div#outerWrapper
{
    position: relative;
}
div#innerWrapper
{
    width: 1050px;
    position: relative;
    margin: 0 auto;
    padding: 25px;
}

/* Header Content */
div#header
{
    width: 1050px;
    height: 67px;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 200;
}
div#logoBlock
{
    background-image: url(/Common/images/BRRArchitecture_logo.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 39px;
    margin: 0 0 0 67px;
    padding: 0;
    border: 0 none;
    display: block;
}
div#header img
{
    border: 0 none;
}
/* Header Navigation located in @qm.css */

/* Main Content */
div#mainContent
{
    width: 1050px;
    height: 600px;
    position: absolute;
    z-index: 1;
    top: 92px;
}
div#mainContentSolid
{
    background-color: #f4f4f4;
    width: 970px;
    height: 520px;
    padding: 40px 40px 40px 40px;
    position: absolute;
    z-index: 1;
    top: 92px;
}
div#leftCol
{
    float: left;
    width: 670px;
    height: 600px;
    position: absolute;
    left: 0px;
    z-index: 1;
    overflow: hidden;
}
#leftCol.blackBackground
{
    background-color: #000;
}
div#rightCol
{
    float: right;
    background: url(../images/rightcol_bg.png) repeat-y;
    width: 396px;
    height: 600px; /*margin: 0 0 0 -24px;*/
    position: absolute;
    right: 0px;
    z-index: 2;
}
.upperContent
{
    width: 289px;
    margin: 0;
    padding: 25px 30px 0 45px;
}

/* Nav element to navigate to inner elements */
.middleNav
{
    display: block;
    float: right;
    position: absolute;
    left: 46px;
    top: 500px;
}
.middleNav a
{
    color: #666666;
    text-decoration: none;
}
.middleNav a:hover
{
    color: #c1991f;
    text-decoration: none;
}
.backArrow
{
    float: left;
    margin: 0 10px 0 0;
}
.backBtn
{
    float: left;
    font-size: 14px;
    padding: 2px 0 0 0;
}
/* Navigation for Inner Pages */
.lowerContent
{
    width: 310px;
    margin: 0;
    position: absolute;
    left: 40px;
    bottom: 35px;
    padding: 0;
}
.lowerContent ul li a
{
    margin: 0 0 5px 0;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.lowerContent ul li a:hover, .lowerContent ul li a.active
{
    /* background-color: #ffffff; */
    color: #c1991f;
    display: block;
}


/* Footer Content */
div#footerloc
{
    width: 100%; /* height: 50px; */
    position: absolute;
    z-index: 1;
    top: 690px;
    margin: 38px 0 25px 0;
    padding: 0;
}
div#footer
{
    width: 100%; /* height: 50px; */
    position: absolute;
    z-index: 1;
    top: 670px;
    margin: 38px 0 25px 0;
    padding: 0;
}
div#footerNav
{
    width: 800px;
    margin: 0 0 0 34px;
    padding: 0;
}
div#footerNav ul
{
    margin: 0;
    padding: 0;
    position: relative;
}
div#footerNav ul li
{
    float: left;
    border-right: 1px solid #999999;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #999999;
}
div#footerNav ul li a
{
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}
div#footerNav ul li a:hover
{
    color: #54558d;
    text-decoration: none;
    text-transform: uppercase;
}
div#footerNav ul li.last
{
    border: 0 none;
    padding: 0 0 0 10px;
}

/* Client Listings & Awards */
div#clientListing
{
    height: 490px;
    position: relative; /* overflow-y: scroll; */
}
div#awardListing
{
    height: 477px;
    position: relative;
    padding-top: 13px; /* overflow-y: scroll; */
}
#awardListing .innerListing
{
    width: 970px;
}
#awardListing li
{
    margin-bottom: 10px;
}

#clientListing .col1
{
    /*width:400px;*/
    float: left;
}
#clientListing .col2
{
    /*width:400px;*/
    float: left;
}
#clientListing .col3
{
    /*width:400px;*/
    float: left;
}
#clientListing .listingCol1
{
    margin-right: 30px;
}
.listingCol1
{
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    color: #666666;
}
.listingCol2
{
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    color: #666666;
}
.listingCol3
{
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    color: #666666;
}
.listingCol1 ul, .listingCol2 ul, .listingCol3 ul
{
    margin: 0;
    padding: 0;
}
.listingCol1 ul li
{
    width: 220px;
    margin: 0 0 5px 0;
}
.listingCol2 ul li
{
    width: 310px;
    margin: 0 5px 5px 0;
}
.listingCol3 ul li
{
    width: 220px;
    margin: 0 0 5px 0;
}
.listingCol1 ul li a, .listingCol2 ul li a, .listingCol3 ul li a
{
    color: #c1991f;
    text-decoration: none;
}
.listingCol1 ul li a:hover, .listingCol2 ul li a:hover, .listingCol3 ul li a:hover
{
    color: #54558d;
    text-decoration: underline;
}
.lowerLeft
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 9px;
    color: #c1991f;
}

/* News Listings */
.newsSort
{
    text-transform: uppercase;
    position: relative;
}
.newsSort ul
{
    margin: 0;
    padding: 0;
}
.newsSort ul li
{
    float: left;
    border-right: 1px solid #999999;
    margin: 0;
    padding: 0 5px 0 5px;
}
.newsSort ul li.first
{
    padding: 0 5px 0 0 !important;
}
.newsSort ul li.last
{
    border: 0 none;
}
.newsSort ul li a.active, .newsSort ul li a:hover
{
    color: #c1991f;
    text-decoration: none;
}
.newsSort ul li a
{
    color: #666666;
    text-decoration: none;
}
.newsListing
{
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px dotted #999999;
}
.newsListing .date
{
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 0 5px 0 0;
}
.newsListing .newsLink
{
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 0 0 0 5px;
    border-left: 1px solid #999999;
}
.newsListing .newsCopy
{
    color: #666666;
    margin: 5px 0 0 0;
}

.newsArea
{
    height: 448px;
    width: 320px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: none;
}

/* Contact Us / Locations Hide/Show Layer */
div#contactContent
{
    position: absolute;
    z-index: 300;
    width: 100%;
    height: 600px;
    top: 92px;
    color: #ffffff;
    margin-left: 25px;
}
div#contactContent .contactContentWrapper
{
    top: 50%;
    left: 50%;
    margin: -213px 0 0 -477px;
    position: absolute;
}
div#contactContent .content
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 865px;
    height: 385px;
    padding: 20px 20px 20px 20px;
}
div#contactContent .screen
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #172934;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 865px !important;
    height: 385px !important;
    padding: 20px 20px 20px 20px;
}
.contactLeftCol
{
    float: left;
    border-right: 1px solid #ffffff;
    width: 206px;
    height: 385px;
    padding-right: 20px;
}
.contactRightCol
{
    position: relative;
    float: right;
    width: 615px;
}
.contactCloseBtn
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
.contactCloseBtn a
{
    border: 0 none;
}
.leftInner, .middleInner,.rightInner
{
    position: relative;
    float: left;
    width: 195px;
}
.leftInner, .middleInner
{
    margin-right: 15px;
}
a.mapBtn
{
	position: absolute;
	left: 153px;
	color: #999998;
}
div#contactContent p
{
    padding-bottom: 8px;
}
ul.servicesList
{
    font-weight: bold;
    color: #54558d;
    line-height: 18px;
}

/* latest news on home page */
.latestNews
{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.latestNews .screen
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #172934;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 200px;
    height: 100px;
    padding: 20px 20px 20px 20px;
}

.latestNews .content
{
    padding: 20px;
    color: #ffffff;
    position: relative;
    height: 100px;
    width: 200px;
}
.latestNews .content p
{
    margin-bottom: 5px;
}
.latestNews h3
{
    color: #ffffff;
}

.latestNews .minusButton
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.latestNews .plusButton
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.latestNews .newsActive
{
    /*overflow:hidden;*/
}

.latestNews .newsInactive
{
    display: none; /*overflow:hidden;*/
}

/* image titles on home page */
.homeBlock
{
    position: relative;
    z-index: 0;
}

.homeBlock .imageTitle
{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}
.homeBlock .imageTitle .title
{
    font-size: 30px;
    line-height: 30px;
}
.homeBlock .imageTitle .name
{
    font-weight: bold;
}
.homeBlock .imageTitle a
{
    color: #ffffff;
    text-decoration: none !important;
}
.homeBlock .imageTitle a.hover
{
    color: #ffffff;
    text-decoration: none !important;
}
.homeBlock .imageTitle a.visited
{
    color: #ffffff;
    text-decoration: none;
}


/* SERVICES */

.servicesAccordion
{
    width: 678px;
    height: 600px;
    overflow: hidden;
}
.servicesWrapper
{
    position: relative;
}
.servicesWrapper #rightCol
{
    width: 389px;
}
.servicesWrapper .leftCol
{
}


/* LEADERSHIP */

.leadershipRotator
{
    background-color: #121d23;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.leadershipRotator .leaderGroup
{
    background: 0 none !important;
    width: 1025px;
    float: left;
    margin-left: 9px;
}

.leadershipRotator .profile
{
    width: 1050px;
    float: left; /*margin-left:20px;*/
}

.leader
{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 11px;
    line-height: 14px;
}

.leader .name
{
    background: 0 none !important;
    color: #ffffff;
    font-weight: bold;
}
.leader .title
{
    background: 0 none !important;
    color: #858aac;
}

.leadershipTitleBar, .leadershipFooterBar
{
    background-color: #f4f4f4;
    padding: 20px 40px 0px 40px;
}
.leadershipTitleBar
{
    height: 40px;
    position: relative;
}

.leadershipTitleBar .header
{
    color: rgb(84, 85, 141);
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: 10px;
}
.leadershipTitleBar .location
{
    position: absolute;
    right: 40px;
    top: 30px;
    color: #c1991f; /*font-weight:bold;*/
    font-size: 16px;
}

.bold
{
    font-weight: bold;
}

.leadershipFooterBar .footerNavigation
{
    width: 970px;
    height: 40px;
}
.leadershipFooterBar .footerNavigation .left
{
    float: left;
}

.leadershipFooterBar .footerNavigation .right
{
    float: right;
}


/* Sitemap */
.sitemapContent
{
    position: absolute;
    background: url(../images/sitemap.png) no-repeat;
    width: 802px;
    height: 355px;
    margin: 0;
    padding: 0;
    top: 110px;
    left: 97px;
}
.sitemapContent a
{
    color: #777777;
    text-decoration: none;
}
.sitemapContent a:hover
{
    color: #C1991F;
    text-decoration: underline;
}
.sitemapContent .column
{
    position: absolute;
    width: 200px;
    top: 93px;
}
.sitemapContent .column.Left
{
    left: 35px;
}
.sitemapContent .column.Left2
{
    left: 277px;
}
.sitemapContent .column.Right2
{
    left: 563px;
}
.sitemapContent .column.Right
{
    left: 765px;
}
.sitemapContent .column h2
{
    margin: 0 0 8px 0;
}
.sitemapContent h2
{
    color: #C1991F;
}
.sitemapContent h2 a
{
    color: #C1991F;
    text-decoration: none;
}
.sitemapContent h2 a:hover
{
    color: #777777;
    text-decoration: none;
}
.sitemapContent .column ul li
{
    margin: 0 0 6px 0;
}


/* Firm Profile Contents */
/* #121d22 */

.licensedImg
{
    position: absolute;
    bottom: 37px;
    right: 40px;
}

.footerParagraph
{
    width: 700px;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 20px;
    color: #888888;
    font-weight: normal;
}

.leadership_arrow_left
{
    background: url(/Common/images/leadership_arrow_left.png) no-repeat top left !important;
}
.leadership_arrow_right
{
    background: url(/Common/images/leadership_arrow_right.png) no-repeat top left !important;
}
.leadership_arrow_left, .leadership_arrow_right
{
    width: 22px !important;
    height: 32px !important;
    background-position: 0 0 !important;
    margin: 0px !important;
    padding: 0px !important;
}
div.leadershipRotator div.overlayNavLeft, div.leadershipRotator div.overlayNavRight
{
    width: auto !important;
    height: auto !important;
}

div.toolTipWrapper
{
    position: relative;
}
#staffingPracticesTip
{
    position: absolute;
    z-index: 50; /*display:none;*/
}

#staffingPracticesTip .screen
{
    position: absolute;
    background-color: #172934;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 51;
    padding: 14px;
}
#staffingPracticesTip .content
{
    position: absolute;
    z-index: 52;
    padding: 14px;
    width: 323px;
    color: #ffffff;
}
.flashcontent
{
    position: relative;
    z-index: 1;
}

.newsActive a
{
    color: #fff;
}
.newsActive a:hover
{
    color: #C1991F;
}

.goldLink a
{
    color: #c1991f;
    text-decoration: none;
}
.goldLink a:hover
{
    color: #54558d;
    text-decoration: underline;
}

.shortHr
{
    width: 271px;
}
#awardListing .vscrollerbase
{
    right: 0px !important;
    left: auto !important;
}

#awardWrapper h1
{
    margin-bottom: 0px;
    border: none !important;
}
#awardWrapper #awardListing
{
    padding-top: 0px;
}
#awardWrapper #awardListing h2
{
    margin-bottom: 10px;
    line-height: 18px;
}
#awardWrapper #awardListing .listingCol2
{
    margin-bottom: 5px;
}
#awardWrapper #awardListing hr
{
    margin-top: 0px;
    margin-bottom: 10px;
}
#awardWrapper #awardListing br
{
    height: 0px !important;
    line-height: 0px !important;
}
