@import url("reset.css");
@import url("forms.css");

body {
	font-family: Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	background: url('../images/top.jpg') top center repeat-x #DDE4DD;	
	line-height: 1.35em;
}
#container {
	position: relative;
	top: 11px;
	display: block;
	margin: 0 auto;
	width: 901px;
	background: url('../images/bg.jpg') top center repeat-y;
	z-index:0;
}
#sidebar {
	position: relative;
	display: block;
	float: left;
	width: 304px;
	padding-bottom: 222px;
	margin-left:1px;
	z-index:49;
}
#nav {
	position: relative;
	padding: 60px;
	line-height: 2.75em;
	font-weight: bold;
	z-index:50;
	
}
#nav a {
	color: #008066;
	text-decoration: none;
	position: relative;
	z-index:51;
}
#nav a:visited {
	color: #008066;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#mainbar {
	position: relative;
	display: block;
	width: 595px;
	float:right;
	padding-bottom: 70px;
	z-index:49;
	
}
#mainbartop {
	position: relative;
	display: block;
	width: 595px;
	float:right;
	
	z-index:46;
	
}
#mainbarnav {
	position: relative;
	display: block;
	background: url('../images/mainbarnav.jpg') top center no-repeat #F2EBBD;
	border-bottom: 1px solid white;
	height: 24px;
	width: 594px;
	text-align: center;
	overflow: hidden;
	z-index:50;
}
#mainbarnavtext {
	position: relative;
	top: 4px;
	z-index:51;
}
#mainbarnav a {
	padding: 0px 12px;
	text-decoration: none;
	font-weight: normal;
	color: black;
}
#mainbarnav a:visited {
	color: black;
}
#mainbarnav a:hover {
	color: white;
}

.under {
	position: relative;
	z-index:9000;
}
#mainbar img {
	border-bottom: 1px solid white;
	position: relative;
	z-index:20;
	
}
#mainbartop img {
	border-bottom: 1px solid white;
	position: relative;
	z-index:20;
	
}
#mainbar #port img {
 	border: 1px solid #a6a6a6;
	z-index: 10;
} 
.fl {
	float: left;
	margin-right: 20px;
	margin-top:10px;
	margin-bottom: 30px;
	border: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;	
}
#fl {
	float: left;
	width: 265px;	
}
#fr {
	float:right;
	width:265px;
}

#mainbar .text {
	position: relative;
	display:block;
	padding: 20px 30px;
	z-index:8000;
}
#mainbar .text a {
	position: relative;
	z-index:8001;
}
#mainbar #port {
	position: relative;
	display:block;
	padding: 20px 30px;
	z-index: 1;
}
#sidebarbottom {
	position: absolute;
	display: block;
	bottom: 70px;
	left: 1px;
	height: 152px;
	width: 304px;
	background: url('../images/sidebarbottom.jpg') top center no-repeat;
	z-index: 500;
}
#sbbtext {
	text-align: center;
	padding-top: 47px;
	line-height: 1.5em;
}
#sbbtext img {
	z-index: 800000;
}
#footer {
	position: absolute;
	display: block;
	bottom: 0px;
	background: url('../images/footer.jpg') top center no-repeat;
	height: 70px;
	width: 901px;
	
	z-index: 501;
	
}
#circle {
	position: absolute;
	display: block;
	bottom: 70px;
	left: 1px;
	opacity: 0.1; /* Safari, Opera */
	-moz-opacity:0.10; /* FireFox */
	filter: alpha(opacity=10); /* IE */
	z-index: 47;
}



#twofish {
	position: absolute;
	bottom: 44px;
	left: 28px;
}
#addresscopy {
	position: absolute;
	bottom: 44px;
	left: 28px;
}
#addresscopy a {
	color: #ffffff;
	font-weight: normal;
}
#copy {
	position: absolute;
	text-align: right;
	bottom: 44px;
	right: 30px;
	color: white;
	font-size: .8em;
}
a {
	color: #008066;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index:10002;
	
}
a:visited {
	color: #008066;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	padding: 10px 0px;
	margin: 0px;
}
h2 {
	color: #008066;
	font-weight: bold;
	font-size: 1em;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	padding: 10px 0 0 0;
	margin: 0px;
	position: relative;
	display:block;
	z-index: 10;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
}
#port p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.menu {
position: relative;
z-index:200001;
  border: 0px;
  padding:5px 5px 5px 5px;
  background-color:#E8EDE9;
  display: block;
  opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	filter: alpha(opacity=90); /* IE */
 

}


.menuItem {
  padding:4px 10px 4px 10px;
  
 
}

.menuItem:hover {
  background-color:#f1f1f1;
}

.menuItem a {
  color:black;
  text-decoration:none;
}
.menuItem a:hover {
  color:#028D73;
  text-decoration:none;
}
#demo {
  position:relative;
  float:left;
  z-index:10002;
  
}
#demol {
  position:relative;
  float:left;
  z-index: 200000;
}

#demo span {
  cursor:pointer;
  
}
/*#demo1 {
	margin-left:143px;
}*/


#demo span:hover {
  text-decoration:none;
}
ul.outside {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:13px;
}
.outside li {
	margin-top: 10px;
	margin-bottom: 10px;
	z-index:999999;
}	
