/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #0080BB; color: #fff; text-shadow: none; }
::selection { background: #0080BB; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between ../img and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Colorbox styles
   ========================================================================== */
   
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:14px; height:14px; background:url(/img/advertise/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(/img/advertise/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(/img/advertise/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(/img/advertise/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(/img/advertise/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(/img/advertise/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(/img/advertise/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(/img/advertise/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(/img/advertise/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/img/advertise/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/img/advertise/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/* ==|== primary styles =====================================================
   Author: JMC4AAC
   ========================================================================== */

body { background-image:url('/img/advertise/strip-pattern.png'); }
a:link,
a:visited { color:#0080BB; }

/* Headings */
h1, h2, h3, h4 { font-family: 'PT Sans Narrow',sans-serif; }
h1 { font-size:3em; }
h2 { font-size:2.2em; color:#000000; margin-bottom:.5em; }
h3 { font-size:1.5em; }


/* Header styles */
.header-wrapper { margin:0; position:relative;  }
.header { background-color:#003649; overflow:hidden; clear:both; margin:0; padding:.2em 0em; padding-left:6.5em; }
.header h1 { margin:0; padding:0; width:auto; max-width:230px; float:left; }
.header h1 img { width:100%; }
.header span { float:right; font-size:3em; color:#ffffff; display:block; margin:.2em 1em .3em 0;  font-family: 'PT Sans Narrow',sans-serif; }
.header { position:relative; z-index:9; }
.mmg-logo { position:absolute; z-index:9999; top:-3px; left:15px; width:60px; }
.mmg-logo img { width:100%; }
.main .subhead { z-index:9;  padding-left:7em;}
.ie7 .header h1 img { width:auto; }

.subhead { overflow:hidden; clear:both; background-color:#0080BB; padding:.5em 0 1em 2em; margin:0; position:relative; }
.subhead h1 {  width:auto; color:#ffffff; display:inline-block; float:left; margin:0;  }

/* Table styles */
.table h3 { margin-top:0; margin-bottom:.5em; }
table { width:100%; margin-bottom:1em; }
table th,
table td { padding:.15em .5em; font-size:.9em; }
table th { text-align:right; }
td.spacer { height:1.2em; }
table .item.separator { text-transform:uppercase; font-size:.9em; }
table .value { text-align:right; }
table .section { padding-top:1em; font-weight:bold; text-transform:uppercase; background-color:#f4f3ec; }
table .sub-section { padding-top:1em; text-transform:uppercase; color:#000000; font-weight:bold; }
tr { background-color:#ddecf2; }
tr:nth-child(even) { background-color:#ffffff; }

.specifications th { text-align:left; padding-top:1em; }
.specifications td { line-height:130%; font-size:1em; }

.source table .item { width:250px; }
.source table .value { width:150px; }

.reach table { width:400px; clear:right; }
.reach.table { float:right; margin:0 0 1.5em 1.5em; }
.reach.table h3 { margin-top:0; }

.cite { font-size:.8em; font-style:italic; }

/* Structures */
.content,
.subfoot .looking-for,
.footer .information { width:72%; }

/* Interior content */
.content { float:right; margin-left:1em; margin-top:1em; padding:0 2em 1em 2em; background-color:#ffffff; -moz-border-radius:10px 10px 0 0; -o-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; border-radius:10px 10px 0 0; }

.main p { border-left:2px solid #0080BB; padding-left:1em; font-size:1.2em; }

.illustration { width:45%; border:1px solid #e3e3e3; float:right; clear:right; margin:1em 0 2em 3em; border:2px solid #0080BB; }
.illustration img { width:100%; }

ul.contacts { list-style:none; margin:0; padding:0;  }
ul.contacts li { padding:.5em; border-bottom:1px solid #e3e3e3; }
ul.contacts li span { padding-right:1em; }

/* Subfoot */
.subfoot { position:relative; margin:0; background-color:#0080BB; overflow:hidden; clear:both; height:5em; }
.looking-for { background-color:#ffffff; -moz-border-radius:0 0 10px 10px; -o-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; border:0; padding-top:0; padding:1em 2em; overflow:hidden; float:right; border-top:1px solid #e3e3e3; }
.looking-for h3 { float:left; font-size:1.5em; margin-top:.2em; margin-left:.5em; margin-bottom:0; }

.looking-for a:link,
.looking-for a:visited { display:block; -moz-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background-color:#ddecf2; border:1px solid #0080BB; padding:.5em 1em; color:#000000; text-decoration:none; text-align:center; float:left; margin-left:1em; }
.looking-for a:hover,
.looking-for a:focus { background-color:#e3e3e3; color:#000000; } 

.contact-advertising { overflow:hidden; clear:both; -moz-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background-color:#efefef; border:1px solid #e3e3e3; padding:1em 3em;  margin:1em 0; text-align:center; line-height:1.5; }
.contact-advertising p { margin:0; }
.contact-advertising a:link,
.contact-advertising a:visited { width:auto; color:#0080BB; text-decoration:none; text-align:center; font-weight:bold;  }
.contact-advertising a:hover,
.contact-advertising a:focus { color:#000000; } 

/* Footer */
.footer { margin:0; clear:both; overflow:hidden; background-color:#000000; padding:1em; color:#ffffff; text-align:center; }
.footer span { padding:0 1em; text-transform:uppercase; font-size:.9em; white-space:nowrap; }
.footer .information { margin-left:1em; padding:1em 2em; float:right; }

/* Navigation */
.navigation { float:left; width:21%; }
.navigation ul { list-style:none; text-align:left;}
/* backup (wireframe)
.navigation ul li a:link,
.navigation ul li a:visited { display:block; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background-color:#ffffff;border:1px solid #0080BB; padding:.5em 1em; color:#000000; margin-bottom:.5em; text-decoration:none; }
*/

.navigation ul li a:link,
.navigation ul li a:visited { display:block; background-color:#003649; border:2px solid #ffffff; padding:.5em 1em; color:#000000; margin-bottom:.5em; text-decoration:none; color:#ffffff; font-weight:bold; font-size:1.1em; }

.navigation ul li.about-mlive a:link,
.navigation ul li.about-mlive a:visited { background-color:#f3e0ca; color:#003649; }

.navigation ul li a:hover,
.navigation ul li a:focus {  background-color:#f79e34; color:#ffffff; }

/* Navigation status */
body.landing .navigation ul li.landing a:link,
body.landing .navigation ul li.landing a:visited { background-color:#f79e34; }
body.contacts .navigation ul li.contacts a:link,
body.contacts .navigation ul li.contacts a:visited { background-color:#f79e34; }
body.online .navigation ul li.online a:link,
body.online .navigation ul li.online a:visited { background-color:#f79e34; }
body.print .navigation ul li.print a:link,
body.print .navigation ul li.print a:visited { background-color:#f79e34; }
body.rate-card .navigation ul li.rate-card a:link,
body.rate-card .navigation ul li.rate-card a:visited { background-color:#f79e34; }

/* Popout illustration styles */
.ad-illustrations { width:800px; margin:auto; }
.ad-illustrations .ad-illustration { margin:1em 0; }
.ad-illustrations .ad-illustration.right { float:right; margin-left:1em; }
.ad-illustrations .ad-illustration.left { float:left; margin-right:1em; }

form { width:410px;}
form label { font-weight:bold; float:left; width:200px; }
form input,
form textarea,
form select { width:200px; border:1px solid #666666; padding:.2em; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
form textarea { width:400px; }
form input.submit { display:block; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background-color:#ddecf2; border:1px solid #0080BB; padding:.5em 1em; color:#000000; margin-bottom:.5em; text-decoration:none; float:right; }

body.rate-card .looking-for { display:none; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
   
@media only screen and (min-width: 1200px) {
.main,
.header-wrapper,
.subfoot .looking-for { margin:auto; max-width:1200px; }
.subhead h1 { font-size:3em; }
.subhead { -moz-border-radius:0 0 10px 10px; -o-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; }
} 

@media only screen and (max-width: 1024px) {
.navigation { clear:both; float:none; width:100%; margin:0; text-align:center; }
.navigation ul { margin:1em auto; width:80%; }
.navigation ul li { display:inline; }
.navigation ul li a:link,
.navigation ul li a:visited { width:27%; float:left; margin-right:1em; }

.content { float:none; width:90%; margin-left:0em; margin:auto; clear:both; padding-top:1em; padding-right:1em; }
.subfoot .looking-for,
.footer .information { float:none; width:90%; margin:auto; clear:both; padding-top:1em; padding-right:1em; }

form { margin:auto; }
body.rate-card .content { overflow:hidden; padding-bottom:2em; }
}

@media only screen and (max-width: 768px) {
.content { clear:both; float:none; overflow:hidden; }
.subhead h1 { font-size:2.5em; }
.navigation ul { width:90%; }
.navigation ul li a:link,
.navigation ul li a:visited { width:40%; }

.illustration { float:none; clear:both; margin:auto; width:80%; }
.reach table { width:400px; float:none; clear:both;  }
}

@media only screen and (max-width: 480px) {
.subhead h1 { font-size:1.5em; }
.navigation ul {  }
.navigation ul li a:link,
.navigation ul li a:visited { width:90%; }
h1 { font-size:2em; }
.subfoot { height:auto; }
.looking-for { margin:0 auto .5em auto; }
.looking-for h3,
.looking-for a:link,
.looking-for a:visited { clear:both; float:none; margin:auto; text-align:center; }
.looking-for a:link,
.looking-for a:visited { width:80%; }
.looking-for h3 { margin-bottom:.5em; }
h1 { font-size:2.2em; }
table { width:400px; }
table.source .item { width:200px; }
table.source .value { width:100px; }
.header { text-align:center; }
.header span { display:none; }
form { width:100%; }
form label,
form input { display:block; clear:both; float:none; width:80%; }
form textarea { width:80%; }
form input.submit { clear:both; float:none; margin:0; }
}

@media only screen and (max-width: 320px) {
.navigation ul li a:link,
.navigation ul li a:visited { width:80%; }

}

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for ../img, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
