﻿/*
Should contain all Styles used by page templates and layout
*/

.Container
{
    width: 936px;
    margin: 0px auto;
}

.TopSection,
.TopSectionFrench
{
    padding-top: 10px;
    padding-right: 5px;
    color: #b6c03d;
}

.TopSection
{
    overflow: auto;
}

.TopSection .LogoImage img
{
    display: block;
    width: 100px;
    height: 102px;
    float: left;
}

.TopSection .TopLinks
{
    width: 831px;
    padding-top: 20px;
    float: left;
    text-align: right;
}

.TopSection .TopLinks a
{
    color: #b6c03d;
    font-size: 11px;
}

.TopSection .MenuContainer
{
    width: 831px;
    float: left;
    padding-top: 15px;
}

.TopSectionFrench .LogoImage
{
    display: block;
    width: 165px;
    height: 106px;
    float: left;
}

.TopSectionFrench .TopLinks
{
    width: 766px;
    padding-top: 20px;
    float: left;
    text-align: right;
}

.TopSectionFrench .TopLinks a
{
    color: #b6c03d;
    font-size: 11px;
}

.MenuItemGroup
{
	height: 49px;
	background-color: White;
	width: 739px;
	max-width: 739px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	float: right;
}

.MenuItem, .MenuItemHover, .MenuItemSelected
{
	background-color: #b6c03d;
	width: 116px;
	max-width: 116px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	border-left: solid 7px white;
	font-family: Arial;
	font-size: 12px;
	color: White;
	font-weight: bold;
}

.MenuItem nobr, .MenuItemHover nobr, .MenuItemSelected nobr
{
	white-space: normal;
	width: 116px;
}

.MenuArrow
{
    width: 116px;
    height: 6px;
    background-image: url(../Images/Menu/HighlightArrow.png);
    background-position: center;
    position: absolute;
    display: none;
}

.SubMenuGroup
{
    background-color: #fff;
}

.SubMenuItem, .SubMenuItemHover, 
.FirstSubItem, .FirstSubItemHover,
.LastSubItem, .LastSubItemHover, 
.OnlySubItem, .OnlySubItemHover
{
    color: #b6c03d;
    padding: 0px 12px;
}

.SubMenuItemHover, .FirstSubItemHover, .LastSubItemHover, .OnlySubItemHover
{
    color: #f18135;
    cursor: pointer;
    cursor: hand;
}

.FirstSubItem, .FirstSubItemHover,
.OnlySubItem, .OnlySubItemHover
{
    padding-top: 10px;
}

.LastSubItem, .LastSubItemHover,
.OnlySubItem, .OnlySubItemHover
{
    padding-bottom: 12px;
}

.MiddleSectionContainer
{
    padding-top: 5px;
}

.HomeTemplate .BoxContainer
{
    padding-top: 5px;
}

.HomeTemplate .LeftBoxArea
{
    width: 308px;
    min-height: 1px;
    float: left;
}

.HomeTemplate .MiddleBoxArea, .HomeTemplate .RightBoxArea
{
    width: 308px;
    min-height: 1px;
    margin-left: 6px;
    float: left;
}

.SingleColumnTemplate
{
    padding-left: 9px;
}

.TwoColumnTemplate
{
    padding-left: 9px;
}

.TwoColumnTemplate .LeftColumnArea
{
    width: 667px;
    float: left;
    min-height: 1px;
}

.TwoColumnTemplate .RightColumnArea
{
    width: 246px;
    margin-left: 4px;
    float: left;
}

.BottomSection
{
    padding-top: 30px;
    padding-right: 5px;
    text-align: right;
    color: #b6c03d;
}

.BottomSection a
{
    color: #b6c03d;
    font-size: 11px;
}