@charset "utf-8";

/* end reset*/

/*sliding boxes*/

.boxgrid{
	width: 300px;
	height: 260px;
	margin:8px;
	float:left;
	border: 4px solid #CCC;
	overflow: hidden;
	position: relative;
			}
.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}

.boxgrid.slideright h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color:#E56500;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.boxgrid.slideright p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.project_navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000;
	background-image: url(%20.html);
	display: block;
	height: 29px;
	width: 300px;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	margin: 0px;
	padding: 0px;
}



.project_navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 300px;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	list-style-position: inside;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}

.project_navigation li a:hover{
	background-position: left bottom;
	}
