/*<group=Body>*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	}

hr {
	border: 1px  #aaa;
	border-spacing: 0px 0px;
	border-top: 1px solid #aaa;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#container {
	width: 738px;
	border: 0px solid silver;
	margin: 20px auto 20px auto;
	padding: 10px 30px;
	}

/*<group=Title>*/

#title {
	clear: both;
	border: 0px solid pink;
	width:  200px;
	height:  69px;
	}

#title a img, #title img a {
	border: none;
	}
	
	/*</group>*/

/*<group=Content>*/

#pressRelease {
	}

#content a:link {
	color: #4c4c4c;
	}

#content a:visited {
	color: #4c4c4c;
	}

#content a:hover {
	color: #426BBA;
	}

#content {
	width:738px;
	margin-top: 10px;
	text-align: justify;
	padding-top: 10px;
	border: 0px solid pink;
	font-size:small;/* ADDED 20050526 @ client request to increase font from default*/
	clear:  left;
}

#content h1 {
	clear:left;
	display:block;
	text-align: left;
	color: #426BBA;
	font-weight: normal;
	text-transform: none;
	border:0px solid green;
	margin-top:  0px;
}

#content h2{
	/*text-transform: lowercase;*//*COMMENTED 20050526  @ client request*/
	font-size: 16px;  /* ADDED 20050526 @ client request to reduce font from default*/
	}
	
#content .mainImage {
	clear: none;
	float:right;
	margin-left: 20px;/* INCREASED FROM 10 to 20 20050526 @ client request for more spacing*/
	margin-top: 6px;
	margin-bottom: 20px;/* INCREASED FROM 10 to 20 20050526 @ client request for more spacing*/
	border:0px solid silver;
}

#content .bordered {
	border: 1px solid #426BBA;
	}

#content h3{
	font-size: 15px; 
}
#content p {
	padding: 0;
	margin-top: 10px;
	text-align: justify;
	}


#content .biogImage {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border:  1px solid #aaa;
	}

#content .biog {
	clear: left;
	}

	
	/*</group>*/

/*<group=Second Navigation>*/

#secondNavigation {
	font: 11px Helvetica, Arial, sans-serif;
	clear: both;
	text-align: right;
	padding-top: 10px;
	z-index: 1;
	position:relative;
	}

#secondNavigation a:link {
	color: #4c4c4c;
	
	}
	
	/*</group>*/

#copyright {
	font-size: 10px;
	position: relative;
	margin-top:-2.2em;
	z-index:0;
	/*width:600px*/
	}
#copyright p.agency {
	text-align:right;
	}
#copyright p.agency a{
	color: #ceabab;
	
	}
/*<group=Sitemap>*/

#sitemap{
	float:left;
	clear:left;;
}
#sitemap ul {
	float:left;
	clear:left;;
}

#sitemap li {
	float:left;
	clear:left;;
}
	
	
#movie{
	border:1px solid red;
}


/***********************************************/
#SUBSUBNAV{
	font-size:x-small;
	border:0px dotted silver;;
	margin-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	clear: both;
	text-transform: lowercase;
}
#SUBSUBNAV ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
#SUBSUBNAV li{
	display: inline;
}
.subSubNormal{
	padding:1px;

	width:100%;
	background-color:white;
	text-decoration:none;
	color:#666666;
}

.subSubSpacer {
	margin-right: 4px;
	}

.subSubSelected{
	padding:1px;


	text-decoration:none;
	color:#666666;
	background-color:#ECF0F9;  /* blue */
	/* background-color:#DDFFC4; */ /* green */
	/* background-color: #FFE7C4; */ /* orange */
}

#SUBSUBNAV a:hover{
	color:white;
	background-color:#426BBA;
}


#rightcontent{
	float:right; 
	width:291px;
	/*border:1px dotted pink;*/
}
/*******************************************/

#nav, #nav ul { /* all lists */
	font-size:11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 144px; /* width needed or else Opera goes nuts */
	
}

#nav ul li{
	font-size:x-small;
	color:#666666;
}
#nav ul li a{
	display:block;
	background-color:white;
	color:#666666;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color:#666666;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width:142px;
}
#nav a{
	color:#666666;
	display:block;
	width:134px;
}
#nav a:hover{
	color:white;
	background-color:#426BBA;
}

.navSectionItem{
	text-align:left;
	margin:2px;
	text-transform: lowercase;
}
.navSectionLink{
	display:block;
	border:1px solid silver;
	padding:4px;

}
.navSubsectionGroup{
	border:1px solid silver;
	border-top:0;
	background: white;

}
.navSubgroupItem{
}
.navSubgroupLink{
	padding:4px;
	color:red;
}
.navSubgroupLink a{
	color:red;
}

#navContainer{
	/* border:1px dotted red; */
	margin-left:  -2px;
	clear: both;
}

.navSectionLinkSelected{
	color:white;
	display:block;
	background-color:#426BBA;
	border:1px solid silver;
	padding:4px;
}
a.navSectionLinkSelected{
	color:white;
}

a.pdf_link:link, a.pdf_link:visited {
	background-image: url(http://www.astex-therapeutics.com/images/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

/* events page pdf list */
#events  ul.eventsPdfs {
	margin-left:0;
	padding-left:0;
	
	}
#events  ul.eventsPdfs li {
	list-style-type:none;
	}
#eventsList {
	margin-left:0;
	padding-left:0;
	width:36em;
	}
.noPaddBott {
	padding-bottom:0.1em;
	margin-bottom:0.6em;
	}
#eventsList li {
	border-bottom: 1px #CCC dotted;
	padding: 0.2em 0 0.6em 0;
	list-style-type:none;
	}
#eventsList li li{
	border-bottom:none;
	
	}
	/* misc */
.spacedList li {
	padding: 0.8em 0;
	}