html {
	height: 100%;
}
body {
	font-family: "Verdana", Verdana, sans-serif;
	min-width: 800px;
	background-color: #000000;
	color: #e6b85c;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
.highslide-container div {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 20px;
}
.highslide-container table {
	background: none;
}
.highslide {
	visibility: hidden;
	outline: none;
	text-decoration: none;
}
.highslide img {
	padding: 0px;
	visibility: visible;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
}
	
.highslide-active-anchor img, .highslide-active-anchor:hover img {
	visibility: hidden;
}
.highslide-image {
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	cursor: pointer;
}
.highslide-image-blur {
}
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: #4c4c4c;
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
}
.highslide-wrapper, .highslide-outline, .highslide-caption, .highslide-heading {
	background: #4c4c4c;
}
.highslide-caption {
	display: none;
	border-top: none;
	color: #b2cccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.highslide-caption a:link {
	color: #b2cccc;
}
.highslide-caption a:visited {
	color: #b2cccc;
}
.highslide-caption a:hover {
	color: #66e0c2;
}
.highslide-caption a:active {
	color: #b2cccc;
}
.highslide-heading {
	display: none;
	color: #b2cccc;
	cursor: default;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.highslide-heading a:link {
	color: #b2cccc;
}
.highslide-heading a:visited {
	color: #b2cccc;
}
.highslide-heading a:hover {
	color: #66e0c2;
}
.highslide-heading a:active {
	color: #b2cccc;
}
.highslide-dimming {
	background: #000000;
	background-image: url("");
	background-repeat: repeat;
	background-position: top left;
}
.highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(graphics/loader-black.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-loading a:hover {
	color: #ff0000;
}

.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;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
	margin: 0;
	list-style: none;
}
.highslide-controls a {
	float: left;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls {
	width: 125px;
	height: 30px;
	margin: 0px 30px 0px 20px;
	left: -11px;
	position: static;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-large-white.gif);
	display: block;
	height: 30px;
	width: 30px;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
	
.highslide-controls .highslide-play {
 	display: none;
}
	
.highslide-controls .highslide-move {
	display: none;
}
	
.highslide-header { 	
	display: none;
}
.resize .highslide-footer {
	height: 20px;
}
.resize .highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize-black.gif) no-repeat;
}
.resize .highslide-footer .highslide-resize span {
	display: none;
}
.resize .highslide-resize {
	cursor: nw-resize;
}
.hidden {
	visibility: hidden;
}
.warning {
	background-color: red;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.musicdiv {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.headerinc {
	color: #e6b85c;
}
.container {
	height: 100%;
	position: static;
}
.titlebar {
	width: 800px;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background-color: #000000;
	color: #85adad;
	border: 0px solid #000000;
	border-radius: 0px;
}
.titlebar img {
	border-width: 0px;
	border-radius: 0px;
}
.titlebar-logo {
	display: table;
	margin: 2px auto 10px auto;
	padding: 0px;
}
.titlebar-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
body {
	margin:0 auto;
}

#navwrapper {
	margin:0 auto; 
	background-color: #000000;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; 
	padding-top:4px;
}

#nav, #nav ul {
	padding: 0 0px 0 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*--main nav links style--*/
#nav a {
	display:block;
	padding:7px 14px 7px 14px; 
	color:#e60000; 
	text-decoration:none;
}

#nav a.dmenu {

}

#nav a.dmenu:hover {
	color:#e6b85c !important;
	background-color: #000000 !important;
}

#nav li {
	float: left;
}

#nav li {position: relative;}

/* hide from IE, mac */
#nav li {position: static; width: auto;}
/* end hiding from IE5 mac */

/*--drop down menu styling--*/
#nav li ul {
	position: absolute;
	display: none;
	margin-left:-1px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #1a1a1a;
	border: 1px solid #e60000;
	border-top:none;
	-moz-box-shadow: 0 0 13px #ff4d4d;
	-webkit-box-shadow: 0 0 13px #ff4d4d;
	box-shadow: 0 0 13px #ff4d4d;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
	/*--make it top of all the elements on page, so that it can be visible--*/
	z-index:5000; 
}

#nav li:hover a, #nav a:focus,
#nav a:active {
	padding:7px 7px 7px 7px;		
	color:#e6b85c; 
	background:#000000; 
	text-decoration:none; 
}



#nav li ul, #nav ul li  {
	width: 10em;
}

/*--drop down menu styling is different from main nav, strict rule--*/
#nav ul li a  {
	color: #ff4d4d !important;
	font-size:14px;
	border-right: 0;
}
#nav ul li a:hover  {
	color:#e6b85c !important;
	background-color: #45371C !important;
	border-right: 0;
}

/*--the selected, current item in the navigation menu--*/
#nav a.current{
	color:#fff;
	font-weight:bold; 
	background:#2D2D2D; 
	text-decoration:none; 
	border-top:2px solid #C33;
	padding-bottom:5px; /*--removing 2px border from 7px padding--*/
}

#nav a.current:hover{
	padding-bottom:5px; /*--removing 2px border from 7px padding--*/
}

#nav li:hover ul {
	display: block;
}

#nav li:hover ul a{
	color: #000000;
	background-color: transparent;
}

#nav ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}

 /*--used in drop down menu items--*/
.menuseprator{border-bottom:1px solid #e60000; margin:10px 0 10px 0;}

/*--for showing down arrow in drop down menu item--*/
.arrowdown{color#eee; font-size:0.5em;}  

/*--for the left navigation menu--*/
.floatleft{float:left;} 

/*--for the right options navigation menu--*/
.floatright{float:right} 

/*--clear all floating, left and right--*/
.clear{clear:both;} 


.atitle {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 3px;
}
.atitle:first-letter {
	font-size: 24px;
}
.atitle a:link {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.atitle a:visited {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.atitle a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;
}
.atitle a:active {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.adescription {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.adescription:first-letter {
	font-size: 20px;
}
.adescription a:link {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.adescription a:visited {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.adescription a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;
}
.adescription a:active {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.ftitle {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 3px;
}
.ftitle:first-letter {
	font-size: 30px;
}
.ftitle a:link {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.ftitle a:visited {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.ftitle a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;
}
.ftitle a:active {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.fcomment {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.fcomment:first-letter {
	font-size: 16px;
}
.fcomment a:link {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.fcomment a:visited {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.fcomment a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;

}
.fcomment a:active {
	color: #85adad;
	font-weight: bold;
	text-decoration: none;
}
.logo-above {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.logo-above img {
	margin: 1px 1px 1px 1px;
	border-width: 0px;
	border-radius: 0px;
}
.logo-left {
	float: left;
	margin-bottom: -4px;
	width: 700px;
	padding: 1px 1px 1px 1px;
}
.logo-center {
	display: table-row;
}
.logo-center img {
	margin: 1px 1px 1px 1px;
	vertical-align: bottom;
}
.logo-right {
	float: right;
	margin-bottom: -4px;
	width: 700px;
	padding: 1px 1px 1px 1px;
}
.infotxt {
	color: #e6b85c;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding: 5px 0px;
	margin: 0 auto;
	width: 98%;
}
.infotxt a:link {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.infotxt a:visited {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.infotxt a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;
}
.infotxt a:active {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.nav-table {
	width: 66%;
	table-layout: fixed;
	margin: -11px auto 0px auto;
}
.nav-table td {
	background-color: #000000;
	color: #e6b85c;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 5px;
	border: 0px solid #000000;
	border-radius: 0px;
}
.nav-table td a:link {
	color: #e6b85c;
	text-decoration: none;
}
.nav-table td a:visited {
	color: #e6b85c;
	text-decoration: none;
} 
.nav-table td a:hover {
	color: #66e0c2;
	text-decoration: none;
}
.nav-table td a:active {
	color : #e6b85c;
	text-decoration: none;
}
.goto {
	color: #66e0c2;
	font-weight: normal;
}
.goto a:link, .goto a:visited, .goto a:hover, .goto a:active {
	font-weight: bold;
	text-decoration: underline !important;
}
.thumb-table {
	margin: 0 auto;
	width: 800px;
	table-layout: fixed;
}
.thumb-table td {
	background-color: #000000;
	padding: 6px 0px;
	color: #85adad;
	text-align: center;
	border: 0px solid #ffffff;
	border-radius: 0px;
}
.thumb-table td img {
	vertical-align: bottom;
}
.thumb-table td img.icon {
	margin: 0px;
}
.thumb-table td a:link {
	color: #85adad;
}
.thumb-table td a:visited {
	color: #85adad;
}
.thumb-table td a:hover {
	color: #66e0c2;
}
.thumb-table td a:active {
	color: #85adad;
}
.thumbbox-caption {
	padding: 0px 8px;
}
.thumbbox-topcaption {
	padding: 0px 8px 5px 8px;
}
.thumbbox-bottomcaption {
	padding: 5px 8px 0px 8px;
}
.thumbbox-sidecaption {
	text-align: left;
	padding: 11px 8px 0px 8px;
}
.thumbbox-titlebig {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
.thumbbox-title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.thumbbox-title a:link {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-title a:visited {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-title a:hover {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-title a:active {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-comment {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.thumbbox-comment a:link {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-comment a:visited {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-comment a:active {
	font-weight: bold;
	text-decoration: none;
}
.thumbbox-fcount {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.thumbnail {
	visibility: hidden;
}
.thumbnail img {
	padding: 0px;
	visibility: visible;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
}
	
.thumbnail-outer-image {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
	border-radius: 0px;
	display: inline-block;
	visibility: visible;
	cursor: url(zoomin.cur), auto;
}
.thumbnail-outer-image:hover {
	border-color: #ffcc66;
}
.thumbnail-outer-folder {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
	border-radius: 0px;
	visibility: visible;
	display: inline-block;
}
.thumbnail-outer-folder:hover {
	border-color: #ffcc66;
}
.folderpng {
	height: 100px;
	width: 100px;
}
.folderpngds {
	border: 1px solid black !important;
}
.wover {
	position: relative;
	display: inline-block;
}
.fover img {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	padding: 3px;
	user-select: none;
}
	
.copyright {
	color: #e6b85c;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	margin: 0px auto 5px auto;
	width: 800px;
}
.copyright a:link {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.copyright a:visited {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.copyright a:hover {
	color: #66e0c2;
	font-weight: bold;
	text-decoration: none;
}
.copyright a:active {
	color: #e6b85c;
	font-weight: bold;
	text-decoration: none;
}
.footerinc {
	color: #e6b85c;
}
.hs-title {
	font-size: 28px !important;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.hs-title a:link {
	font-weight: normal;
	text-decoration: none;
}
.hs-title a:visited {
	font-weight: normal;
	text-decoration: none;
}
.hs-title a:hover {
	font-weight: normal;
	text-decoration: none;
}
.hs-title a:active {
	font-weight: normal;
	text-decoration: none;
}
.hs-comment {
	font-size: 20px !important;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
.hs-comment a:link {
	font-weight: bold;
	text-decoration: none;
}
.hs-comment a:visited {
	font-weight: bold;
	text-decoration: none;
}
.hs-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.hs-comment a:active {
	font-weight: bold;
	text-decoration: none;
}
.captdownload {
	min-height: 15px;
	padding-left: 26px;
	padding-right: 26px;
}
.captglobe {
	min-height: 32px;
	padding-left: 42px;
	padding-right: 42px;
}
.globe-icon {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px 3px 0px 3px;
}
.globe-icon img {
	border-width: 0px;
}
.download-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 3px;
}
.download-icon img {
	border-width: 0px;
}
.button {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	cursor: pointer;
}
.buttonalign {
	cursor: default;
	text-align: center;
	clear: both;
}
.buttonaligndl {
	bottom: 21px;
}
.buttonalignglobe {
	bottom: 41px;
}
.lfproxyabove {
	padding-top: 10px;
}
.lfproxybelow {
	padding-bottom: 10px;
}
