html 
{
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
  background:#fff; /*color background - only works in IE */
  font-size:80%; /*set default font size */
	font-family:georgia, palatino linotype, times new roman, serif;
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow:hidden; /*get rid of scroll bars in IE */
  /* */
}

body 
{
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */
  overflow:hidden; /*get rid of scroll bars in IE */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
}

#content 
{
  display:block; /* set up as a block */
  height:100%; /* set height to full page */
  max-height:100%;
  overflow:auto; /* add scroll bars as required */
  padding-left:200px; /* pad left to avoid navigation div if required */
  padding-right:20px;
  position:relative; /* set up relative positioning so that z-index will work */
  z-index:3; /* allocate a suitable z-index */

	background-image:url(images/ftt_watermark.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.pad2 
{
  display:block;
  height:110px; /* height to miss header and footer */
}

#head 
{
	position:absolute; 
	margin:0; 
	top:0; 
	right:18px;
	display:block; 
	width:100%; 
	height:110px; 
	background:url(images/ftt_header2.jpg);
	background-position:center top; 
	background-repeat:no-repeat; 
	background-color:#fff;
	font-size:4em; 
	z-index:5; 
	border-bottom:solid 2px #185E7E;	
}
#foot 
{
	position:absolute; 
	margin:0; 
	bottom:0px; 
	right:18px;
	display:block; 
	width:100%; 
	height:40px; 
	font-size:1em; 
	z-index:5; 
	background:rgb(50, 50, 50); 
	color:#fff;
	text-align:right;
	padding-right:5px;
}

#left 
{
	position:absolute; 
	left:0; 
	top:110px; 
	bottom:40px; 
	width:175px; 
	background-repeat:no-repeat; 
	background-color:#185E7E;
	font-size:1.2em; 
	z-index:4; 
	overflow:auto; 
	padding-bottom:10px;
}

* html #left 
{
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:110px solid #fff; 
	border-bottom:40px solid #fff; 
	padding-top:15px;
	color:#fff;
}

dd {display:none;}
a.nav, a.nav:visited 
{
	margin-left:25px; 
	display:block; 
	width:100px; 
	height:25px; 
	background:#323232; 
	color:#eee; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	border-bottom:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
}
a.navTop, a.navTop:visited 
{
	margin-left:25px; 
	display:block; 
	width:100px; 
	height:25px; 
	background:#323232; 
	color:#eee; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
}
a.nav:hover, a.navTop:hover {background:#F2A616; color:#323232;}

.fttlogo
{
	margin-left:28px;
}

h2
{
	text-align:center;
	font-size:2em;
}

h3
{
	font-size:1.25em;
	color:#F2A616;
}
h4
{
  margin:0;
  margin-bottom:5px;
  font-size:1.1em;
  text-align:center;
}
h5
{
  margin:0;
  margin-bottom:5px;
  margin-top:10px;
	font-size:1em;
	color:#185E7E;
}
#content p 
{
	font-size:1.1em;
	padding-left:10px;
}

.useList
{
	list-style-type:none;
	display:block;
	font-size:1.1em;
	color:#185E7E;
}

.useListDesc
{
	font-size:1.05em;
	margin-left:20px;
	margin-top:3px;
	margin-bottom:2px;
	color:Black;
}

.errorList
{
	font-size:1.2em;
	color:Red;
	margin-left:5px;
	margin-bottom:5px;
}

.submittedData
{
	margin-left:10px;
}

#content img.ftt
{
  border:none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rightcol
{
  float:right;
  width: 49%;         /* width of .main container */
  margin: 0;
}

.leftcol
{
  float:left;
  width:49%;
}

.clear
{
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}  

.clientblock, .linkblock
{
  border:solid 1px #F2A616;
  padding:5px;
  margin:2px;
  margin-bottom:5px;
}

a.expand img, a.expand:visited img
{
  border:none;
  float:left;
  width:150px; 
  height:100px; 
  padding-right:10px;
  padding-bottom:5px;
}

a.expand:hover 
{
  width:350px;
  height:249px;
  padding-right:10px;
  padding-bottom:10px;
}
a.expand:hover img
{
  border:none;
  width:350px;
  height:249px;
  padding-right:10px;
  padding-bottom:10px;
}

.testitmonial
{
  float:none;
  clear:both;
}