/* **************************************************************** */
/* 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, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* 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 3 columns template ****/
#frontpage-three-col #block_1	{
  float: left;
  width: 478px;  
  margin-left:223px;  
  
}

#frontpage-three-col #block_2	{
  float: left;
  width: 223px;
  margin-left: -701px;  
  
}

#frontpage-three-col #block_3	{
  float: left;
  width: 293px;  
  margin-top:0px;    
}

/**** Frontpage 3 columns template ****/
#subpage-two-col #block_1	{
  float: left;
  width: 771px;  
  margin-left:223px;    
}

#subpage-two-col #block_2	{
  float: left;
  width: 223px;
  margin-left: -994px;    
}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#frontpage-three-col #block_1 .padding { padding: 215px 5px 5px 5px;}
#frontpage-three-col #block_2 .padding { padding: 2px 0px 0px 16px;}
#frontpage-three-col #block_3 .padding { padding: 215px 17px 10px 0px;}

#subpage-two-col #block_1 .padding { padding: 2px 17px 5px 5px;}
#subpage-two-col #block_2 .padding { padding: 2px 0px 0px 16px;}


/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */


#wrapper	{
  width: 994px;
  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;  
}

#header, #footer {
  width: 994px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }

* html #block_1 {	display: inline; }
