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

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

Nearmap colour swatch
= Primary colours
= 34b4e4 - nearmap cyan 20090908
= 00792c - nearmap green 20090908
= 004687 - nearmap royal blue 20090908

= Secondary colours
= 003465 royal blue +25% black
= 4074a5 royal blue 75%
= 7fa2c3 royal blue 50%
= bfd1e1 royal blue 25%
= e5ecf3 royal blue 10%

= 005b21 green 75% +25% black
= 409b61 green 75%
= 7fbc95 green 50%
= bfddca green 25%
= e5f1e9 green 10%

= 2787ab cyan 75% +25% black
= 67c7eb cyan 75%
= 99d9f1 cyan 50%
= ccecf8 cyan 25%
= eaf7fc cyan 10%

= BFD1E1 - nearmap pale
= 0976BD - nearmap turquoise
= eaf7fc cyan 10%

*/

/* resets and overrides
===================*/
* {
	margin:0;
	padding:0;
}

/* layout and type
===================*/

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font: 85% Arial,Helvetica,sans-serif;
	line-height: 1.6;
	color:#003465;
	height: 100%;
	max-height:100%; 
	background: #dfdfdf url('../img/page/page-bgd.png') fixed top repeat-x;	
	overflow: hidden; 
}

body#map-body {
	background: #fff;
	overflow: visible;
}

#nearmapLogo 
{
    position:absolute;
    width:140px;
    height:66px;
    margin-left:10px;
    top:0;
    left:0;
}

h1.logo, h1.logo a  {
	width:140px;
	height:66px;
}

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

}

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

h1 
{
	color:#004687;    
}

h2 {
    font-style:italic;
	color:#004687;
	font-size:185%;
	margin:0.2em 0 0.4em 0;
}

h3 {
	color:#004687;
	font-size:130%;
/*	clear:both; 20100527 */
	margin:0.85em 0 0.7em 0;
}

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

h4 {
	color: #009A4C;
	font-size:120%;
	font-weight:normal;
	margin:1em 0;
	border:none;
    /*	clear:both; 20100527 */
}

h5 {
	color: #009A4C;
	font-size:100%;
	/*	clear:both; 20100527 */
	margin:1em 0;
}

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

.clearboth 
{
    clear:both;
}

p {
	position:relative;
/*	margin:1.2em 0;*/
/*	padding-right:20px; */
    text-align:justify;
    padding-bottom:1em;
}

.bottompadding {
    padding-bottom:3.5em;
}

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

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

p.hangingindent3 {
    padding-left: 64px;
    text-indent: -22px;
}

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

p a, 
.mediumcolumn ul li a,
.widecolumn ul li a, 
.contentContainer li a {
	text-decoration:none;
}

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

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

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

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

table {
	border:1px solid #BFD1E1;
	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 #BFD1E1;
	border-bottom:1px dotted #BFD1E1;
}

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

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

.green-astrix 
{
    color:#009A4C;
    font-size:150%;
    line-height:100%;
}
.areapricingtable 
{
    width:80%;
}

.leftalign 
{
    text-align:left;
}

#areapricingnotes, #areapricingnotes *
{
    border:none;
}

.lastcolumn {
	border-right:none;
}

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

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

.whiterightborder {
	border-right: 1px solid #fff;
}

.pricetable {
	width:100%;
	margin-bottom:30px;
}

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

.hidden {
	display:none;
}

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

.steps {
    color:#ccc;
	font: 1.6em Arial,Helvetica,sans-serif;
	font-style:italic;
	font-weight:bold;
	line-height: 1.3;    
}

.steps span, .steps ul li {
	font: 0.7em Arial,Helvetica,sans-serif;
	line-height: 1.3;
    color:#003465;
    padding-bottom:.5em;
}

.features li,
.steps li {
    padding-bottom:0.6em;    
    margin:0;
}

.features {
    margin-left:-10px;
    color: #009A4C;
    font-size: 1.1em;
	font-style:normal;
	font-weight:bold;
}

.features p {
    font-size: 0.95em;
	font-weight:normal;
    color:#003465;
    padding-bottom:.5em;
    line-height:1.5em;
}

.keyboard-button {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:2px solid #999;
    border-right:2px solid #999;
    background:#f1f1f1;
    padding:0px 3px;
    margin:0px 2px;
    -khtml-border-radius:3px;  /* for linux browsers */
    -moz-border-radius:3px;    /* firefox */
    -webkit-border-radius:3px; /* chrome and safari */  
    -o-border-radius:3px;    /* firefox */
    border-radius:3px;    
}

.newfeature {
    background:#009A4C;
    padding:2px 6px;
    margin:0 3px 0 0;
    font-size:0.8em;
    color:#fff;
    font-weight:bold;
}

.fineprint 
{
    font-size:0.8em;
}

/* accessibility menu
=====================*/

#accessibility-navi 
{
    display:none;
}

/* secondary layout
===============*/
/* map header */
#map-header {
    background: url('/img/map-mainnav-bgd-2.png') top left repeat-x;
    position:absolute;
    left:0px;
    padding:0;
    margin:0;
	height: 37px;
    width:100%;
    z-index:1;
}
    * html #map-header {
    	background: none;
		filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/map-mainnav-bgd-2.png", sizingMethod="scale");
    }
    #map-header ul {
    	float: right;
		padding: 0;
		margin: 0;
    }
    #map-header li {
    	display: inline;
    }
	#map-header a:link, #map-header a:visited {
		color: #fff;
		font-weight: bold;
		line-height: 35px;
		margin: 0 10px 0 0;
		padding: 0 0 10px 0;
		text-decoration: none;
		vertical-align: top;
	}
	#map-header a:focus, #map-header a:hover, #map-header a:active {
        background: url('/img/back-to-top-arrow.png') bottom center no-repeat;
	}
	* html #map-header a:focus, * html #map-header a:hover, * html #map-header a:active {
        background: url('/img/back-to-top-arrow.gif') bottom center no-repeat;
    }

/* header
---------------*/

#pageHeaderContainer 
{
    background:#f0f0f0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120px;
    overflow:visible;
}

#pageHeader 
{
	margin:0  auto;
	position:relative;
    border-top:5px solid #004687;
}

#mastheadLevel1 {
	font-weight:bold;
	position:relative;
}

* html #mastheadLevel1 {
	position:static;
}

#mastheadspacer
{
    height:1em;
    background:#fff;
    width:100%;
    float:left;
}

/* removed on 2010-04-27 so content stretches entire browser width */
.textPageWidth {
	min-width:770px;
/*	max-width:980px; */
}


/* main navi class
---------------*/

.MainNavStyle {
	font-size:1.25em;
	font-weight:bold;
	float:right;
	margin-top:-5px;
	margin-right:10px;
}

.MainNavStyle ul {
	font-weight:bold;
	float:right;
	padding: 0;
	list-style-type: none;
}

.MainNavStyle li {
	display:inline;
    float:left;
	padding: 0px 0px 0px 0px;
}

.MainNavStyle li a {
	display:block;
    float:left;
	padding: 28px 0px 0px 0px;
}

.MainNavStyle a:link, .MainNavStyle a:visited {
	color:#004687;
	text-decoration: none;
	padding: 28px 15px 13px 15px;
	border-top:5px solid #004687;
	background: transparent url('../img/page/main-nav-divider.png') 0 0px no-repeat;    
}

.MainNavStyle a:focus,
.MainNavStyle a:hover,
.MainNavStyle a:active {
	color:#34b4e4;	
    border-top:5px solid #34b4e4;
	background: transparent url('../img/page/main-nav-divider.png') 0 0px no-repeat;    
}

.MainNavStyle .current a 
{
    color:#009A4C;
    border-top:5px solid #009A4C;
	background: #dfdfdf url('../img/page/main-nav-divider.png') 0 0px no-repeat;    
}


/* sub navi and content button
---------------*/

.allupperCase {
    text-transform:uppercase;
}

.contentButton {
	text-transform:uppercase;
}

.SubNavStyle {
	font-size:1.15em;
	font-weight:normal;
	width:100%;
	float:left;
    background: #dfdfdf url('../img/page/submenubgd.png') 0 bottom repeat-x;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-shadow: 10px 10px 5px #c6c6c6;
    -moz-box-shadow:-2px -2px 5px #c6c6c6;
    /*margin-bottom:10px;*/
}

.SubNavStyle ul 
{   font-weight:bold;
	float:right;
	margin:0;
}

.SubNavStyle li {
	display:inline;
/*    padding: 5px 0px 5px 0px;*/
    list-style-type:none;
}

.SubNavStyle li a {
	display:block;
    float:left;
    padding: 5px 16px;
    margin-top:5px;
}


* html .SubNavStyle li {
	padding: 0 0 5px 10px;
}


.SubNavStyle a:link, .SubNavStyle a:visited {
	color:#009A4C;
	text-decoration: none;
}

.SubNavStyle a:focus,
.SubNavStyle a:hover,
.SubNavStyle a:active 
{
	color:#34b4e4;
}

.SubNavStyle .current a {
    color: #009A4C;
    background: #fff;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.buttonContainer a {
	padding: 0 15px 0 15px;
	width:20px;
}

#continue {
	float:right;
	clear:none;
	margin:10px 0 0 20px;
}

a.button, a.button span {
	text-align:center;
    text-decoration:none;
	font-weight:bold;
	color:#34b4e4;
    border: none;
	line-height:26px;
	height:26px;
	display:block;
}

a.button {
    float:left;
	padding: 0 5px 0px 0px;
	margin: 0 5px 10px 0;
    background: transparent url('../img/buttons.png') 20px -28px no-repeat;
}

a.button span {
	padding: 0 5px 0px 5px;
	margin: 0;
	background: transparent url('../img/buttons.png') 0% -227px no-repeat;
}


a.current span,
a.button:hover span {
	color:#00792c;
}

a.current,
a.button:hover {
	color:#00792c;

}

#writeup .button, #writeup .button:hover {
    font-size:95%;
    border:none;
}

.buttonContainer { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.rightalign {
    float:right;
    /*	clear:both; 20100527 */
}

.gapleft {
    padding: 5px 0 0 15px;
}

.noborder {
    border:none;
}

#sidepanel 
{
    background:#ccc;
    position:fixed;
}

#leftmenu {
    width:100%;
	background: #f4fbfd;
	min-height:300px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

* html #leftmenu {
    float:left;
}

#leftmenu h3 
{
    color:#fff;
    font-size:1.1em;
    background: #8dc1d4;
    margin:0;
    padding:30px 0 5px 12px;
    text-shadow: #666 1px 1px 1px; /* for most modern browsers */
	filter: Shadow(Color=#666666,Direction=135,Strength=2);
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

#leftmenu ul 
{
	padding: 8px 0px 0 0px;
	margin: 0 3%;
	list-style: none;
}

#leftmenu ul li {
    display:block;
    background:#f4fbfd url('../img/page/horizontal-divider.gif') repeat-x;
}

#leftmenu ul li:first-child 
{
    background:#f4fbfd;
}

#leftmenu ul li a 
{
    display:block;
    color:#004687;
    text-decoration:none;
    border:none;
    font-weight:normal;
    padding:12px 7px;
}

#leftmenu ul li:first-child a:hover 
{
    background:#fff;
}

#leftmenu ul li a:hover, #leftmenu ul li a:active
{
    color:#34B4E4;
    background:#fff url('../img/page/horizontal-divider.gif') top repeat-x;
}

#leftmenu .category, #leftmenu .category:hover 
{
    padding-top:24px;
    font-weight:bold;
    color: #009A4C;
    border:none;
    cursor:text;
    /*background:#F4FBFD;*/
}

#leftmenu .category:hover 
{
    background:#F4FBFD url('../img/page/horizontal-divider.gif') repeat-x;
}

/* -------------*/

#largelogo {
    text-indent:-999px;
    width:472px;
    height:179px;
    background:#fff url("/img/nearmap-logo-large.png");
}

#largelogo a {
    width:472px;
    height:179px;
    display:block;
}

* html #largelogo {
    display:block;
    background: none;
    filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/nearmap-logo-large.png", sizingMethod="scale");
}

/* content area
---------------*/

.page-spacer 
{
    width:900px;
    height:100px;
}

.with-top-spacer 
{
    padding-top:4.1em;
}

/* #pagebodycontainer {
	margin:0 auto;
}*/

#pagebodycontainer 
{
    position:fixed;
    left:0;
    right:0;
    top:115px;
    bottom:40px;
    overflow:auto;
    background:#fff;
}

#pageBody 
{
	float:left;
	width:100%;
	background:#fff;

    /*-webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;

    box-shadow: -2px 3px 4px #c6c6c6;
    -moz-box-shadow:-2px 3px 4px #c6c6c6; */
}


#messageBody
{
	float:left;
	width:100%;
	background:#fff;
    /*margin-top:-10px;*/
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;


    box-shadow: -2px 3px 4px #c6c6c6;
    -moz-box-shadow:-2px 3px 4px #c6c6c6; 
}

#message-area 
{
    padding:50px 0 100px 0;
    margin:0 10%;
    position: relative;
}

.highlight {
	padding:10px 20px 10px 10px !important;
	border:1px dotted #BFD1E1;
	font-size:95%;
	width:84%;
/*	display:block; 20100527 */
}

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

.breadcrumb {
	font-size:90%;
	color: #663333;
    font-size:80%;
    color:#999;
/*    margin-left:74%; replaced on 2010-04-27*/
    margin-left: 20px;
    padding:10px 0;
    
}

.breadcrumb a {
    color:#999;
    text-decoration:none;
    border-bottom:1px dotted #999;
}

.breadcrumb a:hover 
{
    color:#34B4E4;
    border-bottom:1px dotted #34B4E4;
}

.articleDesc {
	color:#009A4C;
}

#writeup {
    margin:0 2%;
	min-height:500px;
	position:relative;
}


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

.lastpara,
.withseparator {
    border-bottom:1px solid #BFD1E1;
    padding-bottom:30px;
    /*	clear:both; 20100527 */
}

.side-menu-end {
    border-bottom:1px solid #BFD1E1;
    margin-bottom:30px;
    clear:both;    
}


.nextline {
    float:left;
    clear:both;
}

.horizontaldivider {
    width:100%;
    clear:both; 
    border-bottom:1px solid #BFD1E1;
    padding-bottom:20px;
}

.withdottedline {
    /*width:100%;*/
    /*	clear:both; 20100527 */
    border-bottom:1px dotted #bfd1e1;
    padding-bottom:20px;
}

.bottomspace {
    margin-bottom:20px;
}

.bottomspace2 {
    margin-bottom:100px;
}

#writeup img{
	margin: 0 10px 10px 0;
	clear: both;
}

.embedded {
    margin: 0 0 -3px 0 !important;
    padding: 0px;
}

.mediumcolumn,
.widecolumn {
	padding:0;
	height:100%;
	position:relative;
	float:left;
	clear:none;
	padding-bottom:50px;
}

.mediumcolumn2 
{
/*    width:34%; replaced on 2010-01-27 */
    width:47%; /* changed to stretch further */
	padding:0 0 15px 0;
	margin:0 3% 0 0;
	height:100%;
	position:relative;
	float:left;
}

.narrowcolumn {                 /* used by leftpanel */
    margin:0;
	padding-top:10px;
	width:25%;
	float:right;
}

#LeftPanel {
    float:left;
    padding:20px 0;
    margin-left:1%;
    display:none;
}

* html #LeftPanel {
    position:absolute;
}

.mediumcolumn {                 /* used when there is a leftnavi */
	/*width:72%;*/      /* 2010-04-27 removed so content fills entire width */
	/* min-width:250px;  2010-05-04 removed so scrollbars move with browser window */
	margin-right:2%;
}

.widecolumn {
	width:100%;
}

.writeup_footer {
    padding:100px 0 100px 0;
}

.nopadding {
    padding:0;
}

/*.mediumcolumn h2, .mediumcolumn h3{
	margin:0;
}*/

.contentContainer ul,
.contentContainer ol,
.widecolumn ul,
.widecolumn ol,
.mediumcolumn ol,
.mediumcolumn ul {
	padding: 0 0 20px 30px;
}

.contentContainer ul,
.widecolumn ul,
.mediumcolumn ul {
    font-weight:normal;
    list-style-type:disc;
    color: #003465;
}

.contentContainer ol ol,
.mediumcolumn ol ol,
.widecolumn ol ol {
    font-size: 0.95em;
    list-style: upper-alpha;
    color:#003465;
    
}

/* used by the main image in the map features page */
.feature-img {
    width:615px;
    height:420px;
}

.pageicon {
	width:240px;
	height:180px;
}

.faqquestion {
	font-style:italic;
	font-weight:bold;
	color: #009A4C;
	padding:18px 0 15px 0;
}

.faqAnswer {
	padding-top:0px;
}

#backtotop 
{
    position:fixed;
    bottom:80px;
    right:50px;
}

#backtotop a {
    color:#4074a5;
    font-size:80%;
    line-height:1.1em;
	width:60px;
    text-align:left;
    text-decoration:none;
    padding:7px 7px 5px 25px;
    background: #f1f1f1 url('../img/back-to-top-arrow.png') 4px 6px no-repeat;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:2px solid #999;
    border-right:2px solid #999;
    -khtml-border-radius:6px;  /* for linux browsers */
    -moz-border-radius:6px;    /* firefox */
    -webkit-border-radius:6px; /* chrome and safari */  
    -o-border-radius:6px;    /* firefox */
    border-radius:6px;    
}

.notopborder {
	border-top:none;
}

#licenceAgreement {
	display: none;
    padding-top:30px;
}

.choose-licence {
	border: solid 1px #BFD1E1;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	background:#B2C7DB url('../img/welcome/white-gradient.png') 0px -20px repeat-x;

    -khtml-border-radius:10px;  /* for linux browsers */
    -moz-border-radius:10px;    /* firefox */
    -webkit-border-radius:10px; /* chrome and safari */  
    -o-border-radius:10px;    /* firefox */
    border-radius:10px;    

    overflow:hidden;
    position:relative;
}

* html .choose-licence {
    margin: 20px 0 20px 0;
}

#choices {
    font-size:1.4em;
    font-weight:bold;
    color: #4074A5;
    padding:10px 0 3px 20px;
}

#govwarning {
    font-size:1.8em;
    line-height:1.1em;
    font-weight:bold;
    color: #bb0000;
    padding:20px 20px 0px 20px;
    margin:0;
}

/*
#licence-personal, #licence-commercial, #licence-government
*/
.welcome-licence-button
{
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:18px;
    height:40px;
    width:90%;
    cursor:pointer;
}
	
.selectable:hover {
	background-color: #7f96a9;
	color: #fff;
}

#siteuseagreement {
    position:relative;
    clear:both;
	padding-top: 30px;
	padding-bottom: 80px;
}

.choicecol {
    border-right:1px solid white;
    width: 33%;
    float:left;
    height:24em;
}


.forwarning {
    width:66%;
    background:#fff;
}

* html #govwarningtext {
    width:510px;
}

#govwarningtext {
    color: #4074A5;
    font-size:1.5em;
    font-weight:bold;
    margin-top:10px;
}

* html .choicecol {
    width:266px;
    padding-top:7px;
}

.choicecol p {
    padding:10px 18px 0 18px;
}

.cyancol {
    background:#d6f0fa url('../img/welcome/white-gradient.png') 0px -80px repeat-x;
    -khtml-border-radius-bottomleft:10px;  /* for linux browsers */
    -moz-border-radius-bottomleft:10px;    /* firefox */
    -webkit-border-radius-bottomleft:10px; /* chrome and safari */  
    -o-border-radius-bottomleft:10px;    /* firefox */
}

* html .cyancol {
    background:#d6f0fa;
}

.greencol {
    background:#d9ebdf url('../img/welcome/white-gradient.png') 0px -80px repeat-x;
}

* html .greencol {
    background:#d9ebdf;
}

.bluecol {
    background:#b2c7db url('../img/welcome/white-gradient.png') 0px -80px repeat-x;
    border:0;
    -khtml-border-radius-bottomright:10px;  /* for linux browsers */
    -moz-border-radius-bottomright:10px;    /* firefox */
    -webkit-border-radius-bottomright:10px; /* chrome and safari */  
    -o-border-radius-bottomright:10px;    /* firefox */
}

* html .bluecol {
    background:#b2c7db;
}

.keynote {
	margin:0;
	padding:0;
	font-size: 1.5em;
	text-align:left;
	height:70px;
	line-height:26px;
}

* html .keynote {
    height:auto;
}

.keynote .indenttext {
    float:left;
    margin:-0.1em 0 0 16.5em;
}

* html .keynote .indenttext {
    margin:0.15em 0 0 17em;
}

.boldtext {
    font-weight:bold;
}

.choice-button {
    width:285px;
    height:104px;
    position:absolute;
    bottom:15px;
    cursor:pointer;
}

.choose-licence p a:hover {
    /* add on hover colour for links as the default hover 
    colour is too light to be legible on the shaded background */
    color: #4074A5;
}

/* normal-button style is only used in welcome page
   but can possibly be removed with the redesign -- 2010-0216 Ivy Clark */
.normal-button {
	background: url(/img/buttons.png) repeat-x 0px -227px;
	border: none;
	float: left;
	display: inline;
	height: 26px;
	padding: 0 3px 0 0;
	position: relative;
}
.normal-button:focus, .normal-button:active, .normal-button:hover {
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.normal-button strong {
	color: #004687;
	font-weight: bold;
	line-height: 26px;
	padding: 0 8px;	
}
.normal-button span {
	background: url(/img/buttons.png) no-repeat 0px -28px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0 -3px 0 0;
	height: 26px;
	width: 3px;
}

.gobutton, .gobutton a:link {
	float:right;
	width:75px;
	height:26px;
	background:transparent url('../img/continue.png') 0% 0% no-repeat;
	text-indent: -9999px;
	border:none !important;
	text-decoration: none !important;
}

.gobutton a:hover {
	background:transparent url('../img/continue.png') 0% -33px no-repeat;
}

* html .gobutton, * html .gobutton a:link {
    text-indent: 0;
    font-weight:bold;
	background: #E5EAEE;
    padding:5px 10px 5px 10px;
}

.noborderbottom {
	border-bottom:none;
}

.triplesized {
	font-size: 1.8em;
}

.doublesized {
	font-size: 150%;
}

.italicstext {
	font-style: italic;
}

.rightjustified {
	text-align:right;
}

.logorightpos {
	float:right;
	width:35%;
	height:35%;
}


.indentmargin {
	padding-left:15%;
}

.emphasis {
	font-weight:bold;
}

.smalltext {
	font-size:95%;
}

.topfindimg {
    margin:0 auto;
	width:900px;
	height:380px;
	border:none;
}

.withh2space {
	border-bottom:50px solid #fff;
}


.topfind {
    position:relative;
    width:100%;
}

.topfindcontainerclass {
    width:930px;
}

.topfindframeclass {
    width:900px;
    height: 360px;
    border:17px solid #E5EAEE;
}

#topfindslideshow {
    margin: 0 auto;
    padding-top:15px;
    padding-bottom:15px;
}

.topfindcontainerclass img {
    border:17px solid #f0f0f0;
}

.topfindcontainerclass img:hover {
    border:17px solid #E5EAEE;
}

.inithide {
    display:none;
}

.topfindnavclass {
    position:absolute;
    top:0px;
    right:0px;
}

.topfindnavclass a {
    border-top: 1px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #999 !important;
    border-right: 1px solid #999 !important;
    background:#ccc url('/img/buttons.png') 0px -1px repeat-x;
    padding:3px 10px;
    margin-left:10px;

    color:#4074A5; 
    float:left;
    height:1.2em;
    -khtml-border-radius:3px;  /* for linux browsers */
    -moz-border-radius:3px;    /* firefox */
    -webkit-border-radius:3px; /* chrome and safari */  
    -o-border-radius:3px;    /* firefox */
    border-radius:3px;    
}
 
.topfindnavclass a:hover {
    /*color:#009A4C;   */
    color:#34B4E4;
}

a.inactive {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}

#topfindslideshow .summary {
	color: #009A4C;
	font-size:110%;
	/*font-weight:bold;*/
	padding-bottom:10px;
	margin-top:-10px;
}

.topfindnavclass span  
{
    display:none;
}

.topfindnavclass p { 
    margin:0;
    width:1.5em;
    height:0.5em;
}

* html #tf-first,
* html #tf-prev, 
* html #tf-next,
* html #tf-last
{
    height:8px;
    width:8px;
    cursor:pointer;
}

#tf-first {
    background:url('/img/buttons.png') -66px -193px no-repeat;
}

#tf-prev {
    background:url('/img/buttons.png') -86px -193px no-repeat;
}

#tf-next {
    background:url('/img/buttons.png') -108px -193px no-repeat;
}

#tf-last {
    background:url('/img/buttons.png') -127px -193px no-repeat;
}


/* imagery quirk
=================*/

#imageryquirk {
    padding:5px 0 20px 20px;
}

#imageryquirk img {
    border:none;
}

#imageryquirk .control {
  top:80px;
}

#imageryquirk #leftControl {
  margin: 0 0 0 10px;
  background:transparent url(../img/slideshow-navi.png) 0% -100px no-repeat;
}

#imageryquirk #rightControl {
  margin: 0 0 0 170px;
  background:transparent url(../img/slideshow-navi.png) 0% -20px no-repeat;
}

.quirkimage {
    float:left;
	margin: 5px 10px 20px 0px;
	border:17px solid #F0F0F0;

}

.quirkcontent {
    clear:both;
	padding: 5px 0 20px 5px;
}

/* Sample thumbnails
======================*/

ul.coverage {
    display:block;
    list-style-image:none;
    list-style-type:none;
    padding-bottom:20px;
    height:auto;
}

ul.coverage li {
	width:160px;
	padding-right:20px;
    float:left;
    display:inline;
}

.coverage .lastitem {
    padding-bottom:20px;
}
    
.thumbnail {
    float: left;
    padding:0 10px 20px 0;
    margin:0 8px 25px 0;
	width:206px;
	height:280px;
	background:#F0F0F0;
}

.thumbnail img {
	border:8px solid #F0F0F0;
	margin:0;
	padding:0;
}

.withnewlabel {
	background:#F0F0F0 url('/img/newlabel.png') bottom right no-repeat;
}    

.thumbnail a {
    margin:0;
    padding:0;
}

.thumbnail img:hover {
	border:8px solid #E5EAEE;
}

.thumbnail p {
    margin: -10px 0 10px 0;
    padding:0 10px;
    font-size:95%;
    line-height:1.4em;
}

.thumbnail ul {
    padding-bottom: 25px;
    margin: -10px 0 25px 0px;
    font-size:95%;
}

.thumbnail li {
    line-height:1.8em;
}


.rowcontainer {
    width:100%;
   float:left;
}

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

.wallpaper {
    /* uses the same style as thumbnails from photomap gallery */
	height:300px;    
}

.wallpaper ul {
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    margin:0;
    padding-left:20px;
}

.wallpaper ul li {
    width:90px;
    float:left;    
}


/* blog 
=========*/
#blog-navi 
{
    padding-top:100px;
}

/* separate body style for error message pages */
/* to allow scrolling                          */
.scrollauto 
{
    overflow:auto;
}

/* mascot
==========*/
.floatright 
{
    float:right;
 /*   right:0px;*/
}

.bottomleft650
{
    position:absolute;
    bottom:0px;
    left:650px;
    margin-bottom:0px !important;
    z-index:9;    
}

.bottomleft580
{
    position:absolute;
    bottom:20px;
    left:580px;
    margin-bottom:0px !important;
    z-index:9;    
}

.bottomleft480
{
    position:absolute;
    bottom:-100px;
    left:450px;
    margin-bottom:0px !important;
}

.bottomright
{
    position:absolute;
    bottom:0px;
    right:5px;
    margin-bottom:0px !important;
    z-index:9;    
}

.mascot 
{
    padding:20px;
    /*position:absolute;*/
}

.absright
{
    position:absolute;
    right:0;
}

.mascot-welcome
{
    position:absolute;
    bottom:0;
    margin-bottom:0px !important;
    left:10px;
    z-index:9;    
}


/* footer
================*/

#pageFooter {
/*	margin: 0 auto;*/
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
}

#watermark {
	position:fixed;
	bottom:0px;
	right:0px;
	height: 120px;
	width:265px;
}

#footerlogo
{
	float:right;
	margin-top:-50px;
}

#footer_content 
{
    padding:8px 0 7px 15px;
    margin:5px 0 0 0;
	float:left;
	font-size:90%;
	width:100%;
	background:#D8D8D8;
}

#pageFooter a:link, #pageFooter a:visited {
	margin: 10px 0 0 0px;
	border-bottom: 1px #ccc dotted;
	text-decoration:none;
}

#pageFooter a:hover {
	border-bottom:1px #ccc solid;
	text-decoration:none;
}

.mapPageFooter {
	position:fixed;
	bottom:10px;
	left:10px;
	width:100%;
	height:20px;
	color:#FFF;
/*	float:left;*/
}

.mapPageFooter a:link,
.mapPageFooter a:visited,
.mapPageFooter a:hover {
	color:#FFF;
	border-bottom: 1px #FFF dotted;
}

.mapPageFooter a:hover {
	border-bottom: 1px #FFF solid;
}

#copyright {
	height:20px;
	float:left;
}

#copyright ul {
    float: left;
	padding: 8px 0 0 10px;
	list-style: none;
}

#copyright ul li {
    display: inline;
}

#copyright a,
#copyright ul li a {
    color: #4074A5;
    text-decoration:none;
    border-bottom:1px dotted #4074A5;
}

#copyright a:hover,
#copyright a:active,
#copyright ul li a:hover,
#copyright ul li a:active {
    color: #4074A5;
    border-bottom:1px solid #4074A5;
}

#cookiesDisabled {
	display: none;
	margin: 40px 0 0 0;
}


/* Map page styles */
#map-canvas {
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: relative;
	width: 100%;
}

	#map-canvas #map-header {
		display: none;
	}

#main-map {
	border: solid 1px #979797;
	height: 700px;
	width: 700px;
	position: relative;
}

#history-frame {
	position: absolute;
	top: -500px;
	left: -500px;
	z-index: -1;
}

/* All other output modes in browser print */
#print-header { 
	display: none;
	font-size: 16px; 
}

/* output=print */
#print-page {
	margin: 3px 8px 0;
	visibility: hidden;
}

#map-canvas-print {
	min-height: 700px !important;
	height: 700px;
	width: 700px;
}

#print-mode-header {
	border: none;
	border-collapse: collapse;
	font-size: 16px;
	margin: 0 0 20px 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 { width: 100%; }
			
			#print-notes { display: none; }
			
		#print-mode-header #print-link {
			border: none;
			cursor: pointer;
			display: block;
			font-size: 13px;
			margin: 0 0 5px 0;
			text-align: right;
			text-decoration: none;
		}
		
			#print-mode-header #print-link img {
				vertical-align: bottom;
			}
	
	#print-mode-header .info {
		padding: 40px 0 0 0;
	}
	
		#print-mode-header .info #capture-date-parent {
			display: none;
		}
	




#postest {
	background: red;
	height: 200px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}