/*-----------------------------------------------------------------------
 * Version: 
 *     1.0.0
 * File: 
 *     base.css
 * Author: 
 *     Zane M. Kolnik
 * Contact: 
 *     zanematthew[at]gmail[dot]com
 * Usage: 
 *     - This should be the last style sheet used
 *     - This is SITE wide
 *     - This is NOT to contain PAGE specific styling
 *-----------------------------------------------------------------------*/
 
.site { 
	width: 966px; 
	margin: 0 auto; 
	}

.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* needed for IE */
	overflow:hidden;	
	}

.rightmenu {
    background: #e0d5b0;
	}

.rightmenu .colleft {
    float: left;
    width: 200%;
    margin-left: -282px;
    position: relative;
    right: 100%;
    background: #f2f2f2;
	}

.rightmenu .col1wrap {
    float:left;
    width:47%;
    position:relative;
    left:53%;
    padding-bottom: 4em;
}

.rightmenu .col1 {
    margin:0 0px 0 223px;
    width: 686px;
   /* overflow:hidden; */
}

.rightmenu .col2 {
    float: right;
    left: 270px; /* less 10px to act as padding left and right */        
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;        
    width: 260px;         
	}   

.col2 h2 { background: url(images/bg-mgh-logo-BB.gif) repeat 0 2px; color:#95601D; font-family:times New Roman; font-size: 12px; height: 19px; margin-top: 20px; padding:9px 0 0 45px; }
.col2 h2 img { margin-top: -7px; }
.col2 h3 { /*background: url(images/bg-mgh-logo-BB-twitter.gif) repeat 0 2px;*/ color:#95601D; font-family:times New Roman; font-size: 12px; height: 19px; margin-top: 20px; padding:9px 0 0 1px; }
.col2 p { font-size: .9em; line-height: 1.3em; margin: 4px 0; color:#555555; }
.col2 a { text-decoration:underline; color:#333333; } 	

.out-there {
	float: left;
	margin: 20px 0 5px;
	width: 100%;
	}
	
.out-there h2 { 
	margin-bottom:5px; 
	}

.download-credentials {
   float: left;
   padding: 35px 0 0 30px;
   }

.BD { background: url(images/bg-border-double.gif) repeat-x; border: medium none; height: 8px; }
.BS { background: url(images/bg-border-single.gif) repeat-x; border: medium none; clear: both; height: 8px; }

ul.inline { list-style-type: none; margin: 0; padding: 0; }
ul.inline li { float: left; margin: 0; padding: 0; }

hr.clear { 
	clear: both; 
	background: none; 
	border: 0;
	color: #f2f2f2; 
	margin: 0; 
	padding: 0; 
	}
	
.col2 input.text {
	border: 1px solid #999;
	width: auto;
	}	
	
*:focus{
	outline: none ;
	}
	
body { 
	background: #333 url(images/bg.gif); 
	font: 1.2em arial, sans-serif, helvetica; 
	margin: 0; 
	padding: 0; 
	}

a { 
	color: #333; 
	}
	
a img { 
	border: none; 
	}

h1, h2, h3, h4, h5, h6 { 
 	font-weight: bold;
 	}
 	
 h1 {
 	color: #A6600C;
	font-size: 13px; 
	}

 h1 a {
   color: #A6600C;
   text-decoration: none;
   }

 p {
 	line-height: 1.4em;
 	margin: 0 0 1.4em 0;
 	}
 	
hr {
	background: #A6610C;
	border: medium none;
	color: #A6610C;
	height: 1px;
	margin: 0 0 1.45em 0;
	}

ul, ol {
	list-style-position: outside;
	}
	
 hr.double {
 	border-bottom: 4px double #A6600C;
 	background: none;
 	margin: 20px 0 15px 0;
 	}
 
.wrapper { 
	margin: 25px 30px 0 30px; 
	}   

.button-brown,
.button-orange,
.button-gray {
	color: #FFF;
	margin-right: 8px;
	padding: 3px 6px;	
	}
	
.button-brown {
	background: #95601D;
	border: 1px solid #EC891D;		
	}
	
.button-orange {
	background: #EC891D;
	border: 1px solid #95601D;	
	}

.button-gray {
   background: #666;
   }

a.button-orange,
a.button-brown,
a.button-gray {
	color: #fff;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	}

a:hover.button-orange,
a:hover.button-brown,
a:hover.button-gray {
	color: #fff;
	}	
.mgh-hide {
	position: relative;
	left: -999em;
	}

/*---------------------------------------------------------------*/


/*---------------------------------------------------------------
 * Sportlight
 *---------------------------------------------------------------*/	
.spotlight { background: #FFF; border: 1px solid #95601D; margin-bottom: 30px; padding: 7px; width: 247px; }
.spotlight a.spotlightlink { font-size:10px; margin-left:4px; line-height: 21px; font-weight: bold; color: #000000; text-decoration: none;}
.spotlight h2 { background: url(images/bg-spotlight-header.gif) no-repeat 0 0; height: 16px; margin: 0 0 3px; padding: 4px 0 3px 45px; }
.spotlight p { color: #636363; font-size: 0.9em; line-height: 1.2em; margin: 5px 0 0; padding: 0 4px; }	
.spotlight p a { color:#636363; font-weight: bold; text-decoration:none; }
.spotlight .crop {}
/*---------------------------------------------------------------*/	


/*---------------------------------------------------------------
 * Primary Navigation
 *---------------------------------------------------------------*/	
ul.nav { 
	background: url(images/bg-nav.gif) repeat-x; 
	height: 60px; 
	padding-left: 8px; 
	}
	
ul.nav li { 
	padding-top: 11px; 
	}
	
ul.nav li a { 
	color: #FFF; 
	display: block;
	font-family: sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
/*	padding: 8px 23px 4px; */
	padding: 8px 17px 4px;
	text-decoration:none; 
	}
	
ul.nav li a.last { 
	padding: 8px 0 4px 15px;
	}
        
.primary_navigation ul li.current,
.primary_navigation ul li.current a,
.primary_navigation ul li a:hover { 
	text-decoration: none;	
	}

body.work a.work,
body.capabilities a.capabilities,
body.capabilities a.services,
body.capabilities a.leadership,
body.capabilities a.industry,
body.clients a.clients,
body.news a.news,
body.careers a.careers,
body.contact a.contact,
body.services a.capabilities,
body.news a.subnav-press-release,
body.services a.subnav-capabilities-services,
body.leadership a.subnav-leadership,
body.industry a.subnav-industry,
.primary_navigation ul li a:hover { 
	color: #EC891D;
	}
	
.secondary_navigation ul li.current,
.secondary_navigation ul li.current a {
	color: #EC891D;
	}

/* start 2nd level */
.primary_navigation ul li div,
.primary_navigation ul li.current div { 	
	background-color: #636467; 
	display: none; 
	height: 95px;
	margin: 0; 
	padding: 10px 0 20px; 
	position: absolute; 
	width: 125px;
	z-index: 100; 	
	}

/* needs to be the width of our first column */
.primary_navigation ul li .column-2,
.primary_navigation ul li.current .column-2 {
	margin-left: 125px;
	}

.primary_navigation ul li .column-3,
.primary_navigation ul li.current .column-3 {
   margin-left: 250px;
   }
   
.primary_navigation ul li .column-3,
.primary_navigation ul li.current .column-3 {
   margin-left: 250px;
   }

.primary_navigation ul li .column-4,
.primary_navigation ul li.current .column-4 {
	margin-left: 375px;
	}

.primary_navigation ul li div span ,
.primary_navigation ul li.current div span {
	display: block;
	line-height: 1.1em;
	padding: 3px 0;
	width: 94%;
	}

.primary_navigation ul li div span a,
.primary_navigation ul li.current div span a {
	background-color: #636467;
	color: #fff;
	display: block;
	font-family: sans-serif, arial;
	font-weight: normal; 
	font-size: 11px;
	padding: 0 10px; 
	text-transform: none;
	}

.primary_navigation ul li div span a:hover,
.primary_navigation ul li.current div span a:hover {
	background: none;
	text-decoration: underline;	
	}
	
.primary_navigation .nested .title a {
	margin-left: -10px;
	}
	
.primary_navigation .nested span {
	margin-left: 10px;
	}

/*---------------------------------------------------------------*/


/*---------------------------------------------------------------
 * Secondary Navigation - see mgh.select.css for form elements!
 *---------------------------------------------------------------*/	
.secondary_navigation {
	background-color:#d1d3d4;
	height: 34px;
	padding-left:10px;
    }
   
.secondary_navigation p { 
    padding:5px 0 0 18px; 
    }
   
.secondary_navigation ul { 
    padding-top: 5px;
    }
    
.secondary_navigation ul li { 
    font-size:10px; 
    padding:5px 0 0 18px; 
    color:#4d4d4d; 
    display:inline; 
    }

.secondary_navigation ul li a { color:#636467; font-weight:bold; text-decoration:none; }
.secondary_navigation ul li a:hover { color:#EC891D; font-weight:bold; }
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------
 * Footer
 *---------------------------------------------------------------*/	
.footer {
	background: #EE8A1D url(images/bg-footer.gif) repeat-x;
    clear: both;
    float: left;
    font-size: 11px;
    padding-bottom: 20px; 
    width: 100%;
	}
	
.footer ul { 
	margin: 24px 0;
	list-style-type: none; 
	}
	
.footer ul.inline {
    display: inline;
    float: none;
}
.footer ul li { 
	color: #fff; 
	margin-right: 15px; 
	}

.footer ul li.last {
    margin-right: 0;
    }
    
.footer ul li a { 
	color: #fff; 
	text-decoration: none;  
	}

.footer ul li a:hover { 
	color: #636467; 
	}

.footer .content { font-weight: bold; }
.footer hr { margin: 0; padding: 0; color: #EE8A1D; background: #EE8A1D; }
.footer p { color:#ffffff; text-align: left; margin: 10px 40px 0 60px; }

.footer .footer-glue { padding: 30px; }
.footer .footer-glue .left { float: left; width: 665px; margin: 15px 0 0; }
body.home .footer .footer-glue .left { padding-top: 60px; }
.footer .footer-glue .right { float: left; width: 232px; margin: -13px 0 0; }

.footer .col-f-1,
.footer .col-f-2,
.footer .col-f-3,
.footer .col-f-4 { float: left; margin: 10px 50px 0 0; }

.footer .col-f-4 { margin-right: 0; }

.footer .download-credentials { padding: 10px 0; }
.footer .out-there { margin: 0; }

/*---------------------------------------------------------------*/	

	
/*---------------------------------------------------------------
 * Forms
 *---------------------------------------------------------------*/
form p {
	margin-bottom: 10px;
	}

label {
	display: block;
    font-size: 11px;
	}

textarea,
input.text {
	border: 1px solid #FDB913;
	padding: 3px;
	}

input.button {
	background: none;
	border: none;
	font-family: sans-serif, arial;
	padding: 3px 2px 2px 2px;
	}
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------
 * Twitter Feed
 *---------------------------------------------------------------*/
ul.twitter { 
    background: #f9f7ee;
    border: 1px solid #999;
    clear: both;
    float: left;
    list-style-type: none;    
    margin: 0 0 10px 0;
    padding: 3px 10px 20px;
    width: 240px; 
    }

ul.twitter li {
    border-bottom: 1px dashed #999;
    font-size: 11px;
    float: left;
    line-height: 1.2em;    
    margin-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    }
    
ul.twitter li.last {
	border: none;
	}
	
ul.twitter li img {
	float: left;
    }
    
.twitter-button-pane { 
	width: 100%;
	text-align: right;
	}

.twitter-button-pane a { 
    font-weight: bold;
    }
    
.twitter-button-pane .button-gray { 
	margin-right: 0px;
	}
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------
 * Search
 *---------------------------------------------------------------*/
.col2 .search {
	margin: 20px 0;
	}

.col2 .search input.button {
    color: #4d4d4d;
    }
    
.col2 .search input.text {
    width: 165px;
    }
/*---------------------------------------------------------------*/
  		


/*---------------------------------------------------------------
 * Header contatiner
 *---------------------------------------------------------------*/	
#headerContainer {
     background-color: #fff;
     width: 685px;
     }
/*---------------------------------------------------------------*/	


/*---------------------------------------------------------------
 * Tiny MCE Content
 *---------------------------------------------------------------*/ 
#content ul { 
    list-style-type: disc; 
    }

#content li {
    list-style-position: inside; 
    }
/*---------------------------------------------------------------*/ 

/*---------------------------------------------------------------
 * Twace Book Container
 *---------------------------------------------------------------*/ 
.twacebook-container h2 img { margin-left: -5px; margin-top: -7px; }
.twacebook-container li { border-bottom: 1px dashed #999; line-height: 1.3em; list-style-type: none; margin-bottom: 10px; padding-bottom: 10px; }
.twacebook-container li .content { font-size: 11px; }
.twacebook-container li:last-child { border-bottom: 0; }
.twacebook-container .date { color: #EC881D; font-size: 11px; font-weight: bold; margin-top: 5px; text-align: right; }
.twacebook-container a { color: #996600; text-decoration: none; }
.twacebook-container .title { font-weight: bold; }
/*---------------------------------------------------------------*/ 

/*---------------------------------------------------------------------*
 *mailchimp forms
/*---------------------------------------------------------------------*/
.mc-field-group label {
	color: #555555;
	padding: 3px 0;
	}
	
.mc-field-group input[type="text"]{
	border: 1px solid #FDB913;
	color: #555555;
	padding: 3px;
	width: 350px;
	}

.mc-field-group input[type="email"]{
	border: 1px solid #FDB913;
	color: #555555;
	padding: 3px;
	width: 350px;
	}
	
.clear {
	clear: both;
	}

.clear input.button {
	background: #ec891d;
	border: 1px solid #95602d;
	color: #ffffff;	
	margin: 10px 0;
	padding: 5px 3px;
	text-transform: uppercase;
	}

.required {
	color: #555555;
	font-style: normal;
	}

.required email {
	color: #555555;
	font-style: normal;
	}

.mc-field-group ul {
	list-style-type: none; 
	}

.mc-field-group ul input[type="checkbox"] { 
	float: left;
	margin-left: 0;  
	}

.mc-field-group ul label { 
	float: left;
	padding: 0 3px 0; 
	}

.indicates-required {
	clear: both;
	color: #ec891d;
	font-size: 10px; 
	font-style: italic;
	padding-top: 5px;
	}

#mc_embed_signup form div.mce_inline_error {
	background-color: #ef2020;
	color: #fff;
	width: 338px; 
	}

#mc_embed_signup form input.mce_inline_error {
	border-color: #fdb913;
	}

