/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */

#company {
	background: #FFFFFF url("../graphics/people.jpg") no-repeat; 
}


div#infocolumn {
/*	width:743px;
	margin-right:10px; */
	border-bottom:5px solid rgb(46.6%,55.8%,57.1%);
}
   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, #info a:link, #info a:visited {
/*	color: rgb(46.6%,55.8%,57.1%); */
	color: rgb(95, 122, 127);
}

#info a:hover, #info a:active {
	 color:#3A3F1F; 
}

#info a:link,#info a:visited, #info a:hover, #info a:active {
	text-decoration:underline;
}


/* #info p.first {
	color: rgb(73.3%,23.9%,53.1%);
}
*/

#info {
	border-left: 1px dotted rgb(46.6%,55.8%,57.1%);
}


/* text size stuff

p.first {
	font-size:90%;
}



 */
 
 
#info h3 {
	font-weight:normal;
}

#info p {
	margin:0 0 9px 0;
	color:  #404040;
	}


div.person {
	clear:left;
	margin-bottom:25px;
}

.person img {
	float:left;
	margin-right:20px;
	border:1px solid #ccddcc;
}

div.persontxt {
	float:left;
	width:560px;
}

#info .persontxt h2 a:hover, #info .persontxt h3 a:hover, #info .persontxt h2 a:active, #info .persontxt h3 a:active {
	text-decoration:none;
/*	color: rgb(46.6%,55.8%,57.1%); */
	color: rgb(95, 122, 127);
}

p.toplink {
	font-size:75%;
	clear:left;
}


/* ---------------------------------------------------- 
  
   sidebar
   
   ---------------------------------------------------- */


#contentsub div {
	margin-right:10px;
}

div#buttons {
	margin-top:160px;
}

#people li {
/*	color:  #4C4C4C; 
	color:  rgba(0,0,0,0.7);  70% black */
	margin-bottom:2px;
	font-size:75%;

}

#people h2 {
	font-size:85%;
	margin-bottom:12px;
}

#people a:link, #people a:visited {
	color: rgb(95, 122, 127);
}

#people a:hover, #people a:active {
	 color:#22494F; 
}

ul#buttonlinks li {
	padding:15px;
	text-align:center;
	margin-bottom:8px;
	font-size:90%;
	color:#FFF;
}

li#chbutton {
	background-color: #C5B4A8;
/*	background-color: rgba(72.3%,63.8%,58.3%,0.82);  css3 */
}

li#brbutton {
	background-color: #C7609D;
/*	background-color: rgba(73.3%,23.9%,53.1%,0.82);  css3 */
}

li#libutton {
	background-color: #9999B3;
/*	background-color: rgba(51.5%,51.1%,63.4%,0.82);  css3 */
}


/* div.colourtest {
	width:20px;
	height:20px;
	background-color:  rgba(0,0,0,0.6);
}
*/