/* **************************************************************** */
/* 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,  ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
 caption {
  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;
}

caption{
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */
	
/**** Homepage two columns template ****/
#two-col-home #block_1 {
  float: left;
  width: 331px;
  margin-left: 637px;
}

#two-col-home #block_2 {
  float: left;
  width: 637px;
  margin-left: -968px;
}
	
/**** Subpage three columns template ****/
#three-col-sub #block_1	{
  float: left;
  width: 557px;
  min-height: 500px;
  _height: 500px;
  margin-left: 187px;
}

#three-col-sub #block_2	{
  float: left;
  width: 187px;
  margin-left: -744px;
}

#three-col-sub #block_3 {
  float: left;
  width: 224px;
}

/**** Subpage three columns template ****/
#two-col-sub #block_1	{
  float: left;
  width: 781px;
  min-height: 500px;
  _height: 500px;
  margin-left: 187px;
}

#two-col-sub #block_2	{
  float: left;
  width: 187px;
  margin-left: -968px;
}

#two-col-sub_extra #block_1	{
  float: left;
  width: 650px;
  
}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#two-col-home #block_1 .padding { padding: 10px 14px 10px 17px; min-height: 392px; _height: 392px;  }
#two-col-home #block_2 .padding { padding: 0px 0px 0px 0px; }

#three-col-sub #block_1 .padding { padding: 55px 14px 10px 17px; }
#three-col-sub #block_2 .padding { padding: 55px 0px 0px 0px; }
#three-col-sub #block_3 .padding { padding: 55px 11px 0px 0px; }

#two-col-sub #block_1 .padding { padding: 55px 14px 10px 17px; }
#two-col-sub #block_2 .padding { padding: 55px 0px 0px 0px; }

#two-col-sub_extra #block_1 .padding { padding: 0px 14px 10px 17px; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper	{
  width: 968px;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#plain-col-sub #wrapper
{
		width: auto;
}

#wrapper {
  float: left;
  float/**/: none;
}

/* easy clearing */
#wrapper	{
  display: inline-block;
}
/*\*/
#wrapper	{
  display: block;
}

#two-col-sub_extra #wrapper	{
  width: 680px;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
  
  
}
/* end easy clearing */

#footer {
  clear: both;
}

#header, #footer {
  width: 968px;
}

/* 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; }