﻿body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	color:#566c7f;
}

p {
	margin-bottom:15px;
	font-size: 0.95em;
}
.p1 { 
	margin-bottom:6px;
}
.p2 { 
	margin-bottom:24px;
}
.p3 { 
	margin-top:28px;
}

strong {
	color:#333;
	font-weight: bold;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {color:#222;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#222; text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#222; text-decoration: underline;}
h1 {
	font-weight:bold;
	position:relative;
	font-size:1.5em;
	margin-bottom:0.5em;
}
h2 {
	font-weight:bold;
	font-size: 1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-weight:normal;
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
	font-weight:bold;
}




/*----- txt, links, lines, titles -----*/
a {	color:#333;}
a:visited {color: #333;}
a:hover{text-decoration:none;}
.non_underline {
	text-decoration:none;
}
.non_underline:hover {
	text-decoration:underline;
}
.blue {
	color:#00a8d7
}
.orange {
	color:#fd9b00
}
.red {
	color:#de2525;
	position:relative;
}
.grey {
	color:#aa9267
}
.black {
	color:#484848 !important
}
.white {
	color:#fff;
	text-transform:uppercase
}
.red_App 
{
    font-style: italic;
}






.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	display:block; 
	background:#2a2a2a url(images/button_bgs1.gif) no-repeat 0% 0%; 
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:0.91em;
}
	.button span { 
		display:block; 
		background:url(images/button_bgs2.gif) no-repeat 100% 0; 
		padding:2px 8px 4px 17px;
		height:13px;
		line-height:1.2em;
		float:left
	}
		

.line-hor { 
	background:url(images/hor_line.gif) no-repeat 0% 0%;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:22px 0;
	width:100%
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.line_dot {
	background:url(images/dot.gif) repeat-x 0% 0%;
	height:1px; 
	line-height:0;
	margin:30px 0;
	overflow:hidden
}
.line-hor_top { 
	background:#1c1c1c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0px 40px 40px;
}

/***** Lists  *****/
dl {}
dt { font-weight: bold; }
dd { font-weight: normal; }

/***** Tables *****/
td {
	font-size: .9em;
}



/****** Footer ******/
#footer {
	color:#566c7f;
}
.bottom_menu {
	color:#666;
	font-size:0.76em;
}
.bottom_menu a {
	text-transform:uppercase;
	color:#CCC;
	text-decoration:none
}
.bottom_menu a:visited {
	color:#CCC;
}
.bottom_menu a:hover {
	text-decoration:underline;
	color:#EEE;
}
.copy {
	color:#777;
	font-size:0.76em
}
.copy a {
	color:#777;
	text-decoration:underline;
}
.copy a:hover {
	text-decoration:none
}
.copy span {
	color:#DDD;
	text-transform:uppercase
}
.foot_block {
	color:#BBB;
	text-align:left;
}


/***** One-Offs *****/
div#forms_listing 
{
    font-size:0.8em;
}

/* client map */
#client_map li
{
	font-size: 0.75em;
}

/* Publications */
.publication_name {
	font-weight: normal;
	font-style: normal;
}
.publication_date {
	font-weight: normal;
	font-style: italic;
}

/* Staff Lists */
.staff_name {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.staff_title {
	margin-top: 0px;
	margin-left: 1em;
	padding-top: 0px;
	font-size: 0.9em;
	font-weight: normal;
}