body { 
	text-align: center;
	font-family: 'Quattrocento Sans', sans-serif;
}

#main-container { 
	margin-top: 3em; 
	text-align: left;
}

#topbar #phone {
	font-size: 3.15em;
	margin-top: 0;
	line-height: 1em;
	color: #2877AD;
}

#topbar #phone small {
	font-size: 0.4em;
}

#topbar #email {
	margin-top: 3em;
}

#topbar #email img {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
}

#leftbar {
	color: white;
	font-size: 1.26em;
	font-weight: normal;
	background-color: #8194A2;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
	min-height: 920px;
}

#leftbar-text {
	padding: 20px;
	font-size: 1em;
}

#leftbar-text a, #leftbar-text a:visited, #leftbar-text a:hover, #leftbar-text a:active {
	color: white;
}

#leftbar-home-text {
	font-size: 1.26em;
	font-weight: bold;
}

#leftbar-home-text p.blue {
	color: #2976AA;
}

#centre-area {
	background-color: #EDEEF2;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
	min-height: 920px;
}

#centre-area h2 {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #112548;
	font-size: 2em;
	margin-top: 0.5em;
	margin-right: 20px;
	margin-left: 20px;
}

#centre-area img.subpage-title {
	margin-left: 20px;
}

#centre-area ul {
	color: #2974AB;
	font-weight: bold;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 1.8em;
	margin-right: 20px;
	margin-left: 20px;
}

#centre-area ul p {
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 0;
}

#centre-area ul a, #centre-area ul a:hover, #centre-area ul a:active, #centre-area ul a:visited {
  color: #202D35;
  text-decoration: none;
}

#centre-area ul li div.answer {
	display: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

#centre-area ul li ol {
	list-style-type: lower-roman;
}

#centre-area .subpage-nav img:first-child {
	margin-left: 13px;
}

div.casestudy {
	background-color: #EDEEF2;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
}

div.casestudy-title {
	color: #2E73AA;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.3em;
}

div.casestudy-title p {
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

div.casestudy-body p {
	padding-left: 1.5em;
	padding-right: 0.5em;
}

div.casestudy-body img {
	padding-left: 0.75em;
	margin-bottom: 1em;
}	

div#testimonial h4 {
	font-weight: bold;	
}

p.button {	
	background-image: url('/images/generic_button.png');
	background-repeat: no-repeat;
	height: 25px;
	color: white;
	line-height: 25px;
	font-size: 1.3em;
	padding: 0;
	margin-left: 0.75em;
}

p.button a:visited, p.button a:hover, p.button a:active, p.button a {
	color: white;
	text-decoration: none;
}

#footer {
	height: 36px;
}