/*
##########################################################
Used in ALL pages or multiple pages
##########################################################
*/
body {
	background-color:#6E86A2;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 780px;
}

A:hover {
	text-decoration: underline; 
}

.titleText {
	color: #1E3873;
	font-family:inherit;
	text-align:left;
	font-size:x-large;
}

/*
##########################################################
Used for drop shadow
##########################################################
*/
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.mainDiv{
	position:relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.mainDiv {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

/*
##########################################################
Used in mthc-lib page only
##########################################################
*/
.header {
	color: #1E3873;
	width:740px;
}

.navText {
	color : #FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background-color:#1E3873;
}

.menuLevel1_line {
	background-color : #1E3873;
	font-size:3px
}

.menuLevel1_spacer {
	font-size:1px
}

/*
##########################################################
Used in careers page only
##########################################################
*/
.subText {
	color: #1E3873;
	font-size:larger;
	font-style:italic;
	font-family:inherit;
	text-align:center;
}

.float1careers {
	float:left;
	position:relative;
	width:50%;
	color: #1E3873;	
	font-family:inherit;
	background-image:inherit;
}

.float2careers {
	color: #1E3873;	
	font-family:inherit;
	background-image:inherit;
	text-align:none;
}

.firstCol {
	float:left;
	position:relative;
	width: 50%;
	color: #1E3873;	
	font-family:inherit;
}

.secondCol {
	float:left;
	position:relative;
	color: #1E3873;
	font-family:inherit;
	background-image:inherit;
}


/*
##########################################################
Used in index page only
##########################################################
*/
.idxText {
	color: #1E3873;
	font-family : inherit;
	font-size:small;
}

.idxSS {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.redirect {
	font-family:"Times New Roman";
	font-weight:bold;
	font-size:larger;
	text-align:center;
	color:#FFF;
}

/*
##########################################################
Used in quality page only
##########################################################
*/
.policy {
	color: #1E3873;
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
}

.redBoldText {
	color : #CC0000;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

/*
##########################################################
Used in brochures page only
##########################################################
*/
.float1 {
	float:left;
	position:relative;
	width:33%;
	color: #1E3873;	
	font-family:inherit;
	background-image:inherit;
}

.float2 {
	float:left;
	position:relative;
	width:33%;
	color: #1E3873;
	font-family:inherit;
	background-image:inherit;
}

.float3 {
	color: #1E3873;
	font-family:inherit;
	background-image:inherit;
}

.subCatFloat1 {
	color: #1E3873;
	font-weight:bold;	
	font-size:larger;
	font-family:inherit;
} 

.subCatFloat2 {
	color: #1E3873;
	font-weight:bold;
	font-size: larger;
	font-family:inherit;
}

.subCatFloat3 {
	color: #1E3873;
	font-weight:bold;
	font-size: larger;
	font-family:inherit;
}

/*
##########################################################
Used in contact page only
##########################################################
*/
.contact_head {
	float:left;
	position:relative;
	width:30%;
	color: #1E3873;
	font-family : inherit;
}

.contact_email {
	float:left;
	position:relative;
	width:30%;
	color: #1E3873;
	font-family : inherit;
}

.contact_p {
	float:left;
	position:relative;
	width:20%;
	color: #1E3873;
	font-family : inherit;
}

.contact_f {
	color: #1E3873;
	position:relative;
	font-family : inherit;
}

.contact_head_col {
	float: left;
	position:relative;
	width: 30%;
	color: inherit;
	font-family:inherit;
}

.contact_email_col {
	float:left;
	position:relative;
	width:30%;
	color: #1E3873;
	font-family : inherit;
}

.contact_p_col {
	float:left;
	position:relative;
	width:20%;
	color: #1E3873;
	font-family : inherit;
}

.contact_f_col {
	color: #1E3873;
	font-family : inherit;
}

/*
##########################################################
Used in videos page only
##########################################################
*/
.video_MTM {
	float:left;
	position:relative;
	width:45%;
	color: #1E3873;
	font-size:larger;
	font-family : inherit;
}

.video_TECH {
	float:left;
	position:relative;
	width:30%;
	color: #1E3873;
	font-size:larger;
	font-family : inherit;
}

.video_FAB {
	color: #1E3873;
	font-size:larger;
	font-family : inherit;
}

.video_det_font {
	font-size:x-small;
}

.video_MTM_col {
	float:left;
	position:relative;
	width:45%;
	color: #1E3873;
	font-family : inherit;
}

.video_TECH_col {
	float:left;
	position:relative;
	width:30%;
	color: #1E3873;
	font-family : inherit;
}

.video_FAB_col {
	color: #1E3873;
	font-family : inherit;
}

