/* CSS Document */

*{
body:0;
padding:0;
margin:0;
}

body{
background:url(NEW/images/bgstripes3.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin-top:75px;
text-align:center;
color: #666666;
}

#wrapper{
	position:relative;
	padding-top:100px;
	width:800px;
	height:400px;
	padding-height:100px;
	background-color:#FFFFFF;
	border: thin groove #999999;
	left: auto;
	top: auto;
	margin: auto;
	padding-bottom: 0px;


}

#rgheader{
	text-align:right;
	width:186px;
	position:absolute;
	right:15px;
	top:-25.5pt;
	left: -26px;
	height: 25px;


}

#rgheader h1{
	font-weight:bolder;
	font-size:20px;
	color: #333333;
}

#rglinks{
	position:absolute;
	padding:10px;
	top:9px;
	left:24px;
	width: 306px;
	height: 80px;


}

#rglinks ul{
display:inline;
list-style:none;
margin:0px;
}

#rglinks li{
font-weight:bold;
display:inline;
}

#rglinks a{
color:#666666;
text-decoration:none;
margin-right:10px;
border-top:3px solid #666666;
}

#rglinks a:hover{
border-top:3px solid #CCCCCC;
}

#content{
width:100%;
height:500px;
}

#content h1{
text-align:right;
margin-right:20px;
margin-left:200px;
font-size:16pt;
border-bottom: 2px solid #CCCCCC;
}

#content p{
text-align:right;
margin:10px 20px 20px 200px;
}

#picturelist {
text-align:right;
list-style-type:none;
margin-right:15px;
margin-left:30px;
}

#picturelist li {
float:right;
margin-right:20px;
margin-bottom:10px;
font-weight:normal;
color:#777777;
}

#picturelist img{
display:block;
border:1px solid #333333;
}

#picturelist img:hover{
border:1px solid #999999;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: auto;
	height: auto;
	padding: 30px;
	border: thin solid #333333;
	background-color: #F2E0A8;
	z-index:1002;
	overflow: hidden;
}
