/* Stylesheet for futuresearch.net homepage
body { margin:0; padding:0; background:#fff; }
 */
/* structure 
#wrapper { margin:0; padding:0; width:100%;}
#main { width:960px; min-height:600px;margin: 0 auto;background:url(../../images/home/bg-home.gif) 0 0 repeat-y; }
#header { height:115px; background:#336699; }
#header #upper-nav { height:20px; padding:0 20px; } 
#header #upper-nav a {  font-family:verdana, sans-serif;font-size:10px; font-weight:bold; color:#FFCC66; }
#header #upper-nav a:hover { text-decoration:none; } 
#header a { border:none; }
#header img { border:none; }
#left-col { width: 585px; }
#right-col { width: 375px; }

@font-face {
	font-family: 'Futura';
	src: url('../../fonts/futurastd-medium-webfont.eot');
	src: local('☺'), url('../../fonts/futurastd-medium-webfont.woff') format('woff'), url('../../fonts/futurastd-medium-webfont.ttf') format('truetype'), url('../../fonts/futurastd-medium-webfont.svg#webfonteDPQd2RW') format('svg');
	font-weight: normal;
	font-style: normal;
}

.title { 
  font-family:Futura;
  font-size:18px;
  text-transform:uppercase;
  color:#923700;
  background-color:#c46b00;
  border-bottom:1px solid #000;
}
.first-letter { 
  font-size:24px !important;
}

.home-rotating-image {  }
*/
a.featurelink:visited, a.featurelink:active, a.featurelink:link {
	color: #000000;
}

a.featurelink:hover{
	color: #000000;
	text-decoration: none;
	background-color: #f5f5f5;
}

a.footerlink:visited, a.footerlink:active , a.footerlink:link {
	color: #ffcc66;
}

a.footerlink:hover{
	color: #ffcc66;
	text-decoration: none;
}


table.outertable {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

td,p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.featuretext {
	color: #333333;
}

.footer {
	color: #cccccc;
}

.searchform {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
}

