﻿body
{
    margin: 0px;
    font-family: Arial, Verdana, Arial;
    font-size: 11pt; /*background: #EFEFEF url('../images/lightbluegradient8.png') repeat-x;*/
    background: #d1d1c3 url('http://d5vjy4funet7q.cloudfront.net/images/cssimages/background_gradient.gif') repeat-x;
}

a img
{
    border: 0;
}
a:active
{
    outline: none;
}
:focus
{
    -moz-outline-style: none;
}

.MainHeader
{
    margin-left: auto;
    margin-right: auto;
    background: url('http://d5vjy4funet7q.cloudfront.net/images/main/finalheader_english.jpg') no-repeat;
    height: 162px;
    width: 909px;
}

.FakeHeader
{
    margin-left: auto;
    margin-right: auto;
    background: url('http://d5vjy4funet7q.cloudfront.net/images/main/FakeHeader1.jpg') no-repeat;
    height: 80px;
    width: 909px;
}

.MainTopper
{
    width: 900px;
    border-collapse: collapse;
    height: 15px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: url(http://d5vjy4funet7q.cloudfront.net/images/cssimages/topper.png) no-repeat;
}

.MainContent
{
    border-collapse: collapse;
    width: 935px;
    background: url(http://c1324342.cdn.cloudfiles.rackspacecloud.com/maincontent3.png) repeat-y;
    overflow: hidden;
    margin: 0;
    padding: 0 0 2em 0;
}

.MainBottomer
{
    height: 54px;
    width: 909px;
    background: url(http://c1324342.cdn.cloudfiles.rackspacecloud.com/bottomer1.png) no-repeat;
    border-collapse: collapse;
    clear: both;
}

.Topper2
{
    height: 29px;
    width: 935px;
    margin-left: -13px;
    position: relative;
    background: url('http://c1324342.cdn.cloudfiles.rackspacecloud.com/topper2.png') no-repeat;
}

.headershadow
{
    height: 119px;
    width: 935px;
    margin-left: -13px;
    margin-top: 0px;
    position: relative;
    background: url('http://c1324342.cdn.cloudfiles.rackspacecloud.com/headershadow.png') repeat-y 0 25px;
}

.bottomer2
{
    height: 29px;
    width: 935px;
    margin-left: -14px;
    background: url('http://c1324342.cdn.cloudfiles.rackspacecloud.com/bottomer2.png') no-repeat;
    position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari 3.0 and Opera 9 rules here */
    .Topper2
    {
        position: absolute;
    }
    .headershadow
    {
        position: absolute;
        margin-top: 29px;
    }
    .bottomer2
    {
        position: absolute;
    }

}

/* absolutely position the shadow text Xpx from upper left, depending on shadow depth */
#cts1 h1
{
    position: absolute;
    font-size: 20pt; /* This huge size is just for this experiment */
    color: #A6A6A6;
    top: 1px;
    left: 22px;
    text-align: center;
}
#container
{
    position: relative;
    width: 724px;
    margin: 0 auto;
    text-align: left;
    border-left: 180px solid #ebf3f6; /*left border creates background color for left column ~ colour only */
    background: #fff; /*background of main */
    min-height: 100%; /* this is where inheritance stops */
}
/* the following changes the width per box model hack
and then puts in the 100% height (equivalent to min-height) for IE/Win only *//*\ hide from Mac it's not broken */* html #container
{
    width: 906px;
    w: \\idth:726px; /*should be 760 if in quirks mode */
    height: 100%;
}
#left-col
{
    position: relative;
    margin: 0px 0 0 -180px;
    padding: 0px 0 60px 0px;
    width: 179px; /*background: #ebf3f6;*/
    color: #000;
    border-top: solid 1px #60c6e3;
}
/* end hide *//* trick to get compliant browsers to clear the (right) floated div if required */#container::after
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 1px;
    clear: both;
    visibility: hidden;
}

#right-col
{
    position: relative;
    float: right;
    margin: 0px 0 0 0px;
    padding: 0 0 60px 0px;
    width: 724px;
    color: #000;
    border-left: solid 1px #60c6e3;
}

/* OLD Video Nav */
#videoNav
{
	background-image: url(http://d5vjy4funet7q.cloudfront.net/images/main/videonavbar1.png);
	width: 544px;
	height: 35px;
	font-size: 12pt;
	font-family: Segoe Script, Georgia, Arial;
	padding-top: 5px;
}
#videoNav a
{
	font-size: 12pt;
}


/* NEW Video Nav */
#globalNav.videoNav
{
    width: 544px;
}
#globalNav.videoNav ul
{
    width: 400px;
}
#globalNav
{
    background: #ecf0f1; /* light blue */
    clear: both;
    display: block;
    margin: .3em auto;
    display: block;
}
#globalNav, #globalNav li
{
    height: 32px;
}
#globalNav a:hover
{
    background: #cee6ed; /* medium blue */
    text-decoration: none;
}
#globalNav a
{
    color: #00a3d4;
    font-family: georgia, "times new roman" ,times,serif;
    padding: .4em .8em;
    font-weight: normal;
    font-size: 16px;
    display: block;
}
#globalNav li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: solid 2px #fff;
}
#globalNav li.first
{
    border-left: solid 2px #fff;
}
