/* **************************************************************** */
/* 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 {
  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-two-col #block_1
{
  float: left;
  width: 671px;
}

#frontpage-two-col #block_2
{
  float: left;
  width: 277px;
}
  
#subpage-two-col #block_1
{
  float: left;
  width: 715px;
/*  margin-left: 233px !important;
  margin-left: 117px;*/
  min-height: 200px;
  

  }

#subpage-two-col #block_2
  {
  float: left;
  width: 226px;
  /*margin-left: -948px !important;
  margin-left: -958px;*/

}

#subpage-two-col * html #block_1
{
  
}
  
#subpage-one-col #block_1
{
	float:left;
	width:948px;
}
  
  
/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#frontpage-two-col #block_1 .padding { padding: 0px 0px 5px 8px;}
#frontpage-two-col #block_2 .padding { padding: 0px 0px 0px 3px;}

#subpage-two-col #block_1 .padding { padding: 2px 17px 5px 8px;}
#subpage-two-col #block_2 .padding { padding: 2px 0px 0px 0px;}

#subpage-one-col #block_1 .padding { padding:0px 10px 10px 7px; }


/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */
#wrapper
  {
  width: 948px !important;
  width: 951px;
  position: relative;
  
  }
#wrapper
  {
  float: left;

  float/**/: none;
  }
/* easy clearing */
#wrapper:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#wrapper
  {
  display: inline-block;
  }
/*\*/
#wrapper
  {
  display: block;
  
  }
/* end easy clearing */
#footer
  {
  clear: both;
  }
#header, #footer
  {
  width: 948px;
  }

