@charset "UTF-8";


/* FireFox visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
	overflow-y: scroll !important;
}

body  {
	background:#fff;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body, p, td, a, li, h6 {
	font:9pt Arial Verdana, Helvetica, sans-serif;
	color:#666;
	line-height:1.3em;
}

.grey {
	color:#666;
}

.turquoise {
	color:#004e69;
}

.orange {
	color:#f90;
}


.normal {
	font-weight:normal;
}

a {
	color:#004e69;
	text-decoration:underline;
}

a:hover {
	color:#ff9900;
}

ul {
	padding:0 0 0 3em;
}

li {
	margin:0;
	padding:0 0 0 0;
}

a.selected {
	font-weight:bold;
}

a.rss {
	background:url(App_Themes/Synovate/Images/rss.gif) no-repeat left top;
	margin:0;
	padding:3pt 0 2pt 22pt;
	display:block;
}

a.contact-icon {
	background:url(../App_Themes/Synovate/Images/contact.icon.gif) no-repeat left top;
	margin:0;
	padding:0 0 2pt 22pt;
	display:block;
}


p {
	padding:0;
	margin:1.2em 0 1.2em 0;
}

small, small a {
	font-size:99%;
}


.layout-1 #container { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.layout-1 #header { 
	background:#fff url(../App_Themes/Synovate/Images/books.gif) no-repeat 730px 0; 
	height:130px;
} 

.layout-1 #header .strapline {
	width:320px;
	height:48px;	
	margin-top:20px;
	margin-right:250px;
	float:right;
	clear:right;		
}

.layout-1 #header .strapline h1 {
	color: #0d3a4a;
	font-family:Georgia,Times New Roman;
	font-size:22px;
	text-align:justify;
	font-weight:normal;
}

.layout-1 #header a.logo {
	margin:12px 0 0 0;
	float:left;
}

.layout-1 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}


.layout-1 #menu {
	height:34px;
	width: 954px;
	background: #bfbab1 url(../App_Themes/Synovate/Images/menubg.jpg) repeat-x 0 0;
	display:inline-block;
}

#menu ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	clear:left;
}

#menu ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-left: solid 1px #d6d6d6;		
	width:158px;	
	text-align:center;
}

#menu ul li a, #menu ul li a:hover {
	border:0;
	margin:0;
	padding: 8px 0px 8px 0px;	
	text-decoration:none;
	display:block;	
	color: #0b384b;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia,Times New Roman;		
	
}

#menu ul li a:hover
{    
    background: #184f57 url(../App_Themes/Synovate/Images/syn_bg.gif) repeat-x 0 0;
    color: #FFFFFF;
}

#menu ul li span
{
    background: #184f57 url(../App_Themes/Synovate/Images/syn_bg.gif) repeat-x 0 0;
    color: #FFFFFF;
    border:0;
	margin:0;
	padding: 10px 0px 8px 0px;	
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia,Times New Roman;	
	display:block;	
}


.layout-1 #sidebar-left {
	float: left; /* since this element is floated, a width must be given */
	width: 159px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0 0 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	display: inline-block;
}
.layout-1 #sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 46px 10px 15px 0; /* padding keeps the content of the div away from the edges */
	line-height:1.3em;
	display: inline-block;
}
.layout-1 #content { 
	width:500px;
	margin: 46px 200px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	/* Added by JAY - needed if floats are used inside the main content are */
	margin:46px 0 0 41px;
	float:left;
	display: inline-block;
} 

.layout-1 #content .feature {
	margin-top:0;
	line-height:1.2em;
	font-size:9pt;
	color:#666666;
	text-align:left;
	line-height:1.4em;
}

.layout-1 #content .feature em a {
	font-style:italic;
}

.layout-1 #content .feature .top .trendagent {
	border-top:1px solid #cbc6be;
	border-bottom:1px solid #cbc6be;
	padding:5px 0 4px 0;
	margin-bottom:3px;
	color:#004e69;
	font-size:10pt;
}


.layout-1 #content .feature .top h1 {
	margin:14pt 0 8pt 0;
}

h1 {
	padding:0;
	margin:4pt 0 12pt 0;
	font-weight:bold;
	font-size:16pt;
	color:#004e69;
	line-height:1.2em;
}

h3 {
	margin:4pt 0 12pt 0;
	font-weight:bold;
	font-size:12pt;
	color:#004e69;
	line-height:1.2em;
}

h4 {
	font-size:10pt;
	color:#004e69;
	margin: 12px 0 10px 0;
	padding-bottom: 6px;
	font-weight:bold;
	border-bottom: solid 2px #ff9801;
}

h5 {
	font-size:9pt;
	color:#f90;
	padding:0;
	margin:6pt 0 4pt 0;
	font-weight:bold;
}

#content h5 {
	margin-bottom:10pt;
}

h6 {
	font-weight:bold;
	margin:2em 0 1em 0;
	color:#004e69;
}

.layout-1 #content .feature .top .date {
	float:right;
	color:#ff9900;
	font-size:9pt;
	font-weight:normal;
	
}



.layout-1 #content .feature .middle .left {
	width:172px;
	float:left;
	text-align:left;
	margin-bottom:20px;
} 

.layout-1 #content .feature .middle .body {
	margin-left:190px;
	padding-bottom:20px;
} 


.layout-1 #content .bottom {
	border-top:1px solid #cbc6be;
	padding-top:6px;
	margin-top:10px;
	text-align:left;
	clear:both;
	
}


.layout-1 #content .bottom .more {
	float:right;
}


.layout-1 #sidebar-right .featurette {
	padding:0;
	border-top:1px solid #cbc6be;
}

.layout-1 #sidebar-right .featurette p {
	margin:4pt 0 3pt 0;
}

.layout-1 #sidebar-right .bottom {
	border-bottom:1px solid #cbc6be;
}

.layout-1 #sidebar-right .news p {
	color:#004e69;
}

.layout-1 #footer {
	margin:10px 0 10px 0;
	padding:0;
	display:inline-block;
}

.layout-1 #footer, .layout-1 #footer a { 
	font-size:8.5pt;
	color:#cbc6be;
	text-decoration:none;
} 

.layout-1 #footer a:hover { 
	color:#ff9900;
	text-decoration:underline;
}

.layout-1 .orange { 
	color:#ff9900;
}

.layout-1 .right {
	float:right;
	display:inline-block;
	padding-left:25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlt { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}

#search
{
    width: 175px;
    height: 97px;
    padding: 15px 0 0 14px;
    background:url(../App_Themes/Synovate/Images/syn_box.gif) 0 0 no-repeat;    
}

#search a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:underline;
	font-style:italic;
}

#search label {
	padding:0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;	
	font-weight:bold;
}

#search a:hover {
	color:#f90;
}

#search-results .url {
	color:#cbc6be;
	line-height:2em;
}

#search-results .link {
	font-weight:bold;
}

#search-results .highlight {
	background:#f90;
	color:#fff;
	padding:1px 1px 0 1px;
}

form {
	margin:0;
	padding:0;
}

input {
	margin:0;
	padding:0;
}

input.search {
	margin: 5px 0 3px 0;
	padding:5px 4px 0 3px;
	width:140px;
	height:21px;
	background:url(../App_Themes/Synovate/Images/searchbox.jpg) 0 0 no-repeat;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

input.search-button {
	margin:0;
	margin-left:95px;
	background:#024d6c;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;	
	height:auto;
	color:#FFFFFF;
	padding: 2px 4px 2px 4px;	
	width:53px;
}


ul, ol {
	margin:1.5em 0 1.5em 0;
}

li {
	margin:2pt 0 1pt 0;
}



ul.selector, ul.list {
	margin:0 0 19px 23px;
	padding:0;
	font-size:8pt
}

ol.selector {
	margin:0 0 19px 24px;
	padding:0;
	font-size:8pt;
}

ul.selector li, ol.selector li {
	list-style-image:url(../App_Themes/Synovate/Images/li.orange.gif);
	color:#004e69;
	padding:0;
	margin:0;
}

ul.grey li {
	color:#666;
}

ul.list li {
	list-style-image:url(App_Themes/Synovate/Images/li.dot.gif);
	padding:0;
	margin:0;
}

ul.nobullet li {
	list-style-image:none;
	list-style-type:none;
}


ul.indent {
	margin-left:45px;
}

ul.space li {
	margin-top:6pt;
	margin-bottom:6pt;
}

ol.selector li {
	list-style-image:none;
}

ul.selector li a, ol.selector li a {
	color:#004e69;
}


ul.selector li a:hover, ol.selector li a:hover {
	color:#f90;
}

ul.selector li ul {
	margin:0 0 10px 20px;
	padding:0;
}

ul.selector li ul li a {
	color:#004e69;
	text-decoration:underline;
}

ul.selector li.selected a.selected, a.selected {
	font-weight:bold;
}

ul.selector li ul li.selected a {
	font-weight:bold;
}

ul.orange li a {
	color:#f90;
	text-decoration:none;
}

ul.orange li a:hover {
	color:#f90;
	text-decoration:underline;
}

ul.orange li ul li a {
	font-size:8.5pt;
}

ul.pdf-hanging {
	margin:0;
	padding:0;
}

ul.pdf-hanging li {
	padding-left:22px;
	background:url(../App_Themes/Synovate/Images/pdf.small.gif) no-repeat left top;
	list-style:none;
}

#sidebar-right h1 {
	color:#004e69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0 0 4pt 0;
}

#sidebar-right p {
	margin:0 0 2em 0;
}

#sidebar-right a {
	line-height:1.3em;
}


img {
	color:#f90;
	padding:0;
	margin:0;
}


/* accordion */


dd {
	margin-left:0;
}

#accordion dl, #accordion dd, #accordion-2 dl, #accordion-2 dd {
	margin:0;
}

#accordion dd a, #accordion dd.subhead, #accordion-2 dd a, #accordion-2 dd.subhead {
	line-height:1.4em;
	color:#666;
	text-decoration:none;
	margin-left:20px;
	font-size:9pt;			
}

#accordion dd.subhead, #accordion-2 dd.subhead {
	margin:8px 0 2px 15px;
}

#accordion dd.subhead a, #accordion-2 dd.subhead a {
	margin:0;
	text-decoration:underline;
	color:#004e69;
}

#accordion dd a:hover, #accordion-2 dd a:hover {
	color:#f90;
	text-decoration:underline;
}

#accordion h5, #accordion-2 h5 {
	background:url(App_Themes/Synovate/Images/li.orange.gif) top left no-repeat;
	padding-top:1px;
	padding-left:14px;
}


#accordion h5.noshow, #accordion-2 h5.noshow, .noshow {
	display:none;
}


#accordion a {
	text-decoration:none;
	border:none;
}

.bookmark {
	text-decoration:none;
	width:0;
	height:0;
	visibility:hidden;
}

.boilerplate strong {
	color:#f90;

}

/* rows and cells */

.row {
	border-bottom:1px solid #cbc6be;
	margin-bottom:30px;
}

.row .cell-left {
	width:47%;
	float:left;
}

.row .cell-right {
	margin-left:54%;
}

.row .cell-left, .row .cell-right {
	height:240px;
}

.row .high {
	height:380px;
}

.cell-left h1, .cell-right h1, .cell-left h3, .cell-right h3, .cell-left h5, .cell-right h5 {
	margin:0;
}


.row .publication-left {
	width:160px;
	float:left;
}

.row .publication-right {
	margin-left:180px;
}

.row .publication-right p {
	margin-top:0;
}

.row .publication-left, .row .publication-right {
	margin-bottom:50px;
}

/* Icons */

a.pdf {
	padding:2px 0 2px 22px;
	background:url(../App_Themes/Synovate/Images/pdf.small.gif) no-repeat left bottom;
}

a.pdf-right {
	padding:2px 22px 2px 0;
	background:url(../App_Themes/Synovate/Images/pdf.small.gif) no-repeat right bottom;
}


a.doc {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	background:url(App_Themes/Synovate/Images/msword.small.gif) no-repeat left bottom;
}

a.doc-right {
	padding:2px 22px 2px 0;
	background:url(App_Themes/Synovate/Images/msword.small.gif) no-repeat right bottom;
}

a.back {
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	background:url(App_Themes/Synovate/Images/back.gif) no-repeat top left;
}

#quickjump a.jump {
	display:block;
	float:right;
	margin-top:-18px;
	width:15px;
	height:15px;
	background:url(App_Themes/Synovate/Images/go.gif) 0 0 no-repeat;
	text-decoration:none;
}

#quickjump a:hover.jump {
	background:url(App_Themes/Synovate/Images/go.gif) -15px 0 no-repeat;
	text-decoration:none;
}

#quickjump a.go {
	display:block;
	width:15px;
	height:15px;
	background:url(App_Themes/Synovate/Images/go.gif) 0 0 no-repeat;
	text-decoration:none;
}

#quickjump a:hover.go {
	background:url(App_Themes/Synovate/Images/go.gif) -15px 0 no-repeat;
	text-decoration:none;
}

.indentleft { 
	margin-left:20px;
}

#sitemap {
	margin-top:-390px;
	margin-left:-845px;
	background:url(App_Themes/Synovate/Images/sitemap.bg.png) no-repeat;
	position:absolute;
	width:850px;
	height:400px;
}


#sitemap ul {
	margin:0;
	padding-left:0.5em;
}

#sitemap ul li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sitemap table {
	margin:20px 20px 20px 30px;
}

#sitemap td {
	width:20%;
}

#sitemap h5 {
	margin-top:1em;
	font-size:9pt;
}

#footer #sitemap a {
	color:#004e69;
	font-size:8.5pt;
}

#footer #sitemap a:hover {
	color:#f90;
}

#language {
	margin-top:15px;
	float:right;
}

#language a { 
	color:#004e69;	
	text-decoration:none;
	padding-left:7pt;
}


#language a:hover{
	color:#f90;
}
.infact {
			background:url(../App_Themes/Synovate/Images/feature.infact.gif) no-repeat bottom right;
			
		}
		
		.changeagent {
			background:url(../App_Themes/Synovate/Images/feature.change.agent.gif) no-repeat bottom right;
			
		}
		
		#second-row {
			height:210px;
		}
		
		.threei {
			background:url(../App_Themes/Synovate/Images/feature.3i.gif) no-repeat bottom right;
		}
		
		.map {
			background:url(../App_Themes/Synovate/Images/mini.world.gif) no-repeat bottom right;
		}
		
ol.services
{
    list-style-type:decimal;
    list-style-position:inside;         
    margin: 5px 0 5px 0;
}

ol.services li
{
    padding: 0;
    margin:2px 0 2px 0;
    font-family: Arial;
    color: #ff9900;
    font-size: 20px;
    vertical-align: middle;
}

ol.services li span
{
    font: 9pt Arial Verdana, Helvetica, sans-serif;    
    color:#666;
	line-height:1.3em;
}

ul.orange_bullet li{
	color:#f90;	
}

ul.orange_bullet li span
{    
    color:#666;	
}