﻿body {
    font-family: georgia, times new roman;
    font-size: small;
    background-color: #000000;
    color: #ffffff;
}

a {
    outline: none;
}

#textRed {
    color: #ff0000;
}

#textRedBold {
    color: #ff0000;
    font-weight: 900;
}

#textWhite {
    color: #ffffff;
    font-weight: 300;
}

#textGrey {
    color: #777777;
}

#textGreyItalic {
    color: #777777;
    font-style: italic;
}

.textGreyList {
    color: #dd0000;
    font-family: century gothic, arial;
    width: 1000px;
    margin: 0px 0px 30px 0px;
}

.titleParagraph {
    font-size: 20px; 
    border-bottom: 1px #777777 dashed;
    width: 400px;
    margin: 0px 0px 30px 300px;
    padding: 0px 0px 3px 0px;
}

.paragraph {
    margin: 0px 0px 3px 0px;
    width: 1000px;
}

.finalParagraph {
    margin:20px 0px 10px 0px;
    width: 1000px;
}

#outer {
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: visible;
    height: 1px;
}

#inner {
    margin-left: -500px;
    position: absolute;
    left: 50%;
}

#header {
    margin: 0px 0px 25px 0px;
}

#headerTitle {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-size: 32px;
    wrap: nowrap;
    line-height: 1;
}

#headerDescription {
    margin: 0px; 
    padding: 0px;
    line-height: 1;
}

#nav {
    background-color: #000000;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: 900;	
    margin: 0px 0px 15px 0px;
}

.nav-list {
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 10px 0px;
    list-style: none;
}

.nav-list-item {
    display: block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #aa0000 dotted;
}

.nav-list-item a {
    display: block;
    text-decoration: none;
    color: #ff0000;
    padding: 0px;
}

.nav-list-item a:hover {
    text-decoration: none;
    color: #ffffff;
}

#nav-inner {
    position:static;
    margin: 0px;
    background-color: #000000;
}


.last-nav-list-item {
    margin-right: 0px;
    border-right-width: 0px;
    padding-right: 0px;
}

#contentArea {
    border-top: 1px #aa0000 dotted;
    border-bottom: 1px #aa0000 dotted;
    padding: 10px 0px 10px 0px;
    height: 640px;
    width: 1000px;
    display:table;
}

#centeredContent { 
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}

#centeredContent a {
    text-decoration: none;
    color: #ff0000;
}

#centeredContent a:hover {
    text-decoration: none;
    color: #ffffff;
}

#contactDetailsItem {
     text-align: center;
}

#footer {
    padding: 10px 0px 0px 0px;
    font-size: 10px;
}

#footer a {
    text-decoration: none;
    font-weight: 900;
    color: #ff0000;
}

#footer a:hover {
    text-decoration: none;
    color: #ffffff;
}

#footerCopyrightArea {
    float: left;
}

#footerCompatibilityArea {
    float: right;
}

.storyGroup {
    padding: 0px;
    margin: 0px 0px 60px 0px;
}

.storyGroupLast {
    padding: 0px;
    margin: 0px;
}
	
.storyGroupTitle a {
}

.storyGroupTitle a:hover {
}

.storyGroupTitle { 
    font-size: 20px; 
    border-bottom: 1px #777777 dashed;
    width: 400px;
    margin: 0px 0px 10px 300px;
    padding: 0px 0px 3px 0px;
}

.storyGroupItem {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.storyGroupItemLast {
    padding: 0px;
    margin: 0px;
}

.storyGroupItem a {
    border-right: 1px #777777 dotted;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
}

#tearsheetLink,
#tearsheetLinkLast {
    border: 0px none #000000;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

#tearsheetLinkLast {
    margin: 0px;
}


#headerTitleContactDetails {
    font-size: 14px;
    wrap: nowrap;
    line-height: 1;
    float: right;
    color: #ff0000;
    font-weight: 300px;
    text-align: right;
}

#headerTitleContactDetails a {
    wrap: nowrap;
    text-decoration: none;
    padding: 0px;
    color: #ff0000;
    font-weight: 300;
}

#headerTitleContactDetails a:hover {
    text-decoration: none;
    color: #ffffff;
}

.exhibitionBlurb {
    color: #777777;
//    font-style: italic;
}