@charset "utf-8";
/* CSS Document */

a {
    outline: none;
}
html {height:100%;}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, serif;
	background-color:#0D0906;
	background-color:#0D0906;
	font-family:arial, serif;
	font-size: 70%;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DB112;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DB112;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DB112;
	text-decoration: underline;
}
#wrap {
	min-height:100%;
	width:950px;
	margin:auto;
	position:relative;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
* html #wrap {height:100%
}
#inner-wrap {
	padding-bottom:30px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#main {
	position:relative;
	margin-left:120px;
}
#header {
background:#333333 url(label2.gif) right no-repeat;
color:#FF00FF;
margin:0; padding:0;
height:80px;
}
p {
	padding:0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1em;
	margin-top: 7;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#left {
	float:left;
	width:70px;
	margin-top: 190px;
	height: 160px;
	padding: 16px 25px 0 25px;
}

#info  {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#info ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#info ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#menu {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
.web {
	width: 180px;
	padding-bottom: 20px;
	color: #9D866F;
	float: left;
	padding-right: 30px;
}

#subWeb {
	float:left;
	width:505px;
	text-align:left;
	margin-left: 30px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#right {
	float: left;
}

#footer {
position:absolute;
bottom:0;
height:80px;
background-color: #333333;
color:#FF00FF;
text-align:center;
width:100%;
}
#footer p {
margin:0;
font-size:1.5em;
text-align:center;
}
code {
font-size:0.8em;
border:1px solid navy;
background-color:white;
color:#333333;
padding:10px;
display:block;
width:80%;
margin:10px auto;
overflow:auto;
font-family: Courier New, Courier, mono;
}
#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	display:inline;
}
#menu ul ul {
	position:absolute;
	left:-9999px;
	background-color: #BDCF43;
}
#menu ul#toplevel {
	text-align: right;
	position: absolute;
}
#menu a {
	display:block;
	text-decoration:none;
	border-bottom: 1px #FFF dashed;
	padding: 0 5px 0 5px;
	line-height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
} 
#menu #toplevel li ul li a{
	width: 90px;
	text-align: left;
}
#menu #toplevel li a.last {
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	border-bottom-color: #ACC314;
}
#menu #toplevel li a.middle {

}

#menu ul li:hover > ul {left:100%; margin-top:-36px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background:#fff; color:#483D32;} 
#menu li:hover > a {background:#fff; color:#483D32;}
#menu li a.fly:hover {background:#fff;} 
#menu li:hover > a.fly {background:#fff;}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
#menu #toplevel li ul li a:hover {
	background-color: #FFF;
	width: 90px;
}
#menu #toplevel li a.last:hover {
	border: 0;
}
#menu #toplevel li .active {
	color: #483D32;
	background-color: #ACC314;
}
#menu #toplevel li .activeLast {
	color: #483D32;
	background-color: #ACC314;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ACC314;
}

ul#navmenu {width:143px;}
.web p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#paper {
	padding:0px;
	text-align:left;
	width: 265px;
	float: left;
	color: #DDD7D0;
}
#paper #info p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#paper img {
	float: left;
	
}#subWeb .web a img {
	border-width: 0px;
	border-style: none;
}
h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ACC314;
	text-decoration: none;
}
h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ACC314;
	text-decoration: none;
}
h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ACC314;
	text-decoration: none;
}
.brown {
	color: #98977D;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.4em;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom-color: #CCC;
}
.thumbPadR {
	padding-right: 19px;
	padding-bottom: 19px;
}
.logoPadB {
	padding-bottom: 20px;
}
#index {
	float:left;
	width:505px;
	margin-left: 30px;
	vertical-align: top;
	padding-top: 215px;
	padding-right: 0;
	padding-left: 0px;
}
#index .web a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.webCopy {
	width: 360px;
	padding-bottom: 20px;
	color: #9D866F;
	float: left;
	padding-right: 30px;
}
#paper a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
