@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/background1.jpg);
	background-repeat:repeat;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}	

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main-box {
	width:927px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color:#28580c;
	overflow:hidden;
	
}		
	
#title {
	height:220px;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	
}

.small-box {
	float:left;
	padding:10px;
	width:175px;
	height:175px;
}

.another-box {
	position:relative;
	clear:both;
	padding:20px;
	width:90%;
}	
		

.divider {
	clear:both;


	height:5px;
}

.table_box {
	padding-left: 15px;
}	

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
		
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }


#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }


#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}

a img {
	border: none;
}

a {
	outline:none;
}	
		
.hovermenu ul{
font: 20px arial;
padding-left: 0;
margin-left: 0;
height: 30px;
width: 927px;

}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 1px 0.65em;
text-decoration: none;
float: left;
color: white;
background-image:url(../images/menu_gradient.png); /* You Can Change this color */
background-repeat:repeat-x;
border: 1px solid #28580c; /*You can change this color*/
}

.hovermenu ul li a:hover {
background-image:url(../images/menu_gradient_down.png); /*You Can Change This Color*/
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}