
/* ************************************* 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: 2px; 
	/*border-bottom: 1px solid #EFEFEF;*/
	color:#a1a1a1; text-align:right;
	background-image: url(images/bg_top.jpg);
	height: 118px;
}


.bgcolorTop 
{
	background-image: url(images/blue-bar1.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin-top:1;
	padding:0;
}

.banner
{
	margin:0;
	background-color: #E4E4E4;
	color: white;
	font-size: 1.7em;
}

#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 ********************************* */