/* **************************************************************** */
/* 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; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */

/**** Frontpage one col definitions ****/
#one-col-home #block_1 { float: left; width: 913px; height: 734px; }

/**** Subpage two col definitions ****/
#two-col-sub #block_1 {
  float: left;
  width: 356px;
  height: 374px;
  margin: 365px 0 0 83px;
  overflow: auto;
  background: #f4f4f5;
}

#two-col-sub #block_2 {
  float: left;
  width: 553px;
  height: 374px;
  margin: 365px 0 0 6px;
}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#one-col-home #block_1 .padding { padding: 0px; }

#two-col-sub #block_1 .padding { padding: 12px; }
#two-col-sub #block_2 .padding { padding: 0px; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper { position: relative; overflow: hidden; /* This hides the excess padding in non-IE browsers */ }
#wrapper { float: left; float/**/: none; }

/* easy clearing */
#wrapper	{
  display: inline-block;
}
/*\*/
#wrapper	{
  display: block;
}
/* end easy clearing */

#footer { clear: both; }

/* Safari needs this */
* > #footer, * > 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; }
