
body {
background-image: url('images/background - blue.png');
background-color: #ffffff;
background-repeat: repeat-x; 
margin: 0; 
padding: 0;
}

a:link { 
color: #242424;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 11px;
background-color: none;
}

a:visited { 
color: #242424;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 11px;
background-color: none;
}

a:hover { 
color: #006699;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 11px;
background-color: none;}

a:active { 
color: #006699;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 11px;
background-color: none;
}

h1 { 
color: #666666;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-family: arial;
font-size: 11px;
background-color: none;
margin: 0px;
padding: 0px;
}

h1.heading {
color: #006699;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 17px;
background-color: none;
margin: 0px;
padding: 0px;
}

h2 {
color: #C0C0C0;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 12px;
background-color: none;
margin: 0px;
padding: 0px;
}

h2.heading{ 
padding: 2px 5px;
border: 0px solid gray;
background: #E1E1E1;
color: #006699;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 17px;
}
#websiteheaderDiv {
background: transparent url(images/header - blue.png) top left no-repeat; 
position: absolute; 
top: 26px; 
left: 125px; 
width: 750px; 
height: 151px; 
}


#homebuttonDiv { 
background: transparent url(images/navigation - home - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 125px; 
width: 53px; 
height: 29px; 
}


#teaminfobuttonDiv { 
background: transparent url(images/navigation - teaminfo - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 178px; 
width: 76px; 
height: 29px; 
}

#firstinfobuttonDiv { 
background: transparent url(images/navigation - firstinfo - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 254px; 
width: 76px; 
height: 29px; 
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px #dddddd;
background: #E1E1E1;
color: #006699;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-family: arial;
font-size: 17px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #c0c0c0;
}

#mediabuttonDiv { 
background: transparent url(images/navigation - media - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 331px; 
width: 76px; 
height: 29px; 
}

#sponsorsbuttonDiv { 
background: transparent url(images/navigation - sponsors - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 386px; 
width: 76px; 
height: 29px; 
}

#otherinitiativesbuttonDiv { 
background: transparent url(images/navigation - otherinitiatives - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 464px; 
width: 76px; 
height: 29px; 
}

#ourrobotbuttonDiv { 
background: transparent url(images/navigation - ourrobot - normalstate.png) top left no-repeat; 
position: absolute; 
top: 141px; 
left: 580px; 
width: 76px; 
height: 29px; 
}


#importantlinksDiv {
background: top left no-repeat; 
position: absolute;
top: 194px; 
left: 600px; 
height: 500px;
}

menutitle {
color: #006699;
font-family: arial;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-size: 17px;
background-color: none;
margin: 0px;
padding: 0px;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#E1E1E1;
color:#006699;
width:240px;
padding:2px;
text-align:left;
font-weight:normal;
border:0px solid #000000;
font-family: Trebuchet MS;
font-size: 10px;
}

.submenu{
margin-bottom: 0.5em;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #003366;
	}