html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #FFF;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 19px;
	}
	
.right { 
	margin: 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	}
	
.righthp { 
	margin: 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	width: 280px;
	float: right;
	}	
	
.righthpart { 
	margin: 5px 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	width: 320px;
	float: right;
	}
.articles { 
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	border-left: 2px solid #242525;
	text-align: center;
	line-height: 17px;
	width: 421px;
	float: right;
	}
	
.centerhp { 
	margin: 0px 15px; 
	padding: 0px;
	text-align: center;
	line-height: 17px;
	}	
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px;
	color: #FF9900;
}

h1{
	font-size: 25px; 
}

h2{
	font-size: 13px; 
}

hr{
	color: #FF9900;
}

a:link {  
	text-decoration: none;
	font-weight: normal; 
	color: #E97815;
	}
a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #E97815;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: normal; 
	color: #E97815;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	background-color: #2F3030;
	border-left: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;	
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	background-color: #242525;
	border-bottom: 2px solid #FF9900;
	height: 161px;
}

#main_content{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_content.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#pattern_strip{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pattern_strip.jpg);
	background-repeat: repeat-y;

}

#main_content_hp{
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/bg_content.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 370px;
}

#flash{
	z-index:-100;
}

#footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #2F3030;
	border-top: 2px solid #FF9900;
	color: #FF9900;
}

#footer a.menulink{visibility:hidden;}

/* menu::base */

#menubg{margin:0px auto;padding:0px;border:0px solid red;height:35px;width:630px;z-index:999;}

div#menu {
    height: 35px;
    padding-left: 6px;
	/*background-image: url(../images/right.gif);
	background-repeat: repeat-x;*/
	margin:0px;
	border:0px;
    position:relative;
z-index:998;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	margin:0px;
	border: 0px;
    float: left; /*include this for drop downs*/
}

div#menu ul.menu {
    padding-right: 6px;
   /* background: url(../images/right.png) repeat-x right 0;
    _background: url(../images/right.gif) no-repeat right 0;  */  
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0px 0 0;
    display: block;
    float: left;
    z-index: 9;
	border:0px;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 35px;
    left: 0;
    visibility: hidden;
    width: 180px;
	margin: 0px 0 0 -4px;
    padding: 0; 
    background: url(../images/subsubmenu-top.png) no-repeat 0px 0;
    _background: url(../images/subsubmenu-top.gif) no-repeat 0px 0;  
	border: 0px;
}
div#menu ul ul {
	  z-index: 12;
    padding: 0px 4px 10px 4px;
    background: url(../images/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(../images/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 10px 0 0 0; 
	border: 0px;   
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 35px;
    display: block;
    float: left;
    line-height: 30px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right:5px;
    text-align:center;
}
div#menu span {
    margin-top: 2px;
    padding-left: 10px;
    color: #FF9900;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    background: none;
    line-height: 23px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position:0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 5px 0 0;
    line-height: 50px;
    height: 34px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
    text-transform: uppercase;
}
div#menu a:hover {
    background:  url(../images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu a:hover span {
    background: url(../images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(../images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(../images/selected-left-sub.png) no-repeat 0 -3px;
}

div#menu ul.menu>li:hover>a span {
	  color: #C29C38;
}
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    color: #FF9900;
    z-index: -1;
    padding-left: 1px;
    white-space: normal;
    width: 160px;
    margin: 0 5px;
    text-transform: none;
}
    
div#menu ul ul a span {
	padding: 0 5px;
    font:  12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #3c3c3c;
}
div#menu ul ul a:hover span {
	background:none;
	color: #C29C38;
}
div#menu ul ul a.parent {
  background: url(../images/submenu-pointer.png) no-repeat right bottom;
  _background-image: url(../images/submenu-pointer-hover.gif);
}
div#menu ul ul a.parent span {
  background:none; 
}
div#menu ul ul a.parent:hover {
  background: url(../images/submenu-pointer.png) no-repeat right bottom;
  _background: url(../images/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #3c3c3c;
}
div#menu ul ul a.parent:hover span {
  background:none; 
}
div#menu ul ul span {
	
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 180px;
    padding: 0;
    margin: -62px 0 0 165px !important;
}
div#menu ul ul ul {
    padding: 10px 4px 0 4px;	
}
div#menu ul ul div li {
    position:relative;
    top:-10px;
}

/* lava lamp */
div#menu li.back {
    background: url(../images/selected-left-sub.png) no-repeat 0 0;
    width: 5px;
    height: 52px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(../images/selected-right-sub.png) no-repeat right 0;
    height: 52px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
	
