/* CSS Document */
/*///////////////////////////// \ head \ ///////////////////////////////////////*/

div#mm_head {
        width:805px;
}

td.head_space {
        height:74px; 
	background-image:  url(/mm/graphics/blue_mesh.gif);
	background-repeat: repeat-x;	
        white-space: nowrap;	
}

td.head_space img {
        height:0px;  
        height:74px; 
        padding:0px;
        margin:0px;
}

td.head_nav {
        text-align:right;
        height: 23px! important; 
	background-image:  url(/mm/graphics/nav_bar.gif);
	background-repeat: repeat-x; 
	white-space: nowrap;
        padding-right:15px;
  
}


td.head_nav a {
       line-height:23px !important;
       font: 9px Verdana, sans-serif;
       margin: 0px 0px 0px 0px;
}


td.head_nav a {
	color: #333333;
	text-decoration: none;
}

td.head_nav a:hover {
        color: #000;
        text-decoration: none;
}

.menu_link {
	padding: 5px 9px 5px 5px;		
}

.menu_split {	
	border-left: 1px solid #8d9495;		
	padding: 5px 9px 5px 9px !important;	
}


/*/////////////////////////// SEARCH /////////////////////////////////////////*/
#head_search {
	width: 150px;
}

.head_search_line {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
}

#content{
        margin: 0px 0px 0px 40px;
	position: absolute;
	display: inline;
	width: auto;
	z-index: 9;
	left: 1px;	
}

body {
	text-align: center;
/* part 1 of 2 centering hack */
	margin: 0px;
	padding: 0px;	
}
/*////////////// BACKGROUND STYLES ////////////////////////////////*/
#l_tile {
	background-image:  url(/mm/graphics/l_tile_search.gif);
	background-repeat: repeat-x;
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px;
	position: absolute;
        width: 50%;
	 /*width: 187px; */
	left: 0px;
	right: auto;
	background-position: top;
	height: 159px;
}

#l_tile_not_logged_in {
	background-image:  url(/mm/graphics/l_tile_search.gif);
	background-repeat: repeat-x;
	background-color: #E6F3FD;
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px;
	position: absolute;
        width: 50%;
	/* width: 187px; */
	left: 0px;
	right: auto;
	background-position: top;
	height: 159px;
}

#light_blue {
	background-image:  url(/mm/graphics/light_blue.gif);
	background-repeat: repeat-y;	
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px ;
	position: absolute;
        width: 400px;
	/* width: 187px; */
	left: 0px;
	right: auto;
	background-position: top;
	height: 100%;	
}

#l_tile_lite {
	background-image:  url(/mm/graphics/lite_tile_search.gif);
	background-repeat: repeat-x;	
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 50%;
	left: 0px;
	right: auto;
	background-position: top;
	height: 159px;
}
#r_tile {
	background-image:  url(/mm/graphics/r_tile.gif);
	background-repeat: repeat-x;
	display: inline;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 50%;
	right: 0px;
	left: auto;
        background-position: top;
	height: 100px;
}


