/* --------------------------------------------------------------

    print.css

    Author: 
    Date: 

    This is the main stylesheet 
    
    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body { 
	text-align: center; 
	font-size: 80%;
	font-family: Verdana, Sans-Serif;
	}

#search,
#nav { display:none; }
#content { width:100%; float:none; }

#header { width:100%; height:auto; border-bottom:1px solid #000; float:none; }
#header .adr { display:none; }

#footer { display:none; }

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.6em; margin-bottom: 0.8em; }
h3 { font-size: 1.4em; margin-bottom: 0.889em; }
h4 { font-size: 1.3em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

#header h1 	{  }
#header h1 a span 	{ display:block; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

div.pager { display:none; }

ul#results							{ list-style:none;margin:0;padding:0; }
ul#results li						{ margin-bottom:7px;float:left;clear:both;width:100%; }
ul#results li	a img			{	page-break-before:auto; float:left; margin:10px; padding:1px; border-width:1px; border-style:solid; }
ul#results li h3				{ margin:10px 0 0 130px; }
ul#results li h4				{ margin:0 0 10px 130px; }
ul#results li p					{ margin:5px 140px 10px 130px; }
ul#results li	div				{ float:right; width:110px; margin:0; }
ul#results li	div h3		{ margin:10px 0 0 0; }
ul#results li	div p			{ margin:5px 0 10px 0; }
ul#results li div ul		{ margin:10px 0; list-style:none; font-size:0.98em; }
ul#results li div ul li	{ margin-bottom:0; font-weight:bold; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

#brochure { float:none; width:auto; margin-right:400px; }
ul#controls { display:none; }