body {
	background-color: #D9CEC4;
	color: #000;
	font-family: Sans-serif;
}
.navBar {
	width:100%;
	background-color: #ffc0cb;
	line-height: 1.5em;
	height: 1.5em;
	border-bottom: 1px solid #000;
}
#pageBanner {
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	background-image: url("/banners/tc_banner_1280.png");
	background-size: 100% 200px;
	background-position: center;
	background-repeat: no-repeat;
}
#pageBanner h1 {
	font-size: 32pt;
	padding-top: 20px;;
	margin-left: 50px;
	color: white;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#pageBanner h2 {
	font-size: 16pt;
	margin-left: 70px;
	color: white;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#pageMain {
	width: calc(100% -4em);
	margin-left:2em;
	margin-right:2em;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.navBar ul {
	border-collapse: collapse;
	border-right: 1px solid #000;
}
.navBar ul li.toplevel {
	display: inline-block;
	padding-right: 1em;
	padding-left: 2em;
	border-left: 1px solid #000;
	cursor: pointer;
	width: 20%;
}
.navBar ul li.toplevel:hover {
	background-color: #aa606b;
	color: #fff
}
.navBar .vertical {
	display: none;
}
.navBar ul li:hover > ul.vertical
{
	display: block;
	float: left;
	position: absolute;
	z-axis: 10;
}
li.sublevel {
	display: block !important;
	float: left;
	width: 20em;
	background-color: #ffc0cb;
	color: black;
	padding-left: 2em;
	clear: left;
}
li.sublevel:hover {
	display: block !important;
	background-color: #AA606B;
	color: #fff;
}
li.sublevel a {
	text-decoration: none;
	display: block;
	color: black;
}
li.sublevel:hover a {
	color: white;
}
#body {
	background-color: #fff;
	padding: 2em;
}
#body p {
	margin-bottom: 1.2em;
}
.companyName {
	font-size: 18pt;
	font-weight: bold;
}
.companyshouse {
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
	font-style: italic;
	margin-bottom: 1em;
}
#companyDetails {
}
.label {
	width: 12em;
	text-align: right;
	display: inline-block;
	font-weight: bold;
}
.padded {
	padding-left: 13em;
	display: inline-block;
}
.PCNBannerOuter {
	width: 100%;
	border: 2px solid black;
	margin: 10px;
}
.PCNBannerInner {
	width: calc(100%-10px);
	margin: 5px;
	padding: 10px;
}
.appleappstore, .googleappstore {
	width: 150px;
	height: 44px;
	margin-top: 10px;
}
.appleappstore {
}
.googleappstore {
}
.appbuttons {
	margin-left: 13em;
	display: inline-block;
}
.appbutton {
	max-width: 152px;
	text-align: center;
	font-size: 10pt;
}

