﻿/* Yahoo CSS reset */
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, strong, 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-size: 100%;
    font-weight: normal;
}

h3 a
{
    color: #0065A2;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* Custom CSS reset */
body {
    font-size: 62.5%;
}

a {
    outline: none;
}

/* Generic styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

h1 {
    display: none;
}

p , table {
    font-size: 1.2em;
    line-height: 1.5em;
}

table p {
    font-size: 1em;
}

table tr.alt {
    background-color: #f2f2f2;
}

table td
{
    padding: 5px;
    vertical-align: top;
}

a {
    color: #17496b;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* Generic classes */
.invisible {
    display: none;
}

.clear {
    clear: both;
}

.rss {
    background: url(images/icon_rss.gif);
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -5000px;
}

.error, .mandatory {
    color: #CC0000;
}

/* Layout */
#sitewrapper {
    width: 940px;
    margin: 31px auto 40px auto;
}

#leftcolumn {
    width: 220px;
    float: left;
    margin-right: 20px;
}

#middlecolumn {
    width: 460px;
    float: left;
    margin-right: 20px;
}

#rightcolumn {
    width: 220px;
    float: left;
}

/* Header */
#header {
    margin-bottom: 30px;
}

.logo {
    display: block;
    width: 464px;
    height: 54px;
    background: url(images/logo_btgmesirow.png) no-repeat;
    text-indent: -5000px;
}

#globallinks {
    float: right;
    margin-top: -42px;
}

#globallinks li {
    display: inline;
    border-right: solid 1px #333;
    padding: 0 10px;
}

#globallinks li.last {
    border-right: none;
    padding-right: 0;
}

#globallinks a {
    color: #333;
    font-size: 1.1em;
    text-decoration: none;
}

#globallinks a:hover {
    text-decoration: underline;
}

/* Main menu */
#mainmenustrip {
    background: url(images/bg_mainnav.png);
    height: 40px;
}

#mainMenu {
    float: left;
}

#mainMenu li {
    float: left;
    display: block;
}

#mainMenu li a {
    color: #fff;
    display: block;
    height: 40px;
    text-indent: -5000px;
    margin-right: 1px;
}

#mainMenu li a.home {
    width: 99px;
}

#mainMenu li a.home:hover, #mainMenu li.selected a.home {
    background: url(images/bg_mainnav.png) 0 -40px;
}

#mainMenu li a.aboutus {
    width: 120px;
}

#mainMenu li a.aboutus:hover, #mainMenu li.selected a.aboutus {
    background: url(images/bg_mainnav.png) -100px -40px;
}

#mainMenu li a.services {
    width: 117px;
}

#mainMenu li a.services:hover, #mainMenu li.selected a.services {
    background: url(images/bg_mainnav.png) -221px -40px;
}

#mainMenu li a.experience {
    width: 135px;
}

#mainMenu li a.experience:hover, #mainMenu li.selected a.experience {
    background: url(images/bg_mainnav.png) -339px -40px;
}

#mainMenu li a.news {
    width: 95px;
}

#mainMenu li a.news:hover, #mainMenu li.selected a.news {
    background: url(images/bg_mainnav.png) -475px -40px;
}

/* Search box */
.searchbox {
    float: right;
    margin: 10px 10px 0 0;
}

.searchbox legend {
    display: none;
}

.searchbox .searchtext {
    background: url(images/bg_search.gif);
    width: 174px;
    height: 17px;
    border: none;
    float: left;
    margin-right: 5px;
    color: #666;
    font-size: 1.1em;
    padding: 3px 5px 0 5px;
}

.searchbox .searchbutton {
    background: url(images/btn_search.gif);
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -5000px;
    border: none;
    float: left;
}

/* Home page */
#homeMain {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #fff;
}

#homecontent {
    float: left;
    width: 448px;
    padding: 0 20px;
}

#homecontent h2 {
    margin: 31px 0 20px 0;
    color: #0065a2;
    font-weight: bold;
    font-size: 2.8em;
}

#homecontent p {
    font-size: 1.6em;
    margin-bottom: 30px;
}

.btn_viewalloffices {
    display: block;
    width: 162px;
    height: 40px;
    text-indent: -5000px;
    background: url(images/btn_viewalloffices.gif) no-repeat;
}

#flashglobe {
    width: 450px;
    height: 350px;
    background: url(images/flash_alternate.jpg);
    float: right;
}

#homeMainBtm {
    background: url(images/bg_main_btm.png) no-repeat;
    width: 940px;
    height: 6px;
    margin: -5px 0 30px 0;
    font-size:0;
}

.box {
    border-right: solid 1px #ecf2f8;
    border-bottom: solid 1px #ecf2f8;
    border-left: solid 1px #ecf2f8;
    padding: 14px;
    width: 270px;
    margin-bottom: 20px;
    background: #fff url(images/bg_homebox.gif) bottom repeat-x;
}

.homelist h3 {
    background: #ecf2f8 url(images/bg_sectionheadertop.gif) top left no-repeat;
    width:280px;
    padding:10px;
    font-size: 1.7em;
    color: #17496b;
    font-weight: bold;
}

.homelist h3 a {
    color: #17496b;
    text-decoration: none;
}

.homelist h4 {
    color: #17496b;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.homelist h4 a {
    color: #17496b;
    text-decoration: none;
}

.homelist h4 a:hover {
    text-decoration: underline;
}

.homelist .news h4 {
    display: inline;
}

.homelist .news p {
    margin-top: 5px;
}

.homelist span.date {
    font-size: 1.2em;
}

#engagements, #recentnews {
    float: left;
    width: 300px;
    padding-right: 20px;
}

#engagements .box, #recentnews .box {
    height: 359px;
}

#services {
    float: left;
    width: 300px;
}

#engagements li {
    padding: 0 0 20px 0;
}

#engagements .box {
    padding-bottom: 0;
}

#engagements img {
    float: left;
}

#engagements .listcontent {
    float: right;
    width: 177px;
}

#engagements .listcontent a:hover {
    text-decoration: none;
}

#recentnews .rss {
    float: left;
    margin: -42px 0 0 105px;
}

#recentnews li {
    margin: 0 0 20px 0;
}

#recentnews .box {
    padding-bottom: 0;
}

#services p {
    margin-bottom: 10px;
}

#services li {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #17496b;
    padding-bottom: 3px;
}

#services h4 {
    color: #17496b;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.newsletter legend {
    display: none;
}

.newsletter input {
    float: left;
    margin:0 5px 5px 0;
    border: solid 1px #ccc;
    color: #828282;
    font-size: 1.2em;
    padding: 4px 7px;
    width: 162px;
}

.submitbutton {
    float: right;
    width: 67px;
    height: 25px;
    background: url(images/btn_submit.gif);
    text-indent: -5000px;
}

#services input {
    width: 182px;
}

#services input.lastitem {
    margin-bottom: 0;
}

/* Footer */
#footerTop {
    background: url(images/bg_footer_top.png);
    width: 940px;
    height: 5px;
}

#footerBtm {
    background: url(images/bg_footer_btm.png);
    width: 940px;
    height: 5px;
}

#footer {
    background-color: #f0f0f0;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 20px;
    font-size: 1.1em;
}

#footer a {
    color: #333;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    margin-bottom: 35px;
}

#footer ul li {
    display: inline;
    border-right: solid 1px #333;
    padding: 0 10px;
}

#footer ul li.first {
    padding-left: 0;
}

#footer ul li.last {
    border-right: none;
}

.logo_mesirow, .logo_begbies {
    display: block;
    text-indent: -5000px;
    float: right;
}

.logo_mesirow {
    width: 97px;
    height: 34px;
    background: url(images/logo_mesirowfinancial.gif);
}

.logo_begbies {
    width: 151px;
    height: 34px;
    background: url(images/logo_begbies.gif);
    margin-right: 35px;
}

/* Breadcrumb trail */
#breadcrumbtrail {
    font-size: 1.2em;
    padding: 14px 0 14px 5px;
}

#breadcrumbtrail li {
    display: inline;
    padding-left: 15px;
}

#breadcrumbtrail a {
    color: #17496b;
    padding-right: 15px;
}

#breadcrumbtrail a:hover {
    text-decoration: none;
}

/* Feature panels */
.panel {
    background: url(images/bg_paneltop.png) top no-repeat;
}

.panel h6 {
    height: 40px;
    color: #fff;
    font-size: 1.4em;
    line-height: 40px;
    padding-left: 20px;
}

.panelcontent {
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 17px 20px;
}

.panelcontent p {
    margin-bottom: 15px;
}

.panelfooter {
    background: url(images/bg_panelftr.png);
    width: 220px;
    height: 5px;
    margin-bottom: 20px;
}

/* Generic page */
#middlecolumn h2 {
    font-size: 2.4em;
    color: #17496b;
    font-weight: bold;
    margin-bottom: 20px;
}

#middlecolumn p {
    margin-bottom: 20px;
}

#middlecolumn ul, #middlecolumn ol {
    margin: 0 0 20px 30px;
}

#middlecolumn li {
    font-size: 1.2em;
    margin-bottom: 5px;
}

#middlecolumn li li, #middlecolumn li p {
    font-size: 1em;
}

#middlecolumn ul {
    list-style-type: disc;
}

#middlecolumn ol {
    list-style-type: decimal;
}

/* Left navigation */
#leftnav {
    font-size: 1.2em;
}

#leftnav li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

#leftnav a {
    text-decoration: none;
    color: #17496b;
    display: block;
    padding-left: 10px;
    background: url(images/bg_leftnavarrow.gif) 0 5px no-repeat;
}

#leftnav a:hover {
    text-decoration: underline;
}

#leftnav .selected a {
    color: #a0b400;
    background-image: url(images/bg_leftnavarrow_selected.gif);
}

/* Left navigation second level */
#leftnav li li {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;
    padding-left: 15px;
}

#leftnav li ul {
    margin-top: 10px;
}

#leftnav .selected li a {
    color: #17496b;
    background-image: url(images/bg_leftnavarrow.gif);
}

#leftnav .selected li.selected a {
    color: #a0b400;
    background-image: url(images/bg_leftnavarrow_selected.gif);
}

/* Generic list */
#middlecolumn ol.list {
    margin: 0;
}

#middlecolumn ol.list li {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    list-style-type: none;
}

ol.list h3 {
    font-size: 1.4em;
    font-weight: bold;
    color: #17496b;
    line-height: 1.4em;
    margin-bottom: 12px;
}

ol.list h3 a {
    color: #17496b;
    text-decoration: none;
}

ol.list h3 a:hover {
    text-decoration: underline;
}

#middlecolumn ol.list p {
    margin-bottom: 0;
}

ol.list li img {
    float: left;
}

ol.list li .cont {
    float: right;
    width: 365px;
}

/* News list */
h2.news_hdr {
    float: left;
}

.newspage {
    float: left;
    margin: 8px 0 0 15px;
}

ol.news h3 {
    display: inline;
}

ol.news span.date {
    font-size: 1.2em;
}

ol.news p {
    margin-top: 12px;
}

/* Paging */
ol.paging {
    margin: 0 0 25px 0;
    text-align: center;
    width: 100%;
    float: left;
}

ol.paging li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

ol.paging li a.sf_PagerSelItem {
    color: #000;
    font-weight: bold;
}

/* Engagement page */
.engagementsimage {
    float: left;
    margin: 0 20px 20px 0;
}

/* Generic form */
.form {
    margin-bottom: 25px;
}

.form legend {
    display: none;
}

.formitem {
    margin: 0 0 10px 0;
}

.formitem label {
    font-size: 1.2em;
    display: block;
    float: left;
    width: 140px;
    padding-right: 10px;
}

.formitem label.invisible {
    display: none;
}

.formitem input {
    width: 305px;
}

.formitem span.error {
    font-size: 1.2em;
    display: block;
    margin-left: 153px;
}

.formitem textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    width: 305px;
}

.checkbox label {
    width: auto;
    display: inline;
    float: none;
}

.checkbox input {
    width: auto;
}

/* Sitemap */
#sitemap li {
    margin-bottom: 5px;
}

#sitemap ul ul {
    margin: 5px 0 0 25px;
}

#sitemap a {
    text-decoration: none;
}

#sitemap a:hover {
    text-decoration: underline;
}

/* Locations page */
#middlecolumn  ul#locations {
    margin-left:0;
}

#locations li {
    list-style-type:none;
    margin-bottom:20px;
    float:left;
}

ul#locations h3 {
    color: #0065a2;
    font-weight: bold;
    font-size:1.4em;
}

#middlecolumn #locations li ul {
    margin: 20px 0 0 15px;
}

#middlecolumn #locations li ul li {
    width:140px;
    float:left;
    margin-bottom:5px;
}

/*Staff Members*/
.staffmember img
{
	float:left;
	width:50px;
	height:70px;
}
.staffmember
{
	margin-bottom:15px;
	float:left;
}
.staffmembertext
{
	float:left;
	width:135px;
	margin-left:10px;
}	
.contactBlue
{
	color:#18486e;
	font-weight:bold;
	font-size:13px;
}
.contactBlueSingle
{
	color:#18486e;
	font-weight:bold;
	font-size:1.1em;
}
.contactEmail a
{
	text-decoration:none;
	color:#333333;
}
#contactspanel .panelcontent
{
	padding: 10px 10px 0 10px;
}
