/* Blueprint CSS defaults - overrides */

a:link, a:visited, a:active {
	color: #424242;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18pt;
	font-weight:bold;
	margin-bottom: 8px;
}

h2 {
    color: #797979 ;
    font-size: 13pt;
    font-weight: bold;
}

h2, h4 {
	margin-bottom: 5px;
}

h5 {
	margin-bottom: 0;
}

fieldset {
	border:1px solid #797979;
	background-color: #F1F1F1;
	width: 251px;
}

ul, ol {margin:0 1.5em 1.5em 1.5em;}

.LLP {
    font-size: 10px;
}

.h2LLP {
    font-size: 13px;
}

.h3LLP {
    font-size: 11px;
}

.LLPTitle {
    font-size: 14pt;
}

/* End Blueprint CSS defaults - overrides */

.wrapper {
	width: 100%;
	margin: 0 auto;
}

#wrapper-header {
}

#wrapper-banner {
	background-image:url(../../img/banner_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
	height: 295px;
	position:relative;
	z-index: 100;
}

#wrapper-banner-bgcolor {
	background-color: #370000;
	position:absolute;
	height: 250px;
	z-index:-1000;
	left: 0;
	top: 33;
}

#wrapper-navBottomDropShadow {
	background-image:url(../../img/drop_shadow_bottom.jpg);
}

#wrapper-navBottomVertDropShadow {
	background-image:url(../../img/drop_shadow_vert_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
}

#wrapper-nav {
	background-color: #898989;
	background-image:url(../../img/drop_shadow_bottom.png);
	background-position: center top;
	background-repeat:no-repeat;
	position: relative;
}

#wrapper-footer {
	background-color: #360000;
	background-image:url(../../img/bottom_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.prepend-1special {
    padding-left: 35px;
}

/* HEADER STYLES */

.headerMenuText {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 85%;
	color: #d6d6d6;
}

.MacKayLogoLink {
    border:none;
    padding:0;
    margin:0;
}

.mackayLogo {
    padding:0;
	padding-top: 7px;
	padding-left: 5px;
}

.BreadCrumbBox {
    padding-top: 5px;
}

.MackayLogoMenu {
    _width: 125px;
}

.headerBox {
	height: 34px;
}

.searchBox {
    width: 232px;
    height: 25px;
	padding-top: 3px;
	float: right;
}

.search-keyword {
	height: 20px;
	padding: 10px 0 10px 0;
}

.searchBox input, .search-keyword input {
    float: left;
}

.searchBtn {
    width: 75px;
    height: 20px;
    background: #860001;
    color: #fff;
	font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 2px;
    margin: 7px 0 0 0;
    *margin: 6px 0 0 0;
    line-height: 22px;
    *line-height: 16px;
    border: none;
}

.searchField {
    border: 1px solid #797979;
	height: 16px;
    margin: 7px 0 0 0;
	width: 153px;
}

.searchBtn_Results, .refinedsearchbtn {
    width: 75px;
    height: 20px;
    background: #860001;
    color: #fff;
	font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 2px;
    border: none;
}

.searchField_Results, .refinedsearchField {
    border: 1px solid #797979;
	height: 16px;
	width: 320px;
}

.inputTextField {
	border-color:#797979;
	width: 160px;
}

.inputButton, .btnsearchbylocation {
	background-color: #981200;
	color: #FFFFFF;
	border: 0;
	width: 65px;
	height: 20px;
}

.btnsearchbylocation {
	margin: 0px important!;
	margin-right: 20px;
	margin-top: 6px;
	*margin-top: -28px;
	padding: 2px 4px;
	float: right;
}

.careerSearch {
    border: 1px solid #666666;
    background: #F1F1F1;
    padding: 10px 20px;
    width: 250px;
    margin-top: 10px;
}

#bannertop {
	height: 250px;
	background-image:url(../../img/pretty-girl-book.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   /* Safari 3.0 and Opera 9 rules here */
    #bannertop {
	    margin-left: -4px;
    }
}

.companyTagLine {
	color: #FFFFFF;
	font-size:18pt;
	padding-top: 90px;
	line-height:21pt;
}

/* END HEADER STYLES */

/* TOP MENU */
.BreadCrumb {
    font-size: 10px;
    text-transform: uppercase; 
    color: #960000;
}

.BreadCrumb a {
    font-size: 8px;
    text-transform: uppercase; 
    color: #b3b3b3;
    text-decoration: none;
}

.BreadCrumb a:hover {
    text-decoration: none;
    color: #960000;
}

#MenuTop
{	margin: 0;
	padding: 0;
    list-style: none;
}
	
	#MenuTop li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		width: 130px;
		padding:0;
		margin:0;
	}

	#MenuTop li a
	{	display: block;
		background: #fff;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap;
		padding:0;
		margin:0;
	
		width: 130px;
	}

	#MenuTop li a:hover {
	    background: #fff;
	}
		
		#MenuTop li ul 	
		{
		    background: url(../../img/menutop_bg.png) top left no-repeat;
		    width: 200px;
			padding: 0 20px 60px 20px;
		    margin: 0;
			margin-top: 8px;
			margin-left: -15px;
			border:none;
			position: absolute;
			visibility: hidden;
			z-index: 999;
		}
		
		#MenuTop li ul li
		{	float: none;
			display: inline;
			width: 189px;
			border-bottom: 1px solid #550000;
			border-top: 1px solid #890000;
			margin-bottom: 1px;
		}
		
		#MenuTop li ul li a
		{	
            width: 189px;
			background: #760000;
			border-bottom: 1px solid #550000;
			border-left: 1px solid #760000;
			border-right: 1px solid #760000;
			border-top: 1px solid #890000;
			margin-bottom: 1px;
			padding: 5px 0;
			padding-left: 10px;
			font: bold 10px Arial;
			text-transform:uppercase;
	    }
		
		#MenuTop li ul li a:hover {
		    background: #fff;
		    width: 189px;
		    padding-left: 10px;
		    margin-bottom: 1px;
		    border: 1px solid #8a8a8a;
		    color: #3e0000;		    
		    text-transform:uppercase;
		}



/* END TOP MENU */


/* DROPDOWN MENU */

.firstpane {
    border: none;
	margin-bottom: 17px;
	font-size: 90%;
}

.RelatedMarketsServices .firstpane a:link, .RelatedMarketsServices .firstpane a:visited, .RelatedMarketsServices .firstpane a:active,
.sec-col-text .firstpane a:link, .sec-col-text .firstpane a:visited, .sec-col-text .firstpane a:active { 
	color: #430000;
}

#ctl00_main_content_SP_Markets {
    padding-bottom: 25px;
}

.fmenu {
    /*margin-top: -8px;*/
}

.msg_list {
	list-style: none;
	width: 140px;
}

.msg_body {
	padding: 0.1em 0 0.8em;
	display: none;
}

.msg_body ul {
	border-top: none;
	margin-bottom:0;
	margin-left: 10px;
}	


.msg_body ul li {
	list-style: none;
	color: #424242;
	font-weight: bold;
	text-decoration:none;
	width: 134px;
	margin: 0;
	padding:4px 0 1px 0;
}

.msg_body ul li a {
	margin: 0 0 0 7px;
	font-weight: normal;
	padding-right: 10px;
	display: block;
}

.msg_body ul li.MenuTitle {
    padding-left: 5px;
}

.msg_body ul li.MenuTitle a {
	color: #424242;
	font-weight: bold;
	text-decoration:none;
	margin: 0;
	padding:4px 0 1px;
}

.msg_body ul li.MenuTitle a:hover,
.msg_body ul li a {
    color: #8D0000;
}

.msg_head {
	padding: 0;
	cursor: pointer;
	position: relative;
	color: #000;
	font-weight: bold;
	margin: 2px 0 0 0;
	font-size: 11px;
	background: #FFF url(../../img/pointerleft.gif) no-repeat 75px 3px;
}

.msg_headover {
	background: #FFF url(../../img/button_arrow.gif) no-repeat 75px 3px;
}

ul.subnavLocations {
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px;
}
/* END DROPDOWN MENU */


/* CONTENT STYLES - HOME PAGE */
.box_thickLine {
	color:#000000;
	background-color:#000000;
	height:6px;
}

.SectionDescription {
    height: 155px;
}


.sector {
	color: #424242;
	font-size:125%;
	line-height:24pt;
}

.sector a:link, .sector a:active, .sector a:visited {
	text-decoration: none;
	color: #424242;
	font-weight:normal;
}

.sector a:hover {
	text-decoration: none;
	color: #8D0000;
}

.unhidden a:link, .unhidden a:active, .unhidden a:visited {
	text-decoration: none;
	color: #424242;
	font-weight:normal;
	font-size: 0.9em;
}

.unhidden a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Added span class for boxes */
div.span-0_5 {
	float:left;
	margin-right:10px;
}
.span-0_5 {
	width:10px;
}

/* END CONTENT STYLES - HOME PAGE */


/* CONTENT STYLES - PRIMARY COLUMN */

.EmployeeProfileSP img.EmployeePicture {
    margin-top: 1px;
    margin-bottom: 15px;
}

.EmployeeProfileSP a{
    color: #797979;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.EmployeeProfile {
    font-size: 11px;
}

.EmployeeProfile h2 {
    margin-bottom: 0;
}

.EmployeeProfilePF {
    margin-top: -4px;
}

/* Designations for Title*/
.designations {
    font-size: 13pt;
}

h2.subtitle {
	font-size: 14px;
	color: #797979;
	font-weight: normal;
	line-height: 26px;
	margin-top: -7px;
}


.EmployeeColLeft {
    float: left;
    width: 340px;
    padding-right: 20px;
    color: #424242;
}

.EmployeeColRight {
    float: left;
    width: 340px;
    color: #424242;
}

.LocationDescription a {
    font-weight: normal;
}

.LocationsLinks{
    margin: 0;
    margin-bottom: 15px;
}

.LocationsLinks li {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 24pt;
    text-decoration: none;        
}

.LocationsLinks,
.LocationsLinks li,
.LocationsLinks ul,
.LocationsLinks ul li {
    list-style: none;
}

.LocationsLinks a,
.LocationsLinks a:link,
.LocationsLinks a:visited, 
.LocationsLinks a:active {
    font-size: 15px;
    font-weight: normal;
    line-height: 24pt;
    color: #797979;
    font-family: Arial,Heveltica;
}

/* Locations Page - Exception*/
.LocationsMenu {
    font-size: 15px;
    color: #BBB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none; 
}

.LocationsMenu a {
    font-size: 11px;
    font-weight: normal;
}

.EmployeeColLeft p, .EmployeeColRight p {
    color: #424242;
    padding-bottom: 20px;
}

.previouspublications a{
    font-size: 15px;
    font-weight: normal;
    line-height: 24pt;
}

hr {
	background: #000; 
	color: #000;
	clear: both; 
	float: none; 
	width: 100%; 
	height: 7px;
	margin: 0px 0px 16px 0px;/* 0 1.45em; */
	border: none; 
	clear: both;
}

hr.Title {
	background: #000; 
	color: #000;
	clear: both; 
	float: none; 
	width: 715px; 
	height: 7px;
	margin: 0px 0px 16px 0px;/* 0 1.45em; */
	border: none; 
	clear: both;
}

hr.SectionDivider {
    height: 1px;
    background: #ddd;
    color:#ddd;
    clear:both;
    float:none;
    width:100%;
    height:.1em;
    margin:0 0 1.45em;
    border:none;    
}

.prim2-col-text {
    margin-top: 55px;
}

.prim-col-text {
	color: #424242;
	padding-bottom: 25px;
	margin-top: -2px;
}

.CenterColLevel {
	padding: 0;
}

.prim-col-text h2 {
	color: #424242;
	margin-bottom: 0;
}

.prim-col-text h3 {
	margin: 20px 0 4px 0;
	color: #424242;
	font-size: 110%;
	font-weight: bold;
}

.prim-col-text h4 {
	font-size: 106%;
	color: #797979 ;
}

.events p {
	margin: 0 0 0.2em;
}

	/* Loan Calculator styles */

	.LoanCalculator {
			width:450px; 
			height:225px;
			margin-left: 122px;
			padding-left:13px; 
			padding-top:8px;
			border: 1px solid #797979;
			background-color: #F1F1F1;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}
	
	.LoanCalculator h4 {
			font-weight: bold;
			margin-bottom: 10px;
			color: #424242;
	}
	 
	.LoanCalculator .Inputs {
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background-color: #E1E1E1;
			width: 190px;
			padding: 10px;
			float: left;
	}
	
	.LoanCalculator .span-2, .LoanCalculator .span-3 {
		height: 25px;
	}
	
	.LoanCalculator .Inputs input {
		border: 1px solid #797979;
		height: 16px;
		width: 65px;
	}
	 
	.LoanCalculator .Results {
			width: 200px;
			color: #424242;
			padding: 10px 10px 10px 20px;
			float: left;
	}
	 
	.LoanCalculator .CalculateBox {
			clear: both;
			width: 100%;
			height: 28px;
			padding-top: 15px;
			text-align: center;
			float: left;
	}
	
	.LoanCalculator .CalculateBox input {
    width: 100px;
    height: 20px;
    background: #860001;
    color: #fff;
		font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 2px;
    border: none;
	}


	/* End Loan Calculator Styles */


/* END CONTENT STYLES - PRIMARY COLUMN */



/* CONTENT STYLES - SECONDARY COLUMN */

.LeftColLevel {
    padding: 1px 0;
    margin-left: 35px;
}

.sec-col-text {
	font-size:11px; 
	color:#424242;
	padding-top: 0;
	padding-bottom: 25px;
}

.RelatedMarketsServices {
	font-size:11px; 
	color:#424242;
	padding-bottom: 25px;
}

.sec-col-text h2 {
	font-size: 110%;
	font-weight: bold;
	color: #797979;
	margin: 0 0 2px 0;
}

.RelatedMarketsServices h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin: 0 0 8px 0;
}

.sec-col-text a:link, .sec-col-text a:visited, .sec-col-text a:active {
	text-decoration: none;
	color: #424242;
	font-weight: normal;
}

.RelatedMarketsServices a:link, .RelatedMarketsServices a:visited, .RelatedMarketsServices a:active {
	text-decoration: none;
	color: #660000;
	font-weight: normal;
	/*text-decoration: underline;*/
	margin:0;
	padding:0;
	white-space: pre-wrap; 
}

.RelatedMarketsServices a:hover,
.sec-col-text a:hover {
	text-decoration: underline;
}

.RelatedMarketsServices li {
    list-style: none;
    padding: 5px 0;
    margin:0;
    line-height: 14px;    
}

/* Right Panel*/

.RightColLevel {
    padding: 0;
    padding-top: 32px;
}

.right-colmn {
    padding-top: 0;
    padding-left: 15px;
}

/* END CONTENT STYLES - SECONDARY COLUMN */

/* CONTENT STYLES - BOXES */

.contact-box {
	background-image:url(/img/form_bg.gif);
	background-repeat:no-repeat;
	width: 238px;
	padding: 15px;
	margin-left: 78px;
}
.contact-box-btns {
	text-align: right;
	padding-right: 6px;
}

.contact-box p {
	margin-bottom: 1px;
}

.search-opp-box {
	background-image:url(/img/search_opportunities.gif); 
	background-repeat:no-repeat; 
	width:425px; 
	height:120px;
	padding-left:13px; 
	padding-top:8px;
}

.search-box {
	width:417px; 
	height:140px;
	padding-left:13px; 
	padding-top:8px;
	border: 1px solid #797979;
	background-color: #F1F1F1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search-box h5 {
	color: #424242;
	margin: 8px 0 0 0;
}

.search-box p {
	color: #666666;
	line-height: 16px;
	margin: 8px 0 0 0;
}

.noBullets,
.noBullets li,
.noBullets ul,
.noBullets ul li{
    list-style: none;
}

/* END CONTENT STYLES - BOXES */



/* SECONDARY MENU AND FOOTER STYLES */
#drop-shadow-top {
	background-image:url(../../img/drop_shadow_top.jpg);
}

#drop-shadow-bottom {
	background-image:url(../../img/drop_shadow_bottom.jpg);
}

.secondary-menu-title {
	font-weight:bold;
	font-size: 100%;
	color: #424242;
}

.secondary-menu-title-sml {
	font-size: 80%;
}

.secondary-menu-links {
	font-size: 85%;
	font-weight:bold;
	padding-top: 3px;
}

.secondary-menu-links-item {
	padding-right: 3px;
	float: left;
	white-space:nowrap;
	color: #797979;
}

.secondary-menu-links-item a:link, .secondary-menu-links-item a:visited, .secondary-menu-links-item a:active {
	text-decoration: none;
	color: #424242;
}

.secondary-menu-links-item a:hover {
	text-decoration: underline;
}

.secondary-menu-links-item-sml {
	font-size: 90%;
}

.secondary-menu-links-item-sml a:link, .secondary-menu-links-item-sml a:visited, .secondary-menu-links-item-sml a:active {
	color: #797979;
}


.secondary-menu-hr-container {
	height:5px;
}

.secondary-menu-hr {
	color:#a9a9a9;
	background-color:#a9a9a9;
	height:1px;
	margin-top:8px;
}

#copyright {
	text-align:right;
	font-size:80%;
	color: #797979;
	font-weight: bold;
}

#copyright .LLP{
	text-align:right;
	font-size:70%;
	color: #797979;
	font-weight: bold;
}

.GrayBar {
    margin-top: 36px;
}

#footer {
	height:110px;
}

#footer a{
	color:#fff;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

#footer #footerECubed {
	padding-top: 40px;
	padding-left: 40px;
}

#footer #eCubedLogo {
	float:left;
}

#footer #eCubedLogo img {
	padding-right:5px;
}

#footer #eCubedURL a{
	font-weight:bold;
}

/* END SECONDARY MENU AND FOOTER STYLES */

/* homepage menu toggle */
.hidden {
	display: none;
}
.unhidden {
	display: block;
}

/*  SEARCH AND SEARCH RESULTS  */

.SearchPage h2 {
    color: #8f8f8f;
}

.SearchPage h5 {
    margin:20px 0 -10px;
    color: #424242;
    font-size:110%;
}    

.SearchPage span.pageresultsnum {
    color: #8f8f8f;
    padding-left: 5px;
}

.SearchItemRegion h5 a {
    text-decoration: none;
}

.SearchItemRegion a, .SearchItemRegion a:hover{
    text-decoration: underline;
}

.divider {
    height: 1px;
    background: #CDCDCD;
}

/*  END SEARCH AND SEARCH RESULTS  */

/* LINKS Page*/

.LinksPage a:link, .LinksPage a:visited, .LinksPage a:active {
    color:#424242;
    font-weight:normal;
    text-decoration:none;
}

.LinksPage a:hover {
    text-decoration: underline;
}


/*************/

/* SECTION MENU */
#ctl00_main_content_SectionMenu {
}

.SectionMenu {
    margin: 0;
    padding: 0;
    margin-top: -4px;
}

.SectionMenuLocations {
    font-size: 15px;
    color: #BBB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;    
}

.SectionMenuLocations a {
    font-size: 11px;
    font-weight: normal;
}

.Cities {
    padding-bottom: 10px;
}

.SectionMenu li{
    list-style: none;
    text-indent: none;
    margin:0;
    padding: 5px 0;
    line-height: 14px;
}

.SectionMenu h2 a:link,
.SectionMenu h2 a:visited,
.SectionMenu h2 a:active{
    font-weight: bold;
    color: #797979;
}

.SectionMenu a:link,
.SectionMenu a:visited,
.SectionMenu a:active{
    color: #797979;
}

.SectionMenuLeft h2 
{
    font-size: 14px;
    color: #000;
}

.SectionMenuLeft h2 a:link,
.SectionMenuLeft h2 a:visited,
.SectionMenuLeft h2 a:active{
    color: #000;
    font-weight: bold;    
}

.SectionMenuLeft a:link,
.SectionMenuLeft a:visited,
.SectionMenuLeft a:active{
    color: #660000;
    font-weight: bold;    
}  

.ExtraMenu{
    padding-top: 15px;
}

.ExtraMenu a{
    font-size: 15px;
    line-height: 30px;
}

/*  Newsletter Subscription */

.NewsletterSubscription {
    margin-bottom: 10px;
    /*margin-top: 4px;*/
}

.NewsletterSubscription h1{
    font-size: 12px;    
    color: #000;
}

.NewsletterSubscription input {
    -webkit-appearance: ignore;
    -webkit-rtl-ordering: ignore;
    -webkit-user-select: ignore;
    padding: 0;
    margin: 0;
    border: none;
}

#ctl00_main_content_NewsLetterSubscription_BlogSubscribe {
    width: 140px;
    height: 18px;   
    padding: 1px;
    float: left;
    border: 1px solid #CDCDCD;    
}

.ctl00_main_content_NewsLetterSubscription_BtnBlogSubscribe{
    width: 31px;
    height: 22px;   
    float: left;    
}

.NewsletterSubscriptionForm {
    width: 195px;
    height: 22px;
}

/* Employee List */

.EmployeeColumnLeft {
    float:left;
    width:235px;
    margin-right: 40px;
}

.EmployeeColumnRight {
    float:left;
    width:235px;
    padding-right:10px;
}

.EmployeeColumnLeft a,
.EmployeeColumnRight a {
    display:block;
    line-height:15px;
    padding:0;
}

/* Employee Profile - Print */
.printMackayLogo {
    height: 25px;
    border-bottom: 1px solid #CDCDCD;
    padding: 10px 0;
    margin-bottom: 60px;
}

.RelatedMarketsServices h2.ProfessionalFocusH2
{
    margin:0;
}

.PrintProfessionalFocus h2 {
    color:#000000;
    font-size:110%;
    font-weight:bold;
    margin: 20px 0 0 0;    
}

.PrintProfessionalFocus li  {
    line-height:14px;
    list-style:none outside none;
    margin:0;
    padding: 2px 0;
    font-weight: normal;
}

.PrintProfessionalFocus li a{
    font-weight: normal;
}

.PrintPhoto {
    margin-bottom: 10px;    
}

span.ProfileEmail {
    line-height: 25px;
}

.PrintBtn {
    margin-top: 3px;
}

.sec-col-text a.PrintableLink:link 
.sec-col-text a.PrintableLink:visited, 
.sec-col-text a.PrintableLink:active,
.sec-col-text a.PrintableLink {
    color: #660000;
}

a.PrintableLink:hover {
    text-decoration: none;
}

.sec-col-text a.PDFProfileLink:link 
.sec-col-text a.PDFProfileLink:visited, 
.sec-col-text a.PDFProfileLink:active,
.sec-col-text a.PDFProfileLink {
    color: #660000;
}

a.PrintableLink:hover {
    text-decoration: none;
}

