/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00386F;
	background: #FFFFFF url("../img/header/bg1.jpg") repeat-x;
	margin: 0 0;
	text-align: center;
  }

#container { /* CENTER THE PAGE */
	width: 800px;
	height: auto; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
 	}

/* MOBILedit! banner */	
#banner_me {
	height: 115px;
	background: #071135 url(../img/header/forensic.jpg) no-repeat;
	margin: 0;
	padding: 0;
  font-size: 12px;
  border-bottom: 1px solid #0B4178;
  }

.banner_bg {
  margin-bottom: -3px;
  margin-left: -4px;

  }
/* MOBILedit! banner end */  


/* GENERAL STYLES */
#inner_obj {   /* GENERAL OBJECT WHICH CONTAINS #lmenu and #text_* OBJECTS */
  height: auto;
  border-top: 1px solid #0B4178;
  margin:0;
  padding:0;
  }

#lmenu {      /* LEFT MENU OBJECT FORMAT */
  width: 150px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  float: left;
  }

.header {     /* TEXT HEADER FORMAT */
  font-size: 14px;
  font-weight: bold;
  color: #006EDB;
  border-bottom: 1px dashed #529BE5;
  margin: 0;
  padding: 0;
  text-align: left;
  }

#text_menu {  /* PAGE TEXT OBJECT USED WHEN MENU IS IN THE PAGE */
  height: auto;
  margin-left: 150px;
  padding: 15px 15px 15px 15px;
  }

#text_nomenu { /* PAGE TEXT OBJECT USED FOR PAGE WITHOUT MENU */
  padding: 15px 15px 15px 15px;
  height: auto; 
  }

.clear {      /* TAG USED FOR CLEARING FLOATING OBJECTS */
  clear: both;
  }

.justify {text-align: justify;}

/* SUPPORTED PHONES TABLE STYLES */
.Brd  {
	border: 1px solid black;
	margin: 20px;
  }

.bck0{
	background-color: #AAD6FF;
	text-align: left;
	vertical-align: middle;
	width: 100px;
}

.bck1{
	background-color: #D1E9FF;
	text-align: left;
	vertical-align: middle;
  }

.Bckg {
  background-color: #FFFFFF;
  }

.ActBckg {
  background-color: #D3E6FF;
  }
  
.Bt {
	font-family: verdana;
	color:#000000;
	border-color: #558FDF;
	border-style: solid;
	height:20px;
	border-width:1px;
	background-color:#ABCEFF;
	text-align: center;
	vertical-align: bottom;
}
/* END OF SUPPORTED PHONES TABLE STYLES */


#footer {     /* FOOTER FORMATING */
  border-top: 1px solid #007BF3;
  color: #004890;
  text-align: center;
  padding: 10px 0px 10px 0px;
  background: #FFFFFF;
  width: 800px;
  }

#footer a, #footer a:hover, #footer a:visited {color: #004890;}



/* GENERAL A tag SETTINGS */
a {color: #004890;}
a:hover {color: #003060;}

/*GENERAL LISTING STYLE */
ul {
  list-style: url(../img/arrow.gif);
  }
.li2 {
    list-style: url(../img/arrow2.gif);
}

img {
  border: 0;
  }
.bold {
  font-weight: bold;
  }

li {
  margin-top: 5px;
  }

.featpic {
cursor: hand;
}

.feature_text {
font-size: 10px;
color: black;
text-decoration: italic;
text-align: center;
}
