@charset "utf-8";


/*  page elements   */
body {
	margin: 0;
	background-color: #1F2322;
	color:#FFFFFF;
	font-family: Lucida sans, Lucida Grande, 'Helvetica' , Arial, sans-serif;
	
}
body a {
text-decoration:none;
color:#FFFFFF;
}



body a:hover {
text-decoration:none;
color:#000;
}

text {
font-size:12pt;
letter-spacing: 0.2pt;
text-align: left;
}

#bottom {
	height: 20px;
	position: relative;
	width:auto;
	margin:0px auto;
	bottom: 100%;
}


#bottom .legal {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:normal;
	font-size: 8pt;
	line-height: 1.1em;
	text-align:center;
}





#text {
text-align:left;
color:#FFF;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
letter-spacing:1pt;
font-size:12pt;
margin-left:10px;
padding:20px;
left:10px;
margin-right:100px;
}

/* photo elements */
#photo {
margin-right: auto;
margin-left: auto;
width: 600px;
text-align: center;
z-index:0;
/* visibility: hidden; */

}

#photo img {
border: #DBDBDB solid 1px;
}

#photo .splash {
border: none;
}

#photo #details
{
position: absolute;
margin-right: auto;
margin-left: auto;
height:auto;
width:602px;
color:#fff;
z-index:2;
background-image:url(/images/bg.png);
}

#photo #details .date {
float:right;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
font-size:10pt;
margin-right: 5px;
margin-top: 5px;
}

#photo #details .title {
float: left;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
font-size:10pt;
font-weight:bold;
margin-left: 5px;
margin-top: 5px;
}

#photo #details .desc {
text-align:left;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
font-size:10pt;
float:left;
margin-left: 5px;
margin-top: 5px;
margin-bottom:5px;
}



#frame {
position: absolute;
margin-right: auto;
margin-left: auto;
color:#FFF;
overflow:visible;
left: 0px;
width: 100%;
top: 100px;
z-index:0;
background: center no-repeat url(/images/thumbloading.gif);
}





/* navigation menu */
#menu 
{
position: absolute;

	z-index:99;
}
#nav, #nav ul {
position: relative;
top: 1px;
left: 10px;
	padding: 0;
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	margin: 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
	border: 0;
	z-index:99;
	font-weight:bolder;
	font-size:10pt;
	
}

#nav a {
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	border: 0;
}

#nav a:hover {
	background-color: #fff;
	color:#1F2322;
	border: 0;
}

#nav li {
	float: left;
	width: 170px;
	background-color: #1F2322;
	color:#FFFFFF;
	border: 0;
}

#nav li ul {
	width: 170px;
	background: #1F2322;
	color:#fff;
}

#nav li ul li {
	width: 170px;
	border: 0;
}















/*

layout for thumb carosel

*/



#scroller {
	width: 500px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
	position: relative;
	bottom:-20px;
	background:#1F2322;
}

#scroller ul {
	/* width: 700px; */
	height: 60px;
	padding:2px;
	white-space:nowrap;
	overflow:visible;
	margin:0px;
	text-align: center;
}

#scroller li {
	width:62px;
	display: inline;
	margin:3px;
}

#scroller img {
border:none;
background: no-repeat center center url(/images/thumbloading.gif);
}

#scroller .highlight {
border: 2px solid #FFFFFF;
}