/* **************************************************************** */
/* 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,
 caption, tfoot, thead {
  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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */
	
/**** Homepage three columns template ****/
#three-col-home #block_1 {
  float: left;
  width: 580px;
  margin-left: 200px;
}

#three-col-home #block_2 {
  float: left;
  width: 200px;
  margin-left: -780px;
}

#three-col-home #block_3 {
  float: left;
  width: 180px;
}
	
/**** Subpage two columns template ****/
#two-col-sub #block_1	{
  float: left;
  width: 760px;
  margin-left: 200px;
}

#two-col-sub #block_2	{
  float: left;
  width: 200px;
  margin-left: -960px;
}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#three-col-home #block_1 .padding { padding: 0px 20px 20px 20px; }
#three-col-home #block_2 .padding { padding: 0px 0px 20px 0px; }
#three-col-home #block_3 .padding { padding: 0px 0px 20px 0px; }

#two-col-sub #block_1 .padding { padding: 0px 20px 20px 20px; }
#two-col-sub #block_2 .padding { padding: 0px 0px 20px 0px; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper	{
  width: 960px;
  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: 960px;
}

/* 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; }