@import url("print.css") print;

body {
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	color: #004DBF;
	line-height: 110%;	
}

/*
********************
*** Classes 
********************
*/
.dark_text {
    color: #004DBF;
}
.center {
    text-align:center;
}
.clear {
	clear: both;
}
.global_body {
	width: 930px;
	margin: auto;
	padding: 20px;
}

/* Global Navigation */
.global_header {
	height: 130px;
	background: #004DBF;
	border-bottom: 3px solid #5387D4;
}
.global_footer {
	background-color: #5B8DD6;
	height: 220px;
	border-top: 3px solid #004DBF;
}
.global_header_body {
	width: 930px;
	margin: auto;
	height: 130px;
	background: transparent url('images/mm_logo_top.png') no-repeat bottom right;
}
.global_footer_body {
	width: 930px;
	margin: auto;
	height: 150px;
}
.global_navigation {
	position: relative;
	left: 400px;
	float: left;
	text-align: left;
	z-index: 100;
}
.global_navigation_header {
	position: relative;
	top: 30px;
}
.global_navigation_footer {
	position: relative;
	top: 20px;
}
.global_navigation_item {
	padding: 5px;
	color: #FFFFFF;
}
.global_navigation_items {
	width: 330px;
}
/* Global Navigation - End */
.mm_logo_header {
	position: relative;
	top: 30px;
	height: 70px;
	width: 320px;
	padding-left: 75px;
	z-index: 0;
	background: transparent url('images/mm_logo_no_rings_70x70.png') no-repeat center left;
}
.mm_logo_text_wrapper {
	position: relative;
	top: 18px;
}
.mm_logo_text {
	font-size: 16pt;
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	color: #C5D7F0;
}
.mm_logo_tagline {
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	color: #C5D7F0;
}

.home_navigation {
	position: relative;
	left: 65px;
}

.home_navigation_item {
    color: #004DBF;
	top: 0px;
	text-align: left;
}

.contactinfo {
	padding-top: 50px;
	color: #C5D7F0;
}
.copyright {
    font-size: 8pt;
	padding-top: 5px;
	color: #9FBCE7;
}

/* Identifiers */

/*
#C5D7F0 lightest blue
#9FBCE7 light
#5B8DD6
#5387D4
#004DBF dark blue
*/

#home_details {
    float: left;
    width: 300px;
    height: 400px;
    padding-top: 20px;
    padding-right: 40px;
}
