/* Print Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      10/04/2010
author:    Chris Beale
website:   https://www.londondvirtualoffices.com
*/

/* Basic Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff;
	color: #000;
	font: 85% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Main Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, .h2, .h3 {
	border-bottom: 1px dotted #666;
	color: #003366;
	margin: -5px 0 -10px 0;
	padding: 0;
}

p {font-size: 85%;text-align: left;}

a, a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}

.readon {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

.readon2 {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 1em 0 0;
}

.readon a, .readon a:visited, .readon2 a, .readon2 a:visited {text-decoration: none;}

.readon a:hover, .readon2 a:hover {text-decoration: underline;}

address {
	color: #999;
	font-size: 90%;
	font-style: normal;
}

#phone {
	color: #333;
	font-size: 125%;
	font-weight: bold;
}

.pullquote {
	float: right;
	margin: 20px;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

#contact {
	float: right;
	text-align: right;
}

#banner {
	border: 0;
	height: 125px;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
	top: -10px;
	width: 500px;
}

/* Content
-----------------------------------------------------------------------------*/

#container-main {
	clear: both;
	margin: 10px 0 0 0;
}

#siteMap td {
	padding-right: 10px;
	width: 30%;
}

#content-basic, #content-lvo, #content-vhbc {
	background: #fff;
	border-top: 10px solid #ccc;
	min-height: 444px;
	padding: 20px;
}

#content-basic h1, #content-basic h2, #content-basic h3, #content-basic .h2, #content-basic .h3,
#content-lvo h1, #content-lvo h2, #content-lvo h3, #content-lvo .h2, #content-lvo .h3,
#content-vhbc h1, #content-vhbc h2, #content-vhbc h3, #content-vhbc .h2, #content-vhbc .h3 {
	color: #003366;
	font-size:150%;
	margin-bottom: 15px;
}

#container-testimonials-basic, #container-testimonials-lvo, #container-testimonials-vhbc {
	background: #ccc;
	margin: 0 0 15px 0;
	padding: 3px 10px 10px 10px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}

#container-testimonials, .testimonial-title, #content-testimonial, .testimonial-text, .testimonial-from {display: none;}

#footer-left {
	float: left;
	font-size: 85%;
	text-align: left;
}

#footer-right {
	float: right;
	font-size: 85%;
	text-align: right;
}

/* Navigation
-----------------------------------------------------------------------------*/

#nav {display: none;}