/* This is the style of your browser text */

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;

}

h1 {
  text-align: center;
  font-size: 65px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}


h4 {
  color: #2C2407;
  font-size: 16px;
  margin: 20px 0 0px 0;
}
.navpodtext{
margin-bottom:4px;

}


a.tt{
    position:relative;
    z-index:24;
    color:#F49F00;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; font-family : Verdana, Arial, Helvetica, sans-serif;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #F49F00;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
	font-size:11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    top:-145px; left:-120px;
	width:300px;
	height:153px;
	color: #F49F00;
    text-align: center;
}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	width:300px;
	height:153px;
	font-size:11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    background: url(../images/black_arrow_big.png) no-repeat bottom;

}

