﻿/* CSS Document  */

body {
	margin: 0px 0px; 
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/fade_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

/*
============================================
NORMALIZATION/REGULATION PROCESS
============================================
*/

/* Normalizing margin & padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td, img { 
    margin: 0px;
	padding: 0px;
}

/* Normalizing font sizes for headers */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* Normalizing list-style from lists */
ol, ul {
    list-style: none;
}

/* Normalizing font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
	font-weight: normal;
}

/* Removing borders and spacing from tables */
table {
    border-collapse: collapse;
	border-spacing: 0;
}

/* Removing border from fieldset & img */
fieldset, img {
    border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
    text-align: left;
}

/* Removing quotation marks from Q element */
q:before, q:after {
    content:'';
}

/*
=========================================================
Original CSS code placing everything from the old layout.
=========================================================
*/

.HeaderRow
{
    position: inherit;
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}

TD.FooterRow
{
    position: inherit;
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
}

TD.Navigation {
    position: inherit;
	width: 960px;
	height: 40px;
}

TD.PostFooter {
    position: inherit;
	height: 60px;
	width: 960px;
}

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: 960px;
}

TR.InfoWindow {
    position: inherit;
	vertical-align: top;
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
	width: 960px;
	height: 100%;
}

TD.RightColumn
{
    padding: 0px;
    height: 100%;
    width: 50%;
}

.PaddedContent
{
    position: inherit;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#flashwindow {
    position: inherit;
	width: 960px;
	height: 365px;
	padding-left: 5px;
}

#faq {
	padding-left: 36px;
}

#corpsflash {
    position: inherit;
	width: 960px;
	height: 450px;
	padding-left: 5px;
}

table.CenterTable
{
	width: 960px;
	z-index: 1;
}

/*
===============================================
DIVs and IDs unique to this layout go below.
===============================================
*/

TD.dyk {
	position: inherit;
	background-image: url(../images/layout/didyouknow.png);
	background-repeat: no-repeat;
	background-position: top center; 
	width: 330px;
	height: 180px;
}

.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;
}