﻿html, body { 
    height: 100%;
}

body {
    margin:  0;
    padding: 0;
	background: #fff;  
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	color: #808080;
}

object { 
    outline: none; 
}

a {
    color: #6BA041;
}

a:visited {
    color: #00703C;
}

h3, address {
    margin: 0;
    padding: 0;
}

td, th, li, p {
    font-size: 1em;
}

#Layout {
	width:  100%;
	height: 100%;
	position: relative;
}

#ContentContainer {
    background: none;
    width: 950px;
    height: 610px;
    position: relative;
    margin: 0 auto;
    z-index: 1; 
}

#ContentContainer.Debug {
    border: 1px dotted #ccc;
    border-top: none;     
}

#ContentContainer #Footer {
    margin: 0 5px 10px 10px;
    position: absolute;
    width:  935px;
    bottom: 0;
    left: 0;
}

#ContentContainer #Footer .LogoResponsibility {
    background: url(Images/logo-responsibility.gif) top left no-repeat;
    display: block;
    float: left;
    width: 130px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
}

#ContentContainer #Footer .LogoResponsibilityComplete {
    background: url(Images/logo-responsibility-bottle.gif) top left no-repeat;
    display: block;
    float: left;
    width: 130px;
    height: 65px;
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
}

#ContentContainer #Footer ul.Menu {
    list-style: none;
    position: absolute;
    bottom:  0;
    margin:  0;
    padding: 0;
}

#ContentContainer #Footer ul.Menu li {
    float: left;
    border-left: 1px solid #808080;
    line-height: 1.2em;
    height: 1.2em;
}

#ContentContainer #Footer ul.Menu li.First {
    border-left: none;
 }

#ContentContainer #Footer ul.Menu a {
    display: block;
    padding: 0 0.75em;
    color: #6BA041;
    font-size: 1.1em;
    text-decoration: none;
}

#ContentContainer #Footer ul.Menu a:hover {
    text-decoration: underline;
}

#ContentContainer #Footer ul.SiteLinks {
    left: 130px;
}

#ContentContainer #Footer ul.UtilityLinks {
    right: 0px;
}

#ContentContainer #Footer ul.Menu a:hover {
    text-decoration: none;
}

#ContentContainer #TooltipContainer {
    background: url(Images/footer-tooltip-bg-top.gif) 0 0 no-repeat;
    display: none;
    width: 333px;
    padding-top: 7px;
    position: absolute;
    left: 133px;
    top: 40px;
}

#ContentContainer #TooltipContainer p {
    background: url(Images/footer-tooltip-bg-bottom.gif) 0 bottom no-repeat;
    color: #6BA041;
    font-size: 1.1em;
    text-align: center;
    padding: 0 8px 8px 8px;
    margin:  0;
}

#ContentContainer #TooltipContainer .TooltipCaret {
    background: url(Images/footer-tooltip-caret.gif) 50% 0 no-repeat;
    display: block;
    width:  11px;
    height: 13px;
    position: absolute;
    top: -11px;
}

#FlashContent {
    display: block;
    width:  930px;
    margin: 0 auto;
    padding: 20px 0;
}

#FlashContent p {
    line-height: 12px;
    margin: 0 0 1em 0;
    padding: 0;
}

#FlashContent ul {
    line-height: 12px;
    margin-top: 0;
    padding: 0 auto;
}

#FlashContent h1,
#FlashContent h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#FlashContent noscript a {
    color: #6BA041;
    text-decoration: none;
}