@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	background-color: #000000;
	background-image: url(images/bk02.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 8px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p { 
	line-height:20px; 
	margin:0 0 1em;
}
.picture {
	border:2px solid #000000;
	margin-right: -5px;
}
.picturel {
	border:2px solid #000000;
	margin-left: 0px;
}
div#container {
	position:relative; /* center, not in IE5 */
	width:960px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header {
	padding:0px;
	border-bottom:3px double gray;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
div#header p {
	font-style:italic;
	font-size:14px;
	margin:0;
	}

div#content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}
div#content p {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:3px double gray;
	background-color: #000000;
}
div#footer p {
	padding:1em;
	margin:0;
}a:link {
	color: #796d4a;
	text-decoration: underline;
}
a:hover {
	color: #796d4a;
	text-decoration: none;
}
a:visited {
	color: #796d4a;
	text-decoration: none;
}
a:active {
	color: 796d4a;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
	font: bold 13px Arial;
	width: 829px; /*leave this value as is in most cases*/
	overflow: hidden;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border-width: 1px 0;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(css/media/indentbg2.gif) center center repeat-x;
}
/* LIGHTBOX CSS -START */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(css/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
/* LIGHTBOX CSS - END */