﻿/* **************************************************************** */
/* 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;
  background: transparent;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  /*line-height: 1;*/
  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)                                        */
/* **************************************************************** */

/**** Home template two colums ****/
#two-col-home #block_1,
#two-col-sub #block_1,
#three-col-sub #block_1,
#three-col-form #block_1 {
  float: left;
  width: 716px;
  height: 509px;
  margin-left: 234px;
  background: url(../img/bg-block-1-fp.gif) no-repeat 100% 100%;
}

#two-col-home #block_2,
#two-col-sub #block_2,
#three-col-sub #block_2,
#three-col-form #block_2 {
  float: left;
  width: 211px;
  height: 419px;
  margin: 90px 0 0 -932px;
  background: url(../img/bg-block-2.gif) no-repeat 100% 100%;
}

/**** Template theme empty look (green) ****/
#three-col-sub #block_1,
#three-col-form #block_1,
#two-col-sub #block_1 { background: none; }

/**** Template theme gray look ****/
#three-col-sub .wrapper.gray #block_1,
#three-col-form .wrapper.gray #block_1,
#two-col-sub .wrapper.gray #block_1 { color: #000; background: url(../img/bg-block-1-gray.gif) no-repeat 0% 0%; }

/**** Template theme blue look ****/
#three-col-sub .wrapper.blue #block_1,
#three-col-form .wrapper.blue #block_1,
#two-col-sub .wrapper.blue #block_1 { color: #000; background: url(../img/bg-block-1-blue.gif) no-repeat 0% 0%; }

/**** Template theme green look ****/
#three-col-sub .wrapper.green #block_1,
#three-col-form .wrapper.green #block_1,
#two-col-sub .wrapper.green #block_1 { background: #7b9b22; }

/**** Template theme darkblue look ****/
#three-col-sub .wrapper.darkblue #block_1,
#three-col-form .wrapper.darkblue #block_1,
#two-col-sub .wrapper.darkblue #block_1 { color: #000; background: url(../img/bg-block-1-darkblue.gif) no-repeat 0% 0%; }

/**** Template theme formgame look ****/
#three-col-sub .wrapper.formgame #block_1,
#three-col-form .wrapper.formgame #block_1,
#two-col-sub .wrapper.formgame #block_1 { color: #fff; background: url(../img/bg-block-1-form-game.gif) no-repeat 0% 0%; }

/**** Template theme yellow look ****/
#three-col-sub .wrapper.yellow #block_1,
#three-col-form .wrapper.yellow #block_1,
#two-col-sub .wrapper.yellow #block_1 { color: #000; background: url(../img/bg-block-1-yellow.gif) no-repeat 0% 0%; }



#two-col-home #block_1 .content { padding: 104px 225px 0px 30px; }
#two-col-home #block_2 .content { padding: 0px 0px 0px 0px; }

#two-col-sub #block_1 .content { padding: 30px 30px 0px 30px; }
#two-col-sub #block_2 .content { padding: 0px 0px 0px 0px; }

#three-col-sub #block_1 .content, #three-col-form #block_1 .content { padding: 0px 0px 0px 0px; }
#three-col-sub #block_2 .content, #three-col-form #block_2 .content { padding: 0px 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: 950px;
  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: 980px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}