/* CSS - StyleSheet */

body {
	background-color:#edf1a8; 
	margin:0;
}

#container {
	margin-left:0; 
	margin-top:40px; 
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#top_nav {
	width:940px; 
	height:32px; 
	text-align:right; 
	color:#f68933; 
	overflow:hidden;
}

#top_nav ul {
	list-style:none; 
	margin-top:10px; 
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif; 
	overflow:visible;
}

#top_nav ul li {
	display:inline; 
	margin-right:16px;
}

#top_nav ul li.core {
	background-color:#ffffff; 
	padding:10px 8px 10px 10px; 
	margin-bottom:15px;
}

#top_nav ul li.last {
	margin-right:0;
	padding-right:0;
}

#top_nav  a:link {color:#F68933; text-decoration:none;} 
#top_nav  a:visited {color:#F68933; text-decoration:none;} 
#top_nav  a:active {color:#54301A; text-decoration:none;} 
#top_nav  a:hover {color:#54301A; text-decoration:none;}


/* H1 Swap Image Replacement */
h1.swap_home {
  height:80px;
  width:200px;
  background-repeat:no-repeat;
  position:relative; 
  top:0px;
  left:0px;
  margin-top:0;
  }
  
h1.swap_home span {display:none;} 
h1#t-homepage {background-image:url("/images/MM_logo.gif");}







#content_container {
	background-color:#ffffff; 
	width:940px; 
	background-image:url(../images/sidepattern_green.gif); 
	background-repeat:repeat-y;
	margin-bottom:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#54301a; 
	overflow:hidden;
	/*
	min-height:615px; 
	height:auto !important;
  	height:615px;	
	*/
	
}

#content_container.elements {
	background-image:url(../images/sidepattern_brown.gif); 
}

#content_container.strategies {
	background-image:url(../images/sidepattern_orange.gif); 
}

#content_container.design {
	background-image:url(../images/sidepattern_green.gif); 
}



#splash_text {
	width:380px; 
	margin-left:105px; 
	margin-right:25px; 
	margin-top:25px; 
	float:left;
	font-size:11pt; 
	line-height:17pt; 
	color:#947e70;
}

#splash_text p.splash_headline {
	margin-top:40px; 
	font-weight:bold; 
	line-height:14pt; 
	font-size:9pt;
	color:#54301a;
}

#splash_cat_container {
	width:413px; 
	float:right; 
	margin:10px 10px 10px 0px;
}

#splash_cat_container div.boxes {
	width:413px; 
	height:152px; 
	padding-bottom:8px; 
	margin-bottom:8px; 
	border-bottom:1px solid #aeb0b2;
}

#splash_cat_container div.boxes_end {
	width:413px; 
	height:152px; 
	padding-bottom:0; 
	margin-bottom:0;
}

#splash_cat_container div.core_text {
	float:left; 
	width:253px; 
	height:150px;
}

#splash_cat_container div.core_photo {
	float:left;
	width:160px; 
	height:150px;	
}




/* ---- STYLES FOR CORE ELEMENT PAGES ---- */

#core_text {
	width:270px; 
	margin-left:105px; 
	margin-right:30px; 
	margin-top:24px; 
	float:left;
	font-size:10pt; 
	line-height:15pt; 
	color:#54301a;
	display:inline;
}

.core_headline {
	margin-top:0;
	font-weight:bold; 
	line-height:15pt; 
	font-size:11pt;
	color:#F68933;
}



#category_text {
	width:270px; 
	margin-left:105px; 
	margin-right:30px; 
	float:left;
	font-size:10pt; 
	line-height:15pt; 
	color:#54301a;
	display:inline;
	clear:left;
}



#elements_right_container {
	width:519px; 
	float:right; 
	margin:0 10px 10px 0;
	display:inline;
}

#elements_right_grid {
	width:519px; 
	margin-top:24px; 
	font-size:10px; 
	line-height:normal;
	color:#54301a; 
	font-weight:bold; 
	padding:0;
}

#elements_right_grid img {
 	width:160px;
 	height:160px;
	margin-bottom:8px;
	border:none;
 }

#elements_right_grid a:link {color:#54301A;; text-decoration:none;} 
#elements_right_grid a:visited {color:#54301A;; text-decoration:none;} 
#elements_right_grid a:active {color:#F68933; text-decoration:none;} 
#elements_right_grid a:hover {color:#F68933; text-decoration:none;}


#elements_right_grid p {
	margin-top:0; 
	margin-bottom:10px;
}

#elements_right_grid .top_row {
	width:519px; 
	border-bottom:1px solid #aeb0b2; 
	overflow:hidden; 
	clear:left; 
	background-image:url(../images/background_grid.gif); 
	background-repeat:repeat-y;
}

#elements_right_grid .bottom_row {
	width:519px; 
	border-bottom:1px solid #aeb0b2; 
	overflow:hidden; 
	clear:left; 
	background-image:url(../images/background_grid.gif); 
	background-repeat:repeat-y; 
	padding-top:10px;
}

#elements_right_grid .left_cell {
	float:left; 
	width:160px; 
	margin-right:10px;
}

#elements_right_grid .middle_cell {
	float:left; 
	width:160px;
	margin-left:9px; 
	margin-right:10px;
}

#elements_right_grid .right_cell {
	float:left; 
	width:160px; 
	margin-left:10px;
}




/* ---- STYLES FOR SECONDARY NAVIGATION ---- */

#secondary_nav {
	font-size:7pt;
	font-weight:bold;
	line-height:normal;
	text-align:right;
	/*
	margin-bottom:24px; 
	*/
	width:519px;
	margin-right:10px;
	clear:left;
}


#secondary_nav ul {
	list-style:none; 
	margin:0;
	padding:0;
	margin-bottom:8px;
}

#secondary_nav ul li {
	display:inline; 
	margin-top:0;
	margin-bottom:0;
	margin-right:11px;
}

#secondary_nav ul li.last {
	margin-right:0;
	padding-right:0;
}


#secondary_nav  a:link {color:#54301A; text-decoration:none;} 
#secondary_nav  a:visited {color:#54301A; text-decoration:none;} 
#secondary_nav  a:active {color:#F68933; text-decoration:none;} 
#secondary_nav  a:hover {color:#F68933; text-decoration:none;}

#secondary_nav  a.active:link {color:#F68933; text-decoration:none;} 
#secondary_nav  a.active:visited {color:#F68933; text-decoration:none;} 
#secondary_nav  a.active:active {color:#54301A; text-decoration:none;} 
#secondary_nav  a.active:hover {color:#54301A; text-decoration:none;}



#category_text {
	margin-top:20px;
}

/* ---- STYLES FOR FOOTER ---- */

#footer {
	width:940px; 
	height:20px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif; 
	
}

#footer p {
	margin-top:0;
}


#footer_contact {
	width:60%; 
	float:left; 
	font-weight:bold; 
	color:#54301a; 
	font-size:8pt;
}


#footer_links {
	width:40%; 
	float:right; 
	text-align:right; 
	color:#f68933; 
	font-size:9pt;
}


#footer a:link {color:#F68933; text-decoration:none;} 
#footer a:visited {color:#F68933; text-decoration:none;} 
#footer a:active {color:#54301A3; text-decoration:none;} 
#footer a:hover {color:#54301A; text-decoration:none;}

#locations a:link {color:#a5a961; text-decoration:none;} 
#locations a:visited {color:#a5a961; text-decoration:none;} 
#locations a:active {color:#54301A; text-decoration:none;} 
#locations a:hover {color:#54301A; text-decoration:none;}

#locations h4 {font-size:7pt; color:#909268; margin-bottom:0px; margin-top:20px; font-weight: bold; line-height:normal;}

#breadcrumbs a:link {color:#54301A; text-decoration:none;} 
#breadcrumbs a:visited {color:#54301A; text-decoration:none;} 
#breadcrumbs a:active {color:#F68933; text-decoration:none;} 
#breadcrumbs a:hover {color:#F68933; text-decoration:none;}

a:link {color:#F68933; text-decoration:none;} 
a:visited {color:#F68933; text-decoration:none;} 
a:active {color:#54301A3; text-decoration:none;} 
a:hover {color:#54301A; text-decoration:none;}



/*----  POP UP IMAGES ----*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.item_popup{
z-index: 0;
font-size:8px;
}

.item_popup:hover{
background-color: transparent;
z-index: 50;
}

.item_popup img{ /*CSS for enlarged image*/
/*border: 1px solid #666666;*/
margin:0;
padding:0;
}


.item_popup span{ /*CSS for enlarged image*/
position: absolute;
background-color:#fffff;
border:none;
padding: 0px;
left: -1000px;
visibility: hidden;
/*color: black;*/
}

.item_popup span img{ /*CSS for enlarged image*/
/*float:right;*/
padding: 0px;
border:none;
/*position:absolute;
left:70px;
top:10%;*/
}

.item_popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position:absolute;
top: 0;
left: -310px;
width:298px;
height:300px;
/*right: 401px; /*position where enlarged image should offset horizontally */

}


.hidden {
 display: none;
}

.regular {
 	font-style:italic;
	font-weight:normal;
	line-height:normal;
 	font-size:10pt;
 	height:100px;
}

.regular span {
	font-style:normal;
	font-weight:bold;
	font-size:8pt;
}
