/*
Site: 	http://www.fdecorp.com/	
Author: 	Jim McIntosh  			
Date:		11/9/05
Notes: issue with h2 in ie
*/
/*::. Basic Elements .::*/
body {
	margin:0;
	padding:0;
	background: #FDFDFD;
	color:#323232;
	text-align: center;
	font-family: Verdana, San-Serif;
	voice-family: "\"}\""; voice-family:inherit;
	} 
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
	display: block;
   }
}
a:link, a:visited {
  color:#00909D;
  text-decoration:underline;
  }
a:hover {
  color:#000;
  text-decoration:underline;
  }
p, .post-body div{
	padding: 0 0 10px 10px;
}
td{
	vertical-align: top;
}
ul{ 
	list-style-type: circle;
   list-style-position: outside;
}
h2{
	border-top: 1px solid #555;
	border-top-width: 1px;
	background-color: #ddd;
	margin: 0 0 3px 0;
	padding: 2px 0 0 10px;
	font-size: 120%;
	color: #323232;
	position: relative;
	top: 1px;
	left: 0;
}
h1{font-size: 125%;}
h3{font-size: 105%;}
h4{font-size: 95%;}
h5{font-size: 80%;}
h6{font-size: 70%;}

h3, h4, h5, h6{
	color: #1B1B1B;
	margin: .3em 0 .3em 0;
}
sup{
	font-size:8px;
	margin: 0;
	padding: 0;
	color: #000;
}
acronym{
	text-decoration: none;
	border-bottom: none;
}
img.left{
	float: left;
	background: transparent;
	padding: 0 10px 0 0;
	margin: 9px 0 0 0;
}
img.right{
	float: right;
	background: transparent;
	padding: 0 0 0 10px;
	margin: 9px 0 0 0;
}
#wrapper{
	width: 750px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	position: relative;
	text-align: left;
	background-color: White;
}
#title, #logo{
	/*display: none;*/
}
#topnav {
	position: absolute;
	top: 5px;
	right: 6px;
	font-size: 75%;
}
#nav{
	position: absolute;
	top: 118px;
	right: 6px;
	font-size: 13px;
	font-weight: bold;
}
#nav a:link, #nav a:visited{
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 3px 5px;
	border-bottom: 3px solid #fff;
}
#nav a:hover{
	color: #00909D;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 3px 5px;
	border-bottom: 3px solid #00909D;
}
/*Marker*/
.home #nav a.home:link, .home #nav a.home:visited, .home #nav a.home:hover,
.company #nav a.company:link, .company #nav a.company:visited, .company #nav a.company:hover,
.vehicles #nav a.vehicles:link, .vehicles #nav a.vehicles:visited, .vehicles #nav a.vehicles:hover,
.capabilities #nav a.capabilities:link, .capabilities #nav a.capabilities:visited, .capabilities #nav a.capabilities:hover
	{
	color: #00909D;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 3px 5px;
	border-bottom: 3px solid #00909D;
}
#header{
	height: 137px;
	background-image: url(/images/fde-logo-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#homepage #header-image{
	height: 250px;
}
#header-image{
	clear: both;
	height: 58px;
	background-repeat: repeat-y;
	border-top: 2px solid #555;
}
#content {
	display: block; 
	clear: both;
	background-color: #fff;
	font-size: 75%;	
	line-height: 160%;
}
#footer{
	background-color: #9D9D9D;
	border-top: 2px solid #555;
	color: #fff;
	font-size: 70%;
	padding: 2px 0 2px 10px;
	height: 17px;
}
#footer a:link, #footer a:visited {
  color:#fff;
  text-decoration:none;
  }
#footer a:hover {
  color:#fff;
  text-decoration:none;
  }
.hide{
	display: none;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.clearb{
	clear: both;
}
.rcol{
	float: left;
	width: 405px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}
.lcol{
	float: left;
	width: 345px;	
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}
.incolpad{
	padding: 10px 10px 10px 10px;
	margin: 0;
	border: 0;
}
.rcol img{
	margin: 0 0 0 20px;
}