html {
	margin-bottom: 1px; /*scrollbars visible to stop FF page shift*/
}

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	line-height: 1.3em;
	font-size: 70%;

}


/* PAGE FONT SIZE DASHBOARD */
/* FONT SIZE IS RELATIVE TO BODY FONT SIZE */
form.body-Smallest {
    font-size: 80%;
}

form.body-Small {
    font-size: 90%;
}

form.body-Medium {
    font-size: 100%;
}

form.body-Large {
    font-size: 120%;
}

form.body-Largest {
    font-size: 140%;
}

#base {
	width: 948px;
    padding: 0;
    margin: 0 auto;	
}

#nonFooter {
    position: relative;
}

/* ZONES */
#ZoneHeaderRow {
    position: relative;
    z-index: 2;
    clear: right;
	min-height: 120px;
    height:auto !important;
    height: 120px; /*nexus*/
	margin-bottom: 10px; /* BL */
}

#LeftRightContainer {
}

#ZoneLeftColumn {
    width: 174px;
    float: left;
}

#innerZoneLeft {
    float: left;
	display: block;
    width: 175px;
}

#ZoneMiddleColumn {
    width: 932px;
    float: left;
	display: block;
}

#innerZoneMiddle {
	float: left;
	display: block;
	width: 932px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
}

#ZoneRightColumn {
    width: 190px;
    float: right;
    z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#newRightCol {
    width: 757px;
    float: left;
    position: relative;
    z-index: 1;
	margin-left: 10px;
}

#innerZoneRight {
	padding: 0;
	margin: 0;
}

#ZoneCentreRow {
    width: 945px;
}

#ZoneFooterRow {
    /* (FSA) */
	clear: both;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 105%;
}

#FooterSpacer {   /* (FSA) */
    height: 143px;
    clear: both;
}


/* DEFAULTS */
a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
}
#hometext
{	
	text-align:center;		
}

#hometext h1 {
    font-size: 180%;
    color:#191919;
    line-height:110%;
    margin: 1px 0;
}

#hometext b, #hometext strong{
    font-size: 135%;
    color:#000;
}

h1 {
    font-size: 140%;
	line-height: 140%;
}

h2 {
    font-size: 130%;
	margin: 1px 0;
}

h3 {
    font-size: 115%;
	margin: 5px 0 0 0;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
	margin: 0;
}

h6 {
    font-size: 90%;
}

pre {
	white-space: normal;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
	padding: 0;
}

ol {

}

address {
	
}

p {
    
}

a.linkskip {
	position: absolute;
	top: -200px;
}

form {
	display: inline;
}

img { border: 0; }

/* Element Logo */
div#ipsosLogo {
	display: block;
	float: left;
	/*background: url(NSTSO/images/ipsos_logo.gif) no-repeat;*/
	width: 948px;
}


/* Element Horizontal Nav */
ul.elMainMenu {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	list-style: none;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #3168bb;*/
	margin: 10px 0px 0px 0px;
	z-index: 80;
	font-size: 100%;
    line-height: 20px;
}

ul.elMainMenu a, ul.elMainMenu a:link, ul.elMainMenu a:visited {
	text-decoration: none;
    font-weight: bold;
	font-size: 130%;
    /*text-transform: uppercase;*/
    padding: 0;
    display: block;
	line-height: 2em;
}

ul.elMainMenu a span {
    float: left;
    display: block;
    cursor: pointer;
}

ul.elMainMenu a:hover span {
  
}

ul.elMainMenu a span.Left {
	/*background: url(../_images/ipsos_mori/lefttopnav.jpg) no-repeat;
	padding-left: 12px;
	height: 23px;*/
}

ul.elMainMenu a span.Right {
	/*background: url(../_images/ipsos_mori/righttopnav.jpg) right top no-repeat;
	padding-right: 12px;
	height: 23px;*/
}

ul.elMainMenu li {
	float: left;
	display: block;
	padding: 0px 15px 0px 0px;
	margin: 0;
	/*background: url(../_images/ipsos_mori/bg.jpg);
	background-repeat: repeat-x;*/
}

ul.elMainMenu li.depth01 last ChildItems {	
	padding: 0px 0px 0px 0px;
}

ul.elMainMenu ul {
	position: absolute;
	line-height: 1;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 0;
    clear: left;
	z-index: 81;	
}

ul.elMainMenu ul a, ul.elMainMenu ul a:link, ul.elMainMenu ul a:visited {
	width: 170px;
    font-size: .9em;
    padding: 0 15px;
}

ul.elMainMenu li li, ul.elMainMenu li li.first {
    width: 200px;
    line-height: 24px;
}

ul.elMainMenu li li span {
    display: inline;   
    text-transform: none;
}

ul.elMainMenu li li span.Left, ul.elMainMenu li li span.Right {
    display: none;   
}

ul.elMainMenu ul a {
    display: block;
    padding-left: 0;
}

ul.elMainMenu ul a span{
    padding: 0;
    float: none;
}

ul.elMainMenu ul a span.Left, ul.elMainMenu ul a span.Right {
    display: none;
}

ul.elMainMenu li ul ul {
	margin: -21px 0 0 200px;
}

ul.elMainMenu li:hover ul ul, ul.elMainMenu li:hover ul ul ul, ul.elMainMenu li:hover ul ul ul ul, ul.elMainMenu li.MenuItemHover ul ul, ul.elMainMenu li.MenuItemHover ul ul ul, ul.elMainMenu li.MenuItemHover ul ul ul ul {
     left: -999em; 
     display: none;
}
 
ul.elMainMenu li:hover ul, ul.elMainMenu li li:hover ul, ul.elMainMenu li li li:hover ul, ul.elMainMenu li li li li:hover ul, ul.elMainMenu li.MenuItemHover ul, ul.elMainMenu li li.MenuItemHover ul, ul.elMainMenu li li li.MenuItemHover ul, ul.elMainMenu li li li li.MenuItemHover ul {
    left: auto; 
	display: block;
	z-index: 82;
} 

/* FOOTER STANDARDS LOGOS */
div.elFooterLogos {
	text-align: center;
	padding: 10px 0 5px 0;
	height: 31px;
	display: block;
	clear: both;
}

div.elFooterLogos ul {
    margin: 0 auto;	
    list-style-type: none;
    line-height: 1;
    width: 235px;
}
 
div.elFooterLogos ul li {
    float: left;
}

div.elFooterLogos ul li a {
    display: block;
}

div.elFooterLogos ul li a span {
    display: none;
}

div.elFooterLogos ul li a.XHTMLLogo {
    width: 77px;
    height:  23px;
}

div.elFooterLogos ul li a.CSSLogo {
    width: 85px;
    height:  23px;  
}

div.elFooterLogos ul li a.NexusLogo {
    width: 73px;
    height:  23px;  
}


/* Element Footer Menu */
ul.elFooterMenu {
	position: relative;
	bottom: 0;
	margin: 0;
	height: 16px;
	padding: 7px 0 5px 0;
}

ul.elFooterMenu li {
	display: block;
	float: right;
}

ul.elFooterMenu li.first {
	float: left;
}

ul.elFooterMenu li a, ul.elFooterMenu li a:link, ul.elFooterMenu li a:visited {
    font-size: .9em;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
}

ul.elFooterMenu li a:hover, ul.elFooterMenu li a:active {
	text-decoration: underline;
}


/* Contact Footer */
p.elFooterContact {
	padding: 0 10px 10px 10px;
	margin: 0;
	text-align: center;
}

p.elFooterContact a:hover, p.elFooterContact a:active {
	text-decoration: underline;
}

/* CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* CONTENT PANEL OUTPUT */
div.elContent {
    padding: 0 2px 20px 2px;
    line-height: 1.6em;
    font-size: 103%;
}

div.elContent h1 {
    margin: 4px 0px 7px 0px;
    padding: 0;
}

div.elContent p {
    margin: .3em 0 .5em 0;
	padding: 0 0 2px 0;
}

div.elContent a {
    font-weight: bold;
    font-size: 1em;
}

div.elContent a:hover, div.elContent a:active {
    text-decoration: underline;
}

div.elContent div.ColumnLeft {
    width: 49%;
    float: left;
}

div.elContent div.ColumnRight {
    width: 46%;
    float: left;
    margin: 0 1% 0 2%;   
}

div#ZoneRightColumn div.elContent h1 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	padding: 0;
}

/* SITEMAP */
div.elSitemap table {
	margin-left: 4px;
}

div.elSitemap table td {
	/*display: none;*/
	padding-bottom: 2px;
}

ul.elSitemap {
    width: auto;
    margin: 20px 30px 40px 30px;
}

ul.elSitemap, ul.elSitemap ul {
    list-style-type: none;
}

ul.elSitemap li {
    margin: .5em 0;
    display: block;
    padding: 2px 0 0 0;
}

ul.elSitemap li.depth01 a.depth01 span, ul.elSitemap li.depth01 a.depth01first span, ul.elSitemap li.depth01 a.depth01last span {
	font-size: 120%;
	font-weight: bold; 
}

ul.elSitemap a {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1em;
}

ul.elSitemap a:hover, ul.elSitemap a.ChildItems {
   /* text-decoration: underline; */
}

ul.elSitemap ul {
    margin: 0 2.5em;
}

/* TEXT FOOTER MENU */
ul.elTextMenu 
{
    padding: 5px 0 10px 0;
    margin: 0;
    line-height: 1;
    clear: both;
    text-align: center;
}
ul.elTextMenu li 
{
    display: inline;
    margin: 0 5px;
    padding: 0 5px 1px 0;
    line-height: 1.5em;
}

ul.elTextMenu li a, ul.elTextMenu li a:link, ul.elTextMenu li a:visited 
{

    font-size: .9em;
    text-decoration: none;
}
ul.elTextMenu li a:hover, ul.elTextMenu li a:active 
{
    text-decoration: underline;
}

/* FORMS */
fieldset {
  border: 0 !important;
}

ul.elContactForm li label {
	list-style: none;
}

.commonForm li label {
	display: block;
	float: left;
	width: 160px;
	line-height: 2em;
}

ul.elContactForm fieldset legend {
   display: none;
}
/* END;*/

/* LOGIN FORM */
fieldset.frmLogin {
	padding: 3em 0 2em 0;
	font-family: Arial;
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
    clear: left;
}

fieldset.frmLogin legend {
    padding: 10px 1em 1em 1em;
    margin: 0 auto;
    font-size: 1.6em;
    font-weight: bold;
    display: block;
    width: 220px;
    text-transform: uppercase;
}

fieldset.frmLogin p {
    width: 230px;
    margin: .5em auto 1.5em auto;
}

fieldset.frmLogin ul, fieldset.frmLogin ol {
    list-style-type: none;
    width: 240px;
    margin: 0 auto;
}

fieldset.frmLogin li {
    margin: 0 1em 1em 1em;
}

fieldset.frmLogin li.last {
    clear: right;
    padding-bottom: 10px;
}

fieldset.frmLogin label {
    clear:left;
    display: block;
    font-weight: bold;
    margin-bottom: .1em;
}

fieldset.frmLogin label em {
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    float: left;
    margin: 0 0 0 -.8em;
}

fieldset.frmLogin input, fieldset.frmLogin select, fieldset.frmLogin textarea {
    width: 210px;
	font-size: 1em;
	padding: .2em;
	margin: 0 0 .5em 0;
	font-weight: normal;	
}

#ZoneHeaderRow div.registerLink {	
	clear: both;
	float: right;
	position: relative;
}

/* REGISTRATION FORM */
form.registerPage div#ZoneCentreRow {
    background-image: none; 
    background-color: #FFF;
}

fieldset.frmRegister {
    margin: 0 20px !important;   
    padding: 0;
    border: 0;
}

/*added to remove section title */
fieldset#ctl00_MiWebC_ucMetaData_mcsa6ca1c4c-a4c2-4a61-bdf8-039ea7279246 legend {
	display: none;
}
/* end */

fieldset.frmRegister li fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

fieldset.frmRegister li em {
    margin-left: -10px;
    font-weight: bold;
}   

fieldset.frmRegister li fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    width: 400px;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #3168bb;
    margin-left: -25px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 4px;
}

fieldset.frmRegister ol, fieldset.frmRegister ul {
    list-style-type: none;
    margin: 0;
}

fieldset.frmRegister ol li {
    background-image: none !important;
    margin: 10px 0 !important;
    clear: left;
}

fieldset.frmRegister ol li label {
    display: block;
    font-weight: normal;   
    font-size: .9em;
}

fieldset.frmRegister ol li p {
    color: #000;
}

fieldset.frmRegister ol li label a {
    font-weight: bold;
    color: #555555;
}

fieldset.frmRegister ol input, fieldset.frmRegister ol textarea, fieldset.frmRegister ol select {
    font-size: 1em;
    margin-top: 2px;
    font-family: verdana, Sans-Serif;
}

fieldset.frmRegister ul.radYesNo {
    width: 155px;   
    margin: 0;
    padding: 0 0 5px 5px;
    line-height: 1;
}

fieldset.frmRegister ul.radYesNo li {
    padding: 0;
    margin: 0;
    display: block;
    float: right;
    width: 80px;
}

fieldset.frmRegister ul.radYesNo label {
    display: block;
    float: right;
    width: 40px;
    margin: 6px 14px 0 2px;
    padding-right: 5px;
    text-align: left;
    font-weight: normal;
}

fieldset.frmRegister ul.radYesNo li input {
    float: left;
    width: 15px;
    margin: 0;
    padding: 0;
}

fieldset.frmRegister a.formDesc {
    display: none;
}

/* START; BLOG REPEATER */
ul.elBlogRepeater {
    list-style-type: none;
    margin: 0 20px 20px 20px;
}

ul.elBlogRepeater div.Tools {
    margin-top: -15px;
}

ul.elBlogRepeater li {
    padding: 10px 0 0 0;
    border-bottom: solid 1px #01876f;
}

ul.elBlogRepeater li img {
    border: 0;
}

ul.elBlogRepeater li.first {
    padding: 0;
    border: 0;
}

ul.elBlogRepeater li.first h1.elContentTitle {
    /*background-color: #f3f3f3;*/
    color: #1d2e5a;
    clear: both;
    height: 19px;
    padding: 0 0 1px 17px;
    margin: 0 -20px 1em -20px;
    /*font-size: 1.7em;*/
    font-weight: normal;
    font-style: normal;
    /*text-transform: uppercase;*/
}

ul.elBlogListing, ul.knowledgeCentre {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.elBlogListing li {
    border: 0;
    padding: 0;
}

ul.knowledgeCentre li {
	margin-left: 10px;
}

ul.knowledgeCentre li.elTitle {
	font-weight: bold;
}

ul.knowledgeCentre li.elDateTo, ul.knowledgeCentre li.elContext {
	display: none;
}

ul.elBlogListing li.BlogImage {
    width: 100%;
    height: 199px;
}

ul.elBlogListing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 199px;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #EFEFEF;
}

ul.elBlogListing ul li.DatePublished {
    font-size: 130%;
    font-weight: normal;
    line-height: 2.5em;
    margin-left: 10px;
    color: #444;
}

ul.elBlogListing ul li.BlogTime {
    clear: left;
    margin-left: 10px;
    font-weight: bold;
}

ul.elBlogListing ul li.BlogAuthorInfo {
    padding-right: 10px;
} 

ul.elBlogListing ul li.BlogAuthorInfo img {
    float: left;
    margin: 0 10px 10px 10px;
    border: solid 1px #d4dde6;
	/*width: 64px;
	height: 64px;*/
}

/* BLOG & EVENT CONTENT */
ul.elContentBlog, ul.elContentBlog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: none;
}

ul.elContentBlog li ul {
	float: left;
	padding: 15px 0 15px 0;
	width: 100%;
}

ul.elContentBlog li ul li, ul.elContentBlog li {
    padding: 0;
    margin: 0;
	background-image: none;
}

ul.elContentBlog li.BlogTitle {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    margin: .5em 0 0 0;
}

ul.elContentBlog li ul li.DatePublished {
    font-size: 1.3em;
    display: block;
    width: 160px;
    float: left;
	padding-left: 5px;
}

ul.elContentBlog li ul li.BlogAuthorInfo {
    display: block;
    width: 230px;
    float: left;
}

ul.elContentBlog li ul li.BlogAuthorInfo img {
    padding-right: 8px;
	width: 66px;
}

ul.elContentBlog li.BlogDesc {
	font-size: 1.1em;
}

ul.elContentBlog li ul li.BlogTime {
    display: block;
    width: 100px;
    float: left;
}

ul.elBlogListing li.BlogTitle {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    margin: .5em 0 0 0;
}

ul.advancedSearch {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 190px;
	display: block;
	float: left;
}


ul.advancedSearch li.elSearch {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

ul.elEventsContent {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.advancedSearch li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 10px 10px 10px;
}

ul.advancedSearch li.elTitle {
	font-size: 125%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

ul.advancedSearch li input, ul.advancedSearch li select {
	font-size: 0.92em;
}

ul.elBlogListing li.BlogDesc {	
    margin: 1em 0;
}

ul.elEventsContent li.Title {
    font-size: 1.35em;
    line-height: 1.35em;
    font-weight: bold;
    margin: 0.5em 0 0 0;
}

ul.elEventsContent li.Desc {
    font-size: 1.1em;
	font-weight: bold;
}

ul.elEventsContent li.Content {
	clear: right;
}

ul.elEventsContent li.Logo {
	float: right;
}

ul.elBlogListing li.BlogFooter {
    line-height: 3em;
    padding-left: .5em;
    margin-bottom: 2em;
    margin-top: 1.5em;
	border-top: 1px solid #dde1e4;
	border-bottom: 1px solid #dde1e4;
}

ul.elBlogListing li.BlogFooter a {
    margin-right: 30px;
    background-image: url(../_images/ipsos/arrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 10px;
    line-height: 1em;
    font-weight: normal;
}
/* END; BLOG REPEATER*/

/* DASHBOARD - TAG REPEATER */
ul.elTagDashboard {
    margin: 0;
    padding: 0 0 5px 0;
    clear: left;
	font-size: 1em;
	list-style: none;
}

ul.elTagDashboard li {
    margin: 0;
    padding: 0;
}

ul.elTagDashboard h1.elContentTitle {
	height: 22px;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	padding: 28px 0 0 10px;
	text-transform: uppercase;
	line-height: 1em;
}

ul.elTagDashboardAlt h1.elContentTitle a {

}

ul.elTagDashboard h2.elContentDescription {
    display: none;
}

ul.elTagDashboard div.elContent {
    padding: 0 0 5px 5px;
    margin: 0;
}

ul.elTagDashboard div.elContent h1.Title {
 	font-size: 1em;
	margin: 10px 0 0 5px;
	padding-left: 10px;
}

ul.elTagDashboard div.elContent h1.Title a, ul.elTagDashboard div.elContent h1.Title a:link, ul.elTagDashboard div.elContent h1.Title a:visited {
    text-decoration: none;   
    font-style: normal; 
    font-size: 1.1em;    
}

ul.elTagDashboard div.elContent h1.Title a:hover, ul.elTagDashboard div.elContent h1.Title a:active {
    text-decoration: underline;   
}

ul.elTagDashboard div.elContent h2.DateStart, ul.elTagDashboard div.elContent h2.DateEnd {
    font-size: 1em;
    font-weight: normal;
    padding: 0 5px 0 15px;
    margin: 2px 0 0 0;
}

ul.elTagDashboard div.elContent h2.DateStart span, ul.elTagDashboard div.elContent h2.DateEnd span {
    font-style: italic; 
}

ul.elTagDashboard div.elContent h3.Author {
    padding: 0 5px 0 15px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

ul.elTagDashboard div.elContent p.Description {
    padding: 10px 5px 5px 15px;
    margin: 0;
    font-size: 1em;
}


/* Listing - TAG REPEATER */
ul.homeNews {
	width: 66%;
	float: left;
	margin: 0;
	padding: 0;
}

ul.homeNews li {
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px;
	width: 99%;
	float: left;
}

ul.homeEvents h1.elContentTitle, ul.homeNews h1.elContentTitle {
	font-size: 135%;
	margin-bottom: 8px;
}

ul.elTagListing {
    margin: -10px 0 10px 0;
    padding: 0 0 5px 0;
	font-size: 0.75em;
	list-style: none;
}

ul.elTagListing li {
    margin: 0;
    padding: 1px 0 4px 0;
	list-style-image: none;
	list-style-type: none;
	clear: left;
}

ul.elTagListing li div.elContent ul.inLine {
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: right;
}

ul.elTagListing li div.elContent ul.inLine li {
	float: left;
	font-size: 1.4em;
	padding: 0 5px 0 30px;
}

ul.elTagListing li div.elContent ul.inLine li a {
	font-weight: normal;
	float: left;
}

ul.elTagListing li div.elContent div.rightlink {
	font-size: 2em;
}

ul.pageDownloads {
	clear: both;
	display: block;
	float: left;
	width: 190px;
	margin: 0;
	padding: 0 0 4px 0;
	list-style-type: none;
}

ul.pageDownloads li {
    margin: 8px 0 2px 9px;
	padding: 0 0 2px 8px;
	background: url(../_images/ipsos_mori/white_chevron.gif) left 5px no-repeat;
}

ul.pageDownloads li a {
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}

ul.pageDownloads li.Tools {
	font-size: 1.1em;
	list-style-image: none;
	list-style-type: none;
}

ul.pageDownloads p.Desc {
	margin: 0;
	padding: 2px 8px 2px 0;
}

ul.elTagListing li.first {
    padding: 10px 0 4px 0;
}

div.pageContacts {
	width: 190px;
	margin: 12px 0px 10px 0;
	display: block;
	float: left;
}

#ZoneRightColumn #innerZoneRight .pageContacts {
	width: 190px;
	margin: 12px 0px 10px 0;
	display: block;
	float: left;
}

div .pageContacts h3 {
	padding: 0;
	margin-top: 5px;
	clear:  left;
}

div.pageContacts ul {
	margin: 11px 0px 2px 10px;
	/*clear: left;*/
	float: left;
}

div.pageContacts ul li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#ZoneMiddleColumn #innerZoneMiddle .pageContacts ul { font-size: 0.95em; }

div.pageContacts ul li.Photo {
	float: left;
	margin-right: 5px;
}

div.pageContacts ul li.Photo img {
	width: 64px;
	height: 64px;
}

div.pageContacts ul li.Name {
	font-size: 1.05em;
	font-weight: bold;
}

div.pageContacts ul li.Position {
	color: #686868;
	font-size: 1em;
}

ul.pageDownloads span.Title {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 0 6px;
}

ul.elTagListing h1.elContentTitle {
	margin: 0;
	font-size: 175%;
	font-weight: bold;
	font-style: normal;
	padding: 0;
}

ul.elTagListing h2.elContentDescription {
    display: none;
}

ul.elTagListing div.ContentWrapper, ul.homeNews div.ContentWrapper {
    padding: 2px;
    clear: both;
}

ul.elTagListing div.elContent {
    padding: 0;
    margin: 0;
}

ul.elTagListing div.elContent h1.Title {
	font-size: 150% !important;
    line-height: 150%;
    height: auto;
    margin: 0 0 0 0 !important;
    padding: 0 5px 0 0 !important;
    font-style: normal;
}

ul.elTagListing li div.greenLine {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #dde1e4;
}

ul.elTagListing div.elContent a, ul.elTagListing div.elContent a:link, ul.elTagListing div.elContent a:visited {
    text-decoration: none;   
}

ul.elTagListing div.elContent a:hover {
    text-decoration: underline;   
}

ul.elTagListing div.elContent h2.DateStart, ul.elTagListing div.elContent h2.DateEnd {
	clear: left;
	/*float: left;*/
    font-size: 140%;
	line-height: 145%;
    font-weight: normal;
    padding: 0 5px 0 0;
    margin: 0 0 2px 0;
}

ul.elTagListing div.elContent h2.DateStart span, ul.elTagListing div.elContent h2.DateEnd span {
    font-style: italic;   
}

ul.elTagListing div.elContent h3.Author {
    padding: 0 5px 0 10px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

ul.elTagListing div.elContent p.Description {	
	clear: left;
    padding: 0;
    margin: 0;
	font-size: 132%;
}

ul.homeNews div.elContent p.Description {
	padding: 0;
    margin: 0;
	font-size: 1em;
	line-height: 1.25em;
}

ul.elTagListing div.ContentImage {
	clear: left;
	float: left;
	margin-right: 7px;
	width: 90px;
}

ul.homeNews div.ContentImage {
	clear: left;
    padding: 0;
    margin: 0;
    width: 80px;
	float: left;
}

ul.homeNews div.ContentImage img {
	border: 0;
}

ul.homeNews div.HasImage {
	margin: 0;
	float: left;
	width: 252px;
}

ul.elTagListing div.HasImage {
	margin: 0;
	float: left;
	width: 420px;
}

div.Tools {
    position: relative;
    bottom: 5px;
    right: 10px;
	top: 10px;
	font-size: 100%;
	
}

div.Tools a, div.Tools a:link, div.Tools a:visited {
    padding: 0 0 0 10px;
    margin-left: 10px;
    font-weight: bold;
}

div#ZoneRightColumn div.Tools, div#ZoneMiddleColumn div.Tools {
	float: right;
    position: relative;
    right: 1px;
    top: 10px;
}

ul.elTagListing div.Tools  {
    float: right !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

div.HomeImage {
	padding: 0;
	font-size: 0;
}

div.HomeImage img {
	
}

div.elContactForm {
    clear: both;
    margin: 0px 0;
    padding: 0;
}

div.elContactForm h1.elContactForm {
    padding: 0 0 3px 0;
}

div.elContactForm ul {
    padding: 0;
    margin: 0;   
	list-style: none;
}

div.elContactForm li {
    margin: 0 0 0 0;
    padding: 10px 10px 0 0;
}

div.elContactForm label {
    display: block;
    font-weight: bold;   
    padding-left: 3px;
}

div.commonForm label {
    display: inline;
}

div.elContactForm input, div.elContactForm select {
    width: 296px;   
    font-size: 1em;
    margin-top: 2px;
    font-family: verdana, Sans-Serif;
}

/* make dropdowns wider for NSS event */
div.elEventBooking select {
	width: 376px !important; 
}

div.elContactForm textarea {
    width: 50%;   
    font-size: 1em;
    margin-top: 2px;
    font-family: verdana, Sans-Serif;
}

div.elContactForm input.btn {
    width: auto;   
}

div.elContactForm a, div.elContactForm a:link, div.elContactForm a:visited {
	padding: 0 8px 0 8px;
	font-weight: bold;
	margin-right: 5px;
	white-space: nowrap;
	font-size: .9em;
	/*float: right;*/
}

div.elContactForm a:hover, div.elContactForm a:active {
	text-decoration: underline;
}

div.elContactForm table.elJobListing {
    margin-bottom: 0px;  
}
    
div.elContactForm table.elJobListing td {
    font-size: 1em;
}

div.elContactForm table.elJobListing tr.Row4 td strong {
   display: block;
   margin: 0 0 -10px 0;
}

div.elContactForm table.elJobListing tr.Row5 {
    display: none;   
}

div.elContactForm li.First {
    margin-top: -2px;
    font-weight: bold;
    padding: 0;
}

ul.elContactForm li.buttons {
    padding-bottom: 3px;
}

/* LEFT MENU */
/* top level */
ul.elLeftMenu 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
   	width: 100%;
}
/* all list items */
ul.elLeftMenu li 
{
    margin: 0;
    padding: 0;
}

/* all links */
ul.elLeftMenu a, ul.elLeftMenu a:link, ul.elLeftMenu a:visited 
{
    height: 18px;
    padding-top: 5px;
    text-decoration: none;
    display: block;

    font-weight: bold;
    font-size: .9em;

}

/* all lists below top level */
ul.elLeftMenu ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* 2nd level */
ul.elLeftMenu ul a {
    padding-left: 20px;
}

/* 3rd level */
ul.elLeftMenu ul ul a {
    padding-left: 30px !important;
    font-size: .9em;
}

/* 4th level */
ul.elLeftMenu ul ul ul a {
    padding-left: 42px !important;
    font-size: .8em;
}

/* 5th level */
ul.elLeftMenu ul ul ul ul a {
    padding-left: 53px !important;
    font-size: .8em;
    font-weight: normal;
}

/* first link of top level of list */
ul.elLeftMenu li.depth01 a.depth01first {
	height: 22px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	padding: 38px 0 0 10px;
	text-transform: uppercase;
}

ul.elLeftMenu li.depth01 a.depth01first:hover {
    text-decoration: underline;
}

div.elTags {   
    clear: left;
    margin-top: 15px;   
}

ul.Paging {
    clear: both;
    font-weight: bold;
    font-size: 1.1em;
    margin: 5px 10px 10px 1px;
}

ul.Paging li {
    display: block; 
	list-style-type: none;
}

ul.Paging li.PagingPageTotal {
    display: none;
}

ul.Paging li.RecordsPerPage {
	float: left;
	margin: 0;
}

ul.Paging li.PagingPageNumbers {
    float: right;
    margin: 0 10px 0 0;
}

ul.Paging li.PagingPageNumbers a {
	margin: 0 1px 0 1px;
}

ul.Paging li.PagingLastPage {
    display: none;
}

ul.Paging li.PagingNextPage {
    float: right;
    margin: 0 10px 0 0;
}

ul.Paging li.PagingPreviousPage {
    float: right;
    margin: 0 10px 0 0;
}

ul.Paging li.PagingFirstPage {
    display: none;
}

ul.Paging li .current {
    text-decoration: underline;
}

ul.Paging li.PagingNextPage a, ul.Paging li.PagingNextPage span.disabled {
	padding-right: 17px;
}

ul.Paging li.PagingPreviousPage a, ul.Paging li.PagingPreviousPage span.disabled {
    padding-left: 17px;
}

h1.elPageTitle {
    margin: 2px 30px 10px 0;
    padding: 0 0 3px 0;
}

#newRightCol h1.elPageTitle {
	margin: 0 0 10px 0;
}

ul.Announcements {
    height: 200px;   
}

ul.Announcements li {
    overflow:  hidden;   
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


p.elNoContent {
    margin: 10px;   
}

a.Delete {
    cursor: pointer;   
}

a.Delete:hover, a.Delete:active {
	text-decoration: underline;
}


/* FONT SIZE CONTROL */
ul.PageFontSize {
    list-style-type: none;
    position: absolute;
    z-index: 2;
    width: 120px;
    height: 15px;
    right: 2px;
    bottom: 67px;
    margin: 0 0 0 0;
    padding: 0;
}

ul.PageFontSize li {
    float: left;
    width: 11px;
    height: 15px;
    display: block;
    margin-right: 2px;
    padding-top: 2px;
}

ul.PageFontSize li.Label {
    width: 85px;
    font-size: .9em;
    height: 15px;
    padding-top: 0;
    padding-right: 3px;
    text-align: right;
}


ul.PageFontSize li.InputSmall a.hoverbutton {
    width: 11px;
    height: 11px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 11px;
}

ul.PageFontSize li.InputSmall a.noShow {
    display: none !important;
}   

ul.PageFontSize li.InputSmall  span.hoverbutton_buttonLeft, ul.PageFontSize li.InputSmall  span.hoverbutton_buttonRight {
    display: none;
}

ul.PageFontSize li.InputSmall  span.hoverbutton_button {
    display: none;
}

ul.PageFontSize li.InputBig a.hoverbutton {
    width: 11px;
    height: 11px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 11px;
}

ul.PageFontSize li.InputBig a.noShow {
    display: none !important;
}   

ul.PageFontSize li.InputBig  span.hoverbutton_buttonLeft, ul.PageFontSize li.InputBig  span.hoverbutton_buttonRight {
    display: none;
}

ul.PageFontSize li.InputBig  span.hoverbutton_button {
    display: none;
}

/* Element Breadcrumbs */
ul.elBreadcrumb2 {
	
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 6px 0px 6px 0px;
    list-style-type: none;
    display: block;
	float: left;
    overflow: hidden;
}


ul.elBreadcrumb2 li {
	display: inline;
    margin: 0;
    padding: 0 2px 0 0;
}

ul.elBreadcrumb2 li a, ul.elBreadcrumb2 li a:link, ul.elBreadcrumb2 li a:visited {
	padding: 0 4px 0 6px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

ul.elBreadcrumb2 li a:hover, ul.elBreadcrumb2 li a:active {
	text-decoration: underline;
}

ul.elBreadcrumb2 span {
	text-decoration: none;
	padding: 0 0 0 6px;
	white-space: nowrap;
}

/* CONTEXT SENSITIVE EDITING */
div.ElementContainer div.ContextTools {
    /* position: absolute; */
	float: right;
    height: 30px;
    text-align: center;
    margin: 1em 1em -30px -2em;
    position: relative;
    z-index: 101;
}

div.ElementContainer div.ContextTools a {
    display: block;
    padding: 3px 7px;
}

#innerZoneRight div.ContextTools, #innerZoneMiddle div.ContextTools {
	position: relative;
	top: 0;
}

#innerZoneMiddle div.backLink { 
	clear: both;
	display: block;
	font-size: 105%;
	padding-top: 3px; 
	margin-top: 10px;
}

/* QUICK SEARCH / ADVANCED */
/*
ul.QuickSearch {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 321px;
    height: 31px;
    position: absolute;
    bottom: 30px;
    right: 6px;
    z-index: 100;
}

ul.QuickSearch li {
    display: block;
    float: left;
    height: 31px;
}

ul.QuickSearch li.Label {
    width: 80px;
    padding-right: 5px;
    font-size: .9em;
    text-align: right;
    padding-top: 4px;
}

ul.QuickSearch li.Input input {
    float: left;
    height: 14px;
    width: 180px;
    font-size: 1em;
    padding-top: 3px;
}

ul.QuickSearch li.Button {

}

ul.QuickSearch li.Button a.hoverbutton, ul.QuickSearch li.Button a:link.hoverbutton , ul.QuickSearch li.Button a:visited.hoverbutton  {
    width: 19px;
    height: 22px;
    display: block;
    padding: 0;    
    margin: 0;
    float: left;
}

ul.QuickSearch li.Button span.hoverbutton_buttonLeft, ul.QuickSearch li.Button span.hoverbutton_buttonRight, ul.QuickSearch li.Button a.noShow {
    display: none !important;
}
*/

/* new quick search - lw */
div.QuickSearch {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 10px;
	clear: both;
	overflow: hidden;
	float: left;
	display: block;
}

div.QuickSearch input {
    float: left;
    width: 90%;
	/*border: solid 1px #cdcdcd;*/
	margin: 0;
	padding-top: 3px;
	font-size: 1em;	   
	display: block;
	clear: both;
}

div.QuickSearch a.hoverbutton, div.QuickSearch a.hoverbutton:link, div.QuickSearch a.hoverbutton:visited, 
ul.advancedSearch li a.hoverbutton, ul.advancedSearch li a.hoverbutton:link, ul.advancedSearch li a.hoverbutton:visited {
    display: block;
    float: left;
	padding: 0;
	margin: 6px 1px 0 0;
	cursor: pointer;
	width: 58px;
	height: 18px;	
    background-image: url(../_images/ipsos_mori/search_button.gif);
    background-repeat: no-repeat;
}


/* end new quick search */
li.elNoneFound p {
	font-size: 1.4em;
	font-style: italic;
	padding-top: 10px;
}

.greyBorder {
	float: left;
	border: 1px solid;
	width: 99%;
	padding: 0;
}

div.elTopSpace {
	/*margin-top: 14px;*/
	display: block;
	float: left;
}

div.elBottomSpace {
	margin-bottom: 7px;
}

div.elBottomSpace h3 {
	padding-left: 10px;
	display: block;
	float: left;
}

#ZoneHeaderRow ul.headerItems {
	margin-top: 2px;
	text-align: right;
}

ul.headerItems a, ul.headerItems a:link, ul.headerItems a:visited {
	text-decoration: none;
    font-weight: normal;
    padding: 0;
    display: inline;
}

ul.headerItems li {
	display: inline;
	padding-right: 3px;
	/*border-left: solid 1px #666; */
}

ul.headerItems li.first {
	border: none;
}

ul.headerItems a span.Left {
	padding-left: 8px;
}

ul.headerItems a span.Right {

}

/** start; research specialisms nav **/
ul.secondaryNav, ul.resSpecNav {
	padding: 0 0 16px 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	width: 162px;
}

ul.secondaryNav li {
	width: 162px;
	background: #00B2A9 url(../_images/ipsos_mori/leftnav_bg.gif) left 2px no-repeat;
	margin: 0px 0px 7px 0px;
	height: auto;
	line-height: 180%;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}

ul.secondaryNav li.depth01 {
	width: 162px;
	margin: 0px 0px 7px 0px;
	line-height: 180%;
	padding: 2px 0px 2px 10px;
	display: block;
	float: left;
}

/*depth01first*/

ul.resSpecNav li ul li {
	width:  162px;
	background: url(../_images/ipsos_mori/leftnav_bg.gif) left 2px no-repeat;
	margin: 0 0 7px 0;
	line-height: 180%;
	padding: 2px 0 0 10px;
	list-style-type: none;
}

ul.secondaryNav li ul, ul.resSpecNav li ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul.secondaryNav li ul li, ul.resSpecNav li ul li ul li {
	background: none;
	margin: 0;
	padding: 0;
}

/* 2nd level research spec */
ul.secondaryNav li ul li ul li a span, ul.resSpecNav li ul li ul li ul li a span {
	margin-left: 15px;
	padding: 0 0 2px 0;
	display: block;
}

ul.resSpecNav li ul li ul li ul li {
	/*border-bottom: 1px solid #dde1e4;*/
	border: none;
	background: url(../_images/ipsos_mori/blue_chevron.gif) 10px 12px no-repeat;
	padding: 2px 0px 1px 5px;
}

/* 3rd level research spec */
ul.secondaryNav li ul li ul li ul li a span, ul.resSpecNav li ul li ul li ul li ul li a span {
	margin-left: 23px;
	padding: 0;
	display: block;
}

ul.resSpecNav li ul li ul li ul li ul li {
	border-bottom: none;
	background: url(../_images/ipsos_mori/blue_chevron.gif) 15px 12px no-repeat;
	padding: 2px 0px 1px 2px;
}

ul.secondaryNav li ul li a span {
	margin: 0;
	padding: 2px 0 2px 0;
	font-weight: normal;
}

ul.secondaryNav li.first {
	width: 170px;
	background: none;
	margin: 0 0 4px 0;
	/*height: 20px;*/
	padding: 2px 0;
	font-weight: bold;
}

ul.resSpecNav li.depth01 a.depth01first {
	display: block;
	background: none;
	margin: 2px 0px 10px 10px;
	/*height: 20px;*/
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	line-height: 140%;
	font-size: 130%;
	width: 162px;
}

ul.resSpecNav a.current, ul.resSpecNav li ul a.current {
	font-weight: bold;
}

ul.resSpecNav li.depth03 a {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	display: block;
	width: 152px;
	clear: both;
}

/* menu title */
ul.secondaryNav li a.depth01first {
	font-size: 130%;
	float: left;
	display: block;
	line-height: 140%;
	margin-left: 10px;
}
ul.resSpecNav li a.current,
ul.resSpecNav li a.parent_current {
	font-size: 130%;
}
ul.resSpecNav li ul li a.current,
ul.resSpecNav li ul li a.parent_current {
	font-size: 100%;
}

ul.secondaryNav a, ul.secondaryNav a:link, ul.secondaryNav a:visited, ul.resSpecNav a, ul.resSpecNav a:link, ul.resSpecNav a:visited {
    margin: 0;
	padding: 0;
    display: inline;
	line-height: 15px;
}

ul.resSpecNav a:hover {
	text-decoration: none;
}
/** end; research specialisms nav **/

/** start; secondary nav **/
ul.sideMenu {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	width: 160px;
	/*padding: 2px 2px 2px 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;*/
}

ul.sideMenu ul {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

ul.sideMenu ul li {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.sideMenu li {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.sideMenu li .depth02first,
ul.sideMenu li .depth02,
ul.sideMenu li .depth02last,
ul.sideMenu li .depth03,
ul.sideMenu li .depth03first,
ul.sideMenu li .depth03last,
ul.sideMenu li .depth04,
ul.sideMenu li .depth04first,
ul.sideMenu li .depth04last {
	font-weight: normal;
}

ul.sideMenu li .current {
	font-weight: bold;
}

ul.sideMenu li .first {
	border: none;
}

ul.sideMenu li .last {
	border: none;
}

ul.sideMenu li ul li.depth03 {
	padding-left: 10px;
	width: 152px;
	display: block;
	float: left;
	clear: both;
}

ul.sideMenu li ul li {
	margin: 0;
	padding: 4px 0 4px 0;
	display: block;
	clear: both;
}

ul.sideMenu li.depth01 a.depth01first {
	font-size: 130%;
}

ul.sideMenu li.depth01 a.depth01first span {
	display: block;
	margin: 6px 0px 6px 0px;
}

.sideMenu .current, .lightGreyBg p {
	font-weight: bold;
}

ul.sideMenu a, ul.sideMenu a:link, ul.sideMenu a:visited {
    margin: 0;
	padding: 0;
    display: inline;
}
/** end; secondary nav **/

/* start; home panels */
#innerZoneLeft .greyBorder {
	width: 172px;
}
#innerZoneRight .greyBorder {
	width: 190px;
}

#innerZoneLeft ul.noMargin, #innerZoneRight ul.noMargin {
	margin: 0;
}

#innerZoneLeft .greyBorder h2 {
	padding: 2px 2px 5px 10px;
	margin: 0;
	line-height: 130%;
}

#innerZoneLeft .greyBorder p {
	padding: 1px 2px 5px 10px;
	margin: 0;
}

#innerZoneLeft .greyBorder ul {
	margin: 0; 
	padding: 0px 0px 0px 10px; 
	list-style-type: none; 
}

#innerZoneLeft .greyBorder ul li {
	padding: 0 0 2px 3px;
	background: url(../_images/ipsos_mori/blue_chevron.gif) left 4px no-repeat;
	font-size: 100%;
}

#LeftRightContainer #ZoneLeftColumn #innerZoneLeft .greyBorder ul li {
	padding: 0 0 2px 3px;
	background: url(../_images/ipsos_mori/white_dash.gif) left 4px no-repeat;
	font-size: 100%;
}

#LeftRightContainer #ZoneLeftColumn #innerZoneLeft .cornBg ul li
{
	padding: 0 0 2px 3px;
	background: url(../_images/ipsos_mori/blue_chevron.gif) left 4px no-repeat;
	font-size: 100%;
}

#innerZoneLeft .greyBorder ul li a {
	padding: 0 0 0 5px;
	margin: 0;
}

#ZoneMiddleColumn .greyBorder h2 {
	padding: 2px 2px 5px 3px;
	margin: 0;
	line-height: 130%;
}

#ZoneMiddleColumn .greyBorder p {
	padding: 1px 2px 5px 3px;
	margin: 0;
}

#innerZoneRight .greyBorder h2 {
	padding: 2px 2px 5px 10px;
	margin: 0;
	line-height: 130%;
}

#ZoneRightColumn #innerZoneRight .pageContacts h2 {
	padding: 2px 2px 5px 10px;
	margin: 0;
	line-height: 130%;
}

#innerZoneRight .greyBorder p {
	padding: 1px 2px 5px 10px;
	margin: 0;
}

#innerZoneRight .greyBorder ul {
	margin: 0; 
	padding: 0px 0px 0px 10px; 
	list-style-type: none; 
}

#innerZoneRight .greyBorder ul li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 0px; 
	background: url(../_images/ipsos_mori/white_dash.gif) left 4px no-repeat;
	font-size: 100%;
}

#innerZoneRight .greyBorder ul li a {
	padding: 2px 0px 0px 0px;
	margin: 0;
}

/*** start; advice centre ***/
#innerZoneRight ul.adviceCentre {
	float: left;
	width: 99%;
	margin: 0;
	padding: 0;
	border: 1px solid;
	list-style-image: none;
}

#innerZoneRight ul.adviceCentre li {
	list-style-image: url(../_images/ipsos_mori/blue_chevron.gif);
	padding: 0;
	margin: 0 0 3px 22px;
}

#innerZoneRight ul.adviceCentre li.first {
	list-style-image: none;
	list-style-position: outside;
	font-size: 125%;
	font-weight: bold;
	list-style-type: none;
	margin: 6px 0 8px 6px;
}

#innerZoneRight ul.adviceCentre li a {

}

#innerZoneRight ul.adviceCentre li.first a.depth01first {
	cursor: default;
}
/*** end; advice centre ***/

/* end; home panels */

#rssArea {
	height: 61px;
	margin-bottom: 12px;
}

/* START; HOME LOGIN */
ul.homeLogin {
	position: relative;
	float: right;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

ul.homeLogin li {
    display: inline;
    float: left; 
    margin-right: 3px;
}

ul.homeLogin li label {
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
	font-size: 110%;
	line-height: 200%;
}

ul.homeLogin li input {
    display: block;
    width: 150px;
    font-size: 1em;
    float: left;
}

ul.homeLogin li.LoginButtons {
    padding: 0;
	margin: 0;
	width: 40px;
}

ul.homeLogin li a.hoverbutton, ul.homeLogin li a.hoverbutton:link, ul.homeLogin li a.hoverbutton:visited {
    float: left;
    padding: 0;
    background-image: url(../_images/ipsos_mori/go_button.gif);
    width: 37px;
    height: 17px;
    border: 0 !important;
}

ul.homeLogin li a.hoverbutton:hover, ul.homeLogin li a.hoverbutton:active {
    background-image: url(../_images/ipsos_mori/go_button.gif);
}

ul.homeLogin li a.hoverbutton span {
    display: none;
}

ul.homeLogin a.noShow {
    display: none !important;
}   
/* end; home login */

/* start; home rss */
ul.homeRssFeed {
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 6px 0px 6px 0px;
    list-style-type: none;
    overflow: hidden;
    width: 944px; /*nexus*/
    min-height: 57px;
    height:auto !important;
    height: 57px;
	float: left;
}

ul.homeRssFeed li {
	 float: left;
     display: block;
}

ul.homeRssFeed li.last { clear: left; }

ul.homeRssFeed li.Title first {
     float: left;
     display: inline;
     clear: none;
}

ul.homeRssFeed li span.Title {
     font-weight: bold;
     padding: 0px 0px 0px 5px;
     float: left;
     display: inline;
}

ul.homeRssFeed li ul.FeedSelector {
    list-style-type: none;
    float: left;
    display: block;
    clear: both;
}

ul.FeedSelector {
    list-style-type: none;
    float: left;
    display: block;
    clear: both;
}

ul.FeedSelector li {
    border-right: solid 1px;
    padding: 0 5px;
    float: left;
    display: block;
    clear: none;
}

ul.FeedSelector li.FeedButton {
     border-right: none;
     float: left;
     display: inline;
}

ul.FeedSelector li.last {
     border-right: none;
     float: left;
     display: inline;
}

ul.RssFeed {
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    width: 740px; /*nexus*/
    font-size: 1.1em;
    font-weight: bold;
}

ul.RssFeed li {
    display: block;
    background-color: #edeef9; /*nexus - this makes the fade smoother*/
	width: 244px;
    margin: 0;
    padding: 0;
}

ul.RssFeed li p {
    display: none;
}

ul.FeedSelector li {
     display: inline;
}

ul.FeedSelector li a, ul.FeedSelector li a:link, ul.FeedSelector li a:visited, ul.FeedSelector li a:hover, ul.FeedSelector li a:active {
     font-weight: normal;
}
/* end; home rss */


/* start; footer items */
ul.footerItems {
	/*float: left;
	margin: 8px 0 0 0;
	padding: 0 0 0 54px;*/
	display: none;
}

ul.footerItems li {
	list-style-type: none;
	display: inline;
	padding: 0 3px 0 5px;
	margin: 0;
	border-left: solid 1px #343331;
}

ul.footerItems li.first {
	border: none;
}

ul.footerItems li a span {
	text-decoration: none;
	font-weight: normal;
}
/* end; footer items */

ul.footerCopyright {
	float: right;
	list-style-type: none;
	display: inline;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

ul.footerCopyright li {
	font-weight: normal;
	display: inline;
	padding: 0 0px 0 5px;
}

ul.footerCopyright li.last {
	border-left: solid 1px #343331; 
}

ul.footerCopyright li a {
	font-weight: normal;
}

ul.homeFeatures, ul.landingFeatures {
	margin: 12px 0 0 0;
	font-size: 95%;
	padding: 0;
	width: 99%;
	float: left;
}

ul.homeEvents {
	width: 32%;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.homeFeatures li div.elContent, 
landingFeatures li div.elContent {
	margin-bottom: 17px;
	padding: 0px 5px 0px 5px;
}


ul.homeFeatures li.first div.elContent {
	margin-bottom: 17px;
	padding: 0px 10px 0px 0px;
}

ul.homeFeatures li.first div.elContent, ul.landingFeatures li.first div.elContent {
	padding-right: 0px;
	float: left;
	display: block;
}

ul.homeFeatures li.last div.elContent, ul.landingFeatures li.last div.elContent {
	padding-left: 10px;
	float: left;
	display: block;
}

ul.landingFeatures li div.ContentWrapper h3 {
	margin-bottom: 3px;
}

ul.landingFeatures li div.ContentWrapper div.imageWrapper {
	float: left;
}

ul.homeFeatures li, ul.landingFeatures li {
	float: left;
	display: inline;
	width: 32%;
	padding-right: 7px;
}

ul.homeEvents li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/*list-style-image: url(../_images/ipsos_mori/blue_chevron.gif);*/
	list-style: none;
}

ul.homeEvents li.first {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

ul.homeNews li div.ContentWrapper, ul.homeEvents li div.ContentWrapper {
	margin-bottom: 15px;
}

.homeFeatures h1.Title, .landingFeatures h1.Title {
	font-size: 130%;
	line-height: 130%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.homeNews h1.Title {
	font-size: 120%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.homeEvents h1.Title {
	font-size: 110%;
	font-style: normal;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.3em;
}

.homeEvents h2.DateStart {
	font-size: 1em;
	margin: 0 0 2px 0;
	line-hieght: 1em;
	font-weight: normal;
}

.homeNews div, .homeNews p.Description, .homeEvents div, .homeEvents p.Description {
	font-size: 100%;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

.homeFeatures p.Description {
	line-height: 130%;
	margin-top: 4px;
	padding: 0;
}

div.commonInnerPad {
	float: left;
	padding: 3px;
}

.vSpacer {
	clear: left;
	padding-top: 6px;
}

/* start; landing image */

/* cancels out top-margin in FireFox - landing pages only */
div#ctl00_dash_28cf9a481b674afcaf61c2314948f2e2 {
	border: 0.1px solid #fff;
	margin: 0;
	padding: 0;
}

#innerZoneMiddle div.homeLandingImg {
	width: 100%;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.homeLandingImg div#flashimages {
	margin: 0;
	padding: 0;
}

#innerZoneMiddle div.fanLandingImg, #newRightCol div.fanLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_about.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.fishLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_asi.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.rsLandingImg {
	width: 560px;
	/*background: none;
	background-position: bottom;*/
	height: 145px;
	margin: 0 0 10px 0;
	height: 205px;
}

#innerZoneMiddle div.hutsLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_beach_huts.jpg) no-repeat;
	background-position: bottom;
	height: 145px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.blondeLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_woman_tree.jpg) no-repeat;
	background-position: bottom;
	height: 145px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.brochuresLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_research.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.dogLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_methodology.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.paperLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_news.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.rockLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_clients.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.viewLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_careers.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.loyaltyLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_loyalty.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.marketingLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_marketing.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.mediaLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_mediact.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.paLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_pa.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.sriLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_sri2.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.rcLandingImg {
	width: 560px;
	background: url(../../../_assets/graphics/landing/landing_rc.jpg) no-repeat;
	background-position: bottom;
	height: 205px;
	margin: 0 0 10px 0;
}

#innerZoneMiddle div.innerContainer {
	width: 52%;
	padding: 10px 2px 10px 10px;
	display: none;
}
/* end; landing img */


/* COMMENTS */
ul.elCommentsRepeater {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.elCommentsRepeater li {

}

ul.elCommentsRepeater li.first {

}

ul.elCommentsRepeater li.last {

}

ul.elCommentsRepeater li.first h2 {
    background-image: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    border-bottom: solid 1px #E0E0E0;
}

ul.elCommentsRepeater li.first a.BlogPostComment {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 10px;
	background-image: url(../_images/exesight/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;  
	font-weight: bold;  
}

ul.CommentItem {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom:  solid 1px #E0E0E0;
}

ul.CommentItem li {
    margin: .5em;
    line-height: 1.8em;
}

ul.CommentItem li.first {
}

ul.CommentItem li.last {
    margin-bottom: 0;
}

ul.CommentItem li.first h4 {
    font-size: 1.4em;
    display: block;
    float: left;
    margin-right: 20px;
}

ul.CommentItem li.first span.BlogDateTime {
    display: block;
    float: left;
    clear: right;
    font-size: .9em;
    margin-top: 3px;
}

div.BlogAuthorisationPanel {
    float: right;
}

div.BlogAuthorisationPanel a {
    margin-left: 15px;
    padding: 0 0 0 10px;
	background-image: url(../_images/exesight/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;    
	font-weight: bold;
}

ul.CommentItem li span.BlogCommentAuthor {
    
}

ul.CommentItem li span.BlogCommentAuthor span {
    font-weight: bold;
    color: #444;
}

ul.CommentItem li a.BlogCommentAuthor {
    font-weight: bold;
}

ul.CommentItem li.last p.BlogCommentText{

}

table.elCommentAdd {
    background-color: #E0E0E0;
    border: 0;
    border-collapse: collapse;
    margin: 0;
}

table.elCommentAdd td {
    padding-bottom: 5px;
}

table.elCommentAdd td.title {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 0;
}

table.elCommentAdd td {
    padding-left: 10px;
    vertical-align: top;
    font-size: 1em;
}

table.elCommentAdd td em {
    color: #FE0000;
    margin-left: -8px;
    padding-right: 2px;
    font-weight: bold;
    
}
table.elCommentAdd td label {
    font-weight: bold;
    font-size: .9em;
    padding-bottom: 4px;
}

table.elCommentAdd td.Name input {
	font-size: 1em;
}

table.elCommentAdd td.RequiredFields {
    text-align: right;
    padding-right: 10px;
    
}

table.elCommentAdd td.Name {

}

table.elCommentAdd td.Name input {
    width: 220px;
    margin-left: 37px;
}

table.elCommentAdd td.Email {
    padding-left: 20px;
}

table.elCommentAdd td.Website label {
    margin-left:1px;
}

table.elCommentAdd td.Website input {
    width: 220px;
    margin-left: 20px;
}

table.elCommentAdd td.Email input {
    width: 220px;
    margin-left: 9px;
    margin-right: 10px;
}

table.elCommentAdd td.Comment label {
    display: block;
    margin-top: 5px;
}

table.elCommentAdd td.Comment textarea {
    width: 500px;
    height: 100px;

}

table.elCommentAdd td.ShowEmail {
    padding-left: 57px;
}

table.elCommentAdd td.ShowEmail input {
    margin-right: 5px;
    margin-top: 2px;
    clear: left;
    float: left;
}

table.elCommentAdd td.ShowEmail label {
    display: block;
    float: left;
    width: 150px;
    margin-top: 4px;
}

table.elCommentAdd td.TxtVerify input {
    margin-left: 4px;
    width: 197px;
    text-transform: uppercase;
}

table.elCommentAdd td.ImgVerify img {
    border: solid 1px #FE0000;
    margin-left: 71px;
}
table.elCommentAdd td.VerifyText {
    padding-left: 80px !important;
    padding-right: 250px;
    
}


/* tables within page content */
div.elContent table td {
	padding: 0 8px 0 0;
}

div.elContent table td h4 {
	padding: 0;
	margin: 4px 0 5px 0;
}

div.elContent ul.radioTable li ul.MetaColumns li {
	font-size: 0.95em;
}

div.elContent ul.radioTable li ul.MetaColumns li span {
	font-weight: bold;
	padding-top: 8px;
}

div.elContent ul.radioTable li ul.MetaColumns li span.label {
	display: block;
}

table.radioListHeader td { 
	line-height: 1.5em; 
	font-weight: bold;
	background-color: #cdcdcd;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	width: 68px;
	padding: 3px;
}

div.elContent ul.radioTable li ul.MetaColumns li table.radioList td {
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 1em;
}

/* radio button table in custom page*/
ul.radioTable li table.radioList, table.radioListHeader {
	width: 99%;
	padding: 0;
}

table.radioList {
	background-color: #ffffcc;
}

ul.radioTable li table.radioList td label {
	display: none;
}

ul.radioTable li span.radio_label {
	display: block;
	width: 99%;
	padding: 1px 0 1px 0;
	margin: 2px 0 2px 0;
	background-color: #cdcdcd;
}

ul.radioTable li table.radioList td input {
	width: auto !important;
}

ul.radioTable li textarea { width: 300px; height: 45px; }

div.elContent #ctl00_MiWebC_SubmitButton { 
	width: 52px;
	margin: 2px;
    padding: 0 15px;
    display: block;
    float: right;
	border: 0;
	height: 18px;    
	line-height: 18px;    
	color: #D0D0D0 !important;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;	
	background: url(../_images/hoverbutton/button_slice_off.gif) center repeat-x;
}

/*===================02.04.2009 - report form====================*/

.dropDownLarge {width:100%;}
#report table td{padding: 0 0 15px 0; vertical-align:top;}
#report table td.cell {width:30%;}

/*---------------------------------check validate---------------------------------------*/

ul.elBreadcrumb2 {

    padding: 21px 0px 21px 0px;
}