/* Top Nav Styling
=======================*/
#front_image {
	height: 250px;
	width: 100%;
	background-image: url('services/images/home/front_image.jpg');
	position: absolute;
 	top: 375px;
 	left: 0px;
}

a {
	 padding-left:.3em; padding-right:.3em; padding-top:.0; padding-bottom:.0;
	 text-decoration: none;
}
.topnav a {
	font-size: 10pt;
	font-weight: bold;   
   color: #666CA6;  
}
.translations a {
	font-size: 8pt;
	font-weight: bold;
   color: #666CA6;  
}
a:hover {  
  background: white;
  color: #626262;
}
.taf {
	background-image: url('services/images/home/slice_left.jpg');
}
.taf-link a {
  line-height: 1.4em;
  background: #CFCCDF url('services/images/home/mainNavBg.gif') repeat-x left top;
  text-decoration: none;
  color: #666CA6;
  padding-left:1.3em; padding-right:1em; padding-top:0; padding-bottom:0
}
}
.taf-link a:hover {
  color: #333;
  background: white;
}


/* Basic Styling
=======================*/

body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
}

/* mainNav
=======================*/

.center ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 405px;
  background:  url('services/images/home/mainNavBg.gif') repeat-x;
  text-transform: uppercase; list-style-type:none
}
.taf ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100px;
  background:  url('services/images/home/mainNavBg.gif') repeat-x;
  text-transform: uppercase; list-style-type:none
}

ul li {
  float: left;
}


ul a {
  line-height: 1.4em;
  background: url('services/images/home/mainNavBorder.gif') repeat-y left top;
  text-decoration: none;
  color: #666CA6;
  float: left;
  display: block; padding-left:1.5em; padding-right:1.5em; padding-top:0; padding-bottom:0
}


ul a:hover {
  color: #333;
  background: white;
}



ul .first a {
  background: none;  
}



