﻿/* 
==========================
Misc
==========================
*/
img
{
  border: none;
}

.FloatBreak, .floatBreak
{
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

body
{
  background-color: #4B545B;
  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: 950px;
  margin: 20px auto 0 auto;
  background-color: #FFFFFF;
}

#ServiceNavigationBlock
{
  position: absolute;
  width: 910px;
  text-align: right;
  margin: 10px 20px 0 20px;
}

#MainNavigationBlock
{
  margin-left: 20px;
  margin-right: 20px;
}

#BodyRegion
{
  width: 910px;
  margin: 1px 20px 0 20px;
  padding-top: 25px;
}

/* Wrapped in @media screen to make sure that the background image isn't displayed in print */
@media screen 
{
  #BodyRegion
  {
    background: transparent url(/DIF.KonceptSite/Design/Skins/DIFStandardSkin/Images/BodyRegion_bg.gif) repeat-x scroll 0 0;
  }
}

/* 
==========================
Front page
==========================
*/
#LogoBlock
{
  height: 180px;
  width: 910px;
  margin: 0 20px 0 20px;
  overflow:hidden;
}

.Logo
{
  height: 180px;
  overflow: hidden;
  float: left;
}

#TopBannerBlock
{
  height: 125px;
  margin-top: 45px;
  margin-bottom: 10px;
  overflow: hidden;
}

#FrontLeftBlock
{
  float: left;
  width: 680px;
}

#BottomLeftBlock
{
  float: left;
  width: 450px;
  max-width: 450px;
  overflow: hidden;
  margin-right: 10px;
}

#BottomCenterBlock
{
  float: left;
  width: 220px;
  max-width: 220px;
  overflow: hidden;
}

.SpotsRightBlock
{
  float: right;
  width: 220px;
  max-width: 220px;
  overflow: hidden;
}

/* 
==========================
LayoutWith1Columns
==========================
*/
.LayoutWith1Columns .LeftColumn
{
  float: left;
  width: 910px;
}

.LayoutWith1Columns #StandardBodyBlock
{
  float: left;
  width: 740px;
}

/* 
==========================
LayoutWith2Columns
==========================
*/
.LayoutWith2Columns .LeftColumn
{
  float: left;
  width: 680px;
}

.LayoutWith2Columns #StandardBodyBlock
{
  float: left;
  width: 510px;
}

/* 
==========================
Footer
==========================
*/
#FooterRegion
{
  margin-top: 15px;
}

#FooterRegion #FooterBlock
{
  width: 910px;
  margin: 0 20px 10px 20px;
  text-align: center;
}

#FooterRegion #FooterWatermark
{
  height: 80px;
  width: 950px;
  background: #4B545B url(/DIF.KonceptSite/Design/Skins/DIFStandardSkin/Images/FooterWatermark_bg.png) no-repeat scroll center center;
}