



a
{
  color: #0a5a93;
}

body
{
  margin-top: 20px;
  background: #fff;
  text-align: center;
  font-family: Helvetica, sans-serif;
  color: #753d0f;
}

h2
{
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 2em;
}

h1
{
  display: none;
}

#mastheadWrapper
{
  background: #fff;
}


/*
 *
 * SET MAIN WIDTH
 *
 */


#masthead,
#mainNavigation,
#footer
{
  width: 950px;
  margin: 0 auto;
  text-align: left;
  font-size: 105%;
}

#mainNavigationWrapper
{
  background: #fff;
}

#mainNavigation h4
{
  display: none;
}

#mainNavigation ul
{
  margin: 0;
}

#mainNavigation li
{
  float: left;
  margin: 0 20px 0 0;
}

#mainNavigation li a
{
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
}

/*
 *
 *  MAIN
 *
 */

#mainWrapper
{
  width: 980px;
  margin: 0 auto;
  background: transparent url(/images/frontend/bg_holding_page.png) scroll no-repeat left top;
  padding: 290px 0 130px 0;
  text-align: left;
}



/*
 *
 * MULTI COLUMNS
 *
 */

div.leftColumn
{
  float: left;
}

div.rightColumn
{
  float: right;
}

div.leftColumn,
div.rightColumn
{
  width: 460px;
}

div.leftColumn div.leftColumn,
div.leftColumn div.rightColumn,
div.rightColumn div.leftColumn,
div.rightColumn div.rightColumn
{
  width: 215px;
}

/*
 *
 * COMMON CLASSES
 *
 */

ul.error_list
{
  margin: 0;
  padding: 0;
}

ul.error_list li
{
  margin: 5px 0;
  font-weight: bold;
  color: red;
}

/*
 *
 * BROCHURE
 *
 */

#brochure
{
  margin-left: 18px;
}

#brochure a
{
  display: block;
  height: 44px;
  margin-bottom: 56px;
  width: 156px;
}

#brochure a span
{
  display: none;
}

#video
{
  margin-left: 214px;
}

/*
 *
 * CONTACT FORM
 *
 */

#contacForm th,
#contacForm td
{
  padding: 5px 0;
}

#contacForm th
{
  width: 150px;
}

#contacForm input.button
{
  margin-left: 150px;
}

/*
 *
 * FOOTER
 *
 */

#footerWrapper
{
  padding: 15px 0;
  color: #aaa;
  border-top: 1px solid #ddd;
}

#footerWrapper a
{
  color: #08b;
}

#footerWrapper a:hover
{
}

#sitemapWrapper li
{
  margin: 5px 0;
}
