@import url(http://fonts.googleapis.com/css?family=Voltaire);
body{
	font: normal 0.6em sans-serif,Arial;
	font-size: 16px;
	line-height: 1.42857143;
	color: #6f6f6f;
	background-color: #f4f4f4;
	background-position: 50% 40px;
	margin: 0;
	padding: 0;
}

a {
  color: #52b6ec;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.topH{
	background-color:#8f9d45;
	color:#fff;
	padding:30px;
}
.navbar {
  border-radius: 0px;
}
.middle{
	margin-top:-20px;
	padding: 10px 20px 10px 20px;
	background: #ffffff;
	border-bottom: 1px solid #f8f8f8;
	position: relative;
	border-radius: 0px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	min-height:500px;
}


.item h1{
	color:#666;
	font: bold 2.5em sans-serif,Arial;
	margin-left:5px;
	margin-top:40px;
	margin-bottom:25px;
	font-family:'Voltaire'
}

.staffPhoto {
width: 80px;
height: 100px;
}
.staffName {
font-size: 14px;
font-weight: bold;
color: #13719E;
}
.staffDesig {
font-size: 12px;
font-weight: bold;
font-style: italic;
color: #13719E;
}


.homeItem{
	margin-bottom:30px;
	padding-bottom:50px;
	margin-top:40px;
}
.homeItem p{
	height:120px;
}

.lastbox {
	background-color:#323232;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	padding:20px;
}

.center{
	text-align:center;
}




@media (min-width: 1200px)
{
	.container {
		width:980px;
	}
}
