
/* gridworld 3d-people browser */
#sprite {
position: absolute;
border: 0;
}
img.sprite { 
	position:absolute;
	border: 0;
}
#sprite0{ 
position: absolute;
}
#sprite1{ 
position: absolute;
}
#sprite2{
position: absolute;
}
#sprite3{
position: absolute; 	  
}
#sprite4{
position: absolute; 
}
#sprite5{
position: absolute; 
}
#sprite6{
position: absolute; 
}
#sprite7{ 
}
#sprite8{ 
}
#sprite9{ 
}
#textbox{
position: absolute;
}

div.chs {
	position: absolute;
	background: transparent;
	color: #fff;
	float: right;
	text-align: center;
}
#choice0 {
}
#choice1 {
}
#choice2 {
}
#choice3 {
}
#choice4 {
}
#choice5 {	
}
#choice6 {
	
}

h1 {
	font-size: medium;
}

#footer { 
	position: absolute;
	bottom: 0;
}

body { 
	font-family:Arial,Verdana,sans-serif;
	font-size: 1em;
	margin:0;
	padding:0;
	background: #000 url(images/gridworld_bg.jpg) scroll no-repeat top center;
}

#wrapper {
	display: block;
	text-align:center;
}

#header {
	height: 150px;
	width: 950px;
	margin: auto;
	background: transparent  no-repeat top left; 
}

#main 
{
	display: block;
}

#mainColumn {
display: block;
	margin: 10px 0 0 10px;
}
#subColumn {
	float:right;
	margin: 10px 0 0 0;
}

#headerContent {
	margin:0 auto;
	text-align:left;
	width:950px;
}
#headerContent ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:120px 0 0 0;
	font-size: large;
	padding: 10px;
}

#headerContent li {
	display: inline; 
		height: 50px;
		color: #003333;
	background: url(images/nav-grid.gif) 
	no-repeat scroll left top;
}

#headerContent li a {
	
	padding: 5px;
	color:#000000;
	background: url(images/nav-grid.gif); 
	no-repeat scroll left top;
}
#headerContent li a:hover {
	background: url(images/nav-grid-over.gif) 
	no-repeat scroll left top;
	color:#006600;
}

#subNav {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	font-size: 120%;
	text-align:left;
	float: left;
}
#subNav ul {
	border:medium none;
	margin: 50px 0 0 0;
	padding:0;
}
#subNav li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
}
#subNav li#head {
	background: transparent 
	url(images/nav/space-nav.gif) 
	no-repeat scroll left top;	
	color:#aaf;
	font-weight: bold;
	padding:15px 0 10px 15px;
}
#subNav li#headsub {
	background: url(images/space-nav.gif) 
	no-repeat scroll left top;
	color:#000;
	padding:5px 0 5px 0.5em;
}
#subNav li a {
	background: url(images/space-nav.gif) 
	no-repeat scroll left top;
	color:#aaf;
	display:block;
	padding:15px 0 15px 20px;
	text-decoration:none;
}
#subNav li a {
}
#subNav li a:hover {
	background: url(images/space-nav-over.gif) 	
	no-repeat scroll left top;
	color: #fff;
}

.column {
	float:left;
  	position:relative;
    	margin: 2px;
	width: 32%;
}
.bucket 
{

	margin: 5px 0 0 5px;
	padding: 0 0 5px 20px;
	font-size: 85%;
	line-height: 1.5em;
	color: #55f;	
	background: transparent; 
	no-repeat scroll left top;	
	border 0;
}

p { 
	padding: 10px 0 0 10px;
} 

.bucketTop
{
   background: none;
	color: #99f;
	font-size: 160%;
	text-decoration: bold;
    padding: 2px 0 2px 5px;
}

#globalnav {	
	position: relative;
	float: right;
	bottom: 0;
}
#globalnav a {
	background: #000;
	color:#aaf;
	text-decoration:none;
}
#globalnav a:hover {
	color: #FFF;
	background: url(images/space-right-over.gif) 
	no-repeat scroll right top;
	text-decoration:none;	
}