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

body {
	margin: 0px;
	padding: 0px;
	/* text-align centers the site in IE5/windows */
	text-align: center;
	background-color: #BCBBB5;
}
#container {
	position:relative;
	width: 780px;
	
	/* margin centers the layer */
	margin: 0 auto;
	/* text-align corrects left text alignment from the body tag */
	text-align: left;
}
.containerFlash {
	float:right;
	width:260px; 
	padding-left:20px; 
	left: 286px; top: 20px;
}
#title {
	position:absolute;
	left:206px;
	top:60px;
	z-index:100;
}
#header {
	position:relative;
	width: 780px;
	height: 100px;
	background-image:url(images/template/header.gif);
	background-repeat:no-repeat;
	display:block;
	margin: 0px;
}
#byline {
	position:relative;
	width: 780px;
	height: 23px;
	background-image:url(images/template/header_byline_bar.jpg);
	background-repeat:no-repeat;
	display:block;
	margin: 0px;
}
#bottom {
	width: 780px;
	height: auto;
	background-image:url(images/template/bottom_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow: visible;
	background-color: #EDEBDF;
}
.caption {
	font-size: 11px;
	color: #666666;
}
#content {
	position:relative;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 536px;
	float: right;
	height:inherit;
}
#gallery {
	position:relative;
	width: 586px;
	float: right;
	height:inherit;
}
#navigation {
	position:relative;
	width: 194px;
	min-height: 475px;
	float: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002250;
	margin-bottom: -10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
}
.thumbScroll {
	background-color: #C1C7C7;
	height: 225px;
	overflow:scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#se {
	position: absolute;
	visibility: hidden;
	z-index: -100;
	left: -500px;
	top: -500px;
}

