/* ================

Nearmap - Find Reality
Copyright 2009 NearMap
Created by - Ivy Clark on 20090518

Nearmap colour swatch
= FFFFCC - pale yellow
= 003b51 - nearmap blue
= 0976BD - nearmap turquoise
= 009A4C - nearmap green
= BFCAD4 - nearmap pale blue

===================*/

#map-canvas {
	height: 800px;
	width: 1055px;
}

.noprint,
.MainNavStyle,
.SubNavStyle,
#backtotop,
#leftmenu,
#accessibility-navi
{
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font: 85% Arial,Helvetica,sans-serif;
	line-height: 1.6;
	color:#003465;
	height: 100%;
	min-height:100%;
}

#pageContainer {
	height:auto !important;
}

#nearmapLogo, h1.logo, h1.logo a  {
	width:140px;
	height:88px;
}

h1.logo {
	text-indent: -9999px;
	margin-top: -20px;
	background: transparent url('../img/nearmap-logo.gif') no-repeat 0 46px;
}

h1.logo a {
	display:block;
	border: 0;
	outline:none;
}

h2 {
    font-style:italic;
	color:#004687;
	font-size:160%;
	padding-bottom:0.5em;
}

h3 {
	color:#004687;
	font-size:130%;
	padding-bottom:0.5em;
}

h4, #writeup p.category a {
	color: #009A4C;
	font-size:120%;
	font-weight:normal;
	padding-bottom:1.3em;
	border:none;
}

h5 {
	color: #009A4C;
	font-size:100%;
}

#writeup p.category a:hover {
	border:none;
	cursor:text;
}

p {
	position:relative;
	text-align: left;
	padding-bottom:0;
	padding-right:40px;
    text-align:justify;
}

.bottompadding {
    padding-bottom:3.5em;
}

p.hangingindent {
    padding-left: 24px;
    text-indent: -22px;
}

p.hangingindent2 {
    padding-left: 42px;
    text-indent: -22px;
}

p.paraindent {
    padding-left: 28px;
}

p a, 
.mediumcolumn ul li a,
.mediumcolumn2 ul li a {
	text-decoration:none;
/*	border-bottom:1px solid #003465;*/
}

p a:link, .mediumcolumn li a:link,
.mediumcolumn2 ul li a:link {
	text-decoration:none;
	border-bottom:1px dotted #4074a5;
	color:#4074a5;
}

p a:visited, .mediumcolumn li a:visited,
.mediumcolumn2 ul li a:visited {
	text-decoration:none;
	border-bottom:1px dotted #4074a5;
	color: #4074a5;
}

p a:hover, .mediumcolumn li a:hover,
.mediumcolumn2 ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #4074a5;
	color :#34B4E4;	
}

p a:active, .mediumcolumn li a:active,
.mediumcolumn2 ul li a:active {
	border: none;
	color: #4074a5;
}

table {
	border:1px solid #BFCAD4;
	font-size:95%;
}

table a {
	text-decoration:none;
	border-bottom:1px dotted #4074a5;
	color: #4074a5;
}

table a:hover {
	border-bottom:1px solid #4074a5;
}

th, td {
	text-align:left;
	vertical-align:top;
	padding:6px 10px 4px 10px;
	margin:10px;
}

td {
	border-right:1px dotted #BFCAD4;
	border-bottom:1px dotted #BFCAD4;
}

th {
	border-top:1px dotted #BFCAD4;
	background: #e5eaee;
}

.caption {
	border:1px solid #BFCAD4;
	border-bottom:none;
	font-weight:bold;
	padding:5px;
}

.lastcolumn {
	border-right:none;
}

.lastrow {
	border-bottom:15px solid #fff;
}

.dottedrightborder {
	border-right: 1px dotted #BFCAD4;
}

.pricetable {
	width:80%;
	margin-bottom:40px;
}

.legalsummarytable {
	width:100%;
	margin-bottom:40px;
	padding:15px;
}

.hidden {
	display:none;
}

.instruction {
    font-weight:bold;
    font-size:90%;
}

#pageHeaderContainer {
    z-index:1;
	left:0;       
	padding:0;
	margin:0;
	width:100%;
	/*height:100px;*/
	background:none;
}


.highlight {
	padding:10px 20px 10px 10px !important;
	border:1px dotted #BFCAD4;
	font-size:95%;
}

.guidetext {
	color:#4074a5;
	font-weight:bold;
}

.breadcrumb {
	font-size:90%;
	color: #663333;
    font-size:80%;
    color:#999;
}

.breadcrumb a {
    color:#999;
}

.faqquestion {
	font-style:italic;
	font-weight:bold;
	color: #009A4C;
	padding-bottom:5px;
}

/* Map page styles */
#map-border {
	background: #979797;
	border: solid 10px red;
	height: 702px;
	width: 702px;
}

#map-canvas-print {
	border: solid 1px #979797;
	height: 700px;
	width: 700px;
}

#print-header {
	border: solid 1px #979797;
	font-size: 20px;
	margin: 0 0 8px 0;
	position: relative;
}
	
	#print-header #inform-custom-print {
		background: #ccc;
		margin: 0;
		padding: 8px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 300px;
	}
	
#print-mode-header {
	border: none;
	border-collapse: collapse;
	font-size: 20px;
	margin: 0 0 8px 0;
	width: 100%;
}
	
	#print-mode-header td {
		border: none;
		margin: 0;
		padding: 0;
	}

	#print-mode-header #logo {
		width: 350px;
	} 

	#print-mode-header table#notes {
		border: none;
		border-collapse: collapse;
		width: 100%;
	}
	
		#print-mode-header table#notes td {
			border: none;
			margin: 0;
			padding: 0;
		}
		
		#print-mode-header table#notes td#note-label { width: 50px;	}

			#enter-notes { display: none; }
			
			#print-notes {
				margin: 0;
				padding: 0;
			}
			
		#print-mode-header #print-link { display: none; }
		
		#print-mode-header .info {
			padding: 40px 0 0 0;
		}	