

/********* HEADER AREA (includes logo, top links, top buttons and search) **********/

#headerbar {
	position:absolute; /* PAK chgd 11/2/07 so Home Page bgcolors go 100% screen. Was "fixed"  */
	top:0px; 
	left:185px;
	float: left; 
	height: 73px;
	width: 100%; 
	background-color: #005a9a;
	border-bottom: 1px #ae9d76 solid;
}

/** anchor to "top"  **/
.topanchor {
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}

/** Sitetitle Area (includes logo and top links)  **/

* html #sitetitle {
	height: 1%;
} 

#sitetitle img {
	border: none;
	height: 70px;
	width: 180px;
}

/** Top Links (i.e. "About Us" link)  **/


#toplinks {
	display: block;
	float: none;
	width:700px;
	height:30px;
	margin: 0px;
	margin-left: 155px;
	padding: 0px;
} 

#toplinks img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#toplinks ul {
	margin-left:10px;
	padding-top: 10px;
	padding-left: 10px;
}

#toplinks li {
	list-style-type: none;
	float: left;
	margin-right: 0px;
}

#toplinks ul li {
	margin-top:3px;
}

/** Top Buttons (i.e. "Products" link)  **/

#topbuttons {
display: inline;
float: left;
width:574px;
height:30px;
margin-left: 3px;
}

#topbuttons img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#topbuttons ul {
  margin: 16px 0px 0px 25px;
}

#topbuttons li {
  list-style-type: none;
  float: left;
  margin-right: 0px;
}

#topbuttons ul li {
  margin-top:3px;
}

/** Search form  **/

.search {
  width: 180px;
  overflow: hidden;
}

#sfield {
  display: inline;
  font-size:11px; 
  width: 150px;
  height: 15px;
  margin-left: 12px;
}



/********** BANNER **********/


.banner {
	position:relative; 
	top: 0px;
	left: 185px;
	float: left;
	width: 100%; /* DELETE TO GET RID OF BROWN BAR IN PRINT VERSION  */
	height:56px;
	border: 0px;
	display: block;
	background-color:#ae9d76;
	background-repeat: no-repeat;
	background-position: bottom left;
 }

.banner p {
	font-size: 10px;
	margin: 8px 0 3px 25px;
	color : #e8e5d6;
}

.banner p a:link, .banner p a:visited {
	color : #e8e5d6;
	text-decoration: none;
}

.banner #selected {
	color : #ffffff;
	text-decoration: none; 
}

.banner p a:hover {
	color : #ffffff;
}

.banner #emailPage {
	position:absolute;
	left:675px;
	margin-top:0px;
}

.banner #emailPage a {
	font-size:10px;
	font-weight:normal;
}

/*** Banner GIFs ***/

#physhigh, #physuniv, #biology, #chemistry, #earth, #general, #middle, #eng, #prods, #resources, #workshops, #support, #success, #about, #help, #cart, #account, #error, #login {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#physhigh{
  background-image: url('/assets/theme1/images/navigation/banner_physhigh.gif'); 
}

#physuniv{
  background-image: url('/assets/theme1/images/navigation/banner_physuniv.gif'); 
}

#biology {
  background-image: url('/assets/theme1/images/navigation/banner_bio.gif'); 
}

#chemistry {
  background-image: url('/assets/theme1/images/navigation/banner_chem.gif'); 
}

#earth {
  background-image: url('/assets/theme1/images/navigation/banner_earth.gif'); 
}

#general{
  background-image: url('/assets/theme1/images/navigation/banner_gensci.gif'); 
}

#middle {
  background-image: url('/assets/theme1/images/navigation/banner_midpri.gif'); 
}

#eng {
  background-image: url('/assets/theme1/images/navigation/banner_eng.gif'); 
}

#prods {
  background-image: url('/assets/theme1/images/navigation/banner_prod.gif'); 
}

#resources, #workshops {
  background-image: url('/assets/theme1/images/navigation/banner_edu.gif'); 
}

#support {
  background-image: url('/assets/theme1/images/navigation/banner_support.gif');
}

#success {
  background-image: url('/assets/theme1/images/navigation/banner_stories.gif'); 
}

#about, #help {
  background-image:url('/assets/theme1/images/navigation/banner_about.gif');
}
#cart {
  background-image: url('/assets/theme1/images/navigation/banner_cart.gif'); 
}

#account {
  background-image: url('/assets/theme1/images/navigation/banner_account.gif'); 
}

#error {
  background-image: url('/assets/theme1/images/navigation/banner_error404.gif'); 
}

#login {
  background-image: url('/assets/theme1/images/navigation/banner_login.gif'); 
}


/********** LEFT-HAND NAV **********/


#leftnavheading {
  font-weight: bold;
  font-size: 12px;
  padding:0px;
  margin:100px 0 0 0;
}


/********** FOOTER ***********/

#footer {
  position: relative;
  top: 0px;
  float: left;
  left:185px;
  clear: both;
  width: 100%; 
  height: 50px; 
  padding-top: 7px;
  background-color: #e8e5d6;
  border-top: 1px #ae9d76 solid; 
}

#footer.home {
  position: absolute;
  top:633px;
  left: 0px;
}

#footer ul {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 0px;
}

#footer ul li {
  font-size:10px;
  font-weight:normal;
}

#footer #line1 {
  float: left;
  margin-left: 10px;
}

#footer #line2 {
  float: left;
  width: 750px;
  clear: both;
  margin-top: 5px;
  margin-left: 10px;
}

#footer li {
  float: left;
  list-style-type: none; 
  border-right: 1px #D5CBB0 solid;
  padding-right: 5px; 
  padding-left: 5px;
}

#footer li a:link, #footer li a:visited {
  color:#0064C0;
  text-decoration: none;
  font-weight:normal;
}

#footer .rightmost {
  border-right: 1px #D5CBB0 none;
}

#footer .floatright {
  position:absolute;
  left:675px;
  margin-top:0px;
  border-right: 1px #D5CBB0 none;
}

#footer ul li a:hover {
 color: #000000;
   font-weight:normal;
}

/* END FOOTER */


