/* RESET BROWSER STYLES ---------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES ---------------------------------------- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #ededed;
	color: #3F515A;
}
a
{
	color: #3F515A;
	text-decoration: underline;
}
a:hover
{
	color: #00ADEF;
}

p
{
	margin-bottom: 20px;
	line-height: 18px;
}
ul
{
	margin-bottom: 20px;
}
li
{
	background: url(../images/global/blue_bullet.gif) no-repeat center left;
	padding-left: 10px;
	margin-bottom: 5px;
}

div#wrapper
{
	position: relative;
	width: 930px;
	margin: 0 auto;
	min-height: 300px;
	margin-top: 40px;
	margin-bottom: 40px;
}
div#bannerHolder
{
	background: url(../images/global/banner_shadow.png) no-repeat top left;
}
div#banner
{
	width: 910px;
	height: 200px;
	border: 1px solid #fff;
	border-bottom: 0;
}

a#logoLink
{
	position: absolute;
	top: 50px;
	left: 0px;
}
h1
{
	position: relative;
	width: 210px;
	height: 163px;
}
h1 span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/research-logo.png) no-repeat;
}

div#contentHolder
{
	float: left;
	width: 930px;
	background: url(../images/global/content_shadow.png) repeat-y top right;
}
div#contentWrapper
{
	float: left;
	background-color: #fff;
	width: 830px;
	border-top: 4px solid #77D2F7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 40px;
}

ul#mainNav,div#mainCol,div#contactCol
{
	float: left;
}
ul#mainNav
{
	width: 140px;
	font-size: 15px;
	margin-right: 60px;
	margin-bottom: 0;
}
ul#mainNav li
{
	border-bottom: 1px solid #678594;
	padding: 5px 0px 5px 0px;
	margin-bottom: 0;
	background-image: none;
}
ul#mainNav li a
{
	text-decoration: none;
}
ul#mainNav li a:hover,a#activeNav
{
	color: #00ADEF;
}
li#langLink
{
	border-top: 1px solid #678594;
	margin-top: 25px;
	font-size: 13px;
}
li#langLink a
{
	color: #808080;
}

div#mainCol
{
	width: 450px;
	margin-right: 60px;
}

h2
{
	font-weight: normal;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 20px;
}
h3
{
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
	color: #00ADEF;
}

div#contactCol
{
	width: 120px;
}
div#contactCol,div#contactCol a
{
	font-size: 13px;
	color: #808080;
	text-decoration: none;
}
div#contactCol p
{
	line-height: 18px;
	margin-bottom: 15px;
}
div#contactCol a:hover,div#contactCol a span
{
	color: #00ADEF;
}

div#projectsNews
{
	float: left;
	background: url(../images/home/projects_news_bg.gif) repeat-y top center;
}
div#projectsNews div
{
	float: left;
	width: 215px;
}
div#homeProjects
{
	padding-right: 5px;
}
div#homeNews
{
	padding-left: 5px;
}
div#projectsNews h3
{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #00ADEF;
	padding: 5px 15px;
	margin-bottom: 15px;
}
div#projectsNews ul
{
	width: 193px;
	margin-left: 5px;
}
div#projectsNews li
{
	padding-left: 12px;
	background: url(../images/global/blue_bullet.gif) no-repeat top left;
	border-bottom: 1px dashed #00ADEF;
}
div#projectsNews li p
{
	margin-bottom: 0px;
	color: #666;
}

a.newsTitleLink
{
	display: block;
	font-size: 16px;
	color: #00ADEF;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
}
a.newsTitleLink:hover
{
	text-decoration: underline;
}
a.readMoreLink
{
	display: block;
	padding-top: 5px;
	margin-bottom: 15px;
}

div#footerHolder
{
	clear: left;
	background: url(../images/global/footer_shadow.png) no-repeat bottom left;
	height: 63px;
}
div#footer
{
	font-size: 11px;
	color: #808080;
	position: relative;
	padding: 15px 40px 15px 40px;
	background-color: #fff;
	width: 830px;
	border: 1px solid #fff;
}
a#undercardLink
{
	position: absolute;
	right: 40px;
	color: #808080;
	text-decoration: none;
}
a#undercardLink:hover
{
	color: #00ADEF;
}

ul.blockMenu
{
	width: 450px;
}
ul.blockMenu, ul.blockMenu li
{
	float: left;
}
ul.blockMenu li
{
	width: 148px;
	margin: 0px 3px 3px 0px;
	padding: 0;
	background-image: none;
}
ul.blockMenu li.last
{
	margin-right: 0;
}
ul.blockMenu li a
{
	display: block;
	background-color: #BCBDC0;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
	height: 36px;
}
ul.blockMenu li a:hover, ul.blockMenu li a.active
{
	background-color: #27AAE1;
}
ul#casesMenu li
{
	width: 220px;
}

ul#whatWeDoMenu li
{
	height: 46px;
}
a.backLnk
{
	display: block;
	margin-bottom: 20px;
}

h2.peopleTitle span
{
	color: #00ADEF;
}
div.consultant
{
	position: relative;
}
a.backLink
{
	position: absolute;
	top: 5px;
	right: 0px;
	background-color: #00ADEF;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	font-size: 11px;
}
a.backLink:hover
{
	color: #fff;
}
#fieldHolder
{
	position: relative;
}
#fieldHolder h2
{
	width: 310px;
}

ul#expertiseList
{
	font-size: 15px;
}
ul.bulletList li
{
	background: url(../images/global/slash_bullet.gif) no-repeat top left;
}
ul.bulletList ul
{
	margin-top: 10px;
}

ul#partnersList li
{
	float: left;
	padding: 0;
	background-image: none;
	border-right: 1px solid #6B8998;
	border-bottom: 1px solid #6B8998;
	margin-bottom: 0;
}
ul#partnersList li.rh
{
	border-right: 0;
}
ul#partnersList li a
{
	position: relative;
	display: block;
	width: 223px;
	height: 100px;
}
ul#partnersList li a span
{
	position: absolute;
	width: 100%;
	height: 100%;
}
a#gfk span
{
	background: url(../images/partners/gfk.png) no-repeat top left;
}
a#gfk:hover span
{
	background: url(../images/partners/gfk.png) no-repeat bottom left;
}
a#uwic span
{
	background: url(../images/partners/uwic.png) no-repeat top left;
}
a#uwic:hover span
{
	background: url(../images/partners/uwic.png) no-repeat bottom left;
}
a#promocymru span
{
	background: url(../images/partners/promo-cymru.png) no-repeat top left;
}
a#promocymru:hover span
{
	background: url(../images/partners/promo-cymru.png) no-repeat bottom left;
}
a#ecotec span
{
	background: url(../images/partners/ecotec.png) no-repeat top left;
}
a#ecotec:hover span
{
	background: url(../images/partners/ecotec.png) no-repeat bottom left;
}
a#ghk span
{
	background: url(../images/partners/ghk.png) no-repeat top left;
}
a#ghk:hover span
{
	background: url(../images/partners/ghk.png) no-repeat bottom left;
}
a#eiesp span
{
	background: url(../images/partners/eiesp.png) no-repeat top left;
}
a#eiesp:hover span
{
	background: url(../images/partners/eiesp.png) no-repeat bottom left;
}
a#rha span
{
	background: url(../images/partners/rha.png) no-repeat top left;
}
a#rha:hover span
{
	background: url(../images/partners/rha.png) no-repeat bottom left;
}
a#rubicon span
{
	background: url(../images/partners/rubicon.png) no-repeat top left;
}
a#rubicon:hover span
{
	background: url(../images/partners/rubicon.png) no-repeat bottom left;
}
a#glamorgan span
{
	background: url(../images/partners/glamorgan.png) no-repeat top left;
}
a#glamorgan:hover span
{
	background: url(../images/partners/glamorgan.png) no-repeat bottom left;
}

#brusselsPage div#contentWrapper
{
	border-top: 4px solid #F7911D;
}
#brusselsPage a#activeNav,#brusselsPage h2,#brusselsPage div#contactCol span
{
	color: #F7911D;
}

form#contactForm
{
	position: relative;
	width: 420px;
	margin: 0;
	padding: 15px 15px 35px 15px;
	background: url(../images/contact/form_bg.png) repeat-y top left;
}
form#contactForm label
{
	float: left;
	display: block;
	width: 100px;
	color: #fff;
}
form#contactForm p#lastField
{
	margin: 0;
}
form#contactForm input,form#contactForm textarea
{
	border: 0;
	width: 300px;
	padding: 5px;
}
form#contactForm textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100px;
}
form#contactForm a
{
	position: absolute;
	right: 25px;
	bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
form#contactForm a:hover
{
	text-decoration: underline;
}

div.article
{
	border-top: 1px dashed #00ADEF;
	padding-top: 15px;
}
div.article a
{
	color: #00ADEF;
	text-decoration: none;
}
div.article a:hover
{
	text-decoration: underline;
}
p.date,p.small,span.date
{
	color: #939598;
	font-size: 11px;
	line-height: 16px;
}
div.article ul#questionList li
{
	padding: 0;
	background-image: none;
}

div#contactCol a.month
{
	display: block;
	font-size: 14px;
	color: #5C5C5C;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
div#contactCol a.month:hover
{
	color: #00ADEF;
}
ul.archive
{
	display: none;
	padding-top: 5px;
}
ul.archive.active
{
	display: block;
}
ul.archive li
{
	padding: 0;
	background-image: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #00ADEF;
	margin-bottom: 10px;
}
ul.archive li a
{
	display: block;
	color: #00ADEF;
	margin-bottom: 2px;
}
ul.archive li a:hover
{
	text-decoration: underline;
}

ul.clientsList
{
	float: left;
	width: 205px;
	color: #00ADEF;
}
ul#clientList1
{
	margin-right: 40px;
}
ul.clientsList li
{
	background: url(../images/global/blue_bullet.gif) no-repeat top left;
	line-height: 18px;
}
ul.clientsList li.subClient
{
	background: url(../images/global/dash_bullet.gif) no-repeat top left;
}

