@charset "utf-8";
body {
	background-color: #000033;
	margin:0;
	-webkit-text-size-adjust: none;
}
.wrapper {
	width:950px;
	border:0px solid #fff;
	margin:10px auto;
}
.menu {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-width:1px 0;
	border-style:solid;
	border-color:#fff;
	padding:5px;
	background-color: #000022;
}
.menu a:link, .menu a:visited {
	color: #c0c0c0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.gentext {
	color: #e0e0e0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	margin-top:20px;
}
.maintext {
	color: #e0e0e0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	width:500px;
	margin-top:20px;
}
.maintext a:link, .maintext a:visited {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.maintext a:hover {
	color: #990000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.footer {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	width:940px;
	margin-top:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color: #000022;
	z-index:10;
}

img.gallerythumb {
	margin:0px 2px 4px 2px;
	height:30px;
}
p.gallerytitle a:link, p.gallerytitle a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
/* ********** THIS IS THE START OF THE IMAGE POP-UP SYSTEM ********** */
/*
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
	height: 160px;
	margin:5px 5px 5px 0px;
}
.highslide:hover img {
	border-color: #990000;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(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, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}
/* ********** THIS IS THE END OF THE IMAGE POPUP SYSTEM ********** */

/* ********** THIS IS THE NEW MENU SYSTEM ********** */
.ddsmoothmenu{
font: normal 14px Arial;
background: #000022; /*background of menu bar (default state)*/
/* background: #8e4b16; /*Halloween menu bar (default state)*/
/* background: #870400; /*Christmas menu bar (default state)*/
width: 100%;
border:0px solid #ccc;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #000022; /*background of menu items (default state)*/
/* background: #8e4b16; /*Halloween menu items (default state)*/
/* background: #870400; /*Christmas menu items (default state)*/
color: white;
padding: 5px 10px;
border: 0px solid #ccc;
color: #000055;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #999999;
/* background: #af560e; /* Halloween */
/* background: #a54e4c; /* Christmas */
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #999999; /*background of menu items during onmouseover (hover state)*/
/* background: #af560e; /*Halloween menu items during onmouseover (hover state)*/
/* background: #a54e4c; /*Christmas menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
top:1px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 14px Arial;
/* width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: 1px solid #ccc;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #222;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* ********** THIS IS THE END OF THE NEW MENU SYSTEM ********** */
