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

.bodyBG { background-color:#BDDEDE; }
.headerBG { background-image:url(../images/headerBG.png); background-repeat:no-repeat; background-position: top left; }
.frameTOP { background-image:url(../images/frameTOP.png); background-repeat:no-repeat; background-position: top left; }
.frameMID { background-image:url(../images/frameMID.png); background-repeat:repeat-y; background-position: top left; }
.frameBOT { background-image:url(../images/frameBOT.png); background-repeat:no-repeat; background-position: top left; }


#motioncontainer {
	margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
	width: 100%; /* Set to gallery height */
	height: 127px;
}

#motioncontainer a img {
border: 0px solid #ffffff; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #006699; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:11px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

.instructions { font-family: Verdana; font-size: 9px; color: #000000; font-style:italic; }

/* BEGIN CONTENT CSS MARKUP */
.h1 { font-family: "Times New Roman", Times, serif; font-size: 28px; color:#FFFFFF; font-style:italic; font-weight:bold; line-height: 45px; }
.h2 { font-family: "Times New Roman", Times, serif; font-size: 20px; color:#3a62b1; font-style:italic; font-weight:bold; }
.h3 { font-family: "Times New Roman", Times, serif; font-size: 12px; color:#FFFFFF; vertical-align: top; }
.contactInfo { font-family: verdana; font-size: 16px; color:#3a62b1; font-weight:bold; }
.text1 {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#003366; }
.caption { font: Arial, Helvetica, sans-serif; font-size:9px; text-transform:uppercase; }

.meena { font-family: arial; font-size: 10px; color:#000000; background-color:#CCCCCC;}
a.meena: link { font-family: arial; font-size: 10px; color:#000000; background-color:#CCCCCC;}
