/* **************************************************************** */
/* 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: 546px; margin: 365px 0 0 224px; }
#three-col-home #block_2 { float: left; width: 224px; margin: 147px 0 0 -770px; }
#three-col-home #block_3 { float: left; width: 236px; margin-top: 355px; }

.blue  #block_2 {  background: transparent url(../img/bg-block2-home-blue.gif) no-repeat scroll top left; }
.purple #block_2 { background: transparent url(../img/bg-block2-home-purple.gif) no-repeat scroll top left; }
.pink #block_2 { background: transparent url(../img/bg-block2-home-pink.gif) no-repeat scroll top left; }

/**** Subpage three col definitions ****/
#three-col-sub #block_1 { float: left; width: 546px; margin: 0px 0 0 224px; background: transparent url(../img/bg-block1-sub.gif) no-repeat scroll top left;}
#three-col-sub #block_2 { float: left; width: 224px; margin: 0px 0 0 -770px; background: transparent url(../img/bg-block2-sub.gif) no-repeat scroll top left;}
#three-col-sub #block_3 { float: left; width: 236px; margin-top: 0px; background: transparent url(../img/bg-block3.gif) no-repeat scroll top left;}

/**** 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;}


/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#three-col-home #block_1 .padding { padding: 5px 0px 0 0px; }
#three-col-home #block_2 .padding { padding: 10px 10px 10px 15px; min-height:360px;}

/* IE6 only */
/*\*/
* html #three-col-home #block_2 .padding { height:230px;}
/**/

#three-col-sub #block_1 .padding { padding: 80px 20px 40px 12px; float:left;}
#three-col-sub #block_2 .padding { padding: 30px 10px 0px 10px; min-height:360px;}
/* IE6 only */
/*\*/
* html #three-col-sub #block_2 .padding { padding: 30px 10px 0px 10px; height:360px;}
/**/
#three-col-sub #block_3 .padding { padding: 10px 10px 10px 10px; float:left;}

#two-col-sub #block_1 .padding { padding: 80px 30px 20px 12px; }
#two-col-sub #block_2 .padding { padding: 30px 10px 0px 10px; min-height:360px;}

/* **************************************************************** */
/* 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; }
