/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	font-size: 76%;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: .5em 0;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li, blockquote {
	font-size: 1.2em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}
blockquote {
	font-size: 1.4em;
	font-style: italic;	
	line-height: 1.5em;
}

a:link { color: #000; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }

span.underline {
	text-decoration: underline;	
}

/* site structure */

div#doc-container {
	background: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
}
div#doc-content-left {
	float: left;
	width: 240px;
}
div#doc-content-right {
	width: 600px;
	float: left;
	margin-left: 40px;
}
div#doc-navigation {
	margin: 1em 0;	
}
ul#top-level-navigation {
	margin: 0;
	padding: 0;
	list-style: none;	
}
ul#top-level-navigation li {
	font-size: 1.2em;
	line-height:1.7em;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active {
	color: darkblue;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
ul#top-level-navigation li a:visited {
	color: #540072;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
ul#top-level-navigation li a:hover {
	color: #000;
	border-bottom: 1px solid #999;
	/*background: url(../images/nav_bullet_arrow.gif) no-repeat left;*/
}
ul#top-level-navigation li a.sel:link,
ul#top-level-navigation li a.sel:active,
ul#top-level-navigation li a.sel:visited {
	/*padding-left: 20px;*/
	color: #cc0033;
	border-bottom: 1px solid #cc0033;
	text-decoration: none;
	/*background: url(../images/nav_bullet_arrow.gif) no-repeat left;*/
}
ul#top-level-navigation li a.sel:hover {
	color: #000;
	/*background: url(../images/nav_bullet_arrow.gif) no-repeat left;*/
}
div#doc-footer {
	text-align: center;
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;	
}
div#doc-footer p {
	font-size: 0.8em;
	color: #666;
	margin: 0;
}
br.clear {
	clear: both;
}

/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #000;
}

/* miscellaneous */

div.request_pdf {
	margin: 1em 0;
	background:	#ffff99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 20px;
	font-size: 0.8em;
}
div.request_pdf h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	background: #467392;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0.5em 20px;
	margin: 1em -20px 0 -20px;
}
div.request_pdf input.sitePDF_input {
	border: 1px solid #cfcf7c;
	padding: 0.4em 0;
	width: 100%;
	color: #777;
	margin-bottom: 10px;
}
div.request_pdf input.sitePDF_submit {
	float: right;	
	padding: 0.3em;
	margin-bottom: 15px;
}
div.leftbar_logos {
	margin: 2em 0;	
}
div.leftbar_logos img {
	display: block;
	float: left;
}
div.leftbar_logos img.logo-erosh {
	margin: 15px 20px 0 0;	
}
div.leftbar_logos img.logo-alertacall {
	margin: 0 17px 0 0;	
}
div.leftbar_logos img.logo-londontelecare {
	margin: 5px 0 0 0;	
}

div.alertacall-facts {
	margin: 1em 0;	
	text-align: center;
}
div.alertacall-facts h3 {
	font-size: 1.1em;
	margin: 0 0 0.2em 0;	
}
div.alertacall-facts p {
	margin: 0 0 1em 0;	
	font-size: 1.1em;
}
h2.pagetitle-red {
	background: #cc0033;
	font-size: 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.6em 1em;
	color: #fff;
	margin-bottom: 20px;
}
p.indented {
	text-indent: 30px;	
}
p.introStrong {
	font-weight: bold;
	font-size: 1.4em;
}

/* page design elements */

div.plainFloatingContent {
	width: 240px;
	float: right;
	margin: 0 0 0 20px;
}
p.imageDescription {
	line-height: 1.3em;
	font-style: italic;
	color: #666;
	text-align: center;
	font-size: 0.9em;
	margin-top: 0.3em;	
	padding: 0 1.2em;
}
div.boxLink {
	margin: 1em 0;
	background:	#ffff99 url(../images/boxlink-arrow.gif) no-repeat right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	font-size: 0.9em;
}
div.boxLink p {
	margin: 0 25px 0 0;	
}
div.boxLink p a:link,
div.boxLink p a:active,
div.boxLink p a:visited {
	/*color: #467392;	*/
	color: #c03;
	/*text-shadow: #fff 1px 1px 0px; */
	text-decoration: none;
	font-weight: bold;
}
div.boxLink p a:hover {
	text-decoration: underline;	
}
div.contentLeft {
	float: left;
	width: 280px;		
}
div.contentRight {
	float: left;
	width: 280px;
	margin-left: 40px;	
}
div.contentLeft h3, div.contentRight h3 {
	margin-top: 0;
}
div.underColumns {
	clear: both;	
}
ul.no-styling {
	margin: 1em 0;
	padding: 0;
	list-style: none;	
}
ul.no-styling li {
	line-height: 2.8em;	
}

div.detailListContainer {
	border-bottom: 1px solid #cc0033;	
}
div.detailListContainer div.detailListTitle {
	float: left;
	width: 150px;	
}
div.detailListContainer div.detailListTitle h3 {
	margin: 0.9em 0;	
}
div.detailListContainer div.detailListContent {
	float: left;
	width: 430px;
	margin-left: 20px;
}

div.boxedFloatingContent {
	background: #ff9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 240px;
	float: right;
	margin: 0 0 10px 20px;
}
div.boxedFloatingContent h3 {
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	color: #ffffff;
	text-align: center;
	background: #467392;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.boxedFloatingContent ol {
	margin: 1em 1em 1em 2.7em;	
}
div.boxedFloatingContent ol li {
	font-size: 1.1em;
	margin-bottom: 1em;	
}

img.imageFloatRight {
	float: right;
	margin: 10px 0 10px 20px;	
}
img.imageFloatLeft {
	float: left;
	margin: 10px 20px 10px 0;	
}

div.formBox {
	margin: 1em auto;
	width: 500px;
	background: #ff9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 1em 0;
}

table.formLayout {
	border-top: 1px solid #dd7;
	width: 460px;
	margin-left: 20px;
}
table.formLayout tr th, table.formLayout tr td {
	font-size: 1.1em;
	border-bottom: 1px solid #dd7;
	padding: 0.5em 0;
}
table.formLayout tr th.vat, table.formLayout tr td.vat {
	vertical-align: top;
}
input.regInput, textarea.regInput {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.2em;
}
input.regButton {
	padding: 0.2em;	
}
span.bubble {
	background: #467392;	
	padding: 0.2em 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	color: #fff;
}
table.home-logos {
	width: 100%;
	margin: 0.4em 0;	
}
table.home-logos tr td {
	text-align: center;	
}
p.homelogo-intro {
	text-align: center;
	font-size: 1em;	
}

div.captionBox {
	text-align: center;	
}
div.captionBox p {
	margin: 0.5em;
	font-size: 1em;
	font-style: italic;
	color: #666;	
}
.floatRight {
	float: right;	
	margin-left: 20px;
}
.floatLeft {
	float: left;
	margin-right: 20px;	
}
p.footer-tel {
	font-size: 1.4em !important;	
}

span.newArticle {
	font-weight: bold;
}



