
/* ************************************* WEBSITE TOP STARTS ********************************* */

.systemWorking{
	position: absolute;
	left: 50%;
	top: 20%;
	background: #EDEDED;
	border-style: solid;
	border-bottom-color: #9DB1EC;
	border-left-color: #9DB1EC;
	border-right-color: #9DB1EC;
	border-top-color: #9DB1EC;
	border-width: thin;
	border-color: Silver;
	width: 100px;
	height: 50px;
	z-index: 20;
	text-align: center;
	font-weight: bold;
	color: #679AC7;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.siteTop
{ 
	padding-bottom: 10px; 
	border-bottom: 1px solid #EFEFEF;
	color:#a1a1a1; text-align:right;
	background: url(images/bg01.jpg) no-repeat;
	height: 140px;
}


.bgcolorTop 
{
  	background-color: #659EAF;
	margin:0;
	padding:0;
}

.banner
{
	margin:0;
	background-color: black;
	color: white;
	font-size: 2em;
	margin:0;	
}

#title{
   color: #2F4F4F;
   font-size-adjust: .46;
   font-size: 2.33em;
   font-weight: 400;
   margin-top: 3px;
   margin-bottom: 1px;
}
#subtitle{
   color: #A9A9A9;
   font-weight: 600;
   font-size: 9pt;
   margin-top: 1px;
}
#slogan
{
  font-style: italic;
  line-height: normal;
  color: #42929B;
  margin-left:15px;
  margin-top:10px;
  margin-bottom:5px;
}
/* ************************************* WESITE TOP ENDS ********************************* */
