﻿body, th, td {
    font-family:Century Gothic, Arial, Helvetica, Sans-Serif;
    font-size:12px;
}

h1
{
    font-weight:normal;
    font-size:48px;
    line-height:1em;
}
h2
{
    font-weight:normal;
    font-size:36px;
    line-height:1em;
}
h4
{
    margin:0;
}
p
{
    margin:0;
    padding-bottom:0.6em;
}

.large
{
    font-size:16px;
}

a 
{
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
img
{
    border:none;
}

select, input, textarea
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11Px;
}

#Masthead
{
    background-image:url('images/masthead-bg.png');
    height:195px;
    position:relative;
}

.LoginArea
{
    padding:4px 34px;
    text-align:right;
    color:White;
    font-size:11px;
}
.LoginArea a
{
    color:White;
    font-weight:bold;
}

.ContentArea
{
    min-height:400px;
    font-size:11px;
}
.ContentArea
{
    color:White;
}

.ClearBoth
{
    clear:both;
    font-family:monospace;
    font-size:0;
    line-height:0;
}

/* Nav */
#Nav a span
{
    display:none;
}
#Nav a
{
    position:absolute;
    display:block;
    background-position:center 0;
    top:155px;
}
#Nav a:hover
{
    background-position:center -40px;
}
#Nav a.active
{
    background-position:center -80px;
}

.NewsLink
{
    width:104px;
    height:26px;
    background-image:url('images/nav/news-link.png');
    left:9px;
}
.PressLink
{
    width:98px;
    height:26px;
    background-image:url('images/nav/press-link.png');
    left:128px;
}
.CalendarLink
{
    width:148px;
    height:26px;
    background-image:url('images/nav/calendar-link.png');
    left:241px;
}
.EventsLink
{
    width:172px;
    height:26px;
    background-image:url('images/nav/events-link.png');
    left:404px;
}
.DownloadsLink
{
    width:100px;
    height:26px;
    background-image:url('images/nav/downloads-link.png');
    left:592px;
}
.OffersLink
{
    width:117px;
    height:26px;
    background-image:url('images/nav/offers-link.png');
    left:707px;
}
.ContactLink
{
    width:100px;
    height:26px;
    background-image:url('images/nav/contact-link.png');
    left:838px;
}



.CalendarList
{
    list-style-type:none;
    margin:10px 0 0 0 ;
    padding:0;
}
.CalendarList li 
{
    list-style-type:none;
    margin:0;
    padding:0 0 5px 30px;
    background-image:url('images/calendar-icon.png');
    background-position:0 4px;
    background-repeat:no-repeat;
}