/* default text css */
@import url("small.css");
	
/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 9px;
}


body {
  margin: 0px;
  padding: 0px
}

p  { 
     text-indent:2em;
     color: #666666;
     padding-right:7pt;
     padding-left:7pt;
   }

ul.main  { 
     color: #666666;

   }


a:link	  {color:#999999}
a:visited {color:#999999}
a:hover   {color:#CC0033}

	
.bottom {
	font-weight: bold;
	text-align: right;
}

.copyright {
	text-align: center;
	background-color: #AFBCE0;
	border: 0px solid #000;
  	color: #000;
  	margin: 0px;
  	padding: 0px 0px 2px 20px;

}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}   

/*Specific Divs*/

.centertable {
	margin-left: auto;
	margin-right: auto;
}


#header h1 {
  background: url(images/sky-blue-grid.gif) no-repeat top left; 
  width: 245px; 
  height: 79px; 
  margin-top: 0px; 
  float: left;
}

#header h1 span {
	display:none
}

#header h2 { 
	background: url(images/sky-blue-logo.gif) no-repeat top left; 
	margin-top: 10px; 
	margin-bottom: 0px; 
	margin-left: 246px;
	width: 500px; 
	height: 60px; 
	position: relative;
}

#header h2 span {
	display:none;
}

#mainMenu span {
	display:none;
}
	
a.standards {
	color: #000;
}

a.standards:hover {
	background-color: #EEE;
	color: #000;
}

#right {
  float:right;
}

#topBar {
  background-image: url(../images/homebluebar.gif);
  background-color: #AFBCE0;
  margin-top: 19px;
  padding: 0px 0px 0px 0px;
}

#mainMenu {
  background-color: #EEE;
  border: 0px solid #000;
  color: #000;
  margin: 0px;
  padding: 0px 0px 2px 20px;
}

#menuList {
  margin: 0px;
  padding: 0px;
}

#menuList ul {
  margin: 0px;
  padding: 0px;
}

#menuList li {
  display: inline;
  list-style: none;
}

a.actuator {
  background-color: transparent;
  color: #000;
/*  font-size: 12px; */
  margin: 0px;
  padding: 3px 6px;
  text-decoration: none;
}

a.actuator:hover {
  background-color: #AFBCE0;
  color: #000;
}

.menu {
  color: #000;
  background-color: #EEE;
  border: 1px solid #000;
  position: absolute;
  visibility: hidden;
}

.menu li a {
background-color: transparent; /*This works for both IE and others, but color will not be activated in the hover section below, so uncomment out the second line for IE and comment this one out.*/
/*  background-color: #AFBCE0; Uncomment out for IE*/
  color: #000;
  display: block;
/*  font-size: 12px;  */
  line-height: 1.75em;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #AFBCE0;  /*This will fill in the color translucently. Does not work for IE*/
/*  background-color: #EEE; Reactivate for IE*/
  color: #000;
}

span.key {
  text-decoration: underline;
}

#homeMenu { width: 145px; }
#companyMenu { width: 145px; }
#serviceMenu { width: 160px; }
#contactMenu { width: 135px; }
#helpMenu { width: 125px; }

.arrow { text-align:center; }






















