﻿.ErrorContentArea
{
    background-color: #759CC3;
}

.ErrorContentArea .ErrorContent
{
    background-color: #fff;
	width: 899px;
}

.HomePageHeaderArea
{
	background-color: #759CC3;
	font-size: 14px;
    text-align: center;
}

.HomePageHeaderArea .HomePageHeaderContent
{
	background-image: url(images/HomePageHeader.jpg);
	background-repeat: no-repeat;
	height: 310px;
    margin: auto;
	text-align: left;
	width: 899px;
}

.HomeContentArea
{
    background-color: #759CC3;
    height: 341px;
	text-align:left;
}

.HomeContentArea .HomeContent
{
    background-color: #fff;
    height: 341px;
	width: 899px;
}

.HomeContentArea .HomeContent .LeftModule
{
    background-image: url(images/bg_gray_corners.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 285px;
    margin-left: 20px;
    margin-right: 16px;
    margin-top: 20px;
    width: 422px;
}

.HomeContentArea .HomeContent .LeftModule .ModuleSlot1
{
    padding: 12px;
}

.HomeContentArea .HomeContent .RightModule
{
    float: left;
    height: 285px;
    margin-top: 20px;
    width: 422px;
}

.NoSubMenuTemplate
{
    background-color: #759CC3;
}

.NoSubMenuTemplate .HeaderArea
{
    height: 146px;
    width: 899px;
}

.NoSubMenuTemplate .ContentArea
{
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    width: 899px;
}

.NoSubMenuTemplate .ContentArea .DefaultContent
{
}

.NoSubMenuTemplate .ContentArea .DefaultContent .Body
{
    float: left;
    padding: 0 20px;
    width: 480px;
}

.NoSubMenuTemplate .ContentArea .DefaultContent .Wings
{
    float: left;
    width: 200px;
}

.StandardTemplate
{
    background-color: #759CC3;
}

.StandardTemplate .HeaderArea
{
    height: 146px;
    width: 899px;
}

.StandardTemplate .ContentArea
{
    background-color: #fff;
    text-align: left;
    width: 899px;
}

.StandardTemplate .ContentArea .DefaultContent
{
    min-height: 400px;
    width: 899px;
}

.StandardTemplate .ContentArea .DefaultContent .Body
{
    float: left;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 20px;
    width: 454px;
}

.StandardTemplate .ContentArea .DefaultContent .Wings
{
    float: left;
    width: 178px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.FooterBlog
{
    background-color: #b0b0b0;
    border-bottom: solid 1px #a7a7a7;
    font-family: Helvetica, Arial;
    height: 230px;
    width: 899px;
}

.FooterBlog .ContactInfo
{
    color: #fff;
    float: left;
    height: 170px;
    margin-left: 18px;
    margin-top: 36px;
    text-align: left;
    width: 190px;
}

.FooterBlog .ContactInfo a, .FooterBlog .ContactInfo a:hover
{
    color: #676767;
    text-decoration: none;
}

.FooterBlog .Blog
{
    float: left;
    height: 170px;
    margin-left: 10px;
    margin-top: 36px;
    text-align: left;
    width: 660px;
}

.FooterBlog .Blog .Header
{
    border-bottom: solid 4px #a5a5a5;
    height: 28px;
}

.FooterBlog .Blog .Header .Title
{
    color: #777;
    font-weight: bold;
    float: left;
    height: 23px;
    width: 515px;
}

.FooterBlog .Blog .Header .Link
{
    color: #fff;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-top: 7px;
}

.FooterBlog .Blog .Header .Link a, .FooterBlog .Blog .Header .Link a:hover
{
    color: #fff;
    text-decoration: none;
}

.FooterBlog .Blog .Content
{
    width: 650px;
}

.FooterBlog .Blog .Content .Divider
{
    border-bottom: solid 1px #c0c0c0;
    clear: both;
	font-size: 0px;
	height: 1px;
	width: 100%;
}

.FooterBlog .Blog .Content .Left
{
    color: #777;
    display: block;
    float: left;
    font-weight: bold;
    margin: 8px 8px 8px 6px;
    vertical-align: top;
    width: 85px;
}

.FooterBlog .Blog .Content .Right
{
    display: block;
    float: left;
    margin: 8px 8px 8px 0px;
    vertical-align: top;
    width: 535px;
}

.FooterBlog .Blog .Content .Right .Title
{
    color: #fff;
    margin-right: 8px;
}

.FooterBlog .Blog .Content .Right .Title a, .FooterBlog .Blog .Content .Right .Title a:hover
{
    color: #fff;
    text-decoration: none;
}

.FooterBlog .Blog .Content .Right .Author
{
    color: #636363;
    font-size: 11px;
}

.Menu .TopMenu
{
    cursor: pointer;
}