@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	background-color: #868585;
}

/* Body region is added in dreamweaver template. This is the only editable region for all other pages. The following class is used to set its margines. */
.bodyRegionText {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}

/*The relavent class is #copyrightnotice */
.bottom-black-border {
	background-image: url(images/bottom-black-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	text-align: center;
	padding-bottom: 10px;
}

/* class for Copyright Statement || The relavent class is bottom-black-border */
.bottom-black-border #copyrightnotice {
	visibility: visible;color: #ffffff; vertical-align:top;

}

/* used for heading in the body text such as "Why Choose A1 Enterprise" or "Mission" */
.bodyRegionTextHeading {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000900;
	line-height: 30px;
}
.top-red-borders {
	background-color:#FF0000;
	height: 2px;
}
.top-red-shadow {
	height: 10px;
	background-image: url(images/top-red-border-shadow.jpg);
}
.bottom-red-border {
	background-image: url(images/bootom-red-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}


/*================== Clear fix- used in menu for adjustment to make the menu cross browser ======================*/
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
/*=================================================================================================================*/
  h1{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#000000;
   font-weight:bold;
   display:inline;
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-align:justify;
   }

  h2{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#000000;
   font-weight:bold;
   display:inline;
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-align:justify;
   }

.sitemap ul{
	list-style-type: circle;
	padding-top:8px;
	margin-bottom:20px;
}
.sitemap li{
	font-weight:bold;
	list-style-type: none;
	padding-top:8px;
	margin-bottom:5px;
	list-style-image: url(images/logo-bullet.jpg);
	list-style-position: inside;
}
.sitemap li ul li{
	font-weight:normal;
	list-style-type: none;
	padding-top:8px;
	margin-bottom:5px;
	list-style-image: url(images/small-bullet.jpg);
	list-style-position: inside;
}

.bodyDiv { 
	width: 950px; 
	height: auto; 
	border: 0px; 
	margin: 0 auto; 
	text-align:center; 
} 

/* BOF : new css  here  */
.textinline {
    display:inline;
     }
#sitemap a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#E49840; 
}	
#sitemap a:links {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#E49840; 
}
#sitemap a:Visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#E49840; 
}	  
/* BOF : new css  here  */