/* 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: #cc9933;
     padding-right:7pt;
     padding-left:7pt;
   }

ul.main  { 
     color: #cc9933;

   }


a:link	  {color:#cc9933}
a:visited {color:#cc9933}
a:hover   {color:#336600}

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

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

}

img {
	border: none;
	}   

/*Specific Divs*/

#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; 

}
#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;
  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;
  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; }






















