body
{
  background-color: WHITE;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/pageback.gif);
	background-repeat:repeat-x;
}

h1
	{
		font-size: 14px;
		background-repeat:no-repeat;
		padding-left:20px;
		margin-top:20px;
	}

img
{
	border: 0px;
}	

a
{
    color: #2e5a85;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#content {
	width:790px;
	text-align:left;
}

#content .header{	
	background-image:url(../images/header.jpg);
	display:block;
	width:790px;
	height:80px;
}

#content .header .nav{
	margin-left:541px;
	padding-top:50px;

}

#content .header .nav a{
	text-decoration:none;
	color:#518abf;
	font-size:11px;
}

#content .sidenav a{
	width:196px;
	float:none;
	background-color:#7fa5d0;
	display:block;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
}

#content .sidenav a:hover{
	background-color:#b2cae3;
	color:#0b5ba4;
	display:block;
}

#content .location{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	font-size:10px;
	color:#999999;
}

#content .copy {
	padding-left:25px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:25px;
	width:543px;
}

#content .footer{
	font-size:11px;
	color:#999999;
}

.tradeshow{
width:200px;
background-color:#FFFFFF;
display:block;
padding:10px;
float:right;
margin-left:20px;
color:#7da3ce;}





/*pix test*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -440px;
left: -75px; /*position where enlarged image should offset horizontally */
}




/*top menu*/
