/* **************************************************************** */
/* 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 two col definitions ****/
#two-col-home #block_1 { float: left; width: 782px; margin: 0px 0 0 224px; }
#two-col-home #block_2 { float: left; width: 224px; margin: 0px 0 0 -1006px; }

/**** Subpage two col definitions ****/
#two-col-sub #block_1 { float: left; width: 782px; margin: 0px 0 0 224px; background: transparent url(../img/bg-block1-sub-2col.gif) no-repeat scroll top left; }
#two-col-sub #block_2 { float: left; width: 224px; margin: 0px 0 0 -1006px; background: transparent url(../img/bg-block2-sub.gif) no-repeat scroll top left;}

#one-col-sub #block_1 { float: left; width: 1006px; margin: 0px 0 0 0px; background: transparent url(../img/bg-block1-sub-1col.gif) no-repeat top left; }

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#two-col-home #block_1 .padding { padding: 5px 0px 0 0px; }
#two-col-home #block_2 .padding { padding: 10px 10px 10px 15px; }

/* IE6 only */
/*\*/
* html #three-col-home #block_2 .padding { height:230px;}
/**/

#two-col-sub #block_1 .padding { padding: 80px 30px 20px 12px; float:left; }
#two-col-sub #block_2 .padding { padding: 30px 10px 0px 10px; float:left; min-height:360px;}

#one-col-sub #block_1 .padding { /*padding: 75px 10px 0px 20px;*/ padding:75px 0px 0px 0px; float:left; min-height:300px; width:100%;}

/* **************************************************************** */
/* 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: 15;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }
* html #block_1 { display: inline; }
