.container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	z-index: 1;
}
.bottom_spacer {
	height: 100px;
}
.image {
	border: 1px solid #cccccc;
	margin-top: 0px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.header {
	background-image: url(../images/logo.jpg);
	height: 200px;
	width: 960px;
}
body {
	margin-top: 15px;
	background-image: url(../images/bg_str_diag_grey.gif);
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#66CCFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.page {
}
.contactpage {
	height: 900px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}
.footer {
	text-align: center;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a:link {
	text-decoration: none;
	color: #0033FF;
}
.footer a:hover {
	text-decoration: none;
	color: #00CCFF;
}
.footer a:visited {
	text-decoration: none;
	color: #0066CC;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar {
	padding: 7px;
}

a.info:hover{
	z-index:25;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:23px;
	width:30em;
	color:#FFFFFF;
	text-align: left;
	padding: 7px;
	left: 0px;
}



#page_wrap {
	width: 600px;
	z-index: 1;
	margin: 10px auto;
}

#bottom_fade {
	width: 960px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url(../images/bottom-fade.png) bottom center no-repeat;
}
.right_col {
	float: right;
	margin-right: 0px;
	width: 480px;
}
