﻿html 
{
    /*overflow-y: scroll;*/
}

html, body 
{
    padding: 0px;
	margin: 0px;
	min-height: 100%; 
	height: 100%;
	background-image:url(../../Images/body_background.gif?1);
	background-position:top center;
	background-repeat:repeat-y;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: .75em;
	font-family: Arial,Helvetica,sans-serif;
	color: #2D3033;
	width: 100%;
	position: relative;
}

/* absolute positioned div of specified height and full width which contains vertical gradient background image */
#_verticalGradientBackground 
{
    position: absolute;
    width: 100%;
    height: 682px;
    margin: 0;
	padding: 0;
	background-image:url(../../Images/background_gutter_tile_h_t.gif?1);
	background-position:top;
	background-repeat:repeat-x;
}

/* wrapps content and left+right gradient images - is centered with fixed width so the page goes smaller on mobile browsers gracefully */
#_contentWrapper {
    width: 1000px;
    min-height: 100%; 
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image:url(../../Images/body_background.gif?1);
	background-position:top center;
	background-repeat:repeat-y;
}

#_content 
{
    width: 940px;
    background-color: #f0f1f2;
    position: relative;
    margin: 0 auto;
    min-height: 100%; 
}

#_leftBackground, #_rightBackground
{
    width: 150px;
    position: absolute;
    top: 0;
    margin: 0;
    margin-left: -120px;
    padding: 0;
    background-repeat: no-repeat;
    height: 682px;
    background-color: transparent;
}

#_rightBackground 
{
   left: 1090px;
   background-image:url(../../Images/background_gutter_top_right.gif?1);
}

#_leftBackground 
{
   left: 0;
   background-image:url(../../Images/background_gutter_top_left.gif?1);
}

#_push 
{
    width: 100%;
    height: 60px;
}

#_footer
{
    width: 100%;
    height: 60px;
	background-color: White;
	color: #545454;
	text-align: center;
	line-height: normal;
	font-size: 0.9em;
	position:absolute;
    bottom: 0;
}

#_footer ul li
{
	padding: 0px 7px 0px 7px;
	display: inline;
}

#_footer ul
{
	padding-left:6px;
    margin-top: 5px;
}

#_footer li a
{
	text-decoration: none;
	color:#545454;
}

#_footer ul .rightborder
{
	border-right:1px solid black;
}

#_footer li a:hover
{
	text-decoration: underline;
}

#_footer .left
{
	float: left;
    width: 700px;
}

#CultureControl
{
	float: right;
	margin-right:6px;
}

#main
{
	overflow:hidden;
	padding: 20px 20px 30px 20px;
	background-image:url(../../Images/background_content_top_tile_h.png?1);
	background-repeat:repeat-x;
	background-position:top;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#mainContent {
    padding: 10px 0 0 0;
    margin: 0;
    border: 0;   
}

#NoCookies,
#unsupportedbrowser
{
	text-align:center;
	font-size:20px;
	color:Red;
	padding: 0px;
	margin: 0px;
}

@media screen and (max-width: 1024px) {

    #_leftBackground, #_rightBackground
    {
        display: none;
    }
    
    #_verticalGradientBackground 
    {
        display: none;
    }
    
    #_contentWrapper 
    {
        width: 940px;
    }
}