@charset "utf-8";
/* The Hyde CSS Document */
/*
/////////////////////// 
Clear browser settings 
///////////////////////
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height:18px;
}




body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d1d1d1;
	background-color: #0f0a0d;
}

.bold {
font-weight:bold;
}

.italic{
font-style:italic;
}

A{
COLOR: #d1d1d1; TEXT-DECORATION: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
A:link {
	COLOR: #847b77;
}
A:visited {
	COLOR: #847b77;
}

A:hover {
	COLOR: #f4e3a5;

}
A:active{
color:#f4e3a5;
}


.pagePadding {
/*	margin:19px; */
}

.content{
padding:0px;
height:583px;
}



#hyde_subNav {
	position:absolute;
	left:78px;
	top:184px;
	width:230px;
	height:315px;
	z-index: 69;
}
#hyde_mainNav {
	position:absolute;
	left:75px;
	top:500px;
	width:800px;
	height:30px;
	z-index:111;
}


 #hyde_bgContent{
 padding:0px;
height:583px;
z-index:500;
 }

#leftSecondaryMenuDiv {
	position:absolute;
	left:55px;
	top:46px;
	width:209px;
	height:357px;
	z-index:70;
}
#rightContentBox {
	position:absolute;
	left:342px;
	top:71px;
	width:510px;
	height:404px;
	z-index:3;
}

#galleryContentBox {
	position:absolute;
	left:59px;
	top:57px;
	width:780px;
	height:425px;
	z-index:5;
}

.pagePositioner {
	position:absolute;
	top: 50%;
	left: 50%;
	width:933px;
	height:583px;
	margin-top: -291px; /*set to a negative number 1/2 of your height*/
	margin-left: -466px; /*set to a negative number 1/2 of your width*/
	z-index: 1000;
	/*border: 0px solid #ccc;
	background-color: #0f0a0d;*/
	/*background-image:url(../images/pageBG.jpg);*/
}

/*#header{
background-color:#0f0a0d;

}
*/






/*
///////////////////////
Main Navigation bar CSS 
///////////////////////
*/
#nav{
margin-bottom:7px;
padding-bottom:6px;
/*background-color: #0f0a0d;*/


}
#navcontainer {
padding-left: 0px;
	padding-top: 6px;
	height:30px;


}
	
	ul#navlist
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	bottom: auto;
/*	white-space: nowrap;
	
	margin-left: 10px; */
	
	}
	
	ul#navlist li
	{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#847b77;
	margin:4px;
	/*background-color: #333333;
	border-top: 0px none #ffffff;
	border-bottom: 0px none #999999;*/
	}
	
	#navlist a, #navlist a:link
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding: 0px 20px 0px 20px;
	color:#847b77;
	text-decoration: none;
	}
	
	ul#navlist li#active a
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #f4e3a5;
	padding: 0px 20px 0px 20px;
	}
/*
	ul#navlist li#active a:link
	{
	color: #000000;
	background-color: #CCCCCC;
	padding: 1px 4px 1px 4px;
	}
	*/

	#navlist a:hover
	{
		color: #f4e3a5;
		border-bottom:none;

	}

