﻿/* CSS Document  */

body {
	margin: 0px 0px; 
	padding: 0px;
	background-color: #1F1F1F;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

/* 
===========================================
Link Styles
===========================================
*/

A:link {
    text-decoration: none;
	color: #FFCC00;
}

A:visited {
    text-decoration: none;
	color:#FF9900;
}

A:active {
    text-decoration: none;
	color:#FFCC00;
}

A:hover {
    text-decoration: underline; 
	color: #FFCC00;
}

.ssilink A:link {
    text-decoration: none;
	color: #CCCCCC;
}

.ssilink A:visited {
    text-decoration: underline;
	color:#CCCCCC;
}

.ssilink A:active {
    text-decoration: none;
	color:#CCCCCC;
}

.ssilink A:hover {
    text-decoration: underline; 
	color: #DDDDDD;
}


/*
==================================================
GENERAL SITEWIDE TEXT STYLES go below this line.
==================================================
*/

.H6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #333333;
}

.H5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #999999;
}

.H4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
}

.H3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #999999;
}

.H2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

.H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.dyktext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}

.indent {
    margin-left: 30px;
}

.ssilink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/*
=========================================================
Original CSS code placing everything from the old layout.
=========================================================
*/

.HeaderRow
{
    position: inherit;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 950px;
}

TD.FooterRow
{
    position: inherit;
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 950px;
}

TD.Navigation {
    position: inherit;
	width: 950px;
	height: 30px;
}

TD.PostFooter {
    position: inherit;
	height: 60px;
	width: 950px;
}

TD.companylink {
	text-align: left;
	height: 20px;
	padding-left: 6px;
	width: 40%
}

TD.copyright {
	text-align: right;
	height: 20px;
	padding-right: 6px;
	width: 40%
}

TD.LeftColumn
{
	padding: 0px; 
    height: 100%;
    width: 50%;
}

TD.CenterColumn
{
	height: 100%;
    width: 950px;
}

TR.InfoWindow {
    position: inherit;
	vertical-align: top;
	background-image: url(../images/layout/info_window.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 950px;
	height: 100%;
}

TD.RightColumn
{
    padding: 0px;
    height: 100%;
    width: 50%;
}

.PaddedContent
{
    position: inherit;
	width: 910px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.HomeContent
{
    position: inherit;
	width: 930px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#upperwindow {
    position: inherit;
	width: 950px;
	height: 320px;
	padding-left: 0px;
}

#corpsflash {
    position: inherit;
	width: 950px;
	height: 450px;
	padding-left: 5px;
}

table.CenterTable
{
	width: 950px;
	z-index: 1;
}

/*
===============================================
DIVs and IDs unique to this layout go below.
===============================================
*/

TD.ontour {
	position: inherit;
	width: 303px;
	height: 282px;
}

TD.dates {
    background-color: #222222;
}

.didyouknow {
	position: inherit;
	padding-left: 16px;
	padding-right: 140px;
	padding-top: 40px;
}

TD.sidebar {
    position: inherit;
	background-image: url(../images/layout/sidefade.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #333333;
	width: 280px;
	height: 100%;
}

.sidebartext {
    position: inherit;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
}

.leftcontent {
    position: inherit;
	padding-right: 20px;
}