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

/* GENERAL */

html, body {
  background-color: #FFFFFF;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  }

body {
  font-family: Georgia, serif;
  color:#000000;
  font-size: 11px;
  line-height: 1.5em;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  padding: 0px;
  text-align: left;
  /*border: 1px dashed #CCCCCC;*/
}


#contentContainer {
  float: right;
  margin-top:0px;
  margin-bottom:0px;
  width: 700px;
  margin-right:27px;
  padding: 0px;
  text-align: left;
 /* border: 1px solid #FF0000;*/
  }

h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

h2 {
  font-size: 12px;
  border-bottom: 1px solid #00cc00;
/*  text-decoration: underline;*/
  color:#000000;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 19px 0px;
  }

h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color:#FFFFFF;
  padding: 0px;
  margin: 0px 0px 16px 0px;
  }

h4 {
  font-size: 14px;
  font-weight:normal;
  color:#009900;
  font-style: italic;
  margin-top:3px;
  margin-left:00px;
  }
  
h5 { 
	font-size:22px;
	font-weight:normal;
	color:#000000; 
	line-height:100%; word-spacing:0; margin-top:0; margin-bottom:0; 	
} 	
/*End customized various heading font styles */
 
 
 #title{
  float: left;
  margin-left: 00px;
  margin-top: 00px;
  padding-left: 25px;
  padding-right:10px;
  text-align: left;
  width:171px;
  height:515px;
  position:absolute;
  z-index:1;
  clear: both;
  /*height:550px;*/
/*  border-bottom: 1px solid #00CC00;*/
}

#logo {
  float: left;
  margin-left: -5px;
  margin-top: -6px;
  margin-right:1px;
  width: 41px;
  height: 50px;
background:url(images/bookTruckIcon.jpg) no-repeat;

}
#navigation2 {
  padding-left: 00px;
  margin-left:0px;

  }

#navigation2 ul {
  float: left;
  text-align: left;
  font-size:12px;
  /*font-style:italic;*/
  color: #000000;
  
  list-style-type: none;

  }

#navigation2 li {
	margin-top:10px;
  }

#navigation2 li .selected2 {
  border-bottom: 1px solid #00cc00;
  padding: 3px 135px 0px 0px;
  }

#navigation2 li.active {
  padding: 3px 135px 0px 0px;
  border-bottom: 1px solid #00cc00;
/*  background: #4c4c4c;
  border-style: solid;
  border-color: #4c4c4c;
  border-width: 1px;*/
  color:#4f4f4f;
  }

#navigation2 li a {
  text-decoration:none;
  padding: 3px 135px 0px 0px;
  border-bottom: 1px dashed #CCCCCC;
/*  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;*/
  }

#navigation2 li a:hover {
  color: #FF0000;
  border-bottom: 1px dashed #00cc00;
/*  border-color: #000000;
  background:*/
  }
  
#navigation2 li a.selected {
    background-color: #00CC00;
	color: #FFFFFF;
	border: 1px solid #000000;
}
 
 
 #titleFooter{
  margin-left: 0px;
  margin-top: 438px;
  padding-left: 0px;
  padding-right:0px;
  text-align: left;
  width:166px;
  font-size: 10px;
  /*height:550px;*/
  border-top: 1px solid #00CC00;
}
 .tagline {
  font-size: 14px;
  color: #009900;
  font-style: italic;
  margin-bottom: 1.0em;
  }

  
.button a {
  text-decoration:none;
  margin: 30px 30px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 11px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  line-height: 2em;
  }

.button a:hover {
  text-decoration:none;
  margin: 30px 30px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 11px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  line-height: 2em;

  }

.button2 a {
  text-decoration:none;
  margin: 30px 0px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 11px;
  border-style: dashed;
  border-color: #FF0000;
  border-width: 1px;
  line-height: 2em;
  }
  
.button2 a:hover {
  text-decoration:none;
  margin: 30px 30px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 11px;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  line-height: 2em;

  }


ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

li {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

a {
  color: #000000;
  }

a:link {
  color: #000000;
  }

a:visited {
  color: #000000;
  }
  
form {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

input.btn {
  height: 2em;
  width: 6em;
  font-family: Georgia, serif;
  font-size: 90%;
  color: #000000;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  cursor: pointer;
  }

input.btnhov {
  color: #ffffff;
  background-color: #00FF00;
  border-color: #00FF00;
  }

img {
  border-width: 0px;
  }

.image {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding: 7px;
  }

/* TEMPLATE TOP */




#moduleContainer {

  line-height: 1.4em;
  }

/* WORK PAGE */

/*----------------------------------------------------------*/


#slider {

    width: 700px;
	position:absolute;
    float:left;
/*	border: 1px solid #CCCCCC;*/
}

.clear {
	clear:both;
}

.greenText{
	color:#009900;
	font-style:italic;
}
.grayText{
	color:#666666;
	font-style:italic;
}
.scroll {
    height: 548px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	/*border: 1px dashed #CCCCCC;*/
}

.scrollContainer div.panel {
    padding-left: 5px;
    padding-right: 5px;
	/*margin-left:10px;*/
	padding-top: 62px;
	height: 460px;
    width: 720px;
}


.textBox {
    font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	margin-top: 0px;
	padding-right: 5px;
    /*height: 510px;*/
    width: 287px;
	text-align: left;
}

#openStacks{
	position:relative;
}
/*.openStacksBox {
    font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	margin-top: 0px;
	padding-right: 5px;
    width: 262px;
	text-align: left;
	background: #FFFFFF;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; 
	color:#000000;
	z-index: 1;
}
*/
.openStacksBox {
	position: absolute;
	margin-top: -5px;
	width: 272px;
	height:375px;
	text-align: left;
	background: #FFFFFF;
	filter: alpha(opacity:0.6);
	KHTMLOpacity: 0.6;
	MozOpacity: 0.6;
	-khtml-opacity:.60;
	-ms-filter:”alpha(opacity=60)”;
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity:.60;
	color:#000000;
	z-index: 1;
}

#attentionToMap {
	clear: both;
	position: relative;
	float:right;
	margin-left: -5px;
	z-index: 3;
}
 #openStacks .openStacksText {
    position: relative;
	padding-right: 5px;
	margin-top:5px;
	margin-left:00px;
    /*height: 510px;*/
    width: 262px;
	height: 500px;
	z-index: 2;
}

.sketchPad {
  	height: 919px;
    width: 700px;
	margin-top: 300px;
	margin-left:0px;
	padding: 0px;	
	z-index: 0;
}

.beatBrowser {
  	height: 179px;
    width: 210px;
	margin-top: 278px;
	margin-left:20px;
	padding: 0px;
	z-index: 0;
}

.vSpaceInfo {
  	height: 96px;
    width: 74px;
	margin-top: 338px;
	margin-left:27px;
	padding: 0px;
	z-index: 0;
}

.bbClick {
	text-decoration:none;
	color:#00cc00;
	margin-top: -160px;
	margin-left: 20px;
	z-index:4;
}
/*-------Gmaps Stuff-------------------*/
#map {
	overflow: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height:100%; 
	background-color: white;
}

body img {
	background:#FFFFFF none repeat scroll 0 0;
	/*background:#F6F6F6 none repeat scroll 0 0;*/
	/*background:#FFFFFF none repeat scroll 0 0;*/
}
.gmnoprint img
{
	background: transparent none repeat scroll 0 0;
}
/*-------End of Gmaps Stuff-------------------*/

.tellphone {
  	height: 306px;
    width: 400px;
	margin-top: 20px;
	margin-left:290px;
	padding: 0px;	
	z-index: 0;
}


.stackView {
  	height: 200px;
    width: 616px;
	margin-top: 40px;
	margin-left:30px;
	padding: 0px;	
	z-index: 0;
}
.bookTruck {
	position: absolute;
  	height: 193px;
    width: 161px;
	margin-top: 296px;
	margin-left: 250px;
	padding: 0px;	
	z-index: 3;
}

.coinOp {
  	height: 178px;
    width: 250px;
	margin-top: 295px;
	margin-left:0px;
	padding: 0px;	
	z-index: 0;
}

/*.coinOp2 {
  	height: 90px;
    width: 280px;
	margin-top: 40px;
	margin-left:0px;
	padding: 0px;	
	z-index: 0;
}*/
.navigator {
  	height: 486px;
    width: 729px;
	margin-top: 20px;
	margin-left:38px;
	padding: 0px;	
	z-index: 2;
}

.misc1 {
  	height: 194px;
    width: 288px;
	margin-top: 20px;
	margin-left:290px;
	padding: 0px;	
	z-index: 1;
}
.centerBox {
	left: 350px;
	top: 105px;
	padding: 10px;
	z-index: 4;
	border: 1px solid #CCCCCC;
	position: absolute;
}
.centerBox div{
	z-index: 4;
}	

.flashPlayer{

	z-index: 5;
}	

.centerBox2 {
	left: 350px;
	top: 105px;
	z-index: 4;
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: absolute;
}
.centerBox2 div{
	z-index: 4;
}	

.flashPlayer{
	z-index: 5;
}	
.miscA {
	float:right;
	width: 160x;
	height: 120px;
	margin-right: 145px;
	margin-top: 20px;
}
.miscB {
	float:right;
	width: 160x;
	height: 120px;
	margin-right: -160px;
	margin-top: 160px;
}

.miscC {
	float:right;
	width: 160x;
	height: 120px;
	margin-right: -160px;
	margin-top: 300px;
}

ul.navigation {
	position: absolute;
    margin-left: 5px;
	margin-top: 22px;
	width: 700px;
	padding-bottom:2px;
	z-index:5;
}

ul.navigation li {
    display: inline;
    margin-right: 8px;
	z-index: 5;
}

ul.navigation a {
	text-decoration: none;
    border-bottom: 1px dashed #CCCCCC;
	color: #000;
    
}

ul.navigation a:hover {
	color:#FF0000;
	border-bottom: 1px dashed #00CC00;
}

ul.navigation a.selected {
	color: #000000;
	border-bottom: 1px solid #00CC00;
}


.scrollButtons {
    position: absolute;
    top: 290px;
    cursor: pointer;
	font-size:24px;
	color: #FFFFFF;
	background:#00cc00;
	
}

.scrollButtons.left {
    left: -32px;
	border: 1px solid #CCCCCC;
	z-index: 5;
}

.scrollButtons.right {
    right: -32px;
	border: 1px solid #CCCCCC;
	z-index: 5;
}

.hide {
    display: none;
}
/*----------------------------------------------------------*/




#footer {
  clear: both;
  height: 80px;
  margin-bottom: 0px;
  border-top:1px dashed #CCCCCC;
  font-size: 90%;
  color: #7f7f7f;
  line-height: 1.4em;
  }

#footer ul {
  float: right;
  text-align: right;
  width: 200px;
  margin-top: 14px;
  margin-right: 20px;
  margin-bottom: 14px;
  color: #000000;
  list-style-type: none;
  }

#footer li {
  display: inline;
  }

#footer p {
  margin-top: 14px;
  margin-left: 20px;
  margin-right: 220px;
  margin-bottom: 0px;
  }

#footer .name {
  color: #000000;
  }


