﻿*
{
    padding:0;
    margin:0;   
}

body
{
    background: url(images/MainBack.png) repeat-x;
    font-family: arial;
    font-size: 12px;
}

h1
{
    font-size:14px;   
}

h3
{
    font-size:13px;
    font-weight:bold;
}

img.imgCenter
{
    display: block;
    margin-top:10px;
    margin-left:auto;
    margin-bottom:10px;
    margin-right:auto;
}

.tag
{
    width:530px;
    padding: 40px 0px 47px 270px;
}

.container
{
    width: 800px;    
    margin: 20px auto 0 auto;
}
.header
{
    background: url(images/HeadBack.png);
    height: 141px;
    width: 800px;
}
.nav
{
    width:680px;
    padding-left:120px;   
}

.navItem
{
    float:left;
    margin: 0px 25px 0px 0px;
}

.header a
{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}

.header a:hover
{
    text-decoration:underline;    
}

.content
{
    width:524px;
    float:left;
}
.mainContent
{
    width:514px;
    float:left;
    margin-left:10px;
}

.contact
{
    width:514px;
    height:120px;
    float:left;
    margin-left:10px;
}
.contactNav
{
    background-image: url(images/ContactTopNoText.png);
    background-repeat:no-repeat;
    width:514px;
    height:20px; 
}
.rightContainer
{
    float:right;
}

.rightContent
{
    width:247px;
    float:right;   
    margin: 0px 23px 15px 0px;
}
.textMain
{
    background-image: url(images/MainContentBack.png);
    background-repeat:repeat-y;
    width:464px;
    padding: 30px 25px 20px 25px;
    text-align:justify;
}
.textContact
{
    background-image: url(images/ContactBack.png);
    background-repeat:repeat-y;
    width:464px;
    padding: 22px 25px 23px 25px;
    text-align:right;
}

.textRight
{
    background-image: url(images/RightContentBack.png);
    background-repeat:repeat-y;
    width:227px;
    min-height:225px;
    padding: 10px 10px 10px 10px;
    text-align:center;
}

.bottomRight
{
    background-image: url(images/RightContentBack.png);
    background-repeat:repeat-y;
    width:247px;
    min-height:211px;
}

.bottomRightText
{
    background-image: url(images/WMMContact.png);
    background-repeat:no-repeat;
    width:97px;
    height:176px;
    padding-top:35px;
    padding-left:65px;
    padding-right:85px;
    font-weight:bold;
    text-align:center;
}
.bottomRightText a
{
    text-decoration:none;
    color:#000;
}

.End
{
    clear:both;   
}

.inactive
{
    display:none;
    visibility:hidden;
    z-index:0;   
}

.active
{
    display:block;
    visibility:visible;
    z-index:100;   
}

.contactNavText
{
    width:150px;
    height:20px;
    color:#fff;
    float:left;
    font-weight:bold;
    margin-left:15px;
}
.contactLink
{
    margin-left:4px;
    margin-top:3px;
    height:17px;
    width:50px;
    color:#fff;
    float:left;
    font-size:10px;
}
.contactLink a
{
    color:#6F7380;
    text-decoration:none;
}
.contactLink2
{
    margin-left:15px;
    margin-top:3px;
    height:17px;
    width:150px;
    color:#fff;
    float:left;
    font-size:10px;
}
.contactLink2 a
{
    color:#fff;
    text-decoration:none;    
}

.footer
{
    width:100%;
    text-align:center;
    color:#fff;
    font-size:10px;
    float:left;
}