html {　height:100%;　}

body {
	background: #000 url('../img/bg.jpg') no-repeat 50% 0;
	height:100%;
	margin:0;
	padding:0;
	border-top: 5px solid #000;
	color: #333;
	font-size: 80%;
}

a {
	color: #36082f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h1 { font-size: 1.8em; color: #1c3835; }

h2 { font-size: 1.6em; color: #000; }

h3 { font-size: 1.4em; color: #840000; border-bottom: 1px solid #ccc; }

h4 { font-size: 1.2em; font-weight: bold; }

h5 { font-size: 1.0em; }


p { margin: 0 0 0.5em 0; }

hr {
	margin: 10px 0;
	color: #a69317;
	background-color: #a69317;
	height: 5px;
}

.container_16
{
	position: relative;
	z-index: 1;
	background: transparent url('../img/bg_content.png') repeat-y 0 0;
}

.bannerBlock {
	margin-top: 20px;
}

/*--------------THUMB IMAGE---------------*/
.thumb {
	border: 5px solid #666600;
}

a:hover .thumb {
	border: 5px solid #a69317;
}

/*--------------LOGO---------------*/
#logo {
	font: bold 2em Georgia, serif;
	margin: 15px 0 10px 0;
	background: transparent url('../img/logo.gif') no-repeat 0 0;
	padding: 5px 0 0 40px;
	color: #000;
}

/*--------------FOOTER---------------*/
#footer {
	margin: 10px 0;
	text-align: center;
	clear: both;
	color: #fff;
}

/*--------------READ MORE---------------*/
a.readMore {
	text-decoration: none;
}

.readMore img {
	margin-left: 5px;
	vertical-align: middle;
}

/*--------------NAVIGATION---------------*/
#navList {
	margin: 5px 0;
}

#navList li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#navList li a  {
	font: normal 1.2em Georgia, serif;
	color: #1c3835;
	text-transform: uppercase;
}

#navList li a:hover {
	color: #000;
}

#navList #current {
	color: #000;
}


/*--------------SUB NAVIGATION---------------*/
#navcontainer { margin: 10px 0 0 0; }

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #a69317;
	text-decoration: underline;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #333;
	background-color: #ededed;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #a69317;
	text-decoration: underline;
}

/**********PHOTO*********************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

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

/* slides styling */

.photo {width:635px; text-align:left; position:relative; margin:0 auto;height: 500px;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:125px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:275px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #bbb; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:275px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #aaa; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}
