body {
    background-color: #4D7E3E;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 50em 50em;
}



#logo {
	width: 50em;
    height: 30em;
    z-index: -500;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	text-align: center;
}

#logo img {
	
	height: 100%;
}

#listLeft, #listRight {
    width: 10em;
    border: 0px solid white;
    margin-bottom: auto;
    margin-top: auto;
    float: left;
    font-size: 1.5em;
}
#listRight {
    float: right;
}
/* lists */
#listLeft ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
#listLeft li {
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 0% .4em;
    padding-left: .6em;
    line-height: 1.5em;
    
}
#listRight ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
#listRight li {
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 100% .4em;
    padding-right: .6em;
    line-height: 1.5em;
}

/* "TOOLTIP" */
a.tooltip {
	color:#00FF00;
	outline:none; 
	text-transform: none;
	/*font-size: 17px;*/
}
a.tooltip strong {
	line-height:30px;
}
a.tooltip:hover {
	text-decoration:none;
} 
a.tooltip span {
    z-index:10;display:none; 
    padding:10px 5px 10px 10px;
    margin-top:40px; 
    margin-left:-250px;
    width:300px; 
    line-height:18px;
    text-align:left;
        font-weight: lighter !important;
}
a.tooltip:hover span{
    display:inline; 
    position:absolute; 
    border:1px solid #FFF;  
    color:#EEE;
    background:#333 url(../images/tooltip/css-tooltip-gradient-bg.png) repeat-x 0 0;
    white-space: normal;
}
.callout {
	z-index:20;
	position:absolute;
	border:0;
	top:-14px;
	left:200px;
	height:14px !important;
	width:30px !important;
}
.calloutTurn {
	z-index:20;
	position:absolute;
	border:0;
	top:-14px;
	left:200px;
	height:14px !important;
	width:30px !important;
}
.callout img {
	height:10px;
	width:10px;
}
IMG.tooltipStandard {
	 height:70px;
	 width:75px;
	 float:right;
	 padding:2px;
}
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}


