/* 
(c)2005 Internova
=================
http://www.dh-lawrence.com/

Optimised for the following browsers:
- IE 6
- FIREFOX 1.0.6 
*/


/* -- Imports -- */
@import url(/css/cms.css);
@import url(/css/layout.css);

/*-- Common --*/
html
{
	font-size: 70%;
	overflow: -moz-scrollbars-vertical;
}
body
{
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
}
body, p, a.unhighlighted
{
	color: #000;
}
p
{
	padding: 0;
	margin: 0 0 10px 0;
}
/* YELLOW COLOUR */
a, h2, h4, a.bigNavLink:hover, #divFooter ul li, #divTopNavigation a:hover, a.highlighted
{
	color: #f90;
}
h2
{
	font-size: 1.45em;
}
h3
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.accessibility
{
	display: none;
	visibility: hidden;
	line-height: 0;
}


/*-- Top Navigation Links --*/
#divTopNavigation
{
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.9em;
}
#divTopNavigation a
{
	text-decoration: none;
	text-transform: uppercase;
}


/*-- Big Navigation Buttons --*/
a.bigNavLink
{
	padding: 3px 10px 0 10px;
	display: block;
	width: 130px;
	height: 139px;
	background-color: #000;
	float:left;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
a:hover.bigNavLink
{
	text-decoration: none;
}
a.bigNavLink.biography
{
	margin-left: 0;
	background-image: url(/images/navigation/biography_off.jpg)
}
a:hover.bigNavLink.biography
{
	background-image: url(/images/navigation/biography_on.jpg)	
}
a.bigNavLink.timeline
{
	background-image: url(/images/navigation/timeline_off.jpg)
}
a:hover.bigNavLink.timeline
{
	background-image: url(/images/navigation/timeline_on.jpg)
}
a.bigNavLink.events
{
	background-image: url(/images/navigation/events_off.jpg)
}
a:hover.bigNavLink.events
{
	background-image: url(/images/navigation/events_on.jpg)
}
a.bigNavLink.eastmidlands
{
	background-image: url(/images/navigation/eastmidlands_off.jpg)
}
a:hover.bigNavLink.eastmidlands
{
	background-image: url(/images/navigation/eastmidlands_on.jpg)
}
a.bigNavLink.university
{
	background-image: url(/images/navigation/university_off.jpg)
}
a:hover.bigNavLink.university
{
	background-image: url(/images/navigation/university_on.jpg)
}

/*-- Footer --*/
#divFooter ul
{
	margin: 20px 0 0 0;
	padding: 0;	
}
#divFooter li
{
	list-style-type: none;
	display: inline;
}
#divFooter li a
{
	background: url(/images/bullet2.gif) no-repeat 0px 5px;
	padding: 0 10px 0 8px;
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
}
#divFooter li a:hover
{
	text-decoration: underline;
}
#divFooterNotes
{
	font-size: 9px;
	margin-top: 20px;
}
#divCopyright
{
	position: absolute;
}	
#divWebDesign
{
	text-align: right;
}
#divWebDesign a
{
	text-decoration: none;
	color: #000;
}
#divWebDesign a img
{
	border: 0;
	vertical-align: middle;
}

/*-- Contact Form --*/
.contactForm label
{
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding: 4px 10px 0 0;
}
.contactForm .textbox, .contactForm textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	width: 200px;
	margin: 1px;
}
.contactForm .dropdown
{
	width: 206px;
	margin: 1px;
}
.contactForm .button
{
	position: relative;
	top: 5px;
	left: 133px;
	background-color: #000;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
/*--Conference--*/
.text
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	width: 200px;
	margin: 1px;
}
input.navButton
{
	background-color:Black;
	color:White;
}
a.navButton
{
	background-color:Black;
	color:White;
	padding:3px 5px;
}
span.bold, div.bold, div.bold div
{
	font-weight:bold;
}
.colorText
{
	color: #f90;
}
.fl
{
	font-size:1.1em;
}
tr.smalltext td
{
	font-size:0.8em;
}
td.bold
{
	font-weight:bold;
}

/*-- Merchandise Advert --*/
.merchandiseAdvert
{
	background: url(/images/merchandiseBackground.jpg) no-repeat top left;
	height: 172px;	
}
.merchandiseAdvert span.title
{
	display: block;
	position: relative;
	top:13px;
	left: 7px;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
.merchandiseAdvert a
{
	display: block;
	background: url(/images/cutCornerSmall.gif) no-repeat top left;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 0.8em;
	height: 17px;
	width: 70px;
	position: relative;
	top: 125px;
	left: 120px;
	padding: 3px 0 0 25px;
}
.merchandiseAdvert a:hover
{
	text-decoration: none;
}
	

