/* greatlines.co.uk - Print css */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	}

img {
	border: none;
	}

blockquote {
	font-size: small;
	}

#Outer {
	height: 450px;
	}

#Header {
	margin: 20px 20px 6px 20px;
	padding: 10px 0px 10px 10px;
	color: #000;
	}

	#Header h1 {
		display: inline;
		font-size: x-large;
		}

	#Header h1, h1 a:link, h1 a:visited {
		text-decoration: none;
		color: #3399ff;
		}

	#Header h1 a:hover {
		color: #339;
		background-color: transparent;
		}

	#Header h1 a:hover em {
		color: #3399ff;
		}

	#Header h1 em {
		color: #339;
		font-style: normal;
		}

	#Header p {
		display: inline;
		font-size: x-small;
		padding-left: 70px;
		}

	.ahem {
		display: none;
		}

	.hide {
		width: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		}

#Clear {
	position: absolute;
	top: 5.5em;
	}

#Breadcrumb p {
	display: none;
	}

#Menu {
	position: absolute;
	/* top: 125px; */
	left: 20px;	
	width: 11em; /* 150px; */
	height: 320px;
	padding: 1px 10px 30px 10px;
	line-height: 1.3em;
	background-color: #fff;
	font-weight: bold;
	font-size: x-small;
	border-right: 1px solid;
	}

	#Menu h1 {
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: large;
		font-weight: 900;
		line-height: 28px;
		color: #3399ff;
		}
	
	#Menu li {
		padding: 0px 10px 8px 0px;
		margin: 0px;
		}

	#Menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		visibility: visible;
		}

	#Menu li a {
		padding: 2px 0px 4px 5px;
		border: 1px solid #fff;
		text-decoration: none;		
		color: #888;
		display: block;
		}

	#Menu li a:hover, #Menu li a.current {
		border: 1px solid #3399ff;
		}

	#Menu #CSSchange {
		margin: 20px;
		}

#Space {
	right: 20px; 
	margin: 0px 20px 60px 10em;
	}

#Content {
	position: relative;
	top: 0px;
	left: 20px;
	margin-right: 20px;
	padding: 0px 40px 50px 10px;
	}

	#Content p {
		font-size: small;
		line-height: 1.5em;
		}
	
	#Content h1 {
		margin-top: 4px;
		margin-bottom: 0;
		padding: 5px 3px 3px 10px;
		width: 80%;
		font-size: large;
		font-weight: 900;
		color: #3399ff;
		background-color: #fff;
		}

	#Content h2 {
		margin-top: 30px;
		margin-bottom: 0;
		font-size: large;
		font-weight: 900;
		color: #3399ff;
		}

	#Content a {
		color: #f60;
		font-size: small;
		text-decoration: underline;
		font-weight: 600;
		padding: 2px;
		}
	#Content a:link {color: #3399ff;}
	#Content a:visited {color: #002184;}
	#Content a:hover {
		color: #fff; 
		background-color: #3399ff;
		text-decoration: none;
		}

	#Content ul {	
		margin: 20px 20px 40px 20px; 
		padding-left: 25px;
		}

	#Content li {
		list-style-image: url("../images/blue_square.gif"); 
		font-size: small;
		padding: 0px 0px 5px 3px;
		}

	#Content .nestedlist {
		margin-bottom: 0; 
		padding-bottom: 0; 
		margin-top: 0; 
		padding-top: 0; 
		line-height: 1.5em;
		}

	.question-cap {	
		float: left;
		width: 0.5em;
		line-height: 1.5em;
		font-size: large;
		color: #f60;
		font-weight: 900;
		margin-right: 15px;
		padding-right: 15px;
		margin-left: 20px;
		padding-left: 20px;
		}

	.answer-cap {
		float: left;
		width: 0.5em;
		line-height: 1.5em;
		font-size: large;
		color: #3399ff;
		font-weight: 900;
		margin-right: 15px;
		padding-right: 15px;
		margin-left: 20px;
		padding-left: 20px;
		}

	.question {
		float: left;
		width: 75%;
		line-height: 1.5em;
		font-size: small;
		font-weight: 900;
		padding-top: 5px;
		}

	.answer {
		float: left;
		width: 75%;
		line-height: 1.5em;
		font-size: small;
		padding-top: 5px;
		}

	.warn {
		width: 250px;
		font-size: small;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 25px;
		background-color: #fff;
		border: 1px solid #3399ff;
		padding: 5px 5px 5px 5px;
		}
	
	.centre-box {
		width: 450px; 
		margin-left: auto; 
		margin-right: auto;
		}

	.ickle-box {
		position: relative;
		color: #3399ff;
		background-color: #fff;
		border: 1px solid #3399ff;
		padding: 8px 8px 8px 12px;
		margin: 4px 0px 3px 12px;
		font-size: x-small;
		font-weight: 900;
		line-height: 1.3em;
		}

#Margin {
	float: left; 
	width: 30px; 
	clear: both;
	}

#Footer {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #3399ff;
	padding: 10px 10px 10px 20px;
	font-size: small;
	line-height: 1.1em;
	}

	.validation {
		display: none;
		}

	#Footer a {
		color: #f60;
		font-size: small;
		text-decoration: none;
		font-weight: 600;
		padding: 3px;
		}
	#Content a:link {color: #3399ff;}
	#Content a:visited {color: #002184;}
	#Content a:hover {color: #fff; background-color: #3399ff;}


/* Forms */

input.button {
	background-color: #5aa5ef; 
	color: #fff;
	}

/* Contact form */
div.row {
	clear: both;
	padding-top: 5px;
	}

div.row span.contactlabel {
	float: left;
	width: 80px;
	text-align: right;
	font-size: small;
	font-weight: 900;
	color: #3399ff;
	padding-top: 4px;
	}

div.row span.contactfields {
	float: right;
	width: 345px;
	text-align: left;
	} 

input.text {
	background-color: #fff; 
	border: 1px #3399ff solid;
	font-size: small; 
	color: #000;
	}

textarea.contact {
	background-color: #fff; 
	border: 1px #3399ff solid;
	overflow: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000;
	}

.required {
	font-size: 16px; 
	color: #f60; 
	float: right;
	}