body.cfp_expo12 {	
	text-align:center; font-family: Georgia, serif;
}

div.page {
	background: url('/img/ngwa/expo12_background.jpg') no-repeat fixed center;
	width:100%;
	height:100%
	margin:0 auto;
}

div.wrapper {
	width:960px;
	margin:25px auto 0 auto;
}
.clear {
	clear:both;
}

.nav {
	background-color: #096727;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
.nav ul li {
	display: inline;
	float: left;
	width: 192px;
	border: none;
}
.nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: auto 15px;
	width: 192px;
	border: none;
	border-right: 1px solid #fff;
}
.nav ul li:hover, .nav ul li a:hover {
	background-color: #9DC83A;
	color: #fff;
}

/*content styles */
div.content {
	background-color:#fff;
	text-align:left;
	padding: 10px;
	font-size:14px;
}
div.content div.primary {
	float:left;
	width:90%;
}
div.content div.secondary {
	float:right;
	width:20%;
}

div.footer {
	margin:20px 0 0 0;
	background-color:#fff;
	border-top:1px #999 solid;
	height:50px;
	padding:10px 0 10px 10px;
	text-align:left;
	font-size:10px;
}
div.footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.footer li {
	float:left;
	margin:0 15px 0 0;
	padding:0;
}
div.footer a:link, div.footer a:visited, div.footer a:hover {
	text-decoration:none;
	color:#0D6CB6;
}

h1,  h2, h3 {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	font-weight: normal;
}

.graybox {background-color:#E8F1BA}

.outer {
  display: block;
}

.outer .inner {
  display: block;
  margin-left: 10px;
}

.outer:hover {
  background-color: #EEEEEE;
}

.outer:active .inner {
  display: block;
}

td {vertical-align:top;}


a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.tooltip:hover{z-index:25; background-color:#E6DAB4}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #D9531E;
    background-color:#E6DAB4; color:#000;
    text-align: center}
