/* **************************************************************** */
/* 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 ****/
#two-col-home #block_1 { float: left; width: 636px; margin: 0px 0 0 0px; }
#two-col-home #block_2 { float: left; width: 355px; margin: 0px 0 0 0px; }


/**** Subpage three col definitions ****/
#three-col-sub #block_1 { float: left; width: 501px; margin: 0px 0 0 193px; }
#three-col-sub #block_2 { float: left; width: 193px; margin: 0px 0 0 -694px; } 
#three-col-sub #block_3 { float: left; width: 297px; margin-top: -50px; }

/**** Subpage two col definitions ****/
#two-col-sub #block_1 { float: left; width: 722px; min-height:600px; margin: 60px 0 0 0px; background: transparent url(../img/bg-block1-sub.gif) no-repeat scroll 0px 0px;}
#two-col-sub #block_2 { float: left; width: 292px; margin: 60px 0 0 0px; }


/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#two-col-home #block_1 .padding { padding: 47px 0px 0px 9px; }
#two-col-home #block_2 .padding { padding: 37px 10px 0px 0px; }

#three-col-sub #block_1 .padding { padding: 0px 10px 10px 10px; }
#three-col-sub #block_2 .padding { padding: 15px 10px 10px 15px; }
#three-col-sub #block_3 .padding { padding: 5px 10px 10px 1px; }

#two-col-sub #block_1 .padding { padding: 15px 10px 10px 25px; }
#two-col-sub #block_2 .padding { padding: 5px 10px 10px 5px; }

/* **************************************************************** */
/* 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: 991px; }

/* 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; }

