@charset "utf-8";
body {
	color: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #01030c;
}
.header {
	height: 175px;
	width: 1000px;
}

.wrapper {
	background-color: 3c4564;
	width: 1002px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/backcolor.jpg);
	background-repeat: repeat;
	visibility: visible;
}
.menu {
	background-color: #3D4665;
	width: 200px;
	float: left;
	height: auto;
	top: 20px;
	position: relative;
}
.main {
	color: #FFFFFF;
	float: left;
	width: 700px;
	position: relative;
	visibility: visible;
}



.wrapper_home {
	width: 915px;
	background-position: center top;
	height: 694px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-color: #3C4564;
	clear: both;
	background-image: url(Images/back.jpg);
}
.menu_home {
	position: relative;
	left: 700px;
	right: 250px;
	width: 160px;
	height: auto;
	top: 230px;
	background-color: #313D57;
	padding: 15px;
}
.footer {
	width: 100%;
	float: left;
	height: 60px;
	clear: both;
	position: relative;
	text-align: center;
}
.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: -1000px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.popup {
	visibility: visible;
	z-index: 1;
	left: 200px;
	top: 300px;
	position: absolute;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	font-weight: bold;
	font-size: 12px;
}
a {
	color: #CCFF66;
}
.reports {
	height: 150px;
	width: 170px;
	position: relative;
	left: 710px;
	top: 270px;
}

