﻿





/* Safari, Opera Hack */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #fourthColumn{ margin-left: 2.7%; }
}




/* Safari, Opera Hack */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer{    margin-right: 5.8%; }
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer ul li{  margin-right: 3.437%; /* Gutter  */  }
}


/* IE6 Hacks - Hate them forever */ 

*html #header
{
    background: transparent url(/App_Themes/Default/Images/Graphics/headerie6.jpg) no-repeat 0 0; 
    height: 135px;
    padding-top: 10px;
    position: relative;
    margin: 0 0 0 -4px;
}


*html .loginForm p label
{
    display: block;
    width: 48%;
    float: left;
    font-size: 1.4em; 
    font-family: tahoma, lucida sans;
    color: #EEA332;
}

*html input.password
{
    width: 149px;
}


*html #layoutHolder
{
    background: #fff;
    width: 876px;
    position: relative;
    min-height: 100%;
    margin: 0 0 0 55px;
    overflow:hidden;
}

*html #presentationFlash
{
    margin-left:22px;
}

*html body
{
    background: transparent url(/App_Themes/Default/Images/Graphics/iebak.jpg) no-repeat 0 0; 
    text-align: left;
	color: #1d1d1d;
	font-family: arial, helvetica;
	font-size: 62.5%;
	width: 99.9%;
	margin: 0;
    height: 100%;
}


/* End IE6 Hacks */ 