/* original author: Gemini Creative
modified by: Scott Marlow
last mod date: December 18, 2009

 */
body {
	background: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 780px
}
#utility {
	background: #010188;
	border-bottom: 1px solid #000;
	height: 22px;
	line-height: 22px;
	width: 780px;
	text-align: right
}
#utility a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .15em;
	margin: 0 8px;
	text-transform: uppercase
}
a {
	text-decoration: none;
	color : #006699;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color : #003366;
}
a.nav {
	text-decoration: none;
	color : #006699;
	font-weight: normal;
}
a.nav:hover {
	text-decoration: underline;
	color : #003366;
}
a.info {
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none
}
a.info:hover {
	z-index:25;
	background-color:#FFFFFF;
	color:#000000;
	text-decoration: none
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:30em;
	border:1px solid #0cf;
	background-color:#E0FFFF;
	color:#000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: -5px;
}
h2 {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: -5px;
}
h3 {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: -5px;
}
p {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.subnav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
.medtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : 10px;
	color : #000000;
}
.lrgtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
}
.alert {
	color: red;
}
.formlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #003366;
 font-weight :
}
#home ul {
}
#home li {
	list-style-type: none;
	margin-bottom: .2em;
}
ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
}
.medtextwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.pgtitle {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.subtitle {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif
}
.blue_subtitle {
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif
}
.red_subtitle {
	color: #AB2D23;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif, sans-serif
}
#expo-vendors tr:hover {
	background-color: #B9E0F7;
}
#expo-vendors td {
	border-bottom: 1px solid #5A1300;
	vertical-align: text-top;
	padding: 2px 2px 4px 2px;
}
#expo-vendors th {
	border-bottom: 1px solid #5A1300;
	vertical-align: text-top;
	;
	background-color: #B9E0F7;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}
#expo-vendors th:hover {
	background-color: #B9E0F7;
}
img.expofeature {
	margin: 4px 0 8px 6px;
	float: right;
}
td.expofeature {
	border-bottom: 1px #999 solid;
	padding: 4px 0 8px 0;
}

