/*
=======================================================================
A Quick Sale Investments
Print CSS stylesheet
Last modified: 01:54 30/05/2008
=======================================================================
-----------------------------------------------------------------------
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";

/*///////////////////////////////////////////////////////////////////
// sIFR header replacement styles
///////////////////////////////////////////////////////////////////*/

@import "../../sifr3/css/sifr-print.css";

/*///////////////////////////////////////////////////////////////////
// Page layout and appearance
///////////////////////////////////////////////////////////////////*/ 

body {
  padding:1em;
	background:#fff;
	}
	
#access {
	display:none;
	}
  
#container {
	width:100%;
  }
  
#header {
  margin:0 0 30px 0;
	}
	
#header #logo {
	margin:0 20px 20px 0;
	float:left;
	}
	
#header ul#country_selection {
	display:none;
	}	
	
#navigation {
	display:none;
	}
	
#content {
	clear:both;
  border-top:2px solid #e9e9e9;
	}
	
#content .column {
  border-bottom:2px solid #e9e9e9;
	}
  
#content .column .column {
	border-bottom:none;
	}
  
#content #section_navigation {
  display:none;
  }
  
#content #section_body #body_footer {
  margin:12px;
  padding:12px 0;
  border-top:2px solid #e9e9e9;
  }
  
#quicklinks {
  display:none;
  }

#footer_navigation {
	display:none;
	}
  
#footer #partners {
	display:none;
	}

/*///////////////////////////////////////////////////////////////////
// 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:#67996a;
	}
  
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:#184e1a;
	}
	
h2 {
	margin:0.6em 0;
	font-size:2.4em;
	font-weight:bolder;
	text-align:left;
	color:#184e1a;
	}
	
h3 {
	margin:0.6em 0;
	font-size:1.8em;
	font-weight:bolder;
	text-align:left;
	color:#67996a;
	}
	
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;
	}
  
/* 
Section-specific styles 
---------------------------
*/

#header h1 {
	font-size:2.8em;
	}
  
#header h1 a {
  color:#cd1d24;
  }
	
#header a {
	text-decoration:none;
  color:#184e1a;
	}
  
#header h2#contact_banner { /* Contact banner */
	font-size:1.6em;
	}
  
#header h2#contact_banner a {
	display:none;
	}
  
#header h2#probas_member { /* PROBAS logo */
	font-size:1.6em;
	}
	
#content p {
	margin:0 15px;
	}
	
#content ul {
	margin:10px 15px;
	font-size:1.4em;
	font-weight:bold;
	}
	
#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 p {
	margin:8px 0;
	}
