/* =NAVIGATION
*************************/
@import url(/css/nav.css);


/* =SHELL *
*************************/
body {
	background: #fff url(/images/mlra_main_edge_tile.gif) repeat-x fixed top;
}
#canvas { 
	width: 687px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff url(/images/mp/mlra_main_center_tile.gif) repeat-y 178px;
	color: #444;
	text-align: left;
}

/* =HEADER
*************************/
#header {
	position: relative;
	background: #fff url(/images/int/mlra_int_nav_tile.gif) repeat-x bottom;
	height: 124px; 
}
#midline {
	background: url(/images/mp/mlra_main_green_divider.gif) no-repeat bottom;
	height: 197px;
}
#map {
	float: left;
	width: 179px;
	height: 184px;
	background: #EAF5DE;
}
.hasFlash #map img { display: none; }


/* =EXTRAS
**********************/
#flavor {
	width: 508px;
	height: 184px;
	float:left;
	/*background: #4E7BBA url(/images/mp/mlra_main_photo.jpg) no-repeat top right;*/
	background: #4E7BBA url(/images/mp/mlra_main_photo_annualreport.jpg) no-repeat top right;
}

#lnkMLRA
{
    display: block;
    width: 169px;
    height: 0;
    overflow: hidden;
    padding-top: 184px;
    float:right;
    right: 0;
    top: 0;
}

#testimonials {
	margin-top: 10px; margin-left: 350px;
	overflow: hidden;
	width: 147px;	height: 166px;
	background: url(/images/mp/mlra_main_video_bg.gif) no-repeat;
	line-height: 1.2;
	font-size: .83em;
	z-index: 1;
}
#testimonials img { display: block; margin: 4px; }
#testimonials p {
	margin: 0; padding:5px 10px;
	color: #444;
	line-height: 1.2;
}
#testimonials a.video {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
	

#midline,#mainframe,#footer { clear:both; }
#mainframe {
	width: 687px;
	overflow:hidden;
}
#cwrap { 
	width: 517px;
	float: left;
	overflow:hidden;
}
div.frame {
	background: #fff url(/images/mrla_spotlight_photo_frame.gif);
	width: 165px;
	height: 73px;
	padding: 4px 0;
	margin: 0 auto;
	overflow: hidden;
}
div.frame img { display: block; margin:0 auto; }

/* =CONTENT (main) 
***************************/
#mainframe h2 { margin-top: 0; }
#cc, #fc, #nc { padding: 1px 0 10px; text-align: center; }
#cc {
	width: 338px;
	float:right;
}
#content {
	padding: 5px 0 200px;
	margin: 0 auto;
	text-align: left;
	font-size:.9em;
	width: 90%;
	color: #3360B1;
}
#fc {
	width: 178px;
	float: left;
}
#nc {
	width: 169px;
	float:right;
	overflow: hidden;
}

#sp_ind, #search,
#sp_comm {
	margin-top: 1.3em;
}

/* =FOOTER 
***************************/
#footer {
	margin: -200px 0 0 178px; 
	padding-bottom: 10px;
	position: relative;
	width: 340px;
	font-size: .83em;
	line-height: 1.1;
	color: #3360B1;
}
#links {
	text-align: center;
	margin-bottom: 20px;
}
#fbox {
	width: 340px;
	background: #fff url(/images/mp/mlra_main_footer_background.gif) no-repeat;
	height:	144px;
}
#fbox address {
	margin: 0;
	padding: 20px 5px 5px 72px;
}
#copy,#fbox p {
	padding: 5px 5px 5px 72px;
	word-spacing: -1px;
	letter-spacing: -1px;
}
#fbox p { padding: 0 5px 0 26px; margin-top: 0px; }

/* =DBITEMS 
***************************/
dl.item {
	font-size: .9em;
	text-align: left;
	margin: .5em .8em 1em;
	line-height: 1.1;
}
dl.item dd {
	margin: 0;
}

.all { font-weight: bold; font-size: .9em; }

/* =BROWSER HACKS ('* html element' --read only by IE 5.x WIN/MAC)
******************************************************/
/* BEGIN HIDING FROM IE-MAC {commented backslash hack} \*/
* html div.frame {
	text-align: center;
	height: 81px;
	he\ight: 73px;
}
/* END HIDING FROM IE-MAC                               */
