/*
----------------------------------------------------- 

  MTII WEBSITE

  Designed & developed by :
  Siite Interactive - New York City
  
  http://www.siite.com
  
  
----------------------------------------------------- 
*/



/* SIDEBAR NAVIGATION --------------------------------*/

.sidenav {
	background:#cfcfcf;
	border-bottom:1px solid #fff;
	/*border-top:1px solid #39C ; */
	color:#595959;
	display:block;
	font-family:arial, sans-serif;
	font-size:70%;
	font-weight:bold;
	padding:12px 8px;
	text-decoration:none;
	text-transform: uppercase;
	width:165px;
}

.sidenav:hover {
	background:#c3c3c3 ;
	color:#333333 ;
}




/* SIDEBAR SUB NAVIGATION --------------------------------*/

.sidenavsub {
	background:#e7e7e7;
	border-bottom:2px solid #fff;
	/*border-top:1px solid #39C ; */
	color:#595959;
	display:block;
	font-family:arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:12px 8px;
	text-decoration:none;
	text-transform: uppercase;
	width:165px;
}

.sidenavsub:hover {
	background:#fff ;
	color:#333333 ;
}



/* SIDEBAR SUB SUB NAVIGATION --------------------------------*/

.sidenavsubsub {
	background:#fff;
	border-bottom:2px solid #fff;
	color:#6a93d6;
	display:block;
	font-family:arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:12px 8px;
	text-decoration:none;
	text-transform: uppercase;
	width:165px;
}

.sidenavsubsub:hover {
	background:#fff ;
	color:#406fbc ;
}

.sidenavsubsub:visited {
	background:#fff ;
	color:#6a93d6 ;
}



/* FOOTER NAVIGATION ------------------------------------*/

.foot {
	color:#595959;
	font-family:arial, sans-serif;
	font-size:11px;
}

.footnav {
	color:#595959;
	font-family:arial, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.footnav:hover {
	color:#6a93d6;
	font-family:arial, sans-serif;
	font-size:11px;
	text-decoration:underline;
}





/* BODY ----------------------------------------------*/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	font-weight: bold;
}

.textboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6a93d6;
	font-weight: bold;
	text-decoration: none;
}

.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	color: #4672b9;
	
}

.headersubblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6a93d6;
	text-transform: uppercase;	
}
.benefits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #000000;
	border-bottom-color: #003366;
	border-left-color: #000000;
	padding: 20px;
	width: 450px;
	background-color: #bfdbe9;
	margin: 0px;
	float: left;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #7777;
}
.textside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

