/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}
body
{
   font-family:  verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   text-align: left;
   background-color:#ffffff;
   background:background-color;
   margin:0px 0px 0px 0px;
}

a { color: #663300; text-decoration: none; font-weight:bold; }
a:hover { color: #a3a571; }

#.module-content a { color: #663300; }
#.module-content a:hover { color: #a3a571; }

h1, h2, h4, h5, h6 { font-weight: normal; }
h1, h2, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
   font-family: verdana, helvetica, arial, sans-serif;
}

h2.module-header {
   margin: 0px 0px 15px 0px;
   padding: 5px 5px 5px 5px;
   border:none;
   color: #fff;
   background: #669966;
   font-size: 1.3em;
   font-weight: bold;
   text-transform:none;
	}
h2.newbooks-header {
   margin: 0px 0px 15px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 1.3em;
   font-weight: bold;
   text-transform:none;
   width:180px;
	}

.module-header a,
.module-header a:hover,
{
   color: #fff;
}
	
#header_topright_links {
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
    text-align: right;
	}
	
#header_topright_links p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	}

#header_topright_links a {
	font-size: 1em;
	text-decoration: none;
	}
	
#header_topright_links a:hover {
	font-size: 1em;
	text-decoration: none;
	}
	
#header_links {
	position: absolute;
	left: 235px;
	top: 52px;
	/*height: 128px; This was too high, interfered with clicking things below the header */
	margin: 0px 0px 0px 0px;
	min-width:560px;
	}
	
/* SB Adding these, replacing of table and paragraphs with divs */ 
div.header_links_box{
	width:530px;
}
div.header_links_striped, div.header_links {
	padding-left:10px;
	padding-bottom:8px;
	float:left;
}	
div.header_links_striped {
	width:150px;
	background:url("/images/white_branch_vertical.gif") no-repeat right bottom;
}
	
#header_links p {
	padding:0px 10px 3px 15px;
	margin:0px 0px 0px 0px;
	}

#header_links a {
	font-size: 1.25em;
	text-decoration: none;
	line-height:1.5em;	/* SB added */
	}
#header_links a:hover {
	font-size: 1.25em;
	text-decoration: none;
	}
#google_search {
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}
#quick_find {
	text-align:left;
	margin:0px 15px 10px 0px;
	padding:0px 0px 0px 0px;
	clear:left;
	}
.date-header {
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   position: static;
}

/*CP Added These Styles for firefox-style "alert bar" message atop page*/
#topalert { 
	color: #4D2600; 
	background-color: #F4D97A; 
	border-bottom: 1px solid #FFCC00; 
	padding: 0.4em; 
	font-size: 90%; 
}

#topalert p { 
	padding: 0.25em 2em; 
	margin: 0; 
	display: block; 
	text-align: center; 
}

#topalert b { 
	margin-right: 0.5em; 
}

#topalert hr { 
	display: none; 
}

#topalert a { 
	margin-left: 0.5em; 
}

#topalert a#close-link { 
	font-size: 90%; 
	margin-left: 1.5em; 
}

#topalert a#close-link:link, 
#topalert a#close-link:visited { 
	color: #8E8065; 
	text-decoration: none; 
	border-bottom: 1px dotted #8E8065; 
}

