
/* Architectural Home Solutions Print Stylesheet
(c) Copyright
Version 1 - 7 January 2009
-------------------------------------------------------------- */

body {
	color: #333;
	background: #fff;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
}
	
/* LINKS
-------------------------------------------------------------- */
a:link, a:visited {
	color: #00446A;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 5px;
}
#content a:link:after, #content a:visited:after {
   content:" (" attr(href) ") ";
}
	
/* COMMON ELEMENTS
-------------------------------------------------------------- */
h1 { font-size: 15pt; margin: 10pt 0; }
h2 { font-size: 13pt; margin: 10pt 0; }
h3 { font-size: 11pt; margin: 10pt 0 0; }
h4 { font-size: 10pt; margin: 10pt 0 0; }
h5 { font-size: 10pt; margin: 10pt 0 0; }
h6 { font-size: 10pt; margin: 10pt 0 0; }
code { font-family: Monaco, monospace; }
.abbr,
abbr, 
acronym { border: none; }
em { font-style: italic; }
strong { font-weight: bold; }
strike, 
del { text-decoration: line-through; }
ins { text-decoration: none; }

/* LAYOUT
-------------------------------------------------------------- */
#wrap {
	color: #000;
	width: 7in; 
	padding: 0;
	margin: 0 auto;
	background: #ccc;
}
#menu,
h1 a,
form,  
#footer { display: none; }

/* MISC
-------------------------------------------------------------- */
.con img, 
#top { display: none; }