
body {
	background-color: #f2f2f2;
	vertical-align: top;}
p, a, h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: 0.0em;
	line-height: 1.4em;
	color: #808080;
	text-align: left;
	margin: 0px 0px 0px 0px}
p {
	font-size: 13px;
	font-weight: normal;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	  margin-bottom:0.4em;
}
a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
	margin: 1px 0px 1px 0px;
}
a:hover {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #0AA09B;
}
p.footer {
	font-size: 10px;
	font-weight: normal;}
a.footer {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}
a.footer:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #0AA09B;
}
#textHover {
    display:none;
    width:220px;
    height:220px;
    position:absolute;
    top:0; left:0;
    background:#f2f2f2;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
#textHover p
  {
  margin:10px 10px;
  font-size: 13px;
  font-weight:normal;
  color:#808080;
  vertical-align:center;
  text-align:center;
  }
 #textHover h1
  {
  margin-top:70px;
  margin-bottom:0em;
  font-size: 20px;
  font-weight:normal;
  color:#0AA09B;
  vertical-align:center;
  text-align:center;
  }
#imgContain {
    position:relative;
    display:table;
    margin-bottom: 5px;
}
#imgContain:hover #textHover {
    display:block;
}
#nav, #header_logo, #banner-slide, #info, #footer, #imgContain {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}
#banner-slide {
	background-color: #ffffff;
	height: 500px;
	margin-bottom: 25px;
}


