/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100.0px;
	height: 100.0px;
}

#e_column_0 {
	padding-bottom: 100.0px;
}

#column1 {
	width: 100.0%;
}

#column2 {
	width: 100.0%;
}
/* 
Basic Styles
Company: Firehouse
Author: Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%; /* to increase font-size on IE */
}
body {
  font-family: arial, Tahoma, Helvetica,  sans-serif;
  font-size: .8em;
  color:#9b9b9b;
}

/* general styles --------------*/   
a {
  color: #9b9b9b;
  text-decoration: none;
}
a:hover {
  color: #ea6622;
}
.article_content ul {
  margin: 0 0 1em 2em;
}
.article_content li {
  list-style-type: disc;
  padding-bottom: .2em;
}
h4 {
  text-transform: uppercase;
  padding-bottom: 0;
}
/* columns ----------------------*/
#e_column_0 {
  padding: 1em 1em 80px; 
}
#column1 {
  width: 20%;
}
#column2 {
  width: 66%;
}

/* logo -------------------------*/
#logo a {
  display: block;
  text-indent: -40000em;
}
#logo,
#logo a {
  width: 126px;
  height: 42px;
}
#logo {
  background: url(/resources/dyn/files/229165/_fn/FH_logo_hrz.gif) no-repeat top left;
  margin-bottom: 6em; 
}
/* main navigation ---------------*/
#main_menu {
  padding-left: 2em; 
}
#main_menu li {
  text-transform: uppercase;
  margin-bottom: .5em;
}
#main_menu li.main {
  font-size: 1.6em;
  margin-bottom: .25em;
}
#main_menu li.mi_active a {
 color: #ea6622; 
}
#main_menu li.who {
  margin-bottom: 2em; 
}
/* fixing footer on IE8 */
#ie8only #e_column_0 {
  min-height: 50em;
}

/* footer ---------------------*/
#footer {
 height: 50px;
 margin-top: -50px;
 text-align: center;
 font-size: 11px;
 text-transform: uppercase;
 background: url(/resources/dyn/files/230984/_fn/footer_bg.gif) no-repeat center top;
}
#copyright {
 padding-top: 1.5em; 
}
/* column1 home only (adjustment to accomodate Small Agency of the Year Award logo) */

#e_column_0 #column1 {
width: 100%;
}
#logo {
  float: left;
}  
#smallagency_logo a {
  display: block;
  text-indent: -40000em;
}
#smallagency_logo,
#smallagency_logo a {
  float: right;
  width: 200px;
  height: 51px;
}  
#smallagency_logo {
  background: url(/resources/dyn/files/282085/_fn/AgencyOfTheYear_Logo.png) no-repeat top right;
  margin-bottom: 6em;
  margin-right: 1.5em;
}
/* column2 home only */

div.home_link {
position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  margin-left: -325px;
  width: 650px;
  left: 50%;
}
.home_link * {
  display: table-cell;
  vertical-align: middle;
}
#ie6only .who,
#ie7only .who {
  width: 25em;
}
.home_link span.counter {
  display: inline;
}  
.home_link h3 {
 display: none; 
 color: #EA6622;
 line-height: 1.4;
}
.home_link h1 a {
 color: #EA6622;
 font-size: 3em;
 text-transform: uppercase;
 font-weight: normal;
}
.home_link td.what {
 border-right: 1px solid #ddd; 
}
.home_link td.who {
 padding-left: 4em; 
}
.home_link td:hover h1 {
 display: none; 
}
.home_link td:hover h3 {
 display: block; 
}
.home_link td {
 width: 24.5em;
 cursor: pointer;
 padding: 2em 0;
}
#counter {
 display: none; 
}
