/*
 typography.css
 */

body {
	font-size: 62.5%; background:#fff url(../img/bg_blue.gif) no-repeat 0px 10px; font-family:Arial, Helvetica, sans-serif;
}

#Content {
	font-size: 1.2em;
	line-height: 180%;
}
body.mceContentBody {
	font-size: 75%;
	line-height: 180%;
}

body.mceContentBody.Abstract {
	font-style: italic;
}
body.mceContentBody.Title {
	font-size: 2em;
	font-weight: bold;
}

body.mceContentBody.Content img, #Content img {
	margin: 0 10px;
}


#Clients {
	font-size: 1.2em;
	line-height: 120%;
}

#Articles {
	font-size: 1.2em;
	line-height: 120%;
}

#Content h1 {
	margin-top: 4em;
	font-size:1.1em;
}
h2 {
	font-style: italic;
}
h5 {
	font-size: 90%;
}

div.quote {
	border: 5px #DDD solid;
	margin: 1em 0;
	padding: 0;
}
div.quote p {
	margin: 0.5em 0.5em;
}

div.rightImage {
	float: right;
	font-size: 80%;
	margin-left: 10px;
	line-height: 130%;
}
div.leftImage {
	float: image;
	font-size: 80%;
	margin-right: 10px;
	line-height: 130%;
}

/*
layout.css
 */
html {
}
body {
	font-size: 62.5%;
	margin: 0;
}
#All {
	margin: 6px 6px;	
	height: 100%;
	position: relative;
}


/*
Main template
 */
 
h1#Logo {
	position: absolute;
	z-index: 10;
	left: 21px;
	top: 14px;
}

#Main {
	margin-left: 173px;
}
#Content {
	clear: both;
	padding: 13px 53px;
	width: 560px;
}

/*
Top menu 
 */
 
#TourMenu {
	padding: 0;
	margin: 0;
}
#TourMenu li {
	list-style-type: none;
	float: left;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
	background: url(../img/TourMenu_Bottom.gif) left bottom no-repeat;
}
#TourMenu li div {
	background: url(../img/TourMenu_Top.gif) left top no-repeat;
	margin: 0;
	padding: 8px;
	width: 140px;
}
html>body #TourMenu li div {
	padding: 9px;
}

#TourMenu li.current {
	background: url(../img/TourMenu_SelBottom.gif) left bottom no-repeat;
}
#TourMenu h3 {
	font-size: 1.7em;
	margin: 4px 0 0 0;
	text-align: center;
	color: white;
	font-weight: normal;
}
#TourMenu li.current h3 {
	font-weight: bold;
	margin-bottom: 4px;
}

#TourMenu h3 a {
	text-decoration: none;
	color: white;
}
#TourMenu h3 a:hover {
	text-decoration: underline;
}

/*
Left menu
 */

#Menu2 {
	background: url(../img/Menu2_TRCorner.gif) right top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 144px; /* 170 - 2*13 */
	padding: 113px 13px 13px 13px;
	margin: 0;
	min-height: 100%;
	height: 100%;
}
html>body #Menu2 {
	height: auto;
	min-height: 100%;
}

#Menu2 li {
	list-style-type: none;
	padding: 10px 0px;
	margin: 0;
	background: url(../img/dottedBorder.gif) left bottom repeat-x;
	font-size: 1.2em;
}
#Menu2 li.current {
	font-weight: bold;
}
#Menu2 li.current li.link {
	font-weight: normal;
}

#Menu2 li a {
	color: white;
	text-decoration: none;
}
#Menu2 li a:hover {
	text-decoration: underline;
}

/*
 * Submenu inside it
 */
#Menu2 ul {
	padding-left: 10px;
	margin: 0;
}
#Menu2 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 1em;
}

/*
Client list
 */
#Clients {
	width: 560px;
	padding: 0 53px;
}
#Clients img {
	float: left;
	margin-right: 10px;
}
#Clients li {
	min-height: 50px;
	list-style-type: none;
	border: 5px #DDD solid;
	margin: 1em 0;
	padding: 0.5em;
}
#Clients li h3 {
	margin: 0;
}
#Clients li .Quote {
}
#Clients li .Credit {
	margin-top: 0.5em;
	font-style: italic;
	font-weight: bold;
}

/*
News Article list
 */
#Articles {
	width: 560px;
	padding: 0 53px;
}
#Articles img {
	float: left;
	margin-right: 10px;
}
#Articles li {
	min-height: 30px;
	list-style-type: none;
	border: 5px #DDD solid;
	margin: 1em 0;
	padding: 0.5em 0.5em 0.5em 50px ;
	background: url(../img/Forward.gif) 10px 10px no-repeat;
}
#Articles li h3 {
	margin: 0;
}
#Articles li .Quote {
}
#Articles li .Credit {
	margin-top: 0.5em;
	font-style: italic;
	font-weight: bold;
}

/*
 Research section
 */
#Date {
	float: right;
	font-style: italic;
	margin: 0.5em;
}
#BackTo {
	margin-top: -1.2em;
	font-size: 80%;
}

/*
Some fixers
 */
a img {
	border-style: none;
}

/*
colours.css
 */

/*
Tour color
 */
#TourMenu li { background-color: #3ea1e2; }

#TourMenu li.current { background-color: #3ea1e2; }


#Menu2 { background-color: #3ea1e2; }