@font-face {
	font-family: "Teutonic";
	src: url(fonts/teutonic2.ttf) format("truetype");
}

/************Element Styles********************/
body {
	margin:0px;
	background-color:#000;
	background-image:url('/_IMAGES/wallpaper.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center 32px;
	font-family:Verdana;
	font-size:0.75em;
	color: #e5dfd0;
}

h1, h3{
	font-weight:bold;
	font-size:1.25em;
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}

h1 {
	font-family: "Teutonic";
	font-size:2.0em;
}

h3 {
	font-size: 1.0em;
}

blockquote {
	background-image: url('/_IMAGES/openquote.png'), url('/_IMAGES/closequote.png');
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	padding: 4px 24px 4px 24px;
	margin: 4px;
}

/*****************Menu Bar***********************/

#top_bar {
	position:fixed;
	left:0px;
	height:32px;
	width:100%;
	background-image:url('/_IMAGES/background-bar.png');
	z-index:999;
}

#menu {
	line-height:32px;
	white-space:nowrap;
	margin:0px;
	padding:0px;
	text-align:center;
}

#menu li {
	list-style-type:none;
	display:inline;
	margin:0px;
	font-size:1.125em;
	font-weight:bold;
	font-family:Helvetica;
}

#menu li a {
	width:100%;
	text-decoration:none;
}

.menu_normal a {
	color:#747474;
	padding-left:15px;
	padding-right:15px;
}

.menu_home a 
{
    padding-left:0px;
}

.menu_normal a:hover {
	color:#1e9a92;
}

.border_right {
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#747474;
}

.menu_play a {
	color:#00b7b7;
	padding-left:20px;
	padding-right:20px;
}

.menu_play a:hover {
	color:#1e9a92;
}

#nav_search {
	border-width:0px;
	height:15px;
	padding-left:3px;
	background-color:#FFF;
	margin:0px;
}

#search_button {
	margin:0px;
	padding:0px;
	position:relative;
	top:4px;
	width:16px;
	height:17px;
	border-width:0px;
	background-image:url('/_IMAGES/search_icon.png');
}

.telnet {
	color:#747474;
	padding-left:20px;
	margin-right:auto;
}


/*****************\Menu Bar**********************/

/*****************Side Menu**********************/

#note {
	text-align:right;
	font-size:0.563em;
	color:#000;
	opacity:0.99;
	padding-right:30px;
	margin-top:-20px;
	font-weight:bold;
}
#side_menu_top {
	width:326px;
	height:66px;
	background-image:url('/_IMAGES/nav_middle.png');
	background-repeat:no-repeat;
}
#side_menu_top img {
	margin-top:-10px;
}
#side_menu_middle {
	width:327px;
	background-image:url('/_IMAGES/nav_middle.png');
	background-repeat:repeat-y;
}
.NavContainer {
	color:#000;
	padding-left:40px;
	font-weight:bold;
	cursor:pointer;
}
.NavSubContainer {
	color:#000;
	padding-left:20px;
	font-weight:bold;
	cursor:pointer;
}

.nav_title {
	width:240px;
	padding-top:3px;
	padding-bottom:3px;
}

.nav_sub_title {
	width:210px;
	padding-top:3px;
	padding-bottom:3px;
}
.NavContainer a, .NavSubContainer a {
	display:block;
	text-decoration:none;
	color:#000;
	padding-left:10px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
}

.NavContainer a {
    width:220px;
}

.NavSubContainer a {
    width:200px;
}


.NavContainerLinks {
	display:none;
}

#side_menu_bottom {
	width:327px;
	height:66px;
	background-image:url('/_IMAGES/nav_bottom.png');
	background-repeat:no-repeat;
}

/*****************Content Container******************/

#content {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	padding-bottom:20px;
	position:relative;
	z-index:25;
}

#content_wrapper {
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}

.content {
	border-style:dashed;
	border-width:1px;
	border-color:#444444;
	position:relative;	
	z-index:25;
}

/*****************Inner Content Containers*****************/

#header {
	width:100%;
	padding-bottom:20px;
}

#logo {
	padding:20px;
}

#welcome_message {
	margin-left:auto;
	margin-right:20px;
	text-align:justify;
	width:580px;
}

.sub_content {
	margin-top:20px;
	margin-left:auto;
	width:570px;
	padding:10px;
	text-align:justify;
	font-size:1em;
}

.sub_content_playnow {
	margin-top:20px;
	padding:10px;
	text-align:justify;
	font-size:1em;
}

#sub_contents {
	position:relative;
	min-height:430px;
}

.content_corner {
	position:absolute;
}

.bottom {
	bottom:-3px;
}

.top {
	top:-3px;
}

.left {
	left:-4px;
}

.right {
	right:-4px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:920px;
	text-align:center;
	border-style:dashed;
	border-width:1px;
	border-color:#444444;
	padding:10px;
	font-size:1.625em;
	font-weight:bold;
}

#footer a {
	text-decoration:underline;
	color:#e5dfd0;
}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
/*****************\Content Container****************/

a 
{
    text-decoration:none;
    color:#c09b69;
}
a:hover 
{
    text-decoration:underline;
}

.log_row
{
    padding-left:20px;
    text-align:left;
    display:block;
    height:16px;
    overflow:hidden;
}
.log_row:hover 
{
	background-image:url(/_IMAGES/dot.png);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	text-decoration:none;
}
/************************Widgets*********************/
.widget 
{
	float:left;
	width:290px;
	background-image:url(/_IMAGES/content_bg.png);
	margin-top:80px;
	margin-left:5px;
	z-index:50;
	position:relative;
	padding:10px;
	text-align:justify;
	font-size:1em;
	display:none;
}
.widget2
{
    margin-top:10px;
}
/***********************\Widgets********************/
