/* CSS Document */

/* Restraints */

#wrapper {
	background-image:url(images/bg_swirl.gif);
	background-position: 130px 130px;
	background-color:#215E8F;
	background-repeat: no-repeat;
	width:930px;
	height:600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: visible;
	padding-left: 0px;
	right: 0px;
	bottom: 0px;
	}

	
#body {
	background-color: #215E8F;

}

/* End Restraints */



/* Header */

#banner {
	margin-top: 50px;
	margin-bottom: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/jenel_banner.gif);
	background-repeat: no-repeat;
}


#banner p {
	margin-right:20px;
	margin-top: -3em;
	}
	
#currentpage {
	position: absolute;
	top: 80px;
	width: 910px;
	text-align: right;
	z-index:1;
	}
	
/* Logo */	

#imgLogo {
	position:relative; left: 0px; top: 31px;
	width: 814px;
	height: 112px;
	margin: 0px;
	}
	
/* End Logo */
	
/* End Header */


img {
	border: none;
	}

		
#border {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
	}

/* Navigation */


#mainNav {
	float: right;
	clear:both;
	background-image:url(images/border.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 190px;
	margin-top: 35px;
	margin-right: 0px;
	border-left: 1px solid #ffffff;
	}

#mainNav ul {
	margin-top: 20px;
}

#mainNav li {
	margin-top:6px;
	margin-bottom:10px;
	float:left;
	margin-left:-25px;
	padding: 0em 0px 0px 0px;
	list-style-type: none;
	list-style-position: inside;
	}

/* End Navigation */

#leftcontent {
	float:left;
	width: 200px;
	height:250px;
	margin-top: 37px;
	margin-bottom:40px;
	margin-right:20px;

}

#content {
	float:left;
	width: 275px;
	height:250px;
	margin-top: 37px;
	margin-bottom:40px;
	margin-right:20px;
	border:solid;
	border-width:1px;
}

#rightcontent {
	float:left;
	width: 175px;
	height:250px;
	margin-top: 37px;
	margin-bottom:40px;
	margin-right:20px;

	}

#rightcontent img {
	margin-bottom:10px;
	}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	margin-left: 10px;
	margin-top:0px;
	padding: 0px;
	margin-bottom:0px;
}

a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}

.bluet {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.tiny {
	font-size:10px;
	margin:0px;
	}

marquee {
	play-count:2;
	}	
	



.bgLogo {
	position:relative; left: 303px; top: 0px;
	width: 208;
	}	
/* Footer */
	
#footer {
	clear:both;
	border-top: 1px solid #ffffff;
	padding-top:70px;
	}
	
#foot p {
	margin-top:50px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
/* End Footer */








.thumbnail {
	position: relative;
	z-index: 0;
	
	}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	border: solid;
	border-color:white;
	border-width:1px;
	visibility: hidden;
	color: black;
	text-decoration: none;

	}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 1px;
	}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -400px; /*position where enlarged image should offset horizontally */
	top:-100px;
	}
