@charset "utf-8";
/* CSS Document */
/* -- IMPORT CSS CAREERS PAGE --*/
@import url(mtrec_nav.css); 
/* -- IMPORT CSS CAREERS PAGE --*/
@import url(mtrec_main.css);
/* -- IMPORT CSS FORMS_TABLES PAGE --*/
@import url(form_table.css);
/* main content wrapper*/
#content {
	float: left;
	width: 57.5%;
	height: 100%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 2%;
	}
/* main content top*/
#content_top {
	width: 100%;
	margin:0 0 0 0;
	padding: 0 5px 10px 5px;
	}
/* main content bottom*/
#content_bottom {
	width: 100%;
	padding:10px 5px 5px 5px;
	border-top: 1px solid #E6E6E6;
	}
/* sidebar_a */
#sidebar_a{
	position:relative;
	float:left;
	height: 100%;
	width:18%;	
	margin:10px 0 0 0;	
	}
/* sidebar_a containers*/
.a{
	/*background: #F7F7F7 url(../images/layout/box_head.jpg) top repeat-x;*/
	position:relative;
	width:100%;	
	height:100%;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	margin: 0 0 5px 0;
	overflow:hidden !important;
	}

/* ********************8 #sidebar_b is included in the header under brower detection for IE 7 or less*************** */

/* sidebar_b containers*/
.b{
	position:relative;
	width:100%;
	height:100%;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	margin: 0 0 5px 0;
	overflow:hidden !important;
	background-color: #FDE0C4;
	}
	
/* ********************************************************** sub page boxes*/
.news_box .subBox {
	background: none;
	font-weight: bold;
	color: #373637;
	border-top: 1px dotted #E2E2E2;
	padding-bottom: 5px;
	padding-top: 10px;
}
.news_box .subBox1 {
	background: none;
	font-weight: bold;
	color: #373637;
	border-top: none;
	padding-bottom: 5px;
	padding-top: 10px;
}
.subBox {
	font-weight: bold;
	color: #000000;
	border-top: 1px dotted #E2E2E2;
	padding: 5px;
}
.subBox1 {
	font-weight: bold;
	color: #000000;
	border-top: none;
	padding: 5px;
}
.search{
	padding: 0 5px 0 5px;
}
.reg{
	padding: 10px 2px 0 5px;
}