/* reset.css courtesy of Eric Meyer - meyerweb.com */

html, body, #wrapper div, #wrapper span, #wrapper object,
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, #wrapper p,
#wrapper a, #wrapper img, #wrapper ol, #wrapper ul, #wrapper li,
#wrapper table, #wrapper tr, #wrapper th, #wrapper td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, #footer div, #footer span, #footer object,
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p,
#footer a, #footer img, #footer ol, #footer ul, #footer li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
}

#wrapper ol, #wrapper ul, #footer ul, #footer ol {
	list-style: none;
}

/*
fonts.css from the YUI Library: http://developer.yahoo.com/yui/
refer to http://developer.yahoo.com/yui/fonts/ for font sizing

*/

body { font: 13px arial,helvetica,clean,sans-serif; }

body * { line-height:1.22em; }
 
/* styling the basics */
 
#HTMLContent h5 {font-size:85%; margin: 8px 0 4px;}
#HTMLContent h4 {font-size:92%; margin: 10px 0 5px; } 
#HTMLContent h3 {font-size:107%; margin: 13px 0 6px; } 
#HTMLContent h2 {font-size:122%; margin: 15px 0 7px; }
#HTMLContent h1 {font-size:136%; margin: 0 0 10px; } 

#HTMLContent p { margin: 5px 0 9px; }
 
#HTMLContent a:link, a:active { color: #1E447B; }
#HTMLContent a:visited  { color: #AF1423; }
#HTMLContent a:hover { background-color:transparent; color: #7C8083; }

#wrapper ul, #wrapper ol, #footer ul, #footer ol {
	 margin-left: 3px; 
	 list-style-position: outside; 
	 list-style-image: none; 
	 list-style-type: none;
}


/*  Basic Body Styles */

body { 
	font: normal 80% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background:#00a9bc url(../images/mm-background-new.jpg) no-repeat scroll center 50px !important;
}

#HTMLContent {
	margin: 0 auto;
	padding: 16px;
	width: 996px;
	text-align: left;
	background: #fff;
	overflow: visible;
}

.main_container{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 0 20px #555566;
-webkit-background-clip:border;
-webkit-background-inline-policy:continuous;
-webkit-background-origin:padding;
-webkit-border-radius-bottomleft:4px;
-webkit-border-radius-bottomright:4px;
-webkit-border-radius-topleft:4px;
-webkit-border-radius-topright:4px;
-webkit-box-shadow:0 0 20px #555566;
background:#333333 none repeat scroll 0 0;
border:3px solid #333333;
height:500px;
margin:20px auto;
overflow:hidden;
width:990px;
}

.social{
width:990px; 
height:86px;
border-top:1px solid #000000;
}

/* Header */


/* tile */

#HTMLContent .tile p,
#HTMLContent .tile ul,
#HTMLContent .tile ol,
#HTMLContent .tile table {
	margin-bottom: 1em;
}

#HTMLContent .tile h2 {
	font: normal 2.4em Tahoma, Arial, sans-serif;
	color: #AF1423;
	margin: 0;
}

#HTMLContent .tile h3 {
	font: bold 1.4em Verdana, Arial, sans-serif;
	color: #1E447B;
}

#HTMLContent .tile h4 {
	font: bold 1.2em Verdana, Arial, sans-serif;
	color: #AF1423;
}

#HTMLContent .tile h5 {
	font: bold 1em Verdana, Arial, sans-serif;
	color: #1E447B;
	text-transform: uppercase;
}

#HTMLContent .tile h6 {
	font: bold 1em Verdana, Arial, sans-serif;
	color: #AF1423;
}

#HTMLContent .tile ul li {
	list-style-type: disc;
	margin-left: 1em;
}

#HTMLContent .tile {width: auto; display: block; padding:20px 0; border-bottom:1px solid #e6e6e6;}

#HTMLContent .tile .tileBody {padding: 0 12px;}


/*  Footer */

#footer {
background-color:#3A3D44;
height:27px;
min-width:991px;
padding:5px 0;
position:absolute;
width:100%;
z-index:999999;
}

#footer dl.nav {
margin:5px auto;
width:991px;
}

	
#footer .nav dd, #footer .nav ul {margin:0;}
#footer .nav dd {padding:0 8px;}
#footer .nav dd li {float:left;}
#footer .nav dd ul li{margin:0 22px 0 0; /*height:13px; */}
#footer .nav dd li li {float:none; }
#footer .nav dd li dd, .nav dt {display:none;}

#footer dd li dd {display:block;}
#footer div, #footer dd li {/*padding:0 0 0 0;*/}
#footer dd li li {border:none;}

#footer a {background-color:transparent;}
#footer a.footer-link:link, #footer a.footer-link:visited, #footer a.footer-link:active {font-size:10px; text-decoration:none !important; color:#666666 !important; }
#footer a.footer-link:hover { color:#666666; text-decoration:none;}

#footer .copy-text {margin:0 !important; color:#999; float:right !important; font-size:10px}


/*  Clear Fixes */

#footer .clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

#footer .clearfix { display: block; }

