/* CSS Document */

* {
	margin: 0;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	box-sizing: content-box;

}

body {   
/*	background-color:#000000; 
	min-height: 100px;
	max-height: 100px;*/
	background-color:#000000; 
	color: #000; 
	text-align: center; 	
	font-family: perpetua, garamund, arial, helvetica, sans-serif;
	height: 100%;
	min-height: 100%;	
	

}

p {
   margin-bottom: 10px;
   line-height: 19px;
/*   font-size: 80%; */
   color: #000;
   font-size: 14px;
   text-indent:15pt;
  
}

p2 {
   margin-bottom: 10px;
   padding-left:5px;
   padding-right:5px;
   line-height: 19px;
   font-size: 80%;
   color: #FFF;
   font-size: 14px;

}

p3 {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
   color: #000;
   font-size: 11px;

}


a, a:link, a:visited {
/*   color: #FFF;  
*/
   text-decoration: none;
   

	   
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
/*   color: #FFF; 
*/
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
  position: relative; 
   margin:  auto;
   width: 700px;
   text-align: left;
   background: #E9E9E9;      
   margin-bottom: 10px;
   border-bottom: solid #56426E 10px;
	min-height: 640px; 
	max-height: 640px; 
	height: auto !important; 
	height: 640px; 


}

/* intro */

#pageHeader {
   background: url(../images/background.png) center top no-repeat;
   padding-top: 20px;
   padding-left: 0px;
   height: 200px;  
   color: #FFF;
   font-weight:bold;
   width: 700px;
   
   
    
}



#imgBanner {
	border-right: 20;
	font-family: perpetua, garamund, arial, helvetica, sans-serif;
    width: 700px;


}

#pageHeader h1 {
	position: absolute;
	width: 300px;
	left: 48px;
	top: 64px;
	font-size: 19px;
	
 	
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 72px;
	top: 103px;
	font-size: 10px;
	font-weight:bold
	


}



#about {
   margin-left: 25px;
   margin-right: 25px;
   margin-bottom: 10px;
   padding: 10px 10px 10px 10px;
   background-color: #092575;
   color: #FFF;
   border-bottom: solid #1289A6 1px;
   border-right: solid #1289A6 20px;   
   
   
}

#home { 
	width:83%;	
	margin:auto;
   padding-left:19px;
   padding-right:19px;
   padding-top:10px;
   padding-bottom:10px;	  
   color:#FFF;	
	background-color: #493960; /* #56426E;   */
	border-bottom: solid #492975 0px;
	border-right: solid #492975 0px; 
	font-size: 15px;
	font-style:italic;
	

}


#services, #contactus , #competencies, 
#software{

}


#about h3 {
   color: #000;
   margin-bottom: 10px;   

  
}

/* generic text */

#supportingText {
   margin-left: 25px;
   margin-right: 25px;
   margin-top:10px;
   padding: 10px 10px 10px 10px;
   font-size: 14px;

  
}


#supportingText h3 {
	margin-bottom: 5px;
	height: 20px;
	width: 250px;
/*	background-color: #155579;
*/	color: #FFF;
	font-size:15px;


}

#supportingText .p1 {
   color: #000;
 
}

.footer {
	clear: both;
	font-size: 10pt;
	margin-top: 0px; 
	border-top: solid #FFFFFF 0px; 
	padding-top: 0px;  
	color: #FFF;  
	position: relative;
	z-index: -10;
	height: 3em;
	width: 100%;
	text-align: center;
	

}

/* links */

#linkList {
   clear: both; 
   height: 30px;
   margin-bottom: 15px;
    
}

#lmenu li a:hover {
   color: #fff;
   background-color: #492975;
   border-left: solid #000000 3px;

    
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
    
}

#lmenu ul li {
   display: inline;

   
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .8em;
   color: #fff;
   background-color: #155579;
   border-left: solid #000000 3px;
}


div.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: auto;
	width: 50%;

}


