@CHARSET "UTF-8";

html, body {height:100%;}

body{
color: #000000;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 14px;
}

.holder{
width: 900px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

.header{
width: 100%;
height: 100px;
border-bottom: #999999 2px groove;
}

.body{
width: 100%; 
}

.logo{
float: right;
text-align: right;
margin: -24px -3px 0 0;
}

.contact-details{
position:relative;
text-align:left;
top: 56px;
font-size: 1.2em;
left: -1px;
}

.menu{
float: left;
width: 225px;
margin-top: 10px;
}

.menu_head a{
  background-image:url(/images/arrowBlack.png);
  background-position:2px 48%;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 85%;
  color:black;
  padding:1px 0pt 2px 17px;
  display: block;
  margin-bottom:10px;
}

.menu_head a:hover{
text-decoration:underline;
}

.menu_body {
  display:none;
}
.menu_body a {
  display:block;
  color:#000000;
  padding: 0px 0px 0px 25px;
  margin-bottom:10px;
  text-decoration:none;
  background-image:url(/images/arrowHollow.png);
  background-position:12px 48%;
  background-repeat: no-repeat;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}

.content{
float: left;
margin-top: 13px;
width: 675px;
}

.content a{
text-decoration: none;
color: #184890;
}

.content a:hover{
color: #0085CF;
text-decoration: underline;
}

.content h1{
font-size: 18px;
margin-top: 0px;
padding-bottom:2px;
display:block;
width:100%;
border-bottom: #999999 2px groove;
text-align:left;
font-weight:normal;
}

.content-image{
padding-bottom: 10px;
}

.content p{
margin: 0 0 14px 0;
}

.content ul{
list-style-type: none;
padding-left: 2px;
}
.content ul li{
margin-bottom: 8px;
padding-left: 15px;
background-image:url(/images/arrowBlack.png);
background-position:0 48%;
background-repeat: no-repeat;
}

.content .text_title{
  padding-bottom: 8px;
}

.content .text_title a{
  width: 100%;
  display: block;
  clear:both;
}

.content .text_body{
  display:none;
  padding-bottom: 15px;
}


.person_entry{
margin: 0 auto;
width: 100%;
border-bottom: 1px black solid;
padding-top: 10px;
}

.person_entry img{
padding: 3px;
border: 1px black solid;
}

.person_entry .photo{
float: left;
padding-right: 20px;
}

.person_entry .bio{
float: left;
}

.bio h2{
font-size:16px;
font-weight:normal;
margin:0;
display: inline;
}

.bio ul{
margin-top: 5px;
}

.person_entry .viewmoreinfo{
padding-left: 20px;
padding-right: 20px;
}

.spacer{
	clear: both;
	width: 100%;
	height: 10px;
}
