/* CSS Document */

<style type="text/css" media="all">
<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
-->
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
  background-color: #fff;
  background-image: url("../images/0");
  border-bottom-style: none;
  border-left: none thin #A49F9F; /* Sets the left border properties for an element using shorthand notation */
  border-right: none thin #A49F9F; /* Sets the right border properties for an element using shorthand notation */
  border-top: none thin #A49F9F; /* Sets the top border properties for an element using shorthand notation */
  margin: 25px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 1600px;
  min-width: 600px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 90%;
}
#outerWrapper #header, #outerWrapperWide #header {
	background-color: #4C6269;
	background-image: url("../images/logo.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	border-bottom: none;  /*Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 500px;
	line-height: 15px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-top: solid 1px #033; /* Sets the top border properties for an element using shorthand notation */
	border-left: solid 1px #033; /* Sets the left border properties for an element using shorthand notation */
	border-right: solid 1px #033; /* Sets the right border properties for an element using shorthand notation */
	z-index: 1;
}
#outerWrapper #header #menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
}
#outerWrapper #header #mainimg {
	margin: 0px 0 0 0px; /* Sets the margin for the main index page image so that it overlaps the top banner bar */
	z-index: 10;
	overflow:visible;
	vertical-align: middle;
	text-align: center;
}

#outerWrapper #contentWrapper, #outerWrapperWide #contentWrapper {
  	overflow: hidden;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #033;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content, #outerWrapperWide #contentWrapper #content {
	margin: 350px 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer, #outerWrapperWide #footer {
	background-color: #4C6269;
	border-top: solid 1px #900; /* Sets the bottom border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-bottom: solid 1px #033; /* Sets the top border properties for an element using shorthand notation */
	border-left: solid 1px #033; /* Sets the left border properties for an element using shorthand notation */
	border-right: solid 1px #033; /* Sets the right border properties for an element using shorthand notation */
	font-family: verdana;
	color: #FFF;
	font-size: 9px;
}
#outerWrapper #footer a, #outerWrapperWide #footer a {
	color: #FFF;
}
#outerWrapper #footer a:hover, #outerWrapperWide #footer a:hover {
	color: #ADABCD;
}


-->
</style>
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 16em;
}
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css"> 
img, div {
  behavior: url("../images/iepngfix.htc");
}
</style>
<![endif]-->

/* THE FOLLOWING STYLES RELATE TO THE PHOTO GALLERY */
<style type="text/css" media="screen">

.photocontainer {
	height: 600px;
}
/* slides styling */

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

.photo ul.topic {padding:0; margin:0; list-style:none; width:850px; 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;
	font-family:verdana, arial, sans-serif;
	background-color: #4C6269;
	color:#FFF;
}

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

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

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{
	color:#000;
	background:#bbb;
	background-color: #B7C5CA;
}

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

.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:375px;
	background:#ddd;
	width:464px;
	padding:40px 60px;
	border:5px solid #B7C5CA;
	z-index:100;
	background-color: #FFF;
	font-weight:bold;
}

.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;
	}

