body
{	
	margin: auto;
	background: url("http://www.cld-consortium.org.uk/web/image/background.jpg") repeat-x;
	background-color: #F5F6FA; /* BACKGROUND COLOUR */
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #555; /* FONT COLOUR */
	text-align: center;
}

body#contact a#menu-contact,
body#map a#menu-map,
body#team a#menu-team,
body#home a#menu-home
{
text-decoration: underline;
}

body#members a#menu-members,
body#documents a#menu-documents,
body#calendar a#menu-calendar,
body#publications a#menu-publications,
body#collaborators a#menu-collaborators,
body#resources a#menu-resources
{
	font-weight: bold;
}

#hidden
{
	display:none;
}

ul
{
	list-style-image: url("http://www.cld-consortium.org.uk/web/image/list_style.gif");
	margin-top: 0px;
}

/* header */
#header
{
	width: 760px;
	height: 100px;
	margin: 5px auto 5px auto;
	background-color: transparent;
	background-repeat: no-repeat;
}

#logo
{
	float:left;
	width: 485px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url("http://www.cld-consortium.org.uk/web/image/logo.gif");
	background-repeat: no-repeat;
	
}

#logo_animated
{
	float:left;
	width: 485px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url("http://www.cld-consortium.org.uk/web/image/logo_animated.gif");
	background-repeat: no-repeat;
	
}

/* horizontal navigation */
#horizontal_nav ul
{
	width: 269px;
	height: 11px;
	margin: 0 0 0 488px;
	padding-left: 3px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
} 

#horizontal_nav ul li
{
	display: inline;
}

#horizontal_nav ul li a
{
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-align: right;
	color: #fff; /* font-color */
	background-color: #90AED0;
}

#horizontal_nav ul li a.current
{
	text-decoration: underline;
}

#horizontal_nav ul li a:hover
{
	text-decoration: underline;
}

/* content */
#container
{	
	width: 760px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	color: #6C6C6C;
	border-top: none;
}

/* top-border */
.t
{
	background: url("http://www.cld-consortium.org.uk/web/image/dot.gif") 0 0 repeat-x;
	width: 760px;
}

/* bottom-border */
.b
{
	background: url("http://www.cld-consortium.org.uk/web/image/dot.gif") 0 100% repeat-x
}

/* left-border */
.l 
{
	background: url("http://www.cld-consortium.org.uk/web/image/dot.gif") 0 0 repeat-y;
}

/* right-border */
.r
{
	background: url("http://www.cld-consortium.org.uk/web/image/dot.gif") 100% 0 repeat-y;
}

/* top-right-curve */
.tr
{
	background: url("http://www.cld-consortium.org.uk/web/image/tr.gif") 100% 0 no-repeat; 
	padding:10px;
	height: 100%;
}

.left
{
	float: left;
	width:390px;
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;	
	text-align: justify;	
	line-height:16pt;
}


html>body .bottom
{
	margin-top: 40px;
}

.right
{
	width:310px;
	margin-left:390px;
	padding-left: 10px;
	background-color: transparent;
	list-style: none;
	text-align: justify;
	
}

.bottom
{
	width: 740px;
	margin: 0 auto 0 auto;
	text-align: justify;
	line-height:16pt;  
}

#map_legend
{
	width: 390px;
	height: 5px;
	padding: 0;
	margin: 0;
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: -1px;
	text-align: right;
}

.category
{
	margin-left: 0;
}

.category li
{
	list-style-image: none;
	list-style-type: none;
}

.category b
{
	padding-left: 10px;
}

.sub_category li ul li
{
	list-style-image: none;
	list-style-type: none;
}

.sub_category b
{
	padding-left: 30px;
	font-weight: normal;
}

/* content vertical navigation*/
#content_nav 
{
	width: 300px;
	padding: 0;
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#content_nav ul
{	
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border: none;
}

#content_nav li 
{
	width: 300px;
	padding: 0;
	display: block;
	text-decoration: none;
	height: 25px;
	background: url("http://www.cld-consortium.org.uk/web/image/line_dotted_blue.gif") repeat-x; background-position: bottom;
}

#content_nav li a
{
	width: 300px;
    padding: 5px 0 5px 5px;
    display: block;
    text-decoration: none;
    color: #6C6C6C; /* font-color */
	background-color: #fff;
}

html>body #content_nav li a /* need to fix hack */
{
	width: 248px;
}

#content_nav li a:hover
{
     color: blue;
	 background-color: #fff;
}

#content_nav ul li a.current
{
	font-weight: bold;
}

.collaborators
{
	margin: 5px;
	padding: 10px;
}

/* footer */
#footer
{
	width: 760px;
	height: 50px;
	margin: 5px auto 0 auto;
	text-align: left;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;		
}

/* Contact */
.boxContact
{
	
	width: 640px;
	margin: 0 auto 2px auto;
	padding: 0;
	text-align: justify;
}

.leftBoxContact
{
	float: left;
	width: 90px;
	margin: 0;
	padding: 0;
}

.rightBoxContact
{
	position: relative;
}

.rightBoxContact input
{
	width: 380px;
}

html>body .rightBoxContact input
{
	width: 382px;
}

.rightBoxSubmit input
{
	margin-left: 323px;
	width: 60px;
	align: right;
}

html>body .rightBoxSubmit input
{
	margin-left: 328px;
}


/* font */
h1
{
	font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #8EAFD0; /* font-color */
	background-color: #fff;
	letter-spacing: -1.5px;
	text-align: left;
}

h2
{
	font-family: 'Arial','Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #8EAFD0; /* font-color */
	background-color: #fff;
	letter-spacing: -1.5px;
	text-align: left;
	margin-bottom:-10px;
}

h3
{
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #555;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}