/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../home/images/body.jpg) top repeat-x #050507;
font:0.75em Verdana;
color:#ACACB0;
}

a {
color:#99FF00;
}


#header {
height:248px;
display:block;
background:url(../home/images/header.jpg) top center no-repeat;
}

h1.main_title {
font:1.5em Century Gothic;
color:#fff;
font-weight:bold;
margin:10px auto 0;
text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
width:780px;
margin:0 auto;
background:#151521;
padding:5px;
}

#navigation {
background:#181825;
width:720px;
border-top:1px solid #2E2E47;
padding:12px 0;
margin:35px auto 1px;
font:1em Georgia;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../home/images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../home/images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
background:url(../home/images/inner_container.jpg) top repeat-x #181824;
padding:0px 0px 0px 15px;
}

#sidebar {
width:200px;
padding:0px;
float:left;
background:#232436;
color:#bdbdc1;
}

#container #sidebar h2 {
font-size:0.9em;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:0.8em;
line-height:17px;
}

#sidebar2 {
width:200px;
padding:0px;
float:left;
background:#232436;
color:#bdbdc1;
}

#container #sidebar2 h2 {
font-size:0.9em;
margin:10px 0;
}

#container #sidebar2 p {
text-indent:0;
font-size:0.8em;
line-height:17px;
}

#content {
margin-left:260px;
}

#blockquote {
background-color:#292935;
padding:2px 17px;
}

.notes {
background: #292935;
padding:20px 17px;
}

p {
margin:15px 0;
padding:15px;
line-height:20px;
text-indent:15px;
}

p.note {
padding:20px;
background:#2D2D44;
color:#fff;
}

#container h1 {
font:1.7em Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
font:1.1em Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
background:#070713;
padding:5px;
}

#footer {
width:750px;
background:#151521;
padding:10px;
margin:0 auto;
clear:both;
}

#content table {
width:475px;
background:#1E1E2D;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:url(../home/images/td.jpg) top left no-repeat #1E1E2D;
font:1em Georgia;
}

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}

#menu {width:740px; height:5px; background:url(../home/css/anywidth/ski2.jpg); margin:0 auto; position:relative;}
 
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:url(../home/css/trans.gif); padding:5px;}
 
#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul {position:absolute; left:-9999px;}
#menu ul.level1 {position:absolute; left:0; top:15px;}
 
#menu a {display:block; font:normal 0.75em verdana,arial,sans-serif; color:#fff; line-height:36px; text-decoration:none; padding:0 20px 0 0; background: url(../home/images/tab-right.gif) no-repeat right top; margin-bottom:3px;}
#menu a b {display:block; line-height:36px; padding:0 0 0 10px; background:url(../home/images/tab-left.gif) no-repeat left top; font-weight:normal;}
 
#menu ul li:hover > ul {visibility:visible; left:100%; margin-left:-10px; margin-top:-49px;}
 
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
 
#menu li a.fly {background: url(../home/images/tab-arrow.gif) no-repeat right top;}
#menu li a:hover {background-position:right bottom; color:#800; white-space:nowrap;} 
#menu li a:hover b {background-position:left bottom;} 
 
#menu li:hover > a {background-position:right bottom; color:#920;}
#menu li:hover > a > b {background-position:left bottom;}
 
#menu a:hover ul li a b,
#menu a:hover ul a:hover ul li a b,
#menu a:hover ul a:hover ul a:hover ul li a b {background:url(../home/images/tab-left.gif) no-repeat left top;}
#menu a:hover ul li a:hover b,
#menu a:hover ul a:hover ul li a:hover b,
#menu a:hover ul a:hover ul a:hover ul li a:hover b {background-position:left bottom;}
 
#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-46px; margin-left:-10px;}
 
 .floatright {
 float:right;
 margin:8px;
 }
 
 .floatleft {
 float:left;
 margin:8px;
 }