/* **************************************************************** */
/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  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)                                        */
/* **************************************************************** */

/**** Home template two colums ****/
#two-col-home #block_1 {
  float: left;
  width: 250px;
  margin-left: 478px;
  min-height: 506px;
  _height: 506px;
}

#two-col-home #block_2 {
  float: left;
  width: 230px;
}

/**** Sub template three colums ****/
#three-col-sub #block_1 {
  float: left;
  width: 609px;
  margin-left: 119px;
  line-height:1.3;
}

#three-col-sub #block_2 {
  float: left;
  width: 119px;
  margin-left: -728px;
}

#three-col-sub #block_3 {
  float: left;
  width: 230px;
}

/**** Sub template two colums ****/
#two-col-sub #block_1 {
  float: left;
  width: 839px;
  margin-left: 119px;
  line-height:1.3;
}

#two-col-sub #block_2 {
  float: left;
  width: 110px;
  margin-left:-958px;
}

/**** Sub template two colums ****/
#two-col-sub-flash #block_1 {
  float: left;
  width: 839px;
  margin-left: 119px;
  line-height:1.3;
}

#two-col-sub-flash #block_2 {
  float: left;
  width: 110px;
  margin-left:-958px;
}

	
#two-col-home #block_1 .content { padding: 0px 10px 0px 0px; }
#two-col-home #block_2 .content { padding: 0px 0px 0px 0px; }

#three-col-sub #block_1 .content { padding: 42px 30px 0px 30px; }
#three-col-sub #block_2 .content { padding: 24px 0px 0px 0px; }
#three-col-sub #block_3 .content { padding: 17px 0px 0px 0px; }

#two-col-sub #block_1 .content { padding: 42px 30px 0px 30px; }
#two-col-sub #block_2 .content { padding: 24px 0px 0px 0px; }

#two-col-sub-flash #block_1 .content { padding: 42px 0px 0px 0px; }
#two-col-sub-flash #block_2 .content { padding: 24px 0px 0px 0px; }


.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }

* html #block_1 {	display: inline; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper	{
  width: 958px;
  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 */

/* iframe specific */
#iframewrap{
  width: 539px;
}
/* end iframe specific */

#footer {
  clear: both;
}

#header, #footer {
  width: 958px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}

