﻿/* 
==========================
Misc
==========================
*/
img
{
  border: none;
}

.FloatBreak, .floatBreak
{
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

body
{
  background-color: #000000;
  padding: 0;
  margin: 0;
  font-size: .7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #5D6871;
}

/* 
==========================
Typography
==========================
standard font-size: 11px = 1em;
*/
h1
{
  color: #8b0d0e;
  font-size: 1.4em;
}

h2
{
  font-size: 1.2em;
}

h3
{
  font-weight: bold;
}

a
{
  color: #5D6871;
  text-decoration: underline;
}


/* 
==========================
Regions
==========================
*/
#Regions
{
  width: 910px;
  margin: 20px auto 0 auto;
}

#BodyRegion
{
  margin-top: 20px;
  text-align: center;
}

#BodyRegion .SpotsColumnTable
{
  display: inline;
}

#BodyRegion .SpotsColumnTable .SpotsColumnCell
{
  vertical-align: top;
  text-align: left;
  background-color: #FFFFFF;
}

#BodyRegion .SpotsColumnTable .SpotsColumnCell .SpotColumn
{
  width: 220px;
  max-width: 220px;
  overflow: hidden;
}

#BodyRegion .SpotsColumnTable .SpotsColumnSpacer
{
  width: 10px;
}

/* 
==========================
Footer
==========================
*/
.FooterText
{
  color: #FFFFFF;
  text-align: center;
}

#FooterRegion #FooterWatermark
{
  height: 80px;
  width: 910px;
  background: #000000 url(/DIF.KonceptSite/Design/Skins/DIFUmbrellaSkin/Images/FooterWatermark_bg.png) no-repeat scroll center center;
}