@charset "utf-8";
/*	Print-optimized style sheet for Meritage Development Group
	Copyright (c) 2008 by 3 Roads Media (www.3roadsmedia.com) */

/* remove all margins and padding */
* { margin:0; padding:0; }

/* if this is set to 'hidden' only the 1st page prints in Mozilla */
#wrapper { overflow:visible; }

/* optimize content for better visibility */
a:link, a:visited { color:#520; background:transaprent; font-weight:bold; text-decoration:underline; }

body { font-family:Georgia, "Times New Roman", Times, serif; color:#000; background-color:#fff; }

blockquote, h4 { font-size:12px; }

.email { margin-bottom:45px; display:block; font-size:12px; }

#gallery { margin:0 auto; padding:94px 0 10px 0; float:none; width:425px; font-size:14px; text-align:center; }
#gallery #thumbs img { margin-left:5px; margin-right:0px; }
#content { clear:both; margin:0 0.15in; padding:0; float:none; width:7.25in; font-size:14px; }
#content h2 { margin-top:15px; padding-left:0; background:none; font-size:12px; }
#content p, #content ul { margin:0; padding-top:1em; line-height:1.6em; }
#content p b { font-size:12px; }
#content img { margin:5px 10px 5px 0; float:left; }
#content h3, #gallery h3 { font-weight:bold; margin-bottom:0; }

#wrapper { position:relative; }

/* hide non-essential areas of the page */
#nav, #image, #footer, .hideMe, .map { display:none; }

/* position Meritage logo */
#logo { display:inline; position:absolute; top:-1px; left:-5px; }

/* show a header on pages without descriptive headers */
#printHdr { display:block; padding:94px 0 35px 160px; }
#printHdr h3 { font-weight:bold; }

/* force a picture to display on the next page if it would get cut off */
.pageBreak { page-break-before:always; }