
/* UNIVERSAL STYLES
================================================================================*/

.spaw_body 
{
  font: 16px arial, helvetica, sans-serif;
  text-align: left;
  color:#333;
  background-color: #FFF;
  background-image: none;
  padding: 10px;
	
}

html, body{
	padding:0;
	margin:0;
	background-color:#2e2e2e;
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
/*fixing firefox outline*/

a {
	text-decoration: none;	
}

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
	
	
	
	
	
	
	
/*TEXT STYLES
================================================================================*/

h1{
	padding:0 0 20px 0;
	margin:0;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:100%;
	}

h2{
	padding:0 0 20px 0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:100%;
	}

h3{
	padding:0 0 0 0;
	margin:0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#4cb929;
	line-height:100%;
	}	








/* NAVIGATION STYLES
================================================================================*/

#nav
{
	width:100%;
	height:40px;
}

/*

#nav div
{
	float:left;
}


#nav div
{
	margin:0 2px 0 0;
	float:left;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	display: block;
	}
	
#nav div div {
	display: block;
}

#nav div div div {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
}
	
#nav a:link, #nav a:visited
{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:10px 11px 0 11px;
	height:23px;
}
	
#nav a:hover
{
	background-color:#4b4c4b;
	border-bottom:7px solid #00bb12;
	height:23px;
}
*/
	
/*highlighting current page*/
/*
#nav  .active
{
	background-color:#4b4c4b;
	border-bottom:7px solid #00bb12;
	height:23px;
}

*/


#nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	z-index: 200;
}

	
#nav ul li{
	margin:0 2px 0 0;
	float:left;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	position: relative;
	height: 43px;
}
	
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:10px 11px 0 11px;
	height:23px;
	font-size: 14px;
	text-transform: uppercase;
}
	
#nav ul li a:hover, #nav ul li a.active {
	background-color:#4b4c4b;
	border-bottom:7px solid #00bb12;
	height:23px;
	font-size: 14px;
}

#nav ul ul {
	float: left;
	display: none;
	width: 220px;
	position: absolute;
	top: 100%;
	border: 1px solid white;
	background-image: url('../images/submenu_backing.png');
	right: 100%;
	left: 220px;
	left: 0;
	z-index: 200;
}

#nav ul ul li {
	height: auto;
	border-top: 2px solid white;
	width: 220px;
}

#nav ul ul li.first {
	border-top: none;
}
	
#nav ul ul li a:link, #nav ul ul li a:visited, #nav ul ul li a:active, #nav ul ul li a:hover {
	text-transform: none;
	padding: 0;
	font-size: 16px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	padding: 8px 11px;
	width: 198px; /* 220 - 11 - 11 */
}
	
#nav ul ul li a:hover {
	background-color: #333;
}
#nav ul ul li a.more:link, #nav ul ul li a.more:visited, #nav ul ul li a.more:active, #nav ul ul li a.more:hover {
	background: url('../images/submenu_arrow1.gif') no-repeat 100% 50%;
	padding-right: 30px;
	width: 179px; /* 220 - 11 - 30 */
}

#nav ul ul li a.more:hover {
	background: url('../images/submenu_arrow_on.gif') no-repeat 100% 50%;
	background-color: #333;
}


#nav ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 220px;
	z-index: 200;
}

#nav ul ul ul li {
	width: 220px;
}
	
/*highlighting current page*/
#homepage .active a{
	background-color:#4b4c4b;
	border-bottom:7px solid #00bb12;
	height:23px;
}



/* LIBRARY STYLES
================================================================================*/

ul.form li label.deco {
	display: block;
	width: 100px;
	float: left;
	padding-right: 4px;
	padding-top: 4px;
}
ul.form li label.deco span {
	display: block;
}

#fancy_left {
	padding: 0 10px 0 0;
	float: left;
	width: 320px;
}

#fancy_right {
	padding: 0 0 0 10px;
	float: right;
	width: 320px;	
}

p.fancy {
	padding: 4px 0 4px 0;
	border-bottom: 1px dashed #666;
}

/* SEARCH STYLES
================================================================================*/

H2.search_sort {
	font: bold 1.8em;
	color: #0b55a3;	
	padding: 8px 0 4px 0;
}

.search_summary {
	font: normal .88em;	
	color: #666666;
}
	
dt a {
	color: #6dbe48;	
}

dt  {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #6dbe48;
}

dd {
	font-size: .84em;
	color: #666666;	
	padding: 0;
	padding: 0 0 20px 0;
	margin: 0;
}

/* LAYOUT STYLES
================================================================================*/
	
#header_wrapper{
	background:url(../images/bg.jpg) repeat-x 0 0;
	}
	
#header_outer{
	background:url(../images/header_outer_bg.jpg) no-repeat top center;
	}
	
#header{
	padding:0;
	margin:0 auto 0 auto;
	width:1002px;
	}
	
#banner{
	width:174px;
	height:178px;
	padding:7px 0 0 828px;
	background:url(../images/header_bg.jpg) no-repeat 0 0;
	}
	
#bodyarea_outer{
	background-color:#fff;
	}
	
#bodyarea{
	margin:0 auto 0 auto;
	width:1002px;
	}
	
#topcontent{
	width:1002px;
	padding:0 0 40px 0;
	}
	
#leftcol{
	float:left;
	width:355px;
	padding:100px 0 0 205px;
	}
	
#logo{
	background:url(../images/logo.png) no-repeat 0 0;
	
	width:472px;
	height:177px;
	
	float: left;
	margin-top: -50px;
	margin-bottom: -127px;
	/*
	position:absolute;
	top:174px;
	*/
	z-index: 10;
	
	}
	
#rightcol{
	float:right;
	width:318px;
	padding:26px 0 0 0;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}
	
.top_text{
	padding:0 0 50px 0;
	margin:0;
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:130%;
	}
	
.text{
	padding:0 0 20px 0;
	margin:0;
	line-height:120%;
	}
	
.text a:link, .text a:visited{
	text-decoration:none;
	color:#333;
	}
	
.text a:hover{
	text-decoration:underline;
	}
	
.more{
	padding:0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:100%;
	}
	
.more a:link, .more a:visited{
	text-decoration:none;
	color:#333;
	}
	
.more a:hover{
	text-decoration:underline;
	}
	
.rightbox{
	width:318px;
	padding:0 0 18px 0;
	}
	
.rightbox_top{
	background:url(../images/rightbox_top.jpg) no-repeat 0 0;
	width:318px;
	height:11px;
	font-size:0;
	}
	
.rightbox_middle{
	width:292px;
	border-left:1px solid #1e6bb0;
	border-right:1px solid #1e6bb0;
	padding:0 0 0 24px;
	}
	
.rightbox_bottom{
	background:url(../images/rightbox_bottom.jpg) no-repeat 0 0;
	width:318px;
	height:11px;
	font-size:0;
	}
	
.rightbox_heading{
	background:url(../images/heading_bg.jpg) no-repeat 0 0;
	width:269px;
	height:30px;
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	line-height:100%;
	padding:11px 0 0 0;
	}
	
.rightbox_content{
	width:269px;
	padding:16px 0 0 0;
	}
	
.rightbox_row{
	width:269px;
	padding:0 0 10px 0;
	}
	
.rightbox_left{
	float:left;
	width:78px;
	padding:0 12px 0 0;
	text-align:center;
	}
	
.rightbox_right{
	float:left;
	width:179px;
	}
	
.resource_heading{
	padding:0 0 2px 0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#1e6bb0;
	line-height:100%;
	}
	
.resource_heading a:link, .resource_heading a:visited{
	text-decoration:none;
	color:#1e6bb0;
	}
	
.resource_heading a:hover{
	text-decoration:underline;
	}
	
.resource_text{
	padding:0 10px 0 0;
	margin:0;
	line-height:120%;
	}
	
.more_books{
	padding:0 0 0 10px;
	margin:3px 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:100%;
	background:url(../images/arrow.jpg) no-repeat left center;
	}
	
.more_books a:link, .more_books a:visited{
	text-decoration:none;
	color:#1e6bb0;
	}
	
.more_books a:hover{
	text-decoration:underline;
	}
	
.rightbox_row2{
	width:269px;
	}
	
.rightbox_left2
{
	float:left;
	width:50px;
	padding:0 0 0 5px;
}
	
.rightbox_right2{
	float:left;
	width:209px;
	color:#1e82b0;
	padding:12px 0 0 0;
	}
	
.rightbox_right2 a:link, .rightbox_right2 a:visited{
	text-decoration:none;
	color:#1e82b0;
	}
	
.rightbox_right2 a:hover{
	text-decoration:underline;
	}
	
#bottom_logos{
	margin: 0 auto;
	width:797px;
	padding:0 0 0 205px;
	/*margin-left: 335px;*/
	}
	
#bottom_logo1{
	float:left;
	width:318px;
	padding:10px 0 0 0;
	}
	
#bottom_logo2{
	float:left;
	width:140px;
	}
	
#bottom_logo3{
	float:left;
	width:225px;
	}
	
#footer_wrapper
{
	background:url(../images/footer_bg.jpg) repeat-x 0 0;
}
	
#footer
{
	margin:0 auto 0 auto;
	width:990px;
	padding:42px 12px 30px 0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
}

#footer div, #footer li
{
	list-style:none;
	float:right;
	margin:0 7px 0 7px;
}	
#footer a:link, #footer a:visited
{
	text-decoration:none;
	color:#fff;
}
	
#footer a:hover{
	text-decoration:underline;
	}
	


/* Top-nav styles */


/** Right box links **/
.rightbox_row2 ul {
	/*list-style-image: url('../images/bullet.jpg');*/
	list-style: none;
	margin: 0;
	padding: 0;
}

.rightbox_row2 ul li {
	margin: 0 0 10px 0;
	/*margin-left: 50px;*/
	padding: 10px 0 10px 50px;
	background: url('../images/bullet.jpg') 0 50% no-repeat;
}

/* update listings styles
=============================================================  */

div.error { 
   margin : 50px;
   padding: 20px;
   background-color:#F15244;
   width:400px;
   height:100px;
}



/* VIRTUAL BOARD ROOM STYLES
================================================================================*/

div.clear {
	clear: both;
}

h2.vboard_title {
	font-size: 1.3em;
	margin-top: -15px;
}

div.vboard_desc {
	margin: 10px 0;
}

div.vboard_file {
	background: #E4EBE3 url('../images1/icon_file.gif') no-repeat 7px 7px;
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
}

div.vboard_discussion {
	border: 1px solid #DDD;
	padding: 3px;
	margin: 5px 0;
}
/*
div.vboard_discussion div.posted {
	font-weight: bold;
	color: #7B6545;
	background: #E4EBE3;
	padding: 2px 7px;
}
*/

div.vboard_discussion div.content {
	padding: 5px 7px;
}

form.vboard_form {
	background: #E4EBE3;
	padding: 5px 15px;
	margin: 15px 0;
}

form.vboard_form div {
	padding: 5px 0;
}

form.vboard_form label {
	font-weight: bold;
	color: #3E7336;
}

form.vboard_form input, form.vboard_form textarea {
	border: 1px solid #BAC8B8;
}

form.vboard_form input {
	padding: 2px 4px;
	margin: 0 10px 0 5px;
}

form.vboard_form textarea {
	width: 85%;
	height: 100px;
	padding: 5px;
	margin: 0;
}
/*
form.vboard_form input.submit {
	width: auto;
	border: none;
	padding: 5px 0;
	margin: 0;
}
*/
input.submit {
	font-size: 11px;
	color: #FFF;
	background: #006CB6;
	border: 3px double #006CB6;
	padding: 2px 5px;
}

.vbr_content {
	background: #D9F3D5 url('../images1/vbr_wrap_left.gif') repeat-y 0 0;
	width: 100%;
}

.vbr_bot {
	background: url('../images1/vbr_bot.gif') repeat-x 0 100%;
}

.vbr_right {
	background: url('../images1/vbr_wrap_right.gif') repeat-y 100% 0;
}

.vbr_bot_left {
	background: url('../images1/vbr_bot_left.gif') no-repeat 0 100%;
}

.vbr_bot_right {
	background: url('../images1/vbr_bot_right.gif') no-repeat 100% 100%;
}

.vbr_top {
	background: url('../images1/vbr_top_right2.gif') no-repeat 100% 0;
/*	padding: 20px;*/
}

.vbr_top_left {
	background: url('../images1/vbr_top_left2.gif') no-repeat 0 0;
	padding: 20px;
}

.discussion_comments {
	float: left;
	width: 500px;
}

.posted {
	border-bottom: 1px solid #3E7336;
	padding: 10px 0;
}

.file_posted {
	background: url('../images1/vbr_icon_file.gif') no-repeat 0 20px;
	border-bottom: 1px solid #3E7336;
	padding: 20px 0 20px 45px;
}

.discussion {
	float: right;
	width: 360px;
	background: #EEF6EC url('../images1/vbr_dbox_wrap.gif') repeat-y 0 0;
}

.discussion div {
	background: url('../images1/vbr_dbox_top.gif') no-repeat 0 0;
}

.discussion div div {
	background: url('../images1/vbr_dbox_bot.gif') no-repeat 0 100%;
	padding: 20px 30px;
}

.tabs {
	background: url('../images1/vbr_top.gif') repeat-x 0 100%;
}

.tabs div {
	height: 49px;
	background: url('../images1/vbr_top_left1.gif') no-repeat 0 100%;
}

.tabs div div {
	background: url('../images1/vbr_top_right1.gif') no-repeat 100% 100%;
	padding: 0 0 0 20px;
}

.tabs img {
	display: block;
	float: left;
	border: none;
}

.login_boxes {
	height:12px;
	width:80px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

/* BOOK GALLERY
================================================================================*/

.wrapper
{
	float:left;
	width:100%;
	margin:4px;
}

.cover
{
	margin-right:80%;
	margin-left:0px;
}

.single .cover
{
	margin:0px 0px 0px 0px;
}

.spacer
{
	float:left;
	width:0px;
	margin-left:-100%;
}



.info
{
	float:left;
	width:80%;
	margin-left:-85%;
}

.single .info
{
	clear:both;
	margin:0px 0px 0px 0px;
}


.info h3
{
	padding:4px 0px 2px 0px;
	margin:0;
	
}


.info .subtext
{
	color:#666;
	font-size:92%
}

.info p
{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
.break
{
	clear:both;
}

#summary .odd 
{ 
	background:white; 
}

#summary .even 
{
	background:lightgrey;
}

#summary 
{
	width:80%;
}

#summary .book 
{
	margin:10px 0px 10px 0px;
	padding: 5px;
	/*border thin solid black;*/
}

/* If a single book is to be displayed, this is the div that will hold id. future dev */
.single
{
	margin: 0px 5px 0px 5px;
}

input.check {
	display: none;
}

div.subtext {
	 background-color: white; 
	 margin: 6px; 
	 padding: 6px; 
	 border: 1px solid #999;
}
