body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: 333333;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	background-repeat: repeat;
	background-position: left top;
	background-color: #333333;
}

.body_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
	list-style-type: square;
	padding-left: 8px;
	padding-right: 30px;
}
.table1 {
	background-image: url(images/bg-grad.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	top: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #000000;
	margin-bottom: 50px;
	text-align: right;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330033;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	color: #336666;
	text-decoration: none;
}
.menu a:hover {
	color: #663333;
}
.menu a:active {
	color: #000000;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
}
.leftmenu a:link {
	color: #336666;
	text-decoration: none;
}
.leftmenu a:visited {
	color: #336666;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #663333;
	text-decoration: none;
}
.leftmenu a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	color: #336666;
	text-decoration: none;
}
.footer a:link {
	color: #669999;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	color: #000000;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sub {
	font-weight: bold;
	color: #663333;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.body_plain a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.body_plain a:hover {
	color: #663333;
	text-decoration: none;
}
.body_plain a:active {
	color: #000000;
	text-decoration: none;
}
.body_plain a:visited {
	color: #663333;
	text-decoration: none;
}
.layer {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	left: 33px;
	right: 10px;
	position: absolute;
	top: 103px;
	text-decoration: none;
	visibility: visible;
}
.layer a:link {
	color: #663333;
	text-decoration: none;
}
.layer a:hover {
	color: #000000;
	text-decoration: none;
}
.layer a:visited {
	color: 663333;
	text-decoration: none;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 17px;
	color: #342934;
	text-decoration: none;
	background-color: #666666;
}
.form {
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 35px;
}
/*  Lightbox
---------------------------------------------------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

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

/*  OuterImageContainer
---------------------------------------------------------------------------------------------------------------*/
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	font: 0, Arial, Helvetica, sans-serif;
	}

/*  ImageContainer
---------------------------------------------------------------------------------------------------------------*/
#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

/*  HoverNav
---------------------------------------------------------------------------------------------------------------*/
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#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;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#fullsize{float:right; margin-right:5px;}

#lightboxImage{
	position:absolute;
	left:10px;
	}
	
#lightboxDoubleDiv{
	position:absolute;
	right:10px;
	width:300px;
	height:400px;
}

/*  ImageDataContainer
---------------------------------------------------------------------------------------------------------------*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding:0 0 0.1em 0;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{width:49%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #imageDetails2{float: right; text-align: left; }	
#imageData #caption2{ font-weight: normal; }
#imageData #numberDisplay2{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #bottomNavDouble{ float: right; margin-right: 0.5em;}
#imageData #bottomNavSingle{ float:right; margin-right: 0.5em;}

/*  Header
---------------------------------------------------------------------------------------------------------------*/		
#headerContainer{
	width:100%;
	overflow:visible;
	position:absolute;
	top:0;
	left:0;
	z-index:105;
	}

#header{
	position:relative;
	top:0;
	height:95px;
	width:100%;
	z-index:105;
	overflow:hidden;
	margin: 0 auto;
	}
	
#headerBG{
	top:0;
	height:80px;
	position:relative;
	z-index:92;
	background-color:#333333;
	border-bottom: thin solid #CCCCCC;
	}
	
#indexForward{
	float:right;
	width:10px;
	height:80px;
	position:relative;
	z-index:105;
	background-image: url(images/HeaderBarArrowRight.gif);
	}
	
#indexBackward{
	float:left;
	width: 10px;
	height:80px;
	position:relative;
	z-index:105;
	background-image: url(images/HeaderBarArrowLeft.gif);
	}
	
#headerImageContainer{
	height:100%;
	position:relative;
	z-index:92;
	top:0;
	text-align:center;
	margin: 0 auto;
	}

#headerImageContainer div img{
	max-height:60px;
	position:relative;
	top:10px;
	}

#headerIndexSelected{
	padding: 0 5px 0 5px;
	max-width:113px;
	background-color: #000000;
	position:relative;
	float:left;
	height:80px;
	}

#headerIndexSelectedGreen{
	padding: 0 5px 0 5px;
	max-width:113px;
	background-color: #000000;
	position:relative;
	float:left;
	height:80px;
}

#headerIndexBG{
	padding: 0 5px 0 5px;
	max-width:113px;
	position:relative;
	float:left;
	height:80px;
	}

#headerIndexBG:hover{
	background-color:#336666;
	}
	
#headerIndexBG img{
	position:relative;
	}
	
/*  HeaderBar
---------------------------------------------------------------------------------------------------------------*/
#headerBar{
	position:absolute;
	font: 0, "Times New Roman", Times, serif;
	}

#headerBarImage{
	height:14px;
	top:0;
	}

#headerBarLeft{
	top:0;
	left:0;
	position:absolute;
	z-index:101;
	}

#headerBarRight{
	top:0;
	right:0;
	position:absolute;
	z-index:101;
	}

#headerBarArrow{
	position:absolute;
	top:3px;
	right:50%;
	width:8px;
	height:8px;
	background-image:url(../images/headerBarArrowDown.gif);
	z-index:102;
	}
#imageDataContainer a:link {
	color: #336666;
	text-decoration: none;
}
#imageDataContainer a:visited {
	color: #336666;
	text-decoration: none;
}
#imageDataContainer a:hover {
	color: #663333;
}
#imageDataContainer a:active {
	color: #000000;
}
.Italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #330033;
	line-height: 17px;
	text-decoration: none;
	list-style-type: square;
	padding-left: 8px;
	padding-right: 30px;
}
.body_plainLIST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	list-style-type: square;
	padding-left: 8px;
	padding-right: 30px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: 663333;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 8px;
	letter-spacing: 1px;
}
h3 {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
	padding-left: 8px;
}
h2 {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
	padding-left: 8px;
}
.body_plain a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	list-style-type: square;
}
.body_plain a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.events {
	color: #330033;
	font-weight: bold;
}

