body {
background:url(images/background.gif) repeat-y top center #fff;
color:#000000;
font-family: Verdana, Helvetica;
font-size: 10pt;
line-height:1.2em;
margin:0px auto;
padding:0px;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:none;
}

p {
margin:0px 0px 0px 0px;
}

img {	
}

ul,ol,dl {
font-size:0.9em;
margin:0px 0 0px 0px;
}

ul ul,ol ol {
margin:0px 0px 0px 0px;
}

h1 {
color:#000000;
font-size:2.3em;
letter-spacing:1px;
margin:20px 0px 60px 0px;
}

h1 a {
color:#000000;
text-transform:none;
}

h2 {
	color: #000000;
	font-size:1em;
	font-style: bold;
	margin:0px 0px;
}

fieldset {
	border: 1px solid #000000;
}

legend {
	text-align:left;
}

hr {
border-color: #B0D78A;
}


/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}


/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 0px 0px; 
  padding: 0px;
}


/*** Main wrap and header ***/
#wrap {
	color:#000000;
	margin:0px auto;
	width:970px;
}

#header {
text-align: left;
margin:0px 0px 0px 0px;
text-decoration:none;
}


/*** Menu ***/
#menu{
	background: #FFFFFF;
	color: #000000;
	float: right;
	margin: 0px 18px 0px 0px; 
	border:2px solid #B0D78A;
}

#menu ul{margin: 0px auto;}

#menu li{
  float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
}

#menu li a {
  display: block;
  float: left;
  height: 30px;
  text-decoration: none; 
  padding: 66px 21px 0px 20px;
  background: transparent;
  color: #000000;
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover{ 
  background: #B0D78A;
  color: #000000;
}


/* Menu (Sidebar)*/
/*<![CDATA[*/
/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 13em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #B0D78A;
	background: #FFFFFF;
}

.menu {
	width: 13em;
}

.menu ul {
	width: 13em;
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #000000;
	background: #B0D78A;
	padding: .4em 1em;
	display: block;
}

.menu li {	/* create borders around each item */
	border: 2px solid #B0D78A;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/*** Main content ***/
#indexcontent {
	color: #000000;
	float: left;
	text-align: left;
	margin:0px;
    padding:0px 0px 0px 10px;
}

#sidebar {
width:150px;
height: 260px;
float:left;
margin:36px 0px 40px 0px;
}

#contentcenter {
width:470px;
float:left;
margin:30px 15px 0px 15px;
}

#contentright {
width:290px;
float:right;
text-align:right;
margin:30px 26px 0px 0px;
padding: 0px 0px 250px 0px;
}

#contentmap {
width:290px;
float:right;
text-align:right;
margin:30px 26px 0px 0px;
}

#bottomimg {
	text-align: left;
	width: 630px;
	float: left;
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*** Footer ***/
.footer_spacer{
	height:60px;
}
	
	
#footer{
	position:fixed;
	text-align:center;
	background:url(images/background.gif) repeat-y top center #fff;
	bottom:0;
	width:100%;
	height:15px;
	clear:both;
	font-size:0.9em;
	text-align:center;
	padding: .5em 0em;
}

#footer a {
color:#000000;
}

#footer a:hover, #footer a.selected, #footer a.selected:hover{ 
  background: #CCCCCC;
  color: #000000;
}


/*** Various classes ***/
.left {
float:left;
margin:0px 0px 0px 0px;
}

.right {
float:right;
margin:0px 0px 0px 0px;
}

.center {
float:right;
margin:0px 0px 0px 0px;
}

.bottomimg {
padding: 0px 10px 0px 0px;
}

.links a{
color:#000000;
}

.links a:hover{
	background: #CCCCCC;
	color: #000000;}

/*** Index Pics ***/
#picturelist {
text-align:center;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin:30px 0px 0px 10px;
font-weight:bold;
color:#000000;
}

#picturelist img{
display:block;
border:2px solid #B0D78A;
}

#picturelist img:hover{
border:2px solid #7C249D;
}

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

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


/* Highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #B0D78A;
	margin: 0px 10px 0px 0px;
}
.highslide:hover img {
	border: 2px solid #7C249D;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}