@charset "UTF-8";

* {	
	padding: 0px; 
	border: 0px; 
	margin: 0px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
}

html, body { 
    height: 100%; 
} 

body {
	behavior:url("../include/csshover3.htc");
}

p {
	margin-bottom: 16px;
}

table.filmstrip {
	border-collapse: collapse;
	border: 4px solid white;
	margin-left: auto;
	margin-right: auto;
}

ul.bulletlist {
	margin-bottom: 25px;
}

ul.bulletlist li{
	 margin-left: 15px; 
	 text-indent: 3px;
	 margin-bottom: 8px;
}

table.filmstrip td {
	background-color: white;
	/*border: 4px solid white;*/
	/*padding: 3px 3px 3px 3px;*/
}

table.filmstrip img {
	border: 4px solid white;
}

p.FAQq {
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 30px;
}

p.galleryfooter, p.galleryfooter a {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

ul.list li {
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

h2 a,h3 a {
	font-size: 11px;
	font-weight: normal;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #D5D5D5;
	display: block;
	border-bottom: 1px solid #888888;
}

img {
	vertical-align: bottom;
	z-index:-1;
}

table.imagegallery {
	margin-left: auto;
	margin-right: auto;
}

table.imagegallery  td {
	margin: 16px;
	padding: 2px;
}

a {
	text-decoration: underline;
}

a.nolink:hover {
	cursor: default;
}

a:hover {
	text-decoration: none;
}

/*TOOLTIP CODE*/
td.tooltipimage div.container {
	position: relative; 
	height: 100%;
	padding: 0px;
}

td.tooltipimage div.tooltip {
	position: absolute;
	display: none;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 0px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/50perctranblack.png');
	<!--[if lte IE 6]>
	background-color: #333333;
	<![endif]-->
}

td.tooltipimage div.tooltip[class] {
  background-image:url(images/50perctranblack.png);
}

td.tooltipimage:hover div.tooltip {
	display: block;
	color: white;
	line-height: 16px;
	font-size: 11px;
}

/*------------------------*/



div#wrapper { 
    width: 100%; 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0px 0px -65px 0px; 
} 

div#footer_wrapper { 
    width: 100%; 
    height: 65px; 
	text-align: center;
} 

div#content_wrapper { 
    width: 100%; 
    padding: 0px 0px 65px 0px; 
} 

div#contentwrapper {
	margin: 20px 0px 20px 0px;
	text-align: center;
}

div#normalcontent {
   text-align: left;
   margin: 0 auto;
   width: 890px;
   padding: 0; /* Zero to prevent IE box trouble. */
}

div#gallerycontent {
	text-align: center;
}

div#maintopbar {
	clear: both;
	text-align: center;
	padding: 20px;
	list-style:none;
}

div.imagefloatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.imagefloatright img, div.imagefloatleft img {
	border: 2px solid white;
}

div.imagefloatleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

