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

#Main {
	padding: 0px;
	height: 860px;
	width: 1024px;
	background-image: url(images/interface/background.png);
	background-repeat: repeat-x;
	position:absolute;
	left:50%;
	margin-left:-512px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
}
#BG {
	background-image: url(images/interface/BGNeurons.png);
	margin: 0px;
	padding: 0px;
	height: 819px;
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}
#WelcomeText {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
#Logo {
	background-image: url(images/interface/BAWLogo.png);
	margin: 0px;
	background-repeat: no-repeat;
	position: absolute;
	height: 120px;
	width: 120px;
	left: 7px;
	top: 8px;
}
#Logo:hover {
	background-image:url(images/interface/logoH.png);
}
#AboutBar {
	position:absolute;
	padding: 0px;
	width: 850px;
	height: 25px;
	left: 152px;
	top: 90px;
	background-image: url(images/interface/a2.png);
}
.left {
	position:absolute;
	float:left;
	left:-8px;
	display:block;
	width:8px;
	height:25px;
	background-repeat: no-repeat;
	background-image: url(images/interface/a1.png);
}
.right {
	position:absolute;
	float:right;
	display:block;
	width:9px;
	height:25px;
	right:-9px;
	background-image: url(images/interface/a3.png);
	background-repeat: no-repeat;
}
#bleft {
	background-image: url(images/interface/b1.png);
	height: 54px;
}
#bright {
	background-image: url(images/interface/b3.png);
	height: 54px;
}
#topL {
	background-image: url(images/interface/c1.png);
	height: 32px;
	width: 9px;
	left: -9px;
}
#topR {
	background-image: url(images/interface/c3.png);
	height: 32px;
}
#fL {
	background-image: url(images/interface/f1.png);
	height: 32px;
	width: 9px;
	left: -9px;
}
#fR {
	background-image: url(images/interface/f3.png);
	height: 32px;
	width: 9px;
	right: -9px;
}
.AboutText {
	color:#FFF;
	font-size:18px;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	text-transform:uppercase;
	padding-top:1px;
}
#QuickLink {
	height: 54px;
	width: 273px;
	position: absolute;
	left: 729px;
	top: 35px;
	background-image: url(images/interface/b2.png);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#QLText li {
	margin: 0 0.30em;
}
#QLText li a {
	width:110px;
	padding-left: 15px;
	padding-right:0px;
	text-transform: uppercase;
	font-size: 12px;
}
.menuHeader{
	width: 180px;
	height:25px;
	padding:0;
	text-align:center;
	background-image:url(images/interface/buttonLow.png);
	margin-left:7px;
	margin-top:5px;
	font-weight:bold;
}
.nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-menu li {
	float: left;
	margin: 0 0.15em;
}
.nav-menu li a {
	padding-left:10px;
	padding-right:10px;
	float: left;
	display: block;
	text-decoration:none;
}
.nav-menu li a:link {
	color: #CCC;
}
.nav-menu li a:visited {
	color: #06F;
}
.nav-menu li a:hover {
	color: #FFF;
}
.clearFloat {
	float:none;
}
#Title {
	height: 60px;
	width: 538px;
	position: absolute;
	background-image: url(images/interface/title.png);
	left: 143px;
	top: 23px;
}
#Title:hover {
	background-image: url(images/interface/titleH.png);
}
.main {
	position:absolute;
	top:122px;
	width:auto;
	height:auto;
}
.top {
	height: 32px;
	width: 982px;
	background-image: url(images/interface/c2.png);
	position: relative;
	left: 21px;
}
.bar {
	height: 53px;
	width: 996px;
	background-image: url(images/interface/whitebar.png);
	border: 2px solid #FFF;
	position: relative;
	left: 12px;
	top:-3px;
}
#ContentBox {
	border: 2px solid #FFF;
	position: relative;
	left: 12px;
	top: -4px;
	width: 996px;
	height: auto;
	overflow:auto;
}
#textbox {
	float:right;
	width:794px;
	border-left:2px;
	border-left-style:solid;
	border-left-color:white;
	min-height:512px;
	height:auto !important;
	height:512px;
}
.side {
	float: left;
	width:200px;
	height: 512px;
	background-image: url(images/interface/SideBG.png);
	background-repeat: repeat-x;
}
.footer {
	position:relative;
	height: 32px;
	width: 982px;
	top:-5px;
	background-image: url(images/interface/f2.png);
	left: 21px;
}
.menuText{
	display:block;
	width: 160px;
	height:20px;
	padding:0;
	text-align:center;
	background-image:url(images/interface/buttonLow.png);
	margin-left:27px;
	margin-top:7px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
.menuText a{
	width:auto;	
}
.menuText:hover {
	font-weight:bolder;
	font-size:15px;
	background-image:url(images/interface/buttonHigh.png);
}
#mainText {
	float:right;
	width:720px;
	background-image:url(images/interface/bg2.png);
	color:black;
	margin-right:14px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding:20px;
	min-height:512px;
	height:auto !important;
	height:512px;
}
.side li a {
	width: 180px;
	height:25px;
	padding:0;
	text-align:center;
	background-image:url(images/interface/buttonLow.png);
	margin-left:7px;
	margin-top:5px;
	font-weight:bold;
}
.side li a:hover {
	font-weight:bolder;
	font-size:17px;
	background-image:url(images/interface/buttonHigh.png);
}
#question {
	width:160px;
	margin-left:20px;
	text-align:center;
	margin-bottom:10px;
}
#topShadow {
	position:absolute;
	top:0px;
	right:16px;
	background-image:url(images/interface/bg1.png);
	width:760px;
	height:12px;
}
#bottomShadow {
	position:absolute;
	bottom:0px;
	right:16px;
	background-image:url(images/interface/bg3.png);
	width:760px;
	height:12px;
}
#island {
	position:fixed;
	right:12px;
	bottom:3px;
	width:auto;
	height:25px;
	background-image:url(images/interface/Test_16.png);
}
#islandL {
	background-image:url(images/interface/Test_15.png);
}
#islandR {
	background-image:url(images/interface/Test_19.png);
}
#foot {
	text-align:center;
	text-transform:uppercase;
}
#foot li a {
	color:#333;
	height:25px;
	font-weight:bold;
}
#foot li a:hover {
	color:#000;
	background-color:#FFF;
}
#MobileBG {
	background-image: url(images/interface/BGNeurons.png);
	margin: 0px;
	padding: 0px;
	height: 381px;
	width: 1024px;
	position:absolute;
	left:9px;
	top:16px;
}

