.basic {
	width: 720px;
	float: left;
	color: black;
}

.basic a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	background: white;
	padding-right: 5px;
}

.basic a .readMore {
	font-weight: bold;
	color: #51802d;
	margin-top: -10px;
	margin-bottom: -5px;
}

.basic a:hover {
	text-decoration: none;
	color: black;
	background-color: #ddefcf;
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.basic a:focus {
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #ddefcf;
}

.basic a:focus .readMore {
	color: #ddefcf;
}

.basic .accordionPanel {
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #ddefcf;
}

.basic h2 {
	padding-left: 240px;
}

.basic p {
	padding-left: 240px;
	color: black;
	padding-right: 5px;
}

.accordionCol {
	margin-left: 240px;
	width: 480px;
}

.who1 {
	float: left;
	width: 215px;
	height: 90px;
	margin-top: -5px;
	background: url(../images/myfanwy_name.png) no-repeat;
}

.who2 {
	float: left;
	width: 215px;
	height: 90px;
	margin-top: -5px;
	background: url(../images/ianthomas_name.png) no-repeat;
}

.who3 {
	float: left;
	width: 215px;
	height: 90px;
	margin-top: -5px;
	background: url(../images/dickjones_name.png) no-repeat;
}

.who4 {
	float: left;
	width: 215px;
	height: 90px;
	margin-top: -5px;
	background: url(../images/franciswright_name.png) no-repeat;
}

.who5 {
	float: left;
	width: 215px;
	height: 90px;
	margin-top: -5px;
	background: url(../images/philipmann_name.png) no-repeat;
}

/* Accordion
----------------------------------*/

.ui-accordion .ui-accordion-header {
	margin-top: 5px;
	zoom: 1;
	cursor: pointer;
	position: relative;
	border-width: 0;
	font: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header-active {
	border-width: 1;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	border-width: 0;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	display: inline;
}

.ui-accordion .ui-accordion-content {
	position: relative;
	overflow: auto;
	display: none;
	padding: 10px 0 0;
	margin: 0;
	border-width: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
	margin: -5px 0 0;
	padding: 0;
	background: #ddefcf;
}