
/* Business Library CSS Style Sheet */
/* Created by Lillian Lee */

/*  CSS reset adapted from Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: verdana;
	vertical-align: baseline;
	background: transparent;
}

.pagebreak {
	page-break-before: always;
	}

.clear {
	clear: both;
	}
		
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #c03;
	background-color: #FFFABF;
}

.no_left_margin {
	margin-left: 0px;
}

.no_bottom_margin {
	margin-bottom: 0px;
}

.no_top_margin {
	margin-top: 0px;
}

.no_bullet {
	list-style-type: none;
}

body {
	margin: auto auto;
	line-height: 1;
	width: 770px;
}

#container {
	width: 770px;
	border: 0px dotted #c03;
	background-color: #fff;
}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  end CSS reset */


.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.unitalic {
	font-style: normal;
}

.underscript {
	font-size: 10px;
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.arial {
	font-family: arial;
}

.font_11 {
	font-size: 11px;
}

.blue {
	color: #369;
}

.dark_blue {
	color: #22496f;
}

.black {
	color: #000;
}

.red {
	color: #c03;
}

.yellow {
	color: #BF9F0B;
}

.brown {
	color: #8F0808;
}

.background_beige {
	background-color: #FFF9DF;
}

.no_padding_bottom {
	padding-bottom: 0px;
}

.no_top_margin {
	margin-top: 0;
}

.no_bottom_margin {
	margin-bottom: 0;
}
.indent10 {
  padding-left: 10px;
  margin: 0;
}

.indent20 {
  padding-left: 20px;
  margin: 0;
}

.indent40 {
  padding-left: 40px;
  margin: 0;
}

.no_border {
	border-width: 0px;
}

.center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.right {
	float: right;
}


.left {
	float: left;
}

.padding_right_10 {
	padding-right: 10px;
}

.padding_left_10 {
	padding-left: 10px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: .1em;
	color: #369;
	line-height: 1.5em
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #369;
	line-height: 1.5em
}

/* top horizontal navbar */

/*#banner {
	background-image: url(./images/banner_0812.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 125px;
} */
	
/*#background_image {		/* display only for printing *
	/*display: none;
	position: relative;
}
*/
#banner_topnav {
	float: left;
	margin-top: 12px;
	width: 420px;
	color: #369;
}

#banner_topnav a, 
#banner_topnav a:visited {
	color: #369;
}

#banner_topnav a:hover {
	color: #c03;
}

#banner_topnav ul {
	font-size: 11px;
}

#banner_topnav ul li {
	display: inline;
	padding-left: 8px;
}

#banner_search {
	float: left;
	margin-left: 400px;
	margin-top: -15px;
	width: 360px;
	padding-top: 0px;
	text-align: right;
	background-color: transparent;
	line-height: .75em;
}

.search_button {
	background-color: #03527d;
	background-image: url(./images/button_blue.gif);
	color: #fff;
}

#banner_horizontal_rule {
	width: 770px;
	height: 1px;
	border-top: 1px solid #d4e1e9;
}

#banner_midnav {
	width: 770px;
	height: 30px;
	padding-top: 5px;
}

#banner_midnav ul li {
	display: inline;
	margin-right: 80px;
	text-align: center;
	font-size: 80%;
	color: #369;
}
#column_left {
}

#index_photo {
	float: left;
	width: 583px;
	height: 145px;
}

#important_box {
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 2px;
	padding: 10px 5px 5px 9px;
	background-color: #652D15;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	border-left: 1px solid #e6ebf1;
	text-align: center;
}

#important_box p {
	text-align: left;
}

#important_box img a:hover {
	background-color: #652D15;
	text-decoration: none;
}

#important_box a,
#important_box a:visited {
	color: #ff0;
}

#important_box a:hover {
	color: #652D15;
	background-color: #FFBC9F;
}

#index_announcement,
.index_announcement {
	background-color: #FEFF9F;
	border: 1px solid #8F0808;
	padding: 2px;
	font-weight: bold;
	}
	
#leftcol_nav {
	clear: both;
	float: left;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: #369;
	padding: 15px 5px 0px 5px;
	background-color: #fff;
	min-height: 270px;
	height: auto;
}
/* ******* old left navbar ********* 
#menu {
	width: 100%;
}

#menu p {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#menu p.navlink:hover {
	background-color: #EFF6FF;
}

#menu a {
	text-decoration: none;
	display:block;
	line-height: 1.4em;
	color: #369;
}

#menu a:hover {
	background-color: #EFF6FF;
}
*/
#breadcrumb {
	clear: both;
	font-size: 10px;
	line-height: 3em;
}

#breadcrumb a,
#breadcrumb a:visited {
	color: #22496f;
}

#breadcrumb a:hover {
	color: #c03;
	background-color: #FFFABF;
}

#index_column_right {
	float: left;
	width: 639px;
	min-height: 270px;
	height: auto;
	/* border-left: 1px solid #BFBFBF; */
	line-height: 1.3em;
}

#column_right {
	float: left;
	width: 639px;
	min-height: 270px;
	height: auto;
	border-left: 1px solid #BFBFBF;
	line-height: 1.3em;
}

#midcol {
	float: left;
	width: 453px;
	font-size: 11px;
}
	
#midcol_top {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 453px;
	height: 25px;
	}
	
.oskicat_index {
	float: left;
	width: 131px;
	padding-left: 6px;
	line-height: 1.5em;
	}

#speaker_highlight {
	background-color: #FFF9EF;
	border: 1px solid #652D16;
	clear: both;
	margin-left: 5px;
	padding: 0px 6px 6px 6px;
	width: 430px;
}	
	
#midcol_left {
	float: left;
	position: relative;
	width: 213px;
	padding-left: 6px;
	padding-right: 5px;
	height: 425px;
	border-right: 0px solid #BFBFBF;
	/* border-right: 1px solid #e6ebf1; */
}


#midcol_lefttop {
	position: relative;
	width: 218px;
	height: 190px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 0px solid #BFBFBF;	
}

#midcol_lefttop p a:link, #midcol_lefttop p a:visited,
#midcol_leftbottom p a:link, #midcol_leftbottom p a:visited,
#midcol_righttop p a:link, #midcol_righttop p a:visited,
#midcol_rightbottom p a:link, #midcol_rightbottom p a:visited {
	text-decoration: none;
	color: #000;
}

#midcol_lefttop p a:hover,
#midcol_leftbottom p a:hover,
#midcol_righttop p a:hover,
#midcol_rightbottom p a:hover {
	color: #c03;
	background-color: #FFFABF;
}

#midcol_leftbottom {
	position: relative;
	width: 218px;
	height: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#midcol_right {
	float: left;
	position: relative;
	width: 219px;
	padding-left: 7px;
	padding-right: 2px;
}

#midcol_righttop {
	position: relative;
	width: 223px;
	height: 190px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 0px solid #BFBFBF;
}

#midcol_rightbottom {
	position: relative;
	width: 223px;
	height: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightcol_lowerbox {
	float: right;
	width: 168px;
	padding: 15px 8px 10px 7px;
	font-size: 11px;
	line-height: 1.3em;
	/* border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF; */
	/*height: 400px;*/
	min-height: 270px;
	height: auto;
}

#rightcol_lowerbox p {
	font-family: arial;
	line-height: 1.5em;
}


/* use if using text labels on index */
.index_label_text_blue {
	color: #fff;
	text-decoration: none;
	background-color: #2d4470;
	font-weight: bold;
	font-size: 13px;
	height: 35px;
	width: 213px !important;
	width: 220px;
	line-height: 2.6em;
	padding-left: 7px;
	}
	
.index_label_text_blue a,
.index_label_text_blue a:visited {
	color: #fff;
	text-decoration: none;
}

.index_label_text_blue a:hover {
	background-color: #2d4470;
	color: #fff;
}

/* For index2 home page images */
.index_image {
	clear: both;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	height: 115px;
}

#midcol p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#midcol a:link,
#midcol a:visited {
	color: #369;
	text-decoration: underline;
}

#midcol a:hover {
	color: #c03;
}

/* end styles for index2 home page images */
/* Begin Horizontal Drop Down Menu */

#index #menu_top {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width: 770px;
	float: left;
	margin: 0 0;
	margin-left: 0px;
	border-bottom: 1px solid #e6ebf1;
	background-color: #fff;
}

#menu_top {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width: 770px;
	float: left;
	margin: 0 0;
	margin-left: 0px;
	border-bottom: 1px solid #e6ebf1;
	background-color: #369;
}

#menu_top a {
	text-align: left;
	display: block;
	border: 0px solid #555;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
}
	
#index #menu_top a:link, #index #menu_top a:visited, #index #menu_top a:active 
	{
	color: #369;
	background-color: #fff;
	text-decoration: none;
}

#menu_top a:link, #menu_top a:visited, #menu_top a:active 
	{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#index #menu_top a:hover	
	{
	color: #369;
	background-color: #e6ebf1;
	text-decoration: none;
}

#menu_top a:hover	
	{
	color: #369;
	background-color: #e6ebf1;
	text-decoration:none;
}	

#menu_top a.top_parent, #menu_top a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menu_top a.parent, #menu_top a.index_parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/arrow_right_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menu_top a.index_parent, #menu_top a.parent:hover	/* attaches side-arrow to all parents */
	{
	background-image: url(images/arrow_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu_top ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
	
#menu_top li {
	position: relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: middle; /* Sophie Dennis contribution for IE7 */
	line-height: 1.5em;
}

#menu_top li ul li {
	border: 1px solid #e6ebf1;
}

#menu_top ul #link_1,
#menu_top ul #link_1_submenu {
	width: 217px;
	text-align: left;
	}

#menu_top ul #link_1_submenu a {
	text-align: left;
	}

#menu_top ul #link_2,
#menu_top ul #link_2_submenu {
	width: 177px;
	}

#menu_top ul #link_3,
#menu_top ul #link_3_submenu {
	width: 183px;
	}

#menu_top ul #link_4,
#menu_top ul #link_4_submenu {
	width: 193px;
	}

#menu_top ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em 0em 1em 1em;
	margin: -1em 0 0 -1em;
	width: 170px;
}

#menu_top ul ul ul {
	top: 0;
	left: 100%;
}

div#menu_top li:hover {
	z-index: 100;
}

div#menu_top li:hover ul ul,
div#menu_top li li:hover ul ul,
div#menu_top li li li:hover ul ul,
div#menu_top li li li li:hover ul ul
{display:none;}

div#menu_top li:hover ul,
div#menu_top li li:hover ul,
div#menu_top li li li:hover ul,
div#menu_top li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#content {
	position: relative;
	width: 625px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.5em;
	min-height: 440px;
	height: auto;
}

#content p {
	margin-top: 10px;
}

#content p a:link,
#content p a:visited,
#content ul li a:link,
#content ul li a:visited {
	font-weight: bold;
	color: #2C5E8F;
	text-decoration: none;
}

#content p a:hover,
#content ul li a:hover {
	color: #c03;
	background-color: #FFFABF;
}

#content h1 {
	font-size: 18px;
	font-family: arial, verdana;
	color: #8F0808;
	letter-spacing: .05em;
	line-height: 1.4em;
	

}

#content h2 {
	font-size: 15px;
	font-family: arial, verdana;
	color: #8F0808;
	letter-spacing: .05em;
}

#content h3 {
	font-size: 14px;
	font-family: arial, verdana;
	font-weight: bold;
	color: #8F0808;
	letter-spacing: .05em;
}

#content ul {
	margin-top: 10px;
	margin-left: 20px;
}

#content ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

#content table {
	width: 100%;
	font-size: 11px;
	margin-bottom: 20px;
}

#content table td.two_col {
	border: 1px solid #369;
	padding: 10px;
	width: 50%;
}

#content table td a:link,
#content table td a:visited {
	color: #2C5E8F;
}

#content table td a:hover {
	color: #c03;
	background-color: #FFFABF;
}

#menutabs {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #369;
}

/* ----------- Databases A-Z ------------------------------ */
#db_list_popular {
	width: 440px;
	padding: 20px;
	background-color: #FFF6CF;
	border: 1px solid #8F0808;
}

/* ----------- Database and Course Guide tables  ----------- */

.table_label {
	width: 220px;
	margin-left: 0px;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #8F0808;
	font-size: 11px;
	border-top: 1px solid #627B8F;
	border-right: 1px solid #627B8F;
	border-left: 1px solid #627B8F;
}

li.menutab {
	display: inline;
	font-weight: bold;
	width: 130px;
	height: 30px;
	line-height: 1.5em;
	padding: 2px 10px;
	border: 1px solid #369;
	margin-top: 0px;
}

.menutab_color {
	background-color: #fff;
}

.menutab_active_color {
	background-color: #E6EBF1;
}

.menutab_color:hover {
	background-color: #369;
	color: #fff;
}

#content ul li.menutab a {
	color: #000;
}

#content ul li.menutab a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

.db_toggle {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	letter-spacing: .02em;
}

.db_toggle a {
	color: #000;
	text-decoration: underline;
	}
	
.db_toggle a:hover {
	color: #c03;
}

.training_table,
.bbg_table,
.db_table,
.digi_data_table,
.cg_list_table,
.cg_table {
	margin-top: 10px;
	line-height: 1.5em;
	width: 625px;
}

.training_table th,
.bbg_table th,
.db_table th,
.digi_data_table th,
.cg_list_table th,
.cg_table th {
	background-color: #e6ebf1;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #627B8F;
}

.training_table td,
.bbg_table td,
.db_table td,
.digi_data_table td,
.cg_list_table td,
.cg_table td {
	border: 1px solid #627B8F;
	padding: 5px 5px 5px 5px;
	color: #000;
}

.training_table th {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: left;
}

.training_table td {
	font-size: 12px;
}

.training_table .td1 {
	width: 35%;
}

.training_table .td2 {
	width: 15%;
}

.training_table .td3 {
	width: 35%;
}

.training_table .td4 {
	width: 15%;
}
	
.bbg_content {
	clear: both;
	padding-top: 5px;
}

.bbg_table .td1 {
	width: 20%;
	font-weight: bold;
	color: #8F0808;
}

.bbg_table .td2 {
	width: 80%;
}

.bbg_table .td2 a {
	font-weight: bold;
}

.db_table .td1 {
	width: 165px;
}

.db_table .td1 a,
.digi_data_table a {
	font-weight: bold;
}

.db_table .td2 {
	width: 350px;
}

.db_table .td3 {
	width: 110px;
}

.digi_data_table .td1 {
	width: 405px;
	}
	
.digi_data_table .td2 {
	width: 110px;
	}
	
.digi_data_table, .td3 {
	width: 110px;
}

.cg_table_nav {
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.5
}

.cg_table_nav td {
	font-weight: bold;
}

.td_top_row td {
	border-bottom: 1px solid #c0c0c0;
}

.cg_list_table .td1 {
	width: 15%;
	font-weight: bold;
}

.cg_list_table .td2 {
	width: 70%;
}

.cg_list_table .td3 {
	width: 15%;
	text-align: center;
	font-weight: bold;
}

.cg_table .td1 {
	width: 25%;
	font-weight: bold;
}

.cg_table .td2 {
	width: 75%;
}

.cg_table .td2 a {
	font-weight: bold;
}

.cg_content {
	clear: both;
	padding-top: 10px;
}

.cg_menutabs_group {
	margin: 0px;
	padding: 0px;
}

.cg_menutabs {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	height: 16px;
	font: bold 11px sans-serif;
	background-color: #fff;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.back_to_top {
	font-size: 11px;
	text-align: right;
	margin-top: -23px;
}

.footer {
	clear: both;
	border-top: 1px solid #BFBFBF;
	width: 770px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;	
}

.footer a:link, .footer a:visited {
	color: #369;
}

.footer a:hover {
	color: #c03;
	text-decoration: none;
	background-color: #FFFABF;
}
	
.bullet {
	color: #369;
}

/* *********** Self-Help ************** */

p#self_help_pathfinder {
	margin: 0px 0px 0px 15px;
}

/* ********** Where Do I Find ******** */

#where table td.two_col {
	padding: 4px;
	font-weight: bold;
}

/* *********** FAQ ******************** */

#faq_reserves {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #369;
	background-color: #EFFFFF;
}

#faq_reserves ol {
	list-style-type: decimal;
	margin-left: 35px;

}

/* ******* reference request form ******* */
#reference_request_form {
	width: 100%;
	border: 0px dotted #c03;	
}

#reference_request_form .td1 {
	width: 25%;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

#reference_request_form .td2 {
	width: 75%;
	padding-bottom: 10px;
}

/* ******* library instruction request form ******* */
#library_instruction_request_form {
	width: 100%;
}

#library_instruction_request_form th {
	background-color: #E6EBF1;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	color: #8F0808;
}

#library_instruction_request_form .td1 {
	width: 40%;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: right;
	vertical-align: middle;
}

#library_instruction_request_form .td2 {
	width: 60%;
	padding-bottom: 0px;
	padding-top: 5px;
}

#library_instruction_table {
	width: 100%;
}

#library_instruction_table th {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	border: 1px solid #627B8F;
	padding: 3px 4px;
}

	
#library_instruction_table .td1a {
	width: 20%;
	border: 1px solid #627B8F;
	padding: 3px 4px;
	font-weight: bold;
}
#library_instruction_table .td2a {
	width: 50%;
	border: 1px solid #627B8F;
	padding: 3px 4px;

}
#library_instruction_table .td3a {
	width: 20%;
	border: 1px solid #627B8F;
	padding: 3px 4px;

}	
#library_instruction_table .td4a {
	width: 10%;
	text-align: center;
	border: 1px solid #627B8F;
	padding: 3px 4px;
}

/* ****** Self-Guide Tour ********* */

#tour h2 {
	margin-top: 20px;
}

/* ******** Hours ************* */

#hours table {
	width: 245px;
	font-size: 12px;
	margin-top: 20px;
}

#reference table {
	width: 245px;
	font-size: 12px;
}

#hours table th,
#reference table th,
.holiday table th {
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
	border: 2px solid #ddd;
	padding-left: 5px;
}

#hours table td,
#reference table td,
.holiday table td {
	border: 2px solid #ddd;
	padding-left: 5px;
	line-height: 1.75em;
}

#hours_highlight {
	width: 225px;
	background-color: #ffc;
	padding: 4px 10px 6px 10px;
	border: 2px solid #ddd;
}

.holiday {
	clear: both;
}

.holiday table {
	font-size: 12px;
	width: 300px;
}

.subcol_1 {
	float: left;
}

.subcol_2 {
	float: left;
}

.subcol_2 img {
	padding-left: 30px;
	padding-top: 72px;
}

/* ******* Factiva Guide ********** */


#factiva table {
	width: 600px;
	margin-top: 20px;
}

#factiva table td {
	border: 1px solid #369;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}

#factiva table .td1 {
	width: 100px;
	font-weight: bold;
}

#factiva table .td2 {
	width: 500px;
}


/* ********** Datastream Guides ********* */

#datastream ol {
	list-style-type: decimal;
	margin-left: 25px;
}


/* *********** Faculty Services ********* */

#faculty_services a:link,
#faculty_services a:visited {
	color: #369;
	font-family: verdana;
}

#faculty_services a:hover {
	color: #c03;
	background-color: #FFFABF;
}

#faculty_services ul {
	list-style-type: square;
	margin-left: 20px;
}

#faculty_services ul li {
	padding-bottom: 5px;
}

/* ********* Book Recommendation ********** */

#book_purchase form {
	width: 550px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #ECEFE0;
}

#book_purchase table {
	width: 500px;
	font-size: 12px;
}

#book_purchase table td {
	padding-bottom: 10px;
}

#book_purchase table .td1 {
	width: 180px;
	font-weight: bold;
	text-align: right;
}

/* ********** Course Reserves ********** */
#course_reserves table {
	width: 625px;
	font-size: 12px;
}

#course_reserves table td {
	padding-bottom: 10px;
	border: 0px dotted #c03;
}

#course_reserves table .td1 {
	width: 200px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#course_reserves table .td2 {
	width: 60px;
	padding-left: 10px;
	vertical-align: middle;
}

#course_reserves table .td3 {
	width: 355px;
	vertical-align: middle;
}

#course_reserves hr {
}

.big_blue {
	font-size: 15px;
	font-weight: bold;
	color: #369;
}

/* ********** New Books ********** */

#new_books table {
	margin-top: 15px;
	width: 600px;
	font-size: 12px;
	line-height: 1.25em;
}

#new_books table .td1 {
	width: 92px;
	padding-bottom: 10px;
}

#new_books table .td2 {
	vertical-align: top;
}

/* ******* electronic_books ***** */

#electronic_books h3 a {
	font-size: 14px;
	font-family: arial, verdana;
	font-weight: bold;
	color: #8F0808;
	letter-spacing: .05em;
}

/* ******* electronic_journals ***** */
.large_brown {
	font: bold 14px verdana;
	color: #8F0808;
}


/* ********** Borrowing ************* */
#circulation table {
	width: 540px;
}

#circulation table td {
	padding: 3px;
}

#circulation table th,
#circulation .td1 {
	font-weight: bold;
	background-color: #EFFCFF;
	}
	
#circulation table td,
#circulation table th {
	border: 1px solid #627B8F;
	}
	
#circulation .td2,
#circulation .td3,
#circulation .td4,
#circulation .td5 {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	}



/* ******** sitemap ************* */
#sitemap {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}

#sitemap table {
	width: 625px;
	font-size: 14px;
	font-weight: normal;
	color: #369;
	line-height: 1.5em;
}

#sitemap table td {
	width: 50%;
	color: #369;
}


#sitemap table td h3,
#sitemap h3 a:link {
	font-size: 14px;
	font-weight: bold;
	color: #369;
	line-height: 2em;
}

#sitemap a:link,
#sitemap p a:link,
#sitemap p a:visited {
	font-weight: normal;
	color: #369;
}

/* ****** Expandable Menu ********* 
.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 200px;
}

.treemenu ul {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu li {
	display : inline;
}

.treemenu a {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}


 ***** end Expandable Menu ** ******** */
/*
@media print {
	body {
		text-align: center;
	}
	
	#container {
		text-align: left;
	}
	
	body, #container, #navtop, #banner, #banner_midnav {
		width: 100%;
		margin: auto auto;
	}
	
	#index #menu_top,
	#menu_top {
		width: 771px;
}
	
}

*/
