﻿.bodyStyle
{
	margin: 0;
	background-position: center;
	background-image: url('Images/Background.png');
	background-repeat: repeat-y;
	background-color: #EEEEEE;
}

.headerLayerStyle
{
	position: absolute; 
	z-index: 1;
	top: 0; 
	left: 0px;
	height: 106px;
	width: 100%;
	min-width: 1000px;
	background-position: center;
	background-image: url('Images/Header.png');
	background-repeat: no-repeat;
}

.headerMaskLayerStyle
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0px;
    height: 106px;
    width: 100%;
    clip: rect(auto, auto, 106px, auto);
}

.headerMaskDivStyle
{
	height: 106px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.menuLayerStyle
{
	position: absolute; 
	z-index: 2;
	top: 87px; 
	left: 0px;
	height: 16px;
	width: 100%;
	min-width: 1000px;
}

.menuDivStyle
{
	height: 20px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.staticMenuStyle
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.dynamicMenuStyle
{
    padding: 3px 0px 3px 0px;
    border-width: 3px;
    border-style: solid;
    border-color: #B61E09 #FFFFFF #FFFFFF #FFFFFF;
    background-image: url('Images/MenuBackground.png');
}

.dynamicMenuItemStyle
{
    padding: 2px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

.dynamicHoverStyle
{
    background-image: url('Images/MenuShade.png');
    background-repeat: repeat-y;
    color: #FFFFFF;
}

.bannerLayerStyle
{
	position: absolute; 
	z-index: 1; 
	top: -22px; 
	left: 0px; 
	height: 106px; 
	width: 100%; 
	min-width: 1000px;	
}

.bannerStyle
{
	position: absolute; 
	z-index: 1; 
	top: -22px; 
	left: 0px; 
	height: 106px; 
	width: 100%; 
	min-width: 1000px;
}

.bannerMaskLayerStyle
{
	position: absolute; 
	z-index: 1;
	top: -22px; 
	left: 0px; 
	height: 106px; 
	width: 100%;
}

.bannerViewStyle
{
    height: 240px; 
    background-position: center; 
    background-repeat: no-repeat;
}

.bannerMaskDivStyle
{
    height: 240px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contentMainLayerStyle
{
	position: absolute; 
	z-index: 1;
	top: 330px; 
	left: 0px; 
	width: 100%;
}

.contentLayerStyle
{
	position: absolute; 
	z-index: 1;
	top: 106px; 
	left: 0px; 
	width: 100%;
}

.contentDivStyle
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7C7C7C;
    line-height: 16px;
}

.footerLayerStyle
{
    height: 220px;
    width: 100%;
	min-width: 1000px;
    background-position: center;
    background-image: url('Images/FooterBackground.png');
    background-repeat: no-repeat;
}

.footerDivStyle
{
    height: 220px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.footerTextStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7C7C7C;
    line-height: 15px;
}

.siteMapPathStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #7C7C7C;
}

.siteMapPathRootNodeStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #313131;
}

.siteMapPathCurrentNodeStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Gray;
}

.newsTitle
{
    margin-top: 10px; 
    color: #333333
}
