@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	line-height:1;
	background:#fff;
	font:normal 62.5% Verdana, Arial, sans-serif;
}

.clear {
	clear:both;
}

.hide {
	outline:0;
	text-indent:-9999px;
	display:block;
}

#frame {
	width:940px;
	margin:0 auto;
	font-size: 1.2em;
}

#header {
	position: relative;
	height: 100px;
}

#logo {
	background: url(/images/MTSLogo_125x44.jpg) no-repeat;
	height: 44px;
	width: 125px;
	position: absolute;
	top: 25px;
	
}

#navigation {
	padding-left: 0;
	margin-left: 0;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	left: 175px;
}

#navigation li {
	float: left;
	padding: 2px 0.5em;
	color: #615454;
	background-color: #ffffff;
	border: 1px solid #c8bfbf;
}

#navigation a:link, #navigation a:visited { 
	text-decoration: none; 	
	color: #615454;
}

#navigation a:hover {
	background-color: #ea851b;
	color: #ffffff;
	border-style: outset;
}

#pageOptions {
	padding-left: 0;
	margin-left: 0;
	text-transform: uppercase;
	position: absolute;
	top: 55px;
	right: 0px;
	width: 275px;
}

#pageOptions li{
	list-style: none;
	display: inline;
}

#pageOptions a:link, #pageOptions a:visited {
	padding: 2px 0.5em;
	text-decoration: none;
	color: #615454;
}

#pageOptions a:hover {
	color: #615454;
}

/********** content ************************/

#content { padding-top: 20px; 
}

#subContent {
	float: left;
	width: 460px;
	padding-left: 15px;
	padding-right: 15px;
}

#subContent h1, #fullSubContent h1,  #fullSubContent h2 {
	font-size: 1.8em;
	color: #b22222;
	font-weight: normal;
	padding-bottom: 15px;
}

#fullSubContent h2 {
	font-size: 1.5em;
	color: #b22222;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
}

#subContent p, #fullSubContent p {
	color: #7b7b7b;
	line-height: 1.4em;
	padding-top: 15px;
}

#fullSubContent {
	width: 700px;
	float: left;
	padding-left: 20px;
	border-bottom: 1px dotted #7b7b7b;
	padding-bottom: 20px;
}

.contentList {
	list-style: disc;
	padding-left: 35px;
	line-height: 1.4em;
	color: #7b7b7b;
}

#specs {
	width: 220px;
	float: left;
	background: url(/images/blue_background_test.gif) no-repeat;
	padding-left: 5px;
}

#specs table {
	margin-top: 110px;
	color: #7b7b7b;
	font-size: .95em;
}

#specs table td {
	padding: 2px 2px 2px 5px;
	vertical-align: middle;
}


#theBugSpecs {
	width: 225px;
	float: left;
	padding-left: 5px;
	padding-top: 50px;
}

#theBugSpecs p {
	color: #7b7b7b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#theBugSpecs table {
	color: #7b7b7b;
	font-size: 0.95em;
}

#theBugSpecs table td {
	padding: 2px 2px 2px 5px;
	vertical-align: middle;
}

#subMenu {
	width: 220px;
	float:left;
}

#subMenu a {
	border:none;
	font-weight:normal;
}

#subMenu, #subMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#subMenu li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
	text-align: right;
	background-color: #ffffff;
	border: 1px solid #c8bfbf;
}

#subMenu a {
	display:block;
	padding:2px 5px;
	color:#ea851b;
	text-decoration:none;
	background: #FFF;
}

#subMenu a:hover, #subMenu a:focus, #subMenu a:active {
	background:#ea851b; 
	color:#ffffff;
}

#subMenu ul li {
	color:#ffffff;
	background: #c8bfbf;
}

#subMenu ul li a:hover {
	color:#ffffff;
	background: #5e666a;
}

#subMenu ul a { }

.selected {
	background:#ea851b !Important; 
	color:#ffffff !Important;
}

/*******************************************/

/********** footer *************************/

#footer {
	display: block;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #aaaaaa;
}

#footer_nav {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

#footer_nav li {
	padding: 5px 5px;
	display: inline;
}

#footer_nav a:hover, {
	color: #666666;	
}

#footer_nav a:link, #footer_nav a:visited {
	text-decoration: none;
	color: #aaaaaa;
}

/*******************************************/

