/* --------------------------------------------------------------

    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: left; 
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	}

a { color:#000; text-decoration:none; }

#nav,
#footer,
.site-design { display:none; }

p, ul, ol, table, label { font-size:1.2em; margin:1em 0; line-height:1.6em; }

h1 { font-size: 3.6em; margin-bottom: 0.2em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }


fieldset label { display:block; }
fieldset input { display:none; }
fieldset input.textbox,
fieldset input.hasDatepicker { display:block; border-width:0 0 1px 0; border-style:solid; border-color:#000; }
fieldset input.textbox { width:90%; }
fieldset textarea { border:1px solid #000; width:90%; }