﻿body
{
	background-color: #3B3B3B;
	margin-top: 0px;
	text-align:left;
}
.style1 {color: #FFFF00; font-family:Verdana; text-decoration:none; font-size:10pt; font-weight:bold}
a:link {color: #FFFF00;}
a:visited {color: #FFFF00;}

.style3 {font-weight: bold; color: #FFFFFF;}
.style4 {font-size: 12px}
.style6 {font-size: 9px}
.style7 {font-size: 12px}
.style8 {color: #FFFFFF}
.style9 {font-size: 12px; color: #FFFFFF;}

a:link.type1    {color:#FFFF00; text-decoration:none; font-family:Vivaldi; font-size:25pt; font-weight:bold}
a:visited.type1 {color:#FFFF00; text-decoration:none; font-family:Vivaldi; font-size:25pt; font-weight:bold}
a:active.type1  {color:#FFFF00; text-decoration:none; font-family:Vivaldi; font-size:25pt; font-weight:bold}
a:hover.type1   {color:#FFFF00; text-decoration:underline; font-family:Vivaldi; font-size:25pt; font-weight:bold}

a:link.enter    {color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:18pt; font-weight:bold}
a:visited.enter {color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:18pt; font-weight:bold}
a:active.enter  {color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:18pt; font-weight:bold}
a:hover.enter   {color:#FFFF00; text-decoration:underline; font-family:Verdana; font-size:18pt; font-weight:bold}

a:link.menu	    {color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:14pt; font-weight:bold}
a:visited.menu	{color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:14pt; font-weight:bold}
a:active.menu	{color:#FFFF00; text-decoration:none; font-family:Verdana; font-size:14pt; font-weight:bold}
a:hover.menu	{color:#FFFF00; text-decoration:underline; font-family:Verdana; font-size:14pt; font-weight:bold}

h1           { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-weight: bold }
h2           { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-weight: bold }
.h1_center   { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-align:center }
.h2_center   { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-align:center }

.bodytable {
	border: 2px solid #ffffff;
	border-color:#ffffff;
	border-width:thin #ffffff;
	border-collapse: collapse;
	width: 600px;
	background-color: #000000;
	text-align: left;
	font-size:14px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.table_nav {
	border: 0px;
	border-color:#000000;
	border-collapse: collapse;
	width: 595px;
	background-color: #000000;
	text-align: left;
	font-size:14px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.td_footer {
	text-align:center;
	font-size:10px;
	color:#ffffff;
}
.td_header {
	text-align:left;
	font-size:10px;
	color:#ffffff;
}
.logo {
	font-family:Vivaldi;
	font-size:58px;
	text-align:center;
	font-weight:bold;
	color:#BF0060;
}
.header {
	font-family:Vivaldi;
	font-size:48px;
	text-align:left;
	font-weight:bold;
	color:#BF0060;
	text-decoration:underline;
}
.telephone {
	font-size:16px;
	font-weight:bold;
	text-align:center
}
.text_center {
	text-align:center;
}
.text_small {
	text-align:center;
	font-size:10px;
	color:#COCOCO;
}

.imageborder {
	border:0px;
}
.image-gallery {
	border:0px;
}
.center {
	margin-left:0px;
	margin-right:0px;
}
.style10 {
	font-size: medium;
}
.style13 {
	border-collapse: collapse;
	border-width: 0px;
}
.style14 {
	background-image: url('gallery/top-right2.jpg');
}
.style15 {
	border-width: 0px;
}
.style16 {
	border-width: 0;
}
.style18 {
	border-style: solid;
	border-width: 0px;
}
.style11 {
	margin-left: 15px;
	margin-right: 29px;
}
.style12 {
	text-align: center;
}
.style10 {
	border-collapse: collapse;
	border-width: 0;
}
.style21 {
	text-decoration: none;
}
.style22 {
	font-family: Verdana;
	font-size: 10pt;
}
.style23 {
	font-family: Verdana;
	font-size: xx-small;
}


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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#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; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

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

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