@charset "utf-8";

.gallery{
	list-style: none;
	margin: 0;
	padding:0;
}

.gallery li {
	float: left;
	position:relative;
	width: 215px;
	height: 100px;
	border: solid 2px #2A70AE;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 0px;
}

.gallery .no_top_border {
	float: left;
	position:relative;
	width: 215px;
	height: 100px;
	border: solid 2px #2A70AE;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 0px;
}


.gallery img{
	position: absolute;
	clip: rect(5px 210px 95px 5px);
}

.gallery li:hover img{
	border-top-color:
	border-top-color: #5398D7;
	border-right-color: #83B5E2;
	border-bottom-color: #83B5E2;
	border-left-color: #83B5E2;
	border-top-color: #83B5E2;
}

.gallery a{
	text-decoration: none;
	color: #FFF;
}

.gallery a:hover em{
	display: block;	
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	text-decoration: none;
	color: #9FA0A1;
}

h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9FA0A1;
	text-decoration: none;
}

h5 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A70AE;
	text-decoration: none;
}
h2 {
	clear: both;
	float: left;
	width: 645px;
	margin-top: 40px;
	background-image:url(../images/divider_portfolio.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
}

h4{
	margin-top:103px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
