/*
======================================================
A Quick Sale
Print CSS stylesheet

Version 1.0
======================================================

You may use this file for learning purposes, but DO NOT 
copy the code in its entirity. The unique combination of 
images, colours, sizes, typography and positioning ('the 
design') is copyright. Copying, modifying or any other 
use of design related images is STRICTLY FORBIDDEN.
*/

/*
======================================================
Global reset
======================================================
*/

@import "reset.css";


/*
======================================================
Page layout and appearance
======================================================
*/  

body {
  padding:1em;
	background:#fff;
	}
	
#access {
	display:none;
	visibility:hidden;
	}
  
#container {
	width:100%;
  }
  
#header {
	height:150px;
  margin:0 0 30px 0;
  border-bottom:2px solid #e9e9e9;
	}
	
#header #logo {
	margin:-18px 22px 0 -18px;
	float:left;
	}
	
#header ul#country_selection {
	display:none;
	}	
	
#navigation {
	display:none;
	}
	
#content {
	clear:both;
	}
	
#content .column {
	border-bottom:2px solid #e9e9e9;
	}
	
#content #main_content {
	border-bottom:2px solid #e9e9e9;
	}
	
#content #crisis_button {
	margin:1em 0;
	clear:both;
	overflow:auto;
	text-align:left;
	}
	
#content #crisis_button img {
	margin:0 12px 12px 0;
	float:left;
	}
	
#footer_navigation {
	display:none;
	}
	
#footer #terms {
	float:left;
	}

#footer #disclaimer {
	float:right;
	}

/*
======================================================
Typography and content formatting
======================================================
*/ 

/* 
XHTML tag styles 
---------------------------
*/

body {
	font-size:62.5%; /* Resets font sizes to 10px, so 1em = 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
	
a {
	color:#66a1bf;
	}
  
a.anchor {
  display:none;
  visibility:hidden;
  }
	
dl {
	margin:1.2em 0;
	font-size:1.2em;
	line-height:1.8em;
	text-align:left;
	}

em, i {
	font-style:italic;
	}
	
h1 {
	margin:0;
	font-size:3em;
	font-weight:bolder;
	text-align:left;
	color:#003366;
	}
	
h2 {
	margin:0.6em 0;
	font-size:2.4em;
	font-weight:bolder;
	text-align:left;
	color:#003366;
	}
	
h3 {
	margin:0.6em 0;
	font-size:1.8em;
	font-weight:bolder;
	text-align:left;
	color:#66a1bf;
	}
	
hr {
	display:none;
	visibility:hidden;
	}
  
img {
  
  }
	
p {
	margin:1.2em 0;
	font-size:1.2em;
	line-height:1.8em;
	text-align:justify;
	vertical-align:top;
	}
  
small {
  font-size:0.8em;
  }
	
strong, bold {
	font-weight:bold;
	}
	
ul {
	margin:1.2em 1em;
	font-size:1.2em;
	line-height:1.8em;
	text-align:left;
	list-style-position:inside;
	}
	
ul li {
	list-style-type:disc;
	}
	
#header h1 a {
	text-decoration:none;
	}
	
#header h2#houses_bought {
	font-size:1.8em;
	}
	
#header h2#houses_bought span#houses_bought_number {
	color:#cf1e24;
	}
	
#content #main_content a {
	padding:0 0 2px 0;
	color:#cf1e24;
	text-decoration:none;
	}
	
#content #main_content p {
	margin:0 15px;
	}
	
#content #main_content ul {
	margin:10px 15px;
	font-size:1.4em;
	font-weight:bold;
	}
	
#content #main_content #section_scenario_1 p#find_out_more {
	margin:1.2em 28px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
	}
	
#content .column dl {
	margin:1.2em 12px;
	}
	
#content .column dt {
	margin:0;
	font-weight:bolder;
	}
	
#content .column dd {
	margin:0 0 1em 0;
	}
	
#content .column p {
	margin:1.2em 12px;
	}
	
#footer_navigation h3 {
	margin:15px 10px 1.2em 10px;
	font-size:1.1em;
	}
	
#footer_navigation ul {
	margin:1.2em 10px;
	font-size:1.1em;
	list-style-position:outside;
	}
	
#footer_navigation ul li {
	list-style-type:none;
	}
	
#footer p {
	margin:8px 0;
	}