#nav {
    width:10%;
    height: 100%;
    background-color:white;
    padding:15px;
    padding-right: 25px;
    font-family:Roboto;
    font-weight: 200;
    font-size:13pt;
    text-align: right;
    line-height: 23pt;
    float: left;
    min-width: 100px;
    max-width: 170px;
}

ul {
  font-size: 11pt;
  font-family: Roboto,sans-serif;
  font-weight: 100;
  text-align:justify;
  color: #444;
  line-height: 1.75;
}

html, body{
    height: 100%;
    line-height: 1.25;
}

#nav a {
    text-decoration: none;
    color: black;
}

#banner{
    width: 100%;
    height: 350px;
    background-color: #DDD;
    float: left;
    position: relative;
    text-align: center;
}

#bannerContact{
    width: 100%;
    height: 415px;
    background-color: #DDD;
    float: left;
    position: relative;
    text-align: center;
}

#banner_liner {
    width: 100%;
    height: 10px;
    background-color: #EFD89C;
    position: absolute;
    bottom: 0px;

}

#banner_liner2 {
    width: 100%;
    height: 5px;
    background-color: #EFD89C;
    margin-top: 10px;
    margin-bottom: 10px;
}

#banner_liner3 {
    width: 100%;
    height: 5px;
    background-color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
}

#banner_linertop {
    width: 100%;
    height: 10px;
    background-color: #444;
    position: absolute;
    top: 0px;

}

#content{
    width: 95%;
    padding-left:2%;
    float: left;
    font-family:Roboto;
    font-weight: 200;
    font-size: 11pt;
    min-height: 100%;
    margin-bottom: -50px;
}

#content h1{
    font-family: 'Roboto';
    text-decoration: none;
    font-weight: 400;
    line-height: 18pt;
    margin-bottom: 0px;
}

#border{
    height:10px;
    content: "";
}

#content h2{
    font-family: Roboto;
    font-weight: 100;
    line-height: 18pt;
    color:grey;
    font-size: 15pt;
    margin-top: 8px;
}

#content p{
    font-size: 11pt;
    font-family: Roboto,sans-serif;
    font-weight: 100;
    text-align:justify;
    color: #444;
    line-height: 1.75;
}

#content a{
    text-decoration: none;
    font-weight: 400;
    color: #bca569;
}

.update_thumb{
    width: 100px;
    height: 100px;
    font-size:11pt;
    float:left;
    margin: 10px;
    vertical-align: middle;
    position:absolute;
    left: 10px;
}
.update_text{
    width: 95%;
    height:100px;
    font-size:11pt;
    float:left;
    position: absolute;
    vertical-align: middle;
    left: 130px;
}
.update{
    width: 100%;
    height: 110px;
    position:relative;
}

#content:after{
    display:block;
}

#footer{
    font-size: 9pt;
    line-height: 25px;
    width: 95%;
    height: 25px;
    font-family: Roboto,sans-serif;
    color: #444;
    font-weight: 100;
    padding: 10px;
    display: inline-block;
    bottom: 0px;
    padding-top: 20px;
}

#main{
    width: 75%;
    display: inline-block;
    float: left;
}

#cv_item a{margin: 0 0 0 10px; }
#cv_item a{font-size:15px; color:#777;}
#cv_item p{font-size:13px;line-height: 20px;}
#cv_item a:hover{color: #222}
#cv_list_item {margin: 10px 10px 5px 30px;  font-size:15px; font-weight:300;}

#pub_item
{
	padding: 10px;
	clear: both;
	vertical-align:top;
}

#pub_item_img {
	padding:10px;
    padding-top: 0px;
	float: left;
}



#pub_list_item a {
color:#9a8347;
margin:0;
font-size:11pt;
font-weight:200;
}
#banner2{
	background-color:#EAEAEA;
	color: #EAEAEA;
	vertical-align: middle;
    padding: 5px;
	padding-left: 15px;
    height: 40px;
    width:100%
}

#banner2 h2 {
	color: #666;
	padding-bottom: -2px;
	font-size:15pt;
    line-height: 17pt;
}

.person{
    width: 180px;
    float: left;
    padding: 10px;
    display: inline-block;
    position: relative;
    font-family: Roboto;
    font-weight: 200;
}

.person-wide{
    width: 100%;
    float: left;
    padding: 20px;
    vertical-align: middle;
    font-family: Roboto;
    font-weight: 200;
}

.person span{
    font-size: 9pt;
}

.bio{
    visibility:hidden;
    position:absolute;
    padding-left: 10px;
    top: 15px;
    width:110px;
    font-size: 8pt;
}

.news{
    width: 90%;
    font-size: 9pt;
    text-align: center;
    float: left;
    padding-right:30px;
    height: 250px;
    position: inline-block;
    padding-bottom: 30px;
}

.news p{
    text-align: left;
}
.news img{
}
