html, body, div, span, h1, h2,  p, a,  ul, li, img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
}
ul {list-style: none;}
:focus {outline: 0;}
a {text-decoration:none;}

h1 
{
	font-size: 185%;
	alignment-adjust: hanging;
	color:#002147
}
h5
{
	font-size: 10px;
	text-align:right
	color: #002147;
	font-weight: normal;
	text-align: right;
	padding-bottom: 5px
}
h3
{
	text-align:left;
	clear: left;
	color: #002147;
	padding-top: 20px;
	padding-bottom: 2px;
	alignment-adjust: ideographic;
}
#agency {
}
#agency {
	font-size: small;
	font-style: italic;
	display: block;
	padding-top: 15px;
	color: #F00;
}
#wrap {
  width: 1020px; 
  margin: 0 auto;
} 
li {
	float: left;
	position: relative;
	display: inline-block;
	width: auto;
	height: 300px;
	margin: 10px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
li div {
	position: absolute;
	height: 0;
	width: 280px;
	background: rgba(0,0,0,.45);
	overflow: hidden;
	bottom: 10px;
	left: 10px;
	padding: 0 10px;
	line-height: 50px;
	color: #fff;
	transition: height 1s;
}
li:hover div {
  height:50px;
}
line_breaks
{
	clear: both;
}
#wrap2 {
  width: 1200px; 
  margin: 0 auto;
} 
#logo_bar {
	display: block;
	margin: 0 auto;
	clear: both;
	height: 94px;
	width: 1020px;
	position: static;
	visibility: visible;
	padding-bottom:30px

}
#logo_bar_long {
	display: block;
	margin: 0 auto;
	clear: both;
	height: 94px;
	width: 1200px;
	position: static;
	visibility: visible;
	padding-bottom:30px

}

