@charset "utf-8";
/* DEBUG: * { outline: 1px solid hotpink !important; }*/

@font-face {
    font-family: "Myriad Pro";
    src: url("/Fonts/myriadpro-regular.woff") format("woff");
}
body {
    font-family: Helvetica, Arial, Myraid Pro, "sans-serif";
    color: #000000;
    background-color: #7C8D9F;
    background-image: url("/Images/mtms_page_background.jpg");
    background-repeat: repeat-x;
	padding: 0;
}
.skiplink {
    display: none;
}
.hidden, .mobile {
    display: none;
}
.print {
    display: none;
}
.noprint {
    visibility: visible;
}
.clear {
    clear: both;
}
.highlight {
    background-color: #FFFFE9;
}
p.jumplink {
    margin: auto 0.5em 0 0;
    text-align: right;
}
#content span.pdf {
    font-size: 75%;
    color: #606060;
    background-image: url("/Images/Icons/pdf_icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 2px 2px 2px 18px !important;
}
img {
    border: none;
}
:focus { outline: 0; }
#container {
	background-color: #FFFFFF;
    width: 900px;
    margin: 15px auto 0px auto;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.50);
}
#header {
	background-color: #FAFAFA;
    background-repeat: no-repeat;
    width: 900px;
	height: 240px;
	margin: 0;
}
#header .contactinfo {
	color: #FAFAFA;
    background-color: #003F7E;
	font-family: Arial Black, sans-serif;
	font-size: 110%;
	letter-spacing: 0.50em;
	margin: 0 0 55px 0;
	width: 900px;
	min-height: 30px;
	text-align: center;
}
#header .contactinfo p { padding: 8px auto 8px auto; }
#header .contactinfo a {
	color: #FAFAFA;
	text-decoration: none;
}
#header .contactinfo a:hover {
	color: #FAFAFA;
	text-decoration: none;
}
#header .logo {
	text-align: center;
}
#menu ul {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 50%,  rgba(0,0,0,1) 51%, rgba(0,0,0,1) 100%);
    text-align: center;
    list-style-type: none;
	height: 42px;
    width: 100%;
    padding: 0;
    margin: 0;
}
/* 100% Width / Number of Links */
#menu ul li {
    text-align: center;
    display: block;
	width: 16.66%;
    border: none;
    padding: 0;
    margin: 0;
    float: left;
}
#menu ul li a {
    font-size: 115%;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    border-right: 1px solid #000000;
    padding: 10px 0 10px 0;
    margin: 0;
}
#menu ul li a:hover {
    color: #FFFFFF;
    background: linear-gradient(to bottom, rgba(66,66,66,1.00) 0%, rgba(115,113,115,1) 50%, rgba(66,66,66,1.00) 51%, rgba(115,113,115,1) 100%);
}
#content {
    background-image: url("/Images/mtms_content_background.jpg");
    background-repeat: repeat-x;
	border-top: 12px solid #00478E;
    width: 100%;
	/*max-height: 75px;*/
	/*overflow-y: hidden;*/
    /*min-height: 75px;*/
	padding-top: 25px;
	/*transition: max-height 5s ease-in-out;*/
}
#content:hover, #content.hover { max-height: 9999px; }
#content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 5px 15px 10px;
    border: 1px solid #000000;
}
#content table.featured {
    background-color: #FFFFEE !important;
}
#content table a {
    text-decoration: none;
}
#content table caption {
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
}
#content table.featured caption {
    background-color: #FFFFEE !important;
}
#content table th {
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid #FFFFFF;
    padding: 2px;
}
#content table tr.evenrow {
    background-color: #FAFAFA;
}
#content table tr.oddrow {
    background-color: #FFFFFF;
}
#content table td {
    font-size: 100%;
    color: #000000;
    border: 1px solid #000000;
    padding: 1px 2px 1px 2px;
}
#content table td a:hover {
    background-color: #FFFFEB;
    border-bottom: 1px dashed #990000;
}
#content abbr {
    cursor: help;
}
/* This class is for a soft line break to wrap text to another line. */
#content span.break {
    display: block;
}
/* This class is for the PDF icon for links to PDF documents. */
#content span.pdf {
    font-size: 75%;
    color: #606060;
    background-image: url("/Images/Icons/pdf_icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 2px 2px 2px 18px !important;
}
#content ul.quicklinks {
    padding: 0;
    margin: 0 5px 5px 5px;
}
#content ul.quicklinks li a {
    font-size: 80%;
    color: #990000;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #C0C0C0;
    padding: 3px 5px 3px 5px;
}
/* The class creates columns within column 1. */
#content .column1 {
    width: 75%;
    float: left;
}
#content .column2 {
    width: 24%;
    float: left;
}
#content .column2 h2 {
	font-size: 125%;
	text-align: center;
}
#content h1 {
    font-family: "Myriad Pro";
    font-size: 245%;
    color: #003366;
    padding: 10px 10px 5px 10px;
    margin: 0;
	text-align: center;
}
#content h2 {
    font-family: "Myriad Pro";
    font-size: 185%;
    color: #000000;
    padding: 10px 10px 5px 10px;
    margin: 0;
}
#content h3 {
    font-family: "Myriad Pro";
    font-size: 165%;
    color: #426295;
    padding: 10px 10px 5px 10px;
    margin: 0;
}
#content h4 {
    font-family: "Myriad Pro";
    font-size: 145%;
    color: #000000;
    padding: 10px 10px 5px 15px;
    margin: 0;
}
#content a {
    text-decoration: none;
}
#content p {
    font-size: 135%;
    line-height: 1.3em;
    padding: 10px 10px 5px 10px;
    margin: 0;
}
#content p a {
	color: #003366;
    border-bottom: 1px solid #7C8D9F;
}
#content p a:active, #content p a:hover {
	border-bottom: #000000;
    background-color: #FFFFEB;
}
#content ul, #content ol {
    padding: 0;
    margin: 0 5px 5px 35px;
}
#content ul li, #content ol li {
    font-size: 110%;
    padding: 0 0 10px 0;
}
#content dl {
    color: #6E6E6E;
    padding: 2px;
    margin: 5px 0 10px 5px;
}
#content dl a {
    color: #003366;
}
#content dl dt {
    font-size: 115%;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 2px;
}
#content dl dd {
    font-size: 110%;
    padding: 0;
    margin: 2px 0 4px 2px;
}
#content ul {
    list-style-type: none;
}
#content ul li:before {
    font-family: "Arial, Helvetica, sans-serif";
    content: "\25BA";
    font-size: 75%;
    list-style-type: none;
    line-height: 1.25em;
    padding-right: 5px;
    vertical-align: middle;
}
#accordion h2:hover { cursor: pointer; }
#accordion h2:before, #accordion h3:before, #accordion h4:before { font-family: "Arial, Helvetica, sans-serif"; content: "\25BC"; font-size: 60%; line-height: 1.25em; padding: 0 5px 0 0; vertical-align: middle; }
#accordion p { margin-left: 25px; }
form fieldset.mainfield {
    width: 24em;
    padding: 5px;
    margin: 5px 5px 5px 10px;
}
form legend.mainlegend {
    font-size: 85%;
    color: #000000;
    padding: 0;
    margin: 0;
}
form fieldset.subfield {
    padding: 3px;
    margin: 5px 3px 5px 3px;
}
form legend.sublegend {
    font-size: 80%;
    color: #000000;
    padding: 0;
    margin: 0 0 3px 0;
}
form label {
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px 0 0 5px;
    display: block;
}
form label.radiolabel, form label.checklabel {
    font-weight: normal;
    text-transform: none;
    display: inline;
}
form span.requiredfield {
    color: #EE1B2E;
}
form input, form select, form textarea {
    font-size: 95%;
    background-color: #FAF8F8;
    border: 1px solid #CECECE;
}
form input:focus, form textarea:focus, form select:focus, form input:hover, form textarea:hover, form select:hover {
    background-color: #D5EAF5;
    border: 1px solid #A5C5DE;
}
form div.buttons {
    margin: 15px 5px 10px 5px;
}
form div.buttons label {
    display: none;
}
form div.buttons input:hover {
    background-color: #EE1B2E;
    border: 1px solid #CC0033;
}
form input.input {
    width: 22em;
    margin: 0 5px 3px 5px;
}
form input.radio {
    margin: 0 0 0 5px;
}
form input.checkbox {
    margin: 0 0 0 5px;
}
form select.input {
    width: 22.25em;
    margin: 5px 5px 3px 5px;
}
form textarea.input {
    width: 22em;
    margin: 5px 5px 3px 5px;
}
form input.button {
    font-size: 75%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #336699;
    text-transform: uppercase;
    height: 2.5em;
    border: 1px solid #3366CC;
}
form div.fieldnote {
    font-size: 75%;
    margin: 3px 5px 3px 5px;
}
form div.fieldnote a {
    border-bottom: 1px dashed #000000;
}
form div.fieldnote a:active, form div.fieldnote a:hover {
    background-color: #FFFFEB;
}
#footer {
    background-color: #EBEBEB;
    clear: both;
    margin-top: 50px;
	padding-top: 10px;
}
#footer h2 { color: #000000; text-align: center; }
#footer p {
    font-size: 100%;
    color: #000000;
    padding: 15px;
}
#footer p a {
    color: #003366;
    text-decoration: none;
    border-bottom: 1px solid #226FC0;
}
#footer p a:hover {
    color: #226FC0;
}
#footer p.legalstatement { color: #FAFAFA; background-color: #060606; margin-top: 25px; text-align: center; }
#footer ul {
    list-style-type: none;
    margin: 2px 0 2px 0;
    padding: 0;
    text-align: center;
}
#footer ul li {
    text-align: center;
    display: inline;
}
#footer ul li a {
    font-size: 75%;
    color: #036AA6;
    text-decoration: none;
}
#footer ul.quicklinks {
    padding: 0;
    margin: 0 5px 5px 5px;
}
#footer ul.quicklinks li a {
    font-size: 85%;
    color: #036AA6;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #036AB0;
    padding: 3px 5px 3px 5px;
}
#menu ul li:last-child, #content ul li:last-child, #content ul li:last-child, #footer ul li:last-child {
    border-right: none;
}