body {
	background: #F2F0E3;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 55px;
	w\idth : 75px;	
	padding-right: 20px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	background: #FFF;
}

#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

#main h2 {color: #88ac0b;}
#main h3 {color: #88ac0b;}

#header {
	height: 130px;
	width: 960px;
	background: url(header.jpg) no-repeat 0 0;
}

#navigation {
	position:absolute;
	height: 23px;
	width: 790px;
	margin: 82px 20px 0 20px;
}

#logo {
	position:absolute;
	height: 68px;
	width: 100px;
	margin: 23px 0 0 20px;
}

#contentheader {
	height: 27px;
	width: 960px;
	background: url(contentheader.jpg) no-repeat 0 0;
}

#content {
	display:table; 
	width: 960px;
	background: url(contentmain.jpg) repeat-y 0 0;
	clear: both;
	padding: 0; 
	margin: 0 auto;
}

#contentmain {
	float:left;
	width: 670px;
}

#contentfooter {
	height: 27px;
	width: 960px;
	background: url(contentfooter.jpg) no-repeat 0 0;
}

#footercontent p{
	margin: 0 25px 0 25px;
}

#footertop {
	height: 27px;
	width: 960px;
	background: url(footertop.jpg) no-repeat 0 0;
}

#footermid {
	display:table; 
	width: 960px;
	background: url(footermid.jpg) repeat-y 0 0;
}

#footerbot {
	height: 27px;
	width: 960px;
	background: url(footerbot.jpg) no-repeat 0 0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 125%;
}

#nav a {
	display: block;
	width: 100px;
}

#nav li { /* all list items */
	float: left;
	w\idth: 100px; /* width needed or else Opera goes nuts */
}

#nav li a { /* first-level lists */
	width: 100%;
	w\idth : 100%;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	border: 0;
	text-align: center;
}

#nav li a:hover { /* first-level lists */
	background: url(../../test2/index_files/nav_bg00.jpg) repeat-x 0 0;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	w\idth : 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999
}

#nav li li a { /* second-level lists */
	width: 12em;
	w\idth : 12em;
	display: block;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #0073C3;
	margin: -2px 0 0 0;
	padding: 3px 4px 3px 7px;
	text-align: left;
}

#nav li li a:hover { /* second-level lists */
	color: #FFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #0073C3;
	margin: -2px 0 0 0;
	padding: 3px 4px 3px 7px;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(nav.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Sidebar */	
#sidebar {
	float:left;
	width: 214px;
    margin-left:20px;
	display: inline;
	margin-right:37px;	
}	
#sidebar p{
	margin: 0 25px 0 0;
}
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(menu_bg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0px;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 0 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(greenarrow.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* alignment classes */
.float-left   { float: left; }
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align:center; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* ================================================================ 
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 */

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

/* slides styling */

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

.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:375px; 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:375px; 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;}
