﻿body
{
  margin: 0;
  padding: 0;
  background: transparent url('../../image/background.jpg') repeat-x top left;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #434343;
}

div.emptyBoxBanner
{
  background: transparent url('../../image/boxHead.png') no-repeat bottom left;
  width: 100%;
  height: 100%;
}

div.emptyBanner
{
  width: 100%;
  height: 100%;
}

div.bannerTitle
{
  padding: 7% 10%;
}

div.bannerTitle h1
{
  margin: 0;
  padding: 0;
}

span.bannerTitle
{
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
}

span.bannerSubTitle
{
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: italic;
}

div.menuPanel
{
  background: transparent url('../../image/menuCenter.png') repeat-x top left;
  line-height: 40px;
  height: 40px;
  float: right;
  margin-right: -12px;
}

a.menuItem 
{
  color: #FFFFFF;
  display: block;
  float: left;
  padding: 0 28px;
  text-decoration: none;
  text-align: center;
  height: 40px;
  overflow: hidden;
}

a.menuItem span 
{
  display: block;
  position: absolute;
  text-align: center;
  color: #00ADEF;
  cursor: pointer;
}

a.menuItem:hover span 
{
  text-decoration: underline;
}

a.menuItemActive
{
  color: #FFFFFF;
  display: block;
  float: left;
  padding: 0 28px;
  text-decoration: none;
  text-align: center;
  height: 40px;
  overflow: hidden;
}

a.menuItemActive span
{
  display: block;
  position: absolute;
  text-align: center;
  color: #292526;
  font-weight: bold;
  cursor: pointer;
}

a.footLink
{
  padding: 0 11px; 
  color: #707070;
  text-decoration: none;
  font-size: 11px;
}

a.footLink:hover
{
  text-decoration: underline;
}

a.footLinkActive
{
  padding: 0 11px; 
  color: #292526;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

div.contentBox
{
  width: 410px;
  min-height: 227px;
  float: left;
  background: transparent url('../../image/boxBackground.png') no-repeat top left;
}

div.contentBox > div
{
  margin-left: 32px;
  margin-right: 27px;
}

div.contentBox > table > div
{
  margin-left: 0;
  margin-right: 0;
}

div.boxTitle
{
  color: #00ADEF; 
  font-size: 12px;
  font-weight: bold;
}

div.boxSubTitle
{
  color: #00ADEF; 
  margin-top: 18px;
  font-size: 12px;
  font-weight: bold;
}

div.boxText
{
  color: #434343; 
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 11px;
  text-align: justify;
  line-height: 20px;
}

div.boxTextAlt
{
  color: #434343; 
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 11px;
  text-align: justify;
  line-height: 20px;
}

div.bigBoxText
{
  color: #434343;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

div.boxLink
{
  text-align: right;
}

a.boxLink
{
  color: #00ADEF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

span.demoBoxLink a
{
  color: #00ADEF;
  font-size: 12px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

span.demoBoxLink img
{
  cursor: pointer;
}

.imageDemoLink input
{
  text-decoration: none;
  -moz-outline: none;
  cursor: pointer;
}

.imageDemoLink img
{
  text-decoration: none;
  -moz-outline: none;
  cursor: pointer;
}

.imageDemoLink a
{
  text-decoration: none;
  -moz-outline: none;
  cursor: pointer;
}

input.boxLink
{
  color: #00ADEF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

div.contentArea
{
  width: 535px;
  min-height: 227px;
  float: left;
  margin-bottom: 25px;
}

div.contentArea > div
{
  margin-left: 10px;
  margin-right: 3px;
}

div.contentAreaSection
{
  margin-top: 20px;
}

table.contentAreaSection 
{
  margin-top: 20px; 
  width: 100%;
}

table.contentAreaSection tr
{
  vertical-align: top;
}

table.contentAreaSection tr > td
{
  padding-left: 10px;
}

div.areaSectionText
{
  margin: 10px 5px 0 0 !important;
  font-size: 11px;
  text-align: justify;
}

div.contentListing
{
  background-color: #DDDDDD;
  line-height: 20px;
  padding: 5px 0;
  padding-left: 20px;
}

a.newsLink 
{
  color: #00ADEF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
