* {
 margin: 0;
 padding: 0;
 border: 0;
}

html,body {
	background-image: url(images/bg_image_left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
	border:0;
	font-family:arial,helvetica,sans-serif;
	text-align:center;
	background-color:#FFFF80;
}

img {
	border:0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width:988px;
	height:539px;
}

#header {
	width:988px;
	height:152px;
	overflow: hidden;
}

#menu {
	text-align:right;
	margin:0;
	padding:0;
	width:987px;
	height:39px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}


#contentarea-topbar {
	margin:0;
	padding:0;
	width:987px;
	height:28px;
	background-image: url(images/contentarea_topbar.jpg);
	background-repeat: no-repeat;
}

#contentarea-middlebar {
	margin:0;
	padding:0;
	width:987px;
	background-image: url(images/contentarea_middlebar.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	overflow: hidden;
}

#contentarea-bottombar {
	margin:0;
	padding:0;
	width:987px;
	height:29px;
	background-image: url(images/contentarea_bottombar.jpg);
	background-repeat: no-repeat;
}

#footer {
	width:923px;
	height:20px;
	background-color:#00732D;
	margin-left:50px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

div.content_holder {
	margin-left:70px;
	margin-right:25px;
	margin-top:0;
	margin-bottom:0;
	padding:0px;
	overflow: hidden;
}

div.etailor_logo {
	color:#000000;
	font-size:0.7em;
	float:right;
	width:191px;
	padding-top:5px;
	padding-right:15px;
	text-align:right;
}

a.etailor_footer, a.etailor_footer:active ,a.etailor_footer:link ,a.etailor_footer:visited {
	color:#000000;
	font-size:0.8em;
}

div.address_footer p {
	color:#FFFFFF;
	font-size:0.7em;
	padding-top:3px;
	text-align:center;
	line-height:1.2em;
}

span.red {
	color:red;
}

img.context_image {
	border:7px solid #FFFFFF;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	display:block;
}

img.bio_pics {
	border:1px solid #FFFFFF;
	float:right;
	margin-bottom:5px;
	margin-left:5px;
}

span.title_text {
	width:400px;
	height:40px;
}

span.title_text p {
	color:#FFFFFF;
	font-size:18px;
	padding: 5px 10px;
	line-height:21px;
}

/* general text styles */
p, ul, li {
	font-size:13px;
}

p {
  color: #254321;
  font-family: Garamond, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight:bold;
  text-align:justify;
	padding: 5px 10px;
	line-height:1.2em;
}

ul.content_holder {
  padding: 15px 20px;
}

ul.content_holder li {
  color: #254321;
  font-family: Garamond, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight:bold;
  text-align:justify;
}

a, a:active, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5 {
	color: #000000;
}

/*form styles*/
fieldset
{
border: 1px solid #00732D;
padding:5px;
margin-right:5px;
width:300px;
}

label,input,textarea {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 10px;
	font-size:0.8em;
}

label {
	text-align: right;
	width: 110px;
	padding-right: 10px;
	font-size:10px;
}

legend
{
	background: #00732D;
	padding: 2px 6px;
	margin-bottom:10px;
	font-size:0.8em;
	color:#FFFFFF;
} 


/*top menu */
#list-menu-top {
float:right;

/* width: 800px;  REMOVED BY AENGUS FOR CBSUK, might need to re-add if ddm required */
padding-right:10px;
padding-top:10px;

/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu-top ul {
list-style: none;
padding: 0;
margin: 0;
text-align:center;
} 

#list-menu-top li {
float: left;
} 

#list-menu-top a {
display: block;
width:115px;
padding: 8px 6px 5px 6px;
background: #FFFFFF;
text-decoration: none; /*lets remove the link underlines*/
font-size:10px;
} 

#list-menu-top a:link, #list-menu-top a:active, #list-menu-top a:visited {
color: #FFFFFF;
background: #FFFFFF url(images/top_menu_off.jpg);
}

#list-menu-top a.current:link, #list-menu-top a.current:active, #list-menu-top a.current:visited {
color: #FFFFFF;
background: #FFFFFF url(images/top_menu_on.jpg);
}

#list-menu-top a:hover {
background: #FFFFFF url(images/top_menu_on.jpg);
color: #ffffff;
}