﻿body
{ 
    background-color: #FFFFFF;
    background-image: url('../Images/BG.jpg');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    margin-top: 0px;
 }

#Container
{
    margin-left: auto;
    margin-right: auto;
    width: 946px;
}

a.Logo
{
    width: 221px;
    height: 515px;
    background-image: url('../Images/Logo.jpg');
    float: left;
}

#NavContainer
{
    width: 725px;
    height: 174px;
    background-image: url('../Images/NavContainer.jpg');
    float: right;
}

#Navigation
{ 
    padding: 74px 0 0 0;
    list-style: none;
    width: 725px;
    height: 16px;
    overflow: hidden;
    margin-left: 15px;
    
    *padding-top: 85px; 
 }


#Navigation li {float: left; padding-right: 62px;}


#Navigation a
{ 
    display: block;
    background-image: url('../Images/Navigation.gif');
    padding-top: 16px; /* same as height of #Navigation */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
 }


a.Information {width: 104px;}
a.Information:hover {background-position: 0 -16px;}

a.Register {width: 74px; background-position: -165px 0;}
a.Register:hover {background-position: -165px -16px;}

a.Leaders {width: 70px; background-position: -304px 0;}
a.Leaders:hover {background-position: -304px -16px;}

a.Journal {width: 66px; background-position: -445px 0;}
a.Journal:hover {background-position: -445px -16px;}

a.Wallpaper {width: 92px; background-position: -571px 0;}
a.Wallpaper:hover {background-position: -571px -16px;}

:-moz-any-link:focus 
{
  outline: none;
}

#ContentBG
{
    width: 676px;
    height: 562px;
    background-image: url('../Images/ContentBG.jpg');
    float: right;
    margin-right: 48px;
}

#Content
{
    width: 656px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 10px;  
}

#Registration
{
    height: 542px;
    overflow: auto;
    width: 656px;
}


a
{ 
    font-weight: bold;
    color: #7B1517;
 }


a:hover
{ 
    color: #808080;
    font-weight: bold;
 }

.TotalAmount
{
    font-weight: bold;
    color: #7B1517;
    font-size: 16px;
    padding-top: 5px;
    float: left;
}

h1
{ 
    font-size: 20px;
    font-weight: bolder;
    color: #c02026;
    margin-bottom: 0px;
 }

h2
{ 
    font-size: 15px;
    font-weight: bolder;
    color: #c02026;
    margin-bottom: 0px;
 }

h3
{
    font-size: 10px;
    margin-bottom: 0px;
    font-style: italic;
    display: inline;
    font-weight: normal;
}

.ImageContainer
{
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    width: 150px;
    text-align: center;
}

#Locations
{
    margin-top: 70px; 
}

#Locations ul
{
    margin-top: 10px; 
    list-style: none;
}

#Locations li
{
    float: left;
    padding-right: 65px;  
}

#Locations span
{ 
    margin-left: 40px; 
    font-weight: bold; 
}

.Desktop
{
    width: 290px; 
    list-style: none;
    float: left;  
    margin-top: 0px;
    margin-left: 70px;
}

.Desktop li
{
    float: left;   
    margin-right: 25px;
    margin-top: 10px;
}

.Desktop span
{
    margin-left: 40px;   
}

.iPhone
{
    width: 100px; 
    float: left;
    margin-left: 100px;  
    margin-top: 10px;
}

a.Download
{
    width: 75px;
    height: 75px;
    display: block;
    background-image: url('../Images/Btn_Download.png');
    float: left;
    margin-top: 15px;
}

a.Download:hover
{
    background-position: 0 -75px;  
}

a.Fournineteen
{
    width: 182px;
    height: 44px;
    display: block;
    background-image: url('../Images/Btn_Fournineteen.jpg');
    float: left;
    margin: 180px 0 0 20px;
    
}

a.Fournineteen:hover
{
    background-position: 0 -44px;  
}

#Share
{
    float: right;  
    margin-right: 45px;
}

#Security
{
    margin: 0 0 0 15px;
    padding: 0 0 0 10px; 
    width: 400px;  
    float: right;
}

.RegistrationPackageText
{
    color: #880000;
    font-weight: bold;
}