﻿body
{
    margin: 0px 0px 0px 0px;
    background-image: url(../../images/bgWebsite.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #000530;
    font-family: Verdana;
    font-size: 9pt;
    line-height: 12pt;
}

a:link
{
    color: #007eb5;
    text-decoration: underline;
}
a:visited
{
    color: #007eb5;
    text-decoration: underline;
}
a:hover
{
    color: #007eb5;
    text-decoration: none;
}


a.FooterNav, a.FooterNav:visited, a.FooterNav:active
{
	text-decoration: none;
	color: #fff;
}
a.FooterNav:hover
{
	text-decoration: underline;
	color: #fff;
}

h1
{
    color: #007eb5;
}
h2
{
    font-size: 14pt;
    font-weight: bold;
    line-height: 16pt;
}
.h2
{
    font-size: 14pt;
    font-weight: bold;
    line-height: 16pt;
    padding: 10px 0px 3px 0px;
}
h3
{
    color: #6C6D6F;
}
h4
{
}

li
{
    padding-bottom: 5px;
}

.TextBox
{
    border: solid 1px #000;
    height: 20px;
}

.NewsDate
{
    font-style: italic;
    color: #6C6D6F;
}

#SiteContainer
{
    width: 1080px;
    position: relative;
}

#SuperNav
{
    float: right;
    color: #fff;
    padding: 5px 70px 0px 0px;
    text-align: right;
}
#SuperNav a, #SuperNav a:visited
{
    font-weight: bold;
    text-decoration: none;
}
#SuperNav a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

#SiteFooter
{
    text-align: center;
    margin-bottom: 40px;
    width: 1020px;
    color: #d3d3d3;
}
#SiteFooter a
{
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 9pt;
    text-decoration: none;
}
#SiteFooter a:hover
{
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 9pt;
    text-decoration: underline;
}

#x
{
    background-color: #fff;
    position: relative;
}
#xTopLeft
{
    width: 60px;
    height: 62px;
}
#xTop
{
    width: 100%;
    height: 62px;
    background-image: url(../../images/xTop.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#xTopRight
{
    width: 60px;
    height: 62px;
}
#xLeft
{
    width: 60px;
    height: 100%;
    background-image: url(../../images/xLeft.png);
    background-repeat: repeat-y;
    background-position: right;
}
#xRight
{
    width: 60px;
    height: 100%;
    background-image: url(../../images/xRight.png);
    background-repeat: repeat-y;
    background-position: left;
}
#xBottomLeft
{
    width: 60px;
    height: 62px;
}
#xBottom
{
    width: 100%;
    height: 62px;
    background-image: url(../../images/xBottom.png);
    background-repeat: repeat-x;
    background-position: top;
}
#xBottomRight
{
    width: 60px;
    height: 62px;
}

.ContainerHome
{
    width: 265px;
    margin-bottom: 16px;
    float: left;
    padding: 0px 10px 0px 20px;
    /*border: solid 1px red;*/
}
.ContainerSub
{
    width: 265px;
    margin-bottom: 16px;
    float: left;
    padding: 50px 0px 20px 30px;
    /*border: solid 1px red;*/
}
.ContainerLeft
{
    background-image: url(../../images/cLeft.png);
    background-repeat: repeat-y;
    width: 7px;
}
.ContainerRight
{
    background-image: url(../../images/cRight.png);
    background-repeat: repeat-y;
    width: 8px;
}
.ContainerBody
{
    background-image: url(../../images/cBackground.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    min-height: 333px;
    padding: 0px 15px 0px 15px;
}


#HeaderArea
{
    width: 100%;
    height: 100px;
}
#Logo
{
    position: absolute;
    width: 597px;
    height: 298px;
    top: -50px;
    left: -220px;
    z-index: 1;
}
#Grouping1
{
    position: relative;
    z-index: 3;
}
#PrimaryNavigation
{
    position: absolute;
    width: 980px;
    height: 43px;
    left: -10px;
    top: -9px;
    color: #fff;
    z-index: 3;
}
#PrimaryNavigationBackground
{
    background-image: url(../../images/pNavOff.png);
    background-repeat: repeat;
    width: 968px;
}
#PrimaryNavigationShadow
{
    position: absolute;
    top: 28px;
    left: -9px;
    height: 27px;
    width: 978px;
    background-image: url(../../images/pNavShadow.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 2;
}

#BodyContent
{
    text-align: left;
    background-color: #fff;
}

#HomePageImage
{
    top: 25px;
    left: -9px;
    width: 978px;
    height: 274px;
    position: absolute;
    z-index: 1;
}
#HomePageTab
{
    position: absolute;
    top: 254px;
    right: -9px;
    color: #909294;
    z-index: 3;
    font-style: italic;
}
#HomePageContent
{
    padding-top: 315px;
}

#SubPageContent
{
    padding-top: 70px;
    position: relative;
}

#PageContent
{
    float: left;
    padding: 0px 0px 0px 20px;
    width: 625px;
}

#PageContentFull
{
    float: left;
    padding: 0px 0px 20px 20px;
    width: 880px;
}

#HomeCol1
{
    padding-right: 10px;
}
#HomeCol2
{
    padding: 0px 10px 0px 10px;
}
#HomeCol3
{
    padding-left: 10px;
}

.SocialNetworkIcon
{
    float: right;
    padding-left: 5px;
}


/* BEGIN > Telerik Menu Styles */
div.RadMenu
{
    margin-left: 25px;
    border-left: solid 1px #3fa9d2;
    /*border: solid 1px red;*/
    height: 43px;
}
div.RadMenu a.rmLink .rmLeftImage
{
    position: relative;
}

div.RadMenu .rmItem .rmLink
{
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    border-right: solid 1px #3fa9d2;
    text-decoration: none;
    cursor: pointer;
    padding-top: 2px;
}

div.RadMenu .rmText
{
    margin: 11px 6px 0px 6px;
    background-repeat: repeat-x;
}
.rmLink:hover
{
    background-image: url(../../images/pNavOn.png);
    background-repeat: repeat;
}

.pnavSelected
{
    background-image: url(../../images/pNavOn.png);
    background-repeat: repeat-x;
}

.snavDefault
{
    background-color: #000;
}

.rmLevel1
{
    background-color: #000;
    text-align: left;
}
.rmLevel1 .rmLink
{
    background-repeat: no-repeat;
    background-image: none;
}
.rmLevel1 .rmLink:hover
{
    background-color: #282828;
    background-repeat: no-repeat;
    background-image: none;
}


/* END > Telerik Menu Styles */
