﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%
	}

#pg-wrapper {
	background-image:  url(../images/bg_pg_wrapper.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 920px;
	}

#header {
	background-image: url(../images/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 180px;
	}
	
#headercopy {
	background-image: url(../images/contagiouscompanies.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 125px;
	width: 924px;
	background-position:left;
	margin-left:20px;
	}

#main {
	margin: 0 20px;
	}

#buttons ul {
	float: left;
	list-style: none;
	text-align: center; 
	width: 318px;
	}

#footer {
	background-color: #024A93; /*#394452 old color*/
	color: #B5BFCC;
	font-size: 100%;
	padding: 1.5em;
	text-align: center;
	}

.clear {
	clear: both;
	}


/* This tip is from http://psacake.com/web/jl.asp, http://jlhaslip.trap17.com/samples/tooltips/ and http://meyerweb.com/eric/css/edge/ */
li.info {
/*	background-color: #FFFFCC; */
	color: #000000;
	position: relative;
	text-decoration: none;
	z-index: 24;
	}
	
li.info:hover {
/*	background-color: #FFFFFF; */
	z-index: 25;
	}

li.info span {
	display: none;
	}

li.info:hover span {
	background-color: #333333;
	display: block; 
	font-size: 120%;
	position: absolute;
	top: 5px;
	left: 312px;
	width: 35em;
	border: 2px solid #FFFFFF;
	padding: 1em;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	z-index: 30;
	}