/* **************************************************************** */
/* Browser reset via Eric Meyer:                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/     */
/* **************************************************************** */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body { color: black; background: white; }
/*ol, ul { list-style-position: inside; }*/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */

/**** Frontpage three col definitions ****/
#three-col-home #block_1 { float: left; width: 555px; margin: 0px 0px 0 221px; }
#three-col-home #block_2 { float: left; width: 221px; margin: 0px 0px 0 -776px; }
#three-col-home #block_3 { float: left; width: 230px; margin: 0px 0px 0 0px; }

/**** Frontpage two col definitions ****/
#two-col-sub #block_1 { float: left; width: 785px; margin: 0px 0px 0 221px; }
#two-col-sub #block_2 { float: left; width: 221px; margin: 0px 0px 0 -1006px; }

/**** Subpage three col definitions ****/
#three-col-sub #block_1 { float: left; width: 555px; margin: 0px 0px 0 221px; }
#three-col-sub #block_2 { float: left; width: 221px; margin: 0px 0px 0 -776px; }
#three-col-sub #block_3 { float: left; width: 230px; margin: 0px 0px 0 0px; }

#one-col-sub #block_1 { float:left; margin:0px 0px 0px 0px;}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#three-col-home #block_1 .padding { padding: 5px 6px 5px 10px; float:left;}
#three-col-home #block_2 .padding { padding: 5px 0px 5px 4px; float:left;}
#three-col-home #block_3 .padding { padding: 5px 4px 5px 3px; float:right;}

#two-col-sub #block_1 .padding { padding: 5px 6px 5px 10px; float:left;}
#two-col-sub #block_2 .padding { padding: 5px 0px 5px 4px; float:left;}

#three-col-sub #block_1 .padding { padding: 5px 6px 10px 10px; float:left;}
#three-col-sub #block_2 .padding { padding: 5px 0px 10px 4px; float:left;}
#three-col-sub #block_3 .padding { padding: 5px 4px 15px 3px; float:right;}

#one-col-sub #block_1 .padding { padding: 5px 30px 10px 30px; float:left;}

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper {
  float: left;
  float/**/: none;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* easy clearing */
#wrapper	{ display: inline-block; }

/*\*/
#wrapper	{ display: block; }

#footer, #footer-upper { clear: both; }
#header, #footer, #footer-upper { width: 1006px; }

/* Safari needs this */
* > #footer, #footer-upper, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 90;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }
* html #block_1 { display: inline; }


