@charset "utf-8";
/* CSS Document */

#row1, #row2, #row3, #row4, #row5, #row6, #row7 {
	display:none;
}

#bodyleft {
float:left;
width:364px;
height:435px;
background:url(../Images/page_elements/whatwedo.jpg) left bottom no-repeat;
}
	#bodyleft ul {
		list-style:none;
		margin:0;
		padding:10px 0 0 10px;
	}
		#bodyleft li {
			font-size:1px;
		}
			#bodyleft li a {
				display:block;
				width:212px;
				height:23px;
				color:#ffffff;
				text-decoration:none;
				background-image:url(../Images/what_we_do_2009/links.gif);
			}
				#bodyleft li a#wwd01 {
					background-position:0 0;
				}
					#bodyleft li a#wwd01:hover {
						background-position:0 -23px;
					}
					#bodyleft li a#wwd01.highlighted {
						background-position:0 -46px;
					}
				#bodyleft li a#wwd02 {
					background-position:0 -69px;
				}
					#bodyleft li a#wwd02:hover {
						background-position:0 -92px;
					}
					#bodyleft li a#wwd02.highlighted {
						background-position:0 -115px;
					}
				#bodyleft li a#wwd03 {
					background-position:0 -138px;
				}
					#bodyleft li a#wwd03:hover {
						background-position:0 -161px;
					}
					#bodyleft li a#wwd03.highlighted {
						background-position:0 -184px;
					}
				

#bodyright {
float:left;
width:354px;
scrollbars:auto;
height:415px;
overflow-y:auto;
padding:10px 10px 10px 0;
}
	#bodyright p {
	font-size:1.3em;
	margin:0 0 1.2em 0;
	}
	#bodyright p.blurb {
	width:325px;
	margin:0 0 10px 29px;
	padding:0;
	}
	#bodyright ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	#bodyright li {
	font-size:1.3em;
	color:#7f7277;
	}
	#bodyright li a {
	color:#7f7277;
	padding:0.1em 0 0.1em 12px;
	background:url(../Images/graphics/greyarrow_white.gif) top left no-repeat;
		background-position:0 4px;
	text-decoration:none;
	}
		#bodyright li a:hover {
			color:#a99880;
		}
