html,body{
	padding:0em;
	margin:0em;
	font-family:Lato, serif;
	font-size:13px;
	color:#000;
	background-color:#F1F1F1;}

a{
	color:#666;
	text-decoration:none;}
a:hover{
	color:#000;
	text-decoration:underline;}

img.light{
	border:0px solid #999;
}

.menu{
display:block;
padding:0em;
margin:0em;
float:right;
padding-right:50px;
border:0px solid #000;
margin-top:-30px;}

.menu li{
float:left;
list-style:none;
padding:0em;
margin:0em;
text-transform:uppercase;}

.menu li a{
	color:#999;
	text-decoration:none;
	font-family: Helvetica;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 15px;}

.menu li a.menubutton, .menu li a:hover{
background-color:#262d50;
margin:0 auto;
color:#FFF;}


h1.title{
  color:#262d50;
  /*font-family:Bevan, serif;*/
  font-family: Helvetica;
  font-size:45px;
  font-weight:bold;
  line-height:55px;
  margin:50px 0 35px;
  letter-spacing:-2px;
  border-bottom:2px dotted #EAEAEA;
  /*text-shadow:#000 0.01em 0.01em 0.05em;*/
}

table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #999;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999;
	background-color: #dedede;
}
table.gridtable td{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999;
	background-color: #ffffff;
	font-size:12px;
}

table.gridtable tr.alt td{
	background-color: #F1F1F1;
}

input,textarea{
	border:2px solid #EAEAEA;
	padding:4px 5px;
}


.list{
    list-style: none;
    display: inline-block;    
    margin:0;
    padding:0;
	margin-bottom:100px;
	border:10px solid #FFF;
	width:900px;
}

.list>li{
    display: inline-block;
    width: 260px;
    height : 320px;
    border: 10px solid #FFF;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
	margin-left:15px;
	vertical-align:top;
	font-size:12px;
	text-align:center;
}

.teamtbl tr td{
	text-align:center;
	border:0px solid #000;
	padding-bottom:10px;
}

.member-info{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    bottom: 0;
    color: #333333;
    padding: 0px 10px;
	padding-bottom:5px;
    position: absolute;
    width: 160px;
	line-height:16px;
    z-index: 20;
}

.member-info h3{
	font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
	margin:0em;
	padding:0em;
	text-align:left;
	padding-top:8px;
}

.member-info p{
	font-size:11px;
	line-height:15px;
	padding:0em;
	margin:0em;
	text-align:left;
}

.member-img{
	position:absolute; width:180px; height:180px;
}

.member{
	position:relative; width:180px; height:180px; border:0px solid #000; background-color:#999;
}
