/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-color: #000000;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	color: #000;
	margin: 0px;
	padding: 5px 20px 7px 85px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


h1 {
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

h2 {
	font-style:italic;
	color: #000066;
	margin: 10px 0px 10px 5px;
	padding: 10px 15px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}



li {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #333333;

}
a:visited {

}
a:hover {

}
a:active {

}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/container-bgd.jpg);
	background-repeat: repeat-y;
}

div#header {
	width: 950px;
	height: 258px;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.jpg);
	position: relative;
}
div#flash {
	float: right;
	height: 259px;
	width: 630px;
}



div#container {
	width:950px;
	margin:0px auto;
	padding:0px;
	background-repeat: repeat-y;
	background-image: url(images/container-bgd.jpg);
}


div#content {
	width:950px;
	vertical-align:top;
	text-align:left;
	background-image: url(images/content-bgd.jpg);
	background-repeat: no-repeat;
	margin: auto;
	float: left;
}
div#column {
	float: right;
	width: 313px;
}
div#column a:link {
	color: #FFCC00;
}

table#tour {
	padding: 5px 2px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}

div#main {
	float: left;
	width: 620px;
}




/* ----------------- NAVIGATION CONTAINER ----------------- */

div#navcontainer {
	height: 50px;
	width: 950px;
	background-image: url(images/nav.gif);
	position: relative;
	float: left;
}


	ul#mainnav {
	width: 500px;
	padding: 0;
	list-style-type: none;
	left: 93px;
	top: 11px;
	margin: 0;
	position: absolute;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 14px 5px 13px;
	margin: 0px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #FFCC00;
	}

div#footer {
	width:950px;
	height: 121px;
	margin:0px auto;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#990000;
	text-align: left;
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 75px;
	background-color: #000000;
} 

div#footer a:link, div#footer a:visited {
	color:#5F193B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#footer a:hover, div#footer a:active {
	color:#ffe686;
	text-decoration:none;
}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}
div#myspace {
	height: 35px;
	width: 200px;
	position: absolute;
	left: 713px;
	top: 7px;
}


img.right {
	float: right;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
	margin: 5px 20px 5px 10px;
	padding: 5px;
	clear: both;
}

img.middle {
	margin: 0;
	padding: 5px;
	border: 1px dotted #3d3d3d;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */



.center {
text-align: center;
}

div#map {
	text-align: center;

}
.audio {
	padding: 0px;
	text-align: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ----------------- owner sign - in ---------------- */
div#signin {
	width: 990px;
	padding: 0px;
	color: #000;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#signin a:link, div#signin a:hover, div#signin a:visited, div#signin a:active {

font: normal 9px Arial, Helvetica, Verdana, sans-serif;
color: #000;
text-align: right;
}

/* ----------------- address ----------------- */
address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.address {
	margin: 5px;
	padding: 5px;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
h5 {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
}
div#player {
	height: 30px;
	width: 400px;
	position: absolute;
	left: 87px;
	top: 221px;
}
table#gallery {
	float: right;
	width: 480px;
	margin-right: 40px;
	clear: both;
}
/* ----------------- LIGHTBOX CSS CODE ------------------- */

div#gallery {
	width: 540px;
	margin: 15px auto;
	clear: both;
}
div#gallery a {
	width: 150px;
	margin: 10px;
	float: left;
}
div#gallery a img {
	border: solid 1px #ccc;
	padding: 2px;
}
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg: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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
