@charset "utf-8";
html, body{margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size: 12px; color: #fff; background:#000}
body{background: url(images/stars.jpg) repeat;}
#bg{position:absolute; top:0; left:0; width:100%; height:300px; background:transparent url(images/bg.jpg) no-repeat top center; z-index:1 }
#container{ position:relative; z-index:2; margin:0px auto; margin-top:0px; overflow: hidden; width:760px; border-right:1px solid #333; border-left:1px solid #333; text-align:left; z-index:3; background:#000}
#Menu{background:#06C; border:none; width:760px; display:inline-table}
#Footer{text-align:center; background:#CCC; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555; margin:0; padding:0 3px}
#Footer a{color: #555; text-decoration:none}
#SiteMap{clear:both; text-align:left; width:760px; border:none;padding:0 0 30px 30px}
#SiteMap ul{ line-height:150%}
td, textarea, input, select{font-family: Verdana; font-size: 12px; color: #fff}
.pad p, .pad h1, .pad h2, .pad h3{padding:3px 5px}
.black td{color:#000}
.bdwhite{border-color:#fff}
.bgwhite{background:#FFF}
.bggrey{border-color:#666}
h1{font-family: verdana; font-size: 20px; font-weight: bold; color: #EEE; margin:0 0 10px 0;}
h2{font-family: verdana; font-size: 17px; font-weight: bold; color: #DDD; margin:0 0 8px 0;clear:left}
h3{font-family: verdana; font-size: 14px; font-weight: bold; color: #CCC; margin:0 0 6px 0;clear:both}
.clear{padding:15px 0;clear:both;}
address{font-style:normal}
.grey{color: #999}
a:link{color: #FF0}
a:visited {color: #CC6}
a:hover, a:active {color: #F00;}
a.a:link{font-family: Verdana; font-size: 12px; color: #FFF; text-decoration: none}
a.a:visited{font-family: Verdana; font-size: 12px; color: #FFF; text-decoration: none}
a.a:hover{font-family: Verdana; font-size: 12px; font-weight: bold; color: #FFFF00}
a img{border:none}
A.big-link{display:block; height:34px; width:250px; background: url(images/big-link-bg.gif) no-repeat; font-size:14px; font-weight:bold; line-height:28px; color:#000; text-decoration:none}
A.big-link:hover{background: url(images/big-link-bg2.gif) no-repeat; color:#FFF;}
.big-hover{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0; margin-bottom:10px}
.big-hover:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; -khtml-opacity: 0.6;}
div, img{margin:0 auto; padding:0}
.fl-left{float:left; margin:0 15px 0 5px;}
table{clear:left}
.r {float:right}
.dbl{line-height:200%}
.flash{ width:266px; background:#666; border:1px solid #FFF; text-align:center; margin-bottom:25px}
hr{width:95%}
/* Horizontal CSS Drop-Down Menu Module
 * @file		dropdown.css
 * @package		Dropdown version		0.7.1
 * @type		Transitional
 * @stacks		z-index 5-7
 * @browsers	Windows: IE6+, Opera7+, Firefox1+, Mac OS: Safari2+, Firefox2+
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 */
ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style: none; margin:0; padding: 0;}
ul.dropdown {position: relative; z-index: 5; float: left;}
ul.dropdown li {float: left; line-height: 1.3em; vertical-align: middle; zoom: 1;}
ul.dropdown li.hover, ul.dropdown li:hover {position: relative; z-index: 7; cursor: default;}
ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 6; width: 100%;}
ul.dropdown ul li {float: none;}
ul.dropdown ul ul {top: 1px; left: 99%;}
ul.dropdown li:hover > ul {visibility: visible;}
ul.dropdown li.rtl ul {top: 100%; right: 0; left: auto;}
ul.dropdown li.rtl ul ul {top: 1px; right: 99%; left: auto;}
/* Default CSS Drop-Down Menu Theme
 * @file		default.css
 * @name		Default version 0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+, Mac OS: Safari2+, Firefox2+
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 */
ul.classic {list-style: disc; margin-bottom: 1em; padding-left: 2em;}
.dropdown-upward { margin-top: 400px !important;}
/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul */
ul.dropdown {font-weight: bold;}
ul.dropdown li {text-align:center; padding: 7px 10px; border: solid 1px #d9d9d9; background-color: #06c; color: #000;}
ul.dropdown li.hover, ul.dropdown li:hover {background-color: #fff; color: #000;}
ul.dropdown a:link, ul.dropdown a:visited {text-align:center; color: #000; text-decoration: none;}
ul.dropdown a:hover {text-align:center; color: #000;}
ul.dropdown a:active {text-align:center; color: #ffa500;}
/* -- level mark -- */
ul.dropdown ul {width: 150px; margin-top: 1px;}
ul.dropdown ul li {font-weight: normal;}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {padding-right: 36px; padding-left: 36px;}
/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {}
ul.dropdown-upward *.dir {}
ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir {}
ul.dropdown-vertical-rtl *.dir {padding-right: 10px; padding-left: 15px;}
/**/
