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

body {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position:center;
	background-position:top;
	background-color:#121212;
	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a4a4a4;
}
.NAVCURRENT {
	font-size: 16px;
	color: #FFFFFF;
	font-style:italic;
	text-decoration: none;
	color: #9ADF33;
}

a.NAV {
	font-size: 16px;
	color: #FFFFFF;
	font-style:italic;
}
a.NAV:link {
	text-decoration: none;
}
a.NAV:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.NAV:hover {
	text-decoration: none;
	color: #9ADF33;
}
a.NAV:active {
	text-decoration: none;
	color: #FFFFFF;
}

a {
	/*font-size: 16px;*/
	color: #9ADF33;
	font-style:italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9ADF33;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #9ADF33;
}

h1 {
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-style:italic;
	font-weight:bold;
}

.subHeading {
	font-size: 16px;
	color: #FFFFFF;
	/*margin-bottom: 0px;*/
	font-style:italic;
	font-weight:bold;
}

.cursor {  cursor: hand}

#LOGO {
	position:relative;
	top:45px;
	width:200px;
	height:50px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#NAVBAR {
	background-image:url(images/nav_bar.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	
	position:absolute;
	left:0;
	top:108px;
	width:100%;
	height:101px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#BUBBLEnorm {
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;

	position:relative;
	z-index:99;
	top:137px;
	width:580px;
	height:503px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#BUBBLEheading {
	position:relative;
	top:80px;
}

#BUBBLEcontent {
	position:relative;
	top:80px;
	width:500px;
	margin:0 auto;
	text-align:center;
	padding:0;
	height: 350px;
	overflow: auto;
	
}

#FLASHsiteLINK {
	position:absolute;
	z-index:98;
	margin:0 auto;
	bottom:0px;
	/*vertical-align:bottom;*/
	right:50px;
	padding:0;

}

