/* CSS fixes for Find My Past website */

/* general styles */

body {
	text-align: center;
}
#nr_container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 8px;	
	background-color: #FFFFFF;	
	color: #262261;
}
div#old-wrapper {
	float: left;
	position: relative;
	width: 920px;
	min-height: 600px;
}
* html div#old-wrapper {
	/* this is to apply a minimum height in IE6 an earlier */
	height: 600px;
}
div#contentwide, div#wrapper, div#searchbox {
	margin: 0;
}

#skyscraper {
    width: 180px;
    height:620px;
    margin-right:10px;
}

#banner {
	width:468px;
	height:60px;
}



#searchform {
	/* this is to stop a display error in IE7/8 on subsequent float elements */
	max-width: 580px;
}

a:link, a:visited {
	color: #262261;
}
a:focus, a:hover, a:active {
	color: #0D66BD;
	outline: none;
}

/* header */

#nr_header {
	float: left;
	width: 920px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
	position: relative;
	z-index:1;
}
#nr_header a {
	font-size: 11px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#nr_header h1 {
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
}
#nr_header span .logo {
	display: block;
	height: 71px;
	width: 300px;
	text-indent: -999em;
	border:0;
}
#nr_header .nr_user {
	float: right;
	clear: right;
	width: 920px;
	text-align: right;
	margin: 0 0 8px;
}
#nr_header .nr_user li {
	display: inline;
}

/* header: navigation */

#nr_header #nr_navigation {
	clear: both;
	background-color: #1B75BC;
	width: 920px;
	float: right;
	font-size: 12px;
}
#nr_header #nr_navigation li {
	display: inline;
	float: left;
}

#nr_header .nr_user li {
	margin-left: 8px;
}
#nr_header #nr_navigation li a:link, #nr_header #nr_navigation li a:visited {
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block; 
	padding: 7px;	
	border-right: 1px solid white;
	text-decoration: none;
	text-transform: capitalize;
}
#nr_header #nr_navigation li a:focus, #nr_header #nr_navigation li a:hover, #nr_header #nr_navigation li a:active {
	background-color: #D6E8F7;
	color: #262261;
}
#nr_header #nr_navigation li:last-child a {
	border-right: none;
}

/* header: miscellaneous */

#nr_header .slate {
	display:block;
	width: 498px;
	line-height: 60px;
	height: 60px;
	float: right;
	text-align: right;
	color: white;
	margin-bottom: 1em;
	overflow: hidden;
}
.sub-parent .advert {
	display:block;
	width: 160px;
	line-height: 600px;
	height: 600px;
	text-align: right;
	color: white;
	clear: both;
	margin: 1em auto;
	overflow: hidden;
}

/* button styles */

.nr_button a:link, .nr_button a:visited, .nr_button a:focus, .nr_button a:hover, .nr_button a:active {
	padding: 2px 24px 2px 15px;
	text-decoration: none;
	color: white;
	display: inline-block;
	font-size: 10px !important;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #acbc37 url(/images/green-grad.png) right repeat-x;
	background: #acbc37 url(/images/green-grad-sm.png) right repeat-x;
	border: 1px solid #147f4a;
}

/* footer styles */

#nr_footer {
	width: 920px;
	padding-bottom: 8px;
	margin-top: 8px;
	float: left;
	clear:left;
}

/* banner */

#nr_banner {
	/*
	float: right;
	*/
	width: 160px;
	position: absolute;
	top: 0;
	right: -40px;
}

#skyscraper {
    width: 180px;
    height:620px;
}

#banner {
    width: 468px;
    height:60px;
}
