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

body {
font-family: Helvetica, Arial;
color: #666666;
font-size:16px;
text-decoration:none;
}

.bg {
	width: 40%;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 5000;
}

.bg2 {
	width:40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}


#introdiv {
	background: url(images/blk_bg.png);
	padding: 0px 0 0px 0;
	position: relative;
	top: 400px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 9998;
}

#introdiv2 {
	/*background: url(images/blk_bg.png);*/
	padding: 0px 0 0px 0;
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 9999;
}


.smfont_span {
	font-family: Helvetica, Arial;
	color:#666666;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}

.smfont_span2 {
font-family: Helvetica, Arial;
color:#fff;
font-size:10px;
text-decoration:none;
}

a:link {
font-family: Helvetica, Arial;
color:#666666;
text-decoration:none;
text-transform:uppercase;
font-size:14px;
text-decoration:none;
}

i {
font-family: Helvetica, Arial;
color:#666666;
font-size:25px;
text-decoration:none;
}

a {
font-family: Helvetica, Arial;
color: #666666;
font-size:16px;
font-style: normal;
font-weight:bold;
text-decoration:none;
}

a:hover {
a {
font-family: Helvetica, Arial;
color: #666666;
font-size:16px;
font-style: normal;
font-weight:bold;
text-decoration:none;
}
 

/* D R O P D O W N   M E N U */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	float: left;
	width: 100px;
}
li ul {
	position: absolute;
	top: 30px;
	opacity: 0;
	
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #777;
	padding: 5px;
	background: #CC0;
	margin: 0 2px;
	display: block; 
    -webkit-transition-property: background-color, color, text-shadow;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in;
}
ul li a:hover { background: #66F; }
li:hover ul { opacity: 1;
-webkit-transition: opacity 4s linear;
  
}


#wrapper {
	text-align:left;
	margin:0 auto;
	width:500px;
	min-height:100px;
	border:1px solid #ccc;
	padding:2px;
}


#myvar {
border:0px solid #FF6699;
padding:2px;
}

.note {
	font-size: 9px;
	font-style: italic;
	color: #000066;
}

</style>
