﻿body {
	height:100%;
	margin:0px 0px 0px 0px;
	font-family: Georgia; font-size: 10pt; font-weight: normal;
    word-spacing: 0;
	background-color:#000000;
	color: black;
/*	background-image:url('images/page/outer-background2.jpg');*/
	background-repeat:repeat;
	background-attachment:fixed;
}
html {
	height:100%;
	overflow-y:scroll;
}

.body-outer {
	padding:10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.body-inner {
	width:100%;
	height:100%;
	border:4px #995c00  solid;
	background-color:#fe9800;
	position:relative;
/*	background-image:url('images/page/inner-background.jpg');*/
	background-repeat:repeat;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}

h1 { /* Main Page large heading */
	font-size:18pt;
	font-family:"Verdana", Courier, monospace;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:orange;
}
h2 {
	 /* small heading */
	 font-family:"Verdana", Courier, monospace;
	 font-size:14pt;
	 font-weight:bold;
	 margin-bottom:10px;
	 margin-top:10px;
	 padding-top:0px;
	 color:white;
}
h6 { /* very small headings */
	 font-family:"Verdana", Courier, monospace;
	 font-size:12pt;
	 font-weight:bold;
	 margin-bottom:0px;
	 margin-top:10px;
	 padding-top:0px;
	 color:white;
}
a:link {
	color:aqua;
}
a:visited {
	color:fuchsia;
}
a:hover {
	font-weight:bold;
}
.preloadimage {
	visibility:hidden;
	display:none;
}
.wow {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:orange;
}
/* MENU ---------------------------------------------------------------------------------------*/
.menu {
	position:relative;
	margin:0px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:0px;
	clear:both;
	float:left;
	width:170px;
	height:auto;
	min-height:590px;
	color:white;
	background-image:url('images/page/curves_03.png');
	background-position:right 70px;
	background-repeat:no-repeat;
}
#nav-menu ul
{
	list-style: none;
	padding:0px;
	margin:0px auto;
} 
#nav-menu li
{
	margin:4px auto;
	width:155px;
} 
#nav-menu li img {
	border:0px;
}
#nav-menu li a
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	letter-spacing:1px;
	font-weight:bold;
	padding:3px 0px;
}
#nav-menu ul a:hover {
	}

#nav-menu a{
	background: #333 center center no-repeat;
	border:1px #999 solid;
	padding:2px;
	color:white;
}
#nav-menu a:hover {
	background: #000 center center no-repeat;
	color:#fe9800;
}
#nav-menu-selected a {
	background: #AAA center center no-repeat;
	color:black;
}
#nav-menu-selected a:hover {
	background: #AAA center center no-repeat;
	color:black;
}
.nav-extra p, .nav-extra a, .nav-extra img {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:white;
	border:0px transparent none;
}
.nav-extra a {
	background-color:transparent;
	border:0px;
	text-decoration:none;
	color:aqua;
}
.menu-text {
	margin-left:8px;
	padding:4px;
	background:transparent url('images/page/grey-background.png') repeat fixed;
	text-align:center;
	width:146px;
}
.menu-crown {
}
/* HEADER ---------------------------------------------------------------------------------------*/
.header {
	position:relative;
	float:right;
	width:725px;
	text-align:center;
	text-align:right;
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:white;
	margin:0px;
	height:150px;
	background-image:url('images/page/curves_04.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:140px;
}
.header a {
	text-decoration:none;
}
.logotext {
	float:right;
	font-size:56pt;
	font-weight:bold;
	font-family:Verdana;
	margin:0px;
	position:relative;
	top:5px;
}
.logobar {
	float:right;
	font-size:56pt;
	font-weight:bold;
	font-family:Verdana;
	margin:0px;
}
.header-text {
	position:absolute;
	top:5px;
	left:40px;
	width:200px;
	padding:6px;
	background:transparent url('images/page/grey-background.png') repeat fixed;
	border:4px #995c00  solid;
	text-align:center;
	color:white;
	font-weight:bold;
}
/* BODY ---------------------------------------------------------------------------------------*/
.body {
	position:relative;
	margin:0px;
	float:right;
	padding:15px;
	width:695px;
	min-height:435px;
	text-align:center;
	background-color:#070707;
	border-left:4px #995c00 none;
	border-top:4px #995c00 none;
	color:white;
}
.body a {
	text-decoration:none;
}
/* FOOTER ---------------------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin:0px;
	background-color:#995c00 ;
	border-top:4px #995c00 none;
	text-align:center;
	padding:4px 0px 2px 0px;
	color:white;
	font-weight:bold;
}

/* COMMON ---------------------------------------------------------------------------------------*/
.no-boxes img {
	text-decoration:none;
	border:0px transparent none;
}
.box-text {
	position:absolute;
	bottom:20px;
	left:20px;
	width:200px;
	padding:12px;
	background:transparent url('images/page/grey-background.png') repeat fixed;
	border:4px #995c00  solid;
	text-align:center;
	color:white;
	font-weight:bold;
}
.twitter {
	float:right;
}
.jobs {
	clear:both;
	background-color:orange;
	color:black;
	border:thick olive double;
	width:80%;
	margin:auto auto;
}
.jobs a {
	color:blue;
}
