@charset "utf-8";
/* CSS Document */
html {
	font-size:100%;
	font-size:101%; /*For IE 5.5 - 6*/
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
	background:#efd6a5 url(../images/sniffer-page-bg.gif) repeat;
}
/*.wrapper-class {
	margin:0 auto;
	width:1024px;
}*/
#content {
	width:100%;
}
.clear-fix {
	clear:both;
}
.sniffer-header {
	float:left;
	width:995px;
	height:30px;
	padding-top:126px;
	border-bottom:#000000 1px solid;
}
.sniffer-header h1 { /*For Accesibility reasons*/
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size:1.2em;
}
.sniffer-header #header-box {
	margin-top:-10px;
	float:left;
	width:170px;
	height:20px;
	background:url(../images/nuclear-graduates.png) no-repeat!important;
	background:url(../images/nuclear-graduates.jpg) no-repeat;
}
.sniffer-footer {
	float:left;
	width:995px;
	height:108px;
	padding-top:8px;
	border-top:#000000 1px solid;

}
.sniffer-content {
	float:left;
	width:995px;
	height:540px;
	text-align:left;
}
.text-column {
	float:left;
	width:260px;
	padding:50px 70px 0 2px;
}
p {
	font-size:1.3em;
	font-weight:600;
}
p.footnotes {
	font-size:1.1em;
	font-weight:600;
	margin-top:-5px;
	text-align:left;
}
.version-column {
	float:left;
	position:relative;
	width:600px;
	height:540px;
	background:url(../images/version-column-bg.png) no-repeat!important;
	background:url(../images/version-column-bg.jpg) no-repeat;
}
/*Flash version rules*/
.flash-version {
	position:absolute;
	left:59px;
	top:83px;
	width:118px;
	height:144px;
	overflow:hidden;
}
#image01 a {
	display:block;
	height:144px;
}
#image01 a{
	width:118px;
	height:144px;
	background:url(../images/flash-version.png)!important;
	background:url(../images/flash-version.jpg);
	position:absolute;
	top:0;
}
#image01 a:hover {
	background:url(../images/flash-version01.png)!important;
	background:url(../images/flash-version01.jpg);
}

/*HTML version rules*/
.html-version {
	position:absolute;
	left:278px;
	top:83px;
	width:82px;
	height:122px;
	overflow:hidden;
}
#image02 a {
	display:block;
	height:122px;
}
#image02 a {
	width:82px;
	height:122px;
	background:url(../images/html-version.png)!important;
	background:url(../images/html-version.jpg);
	position:absolute;
	top:0;
}
#image02 a:hover {
	background:url(../images/html-version01.png)!important;
	background:url(../images/html-version01.jpg);
}
#image01 a strong,
#image02 a strong {
	margin:0;
	padding:0;
	display:none;
}