* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

div#wrapper {
	width: 100%
}

div#wrapper h1 {
	float: left;
	text-indent: -9999px;
}

div#top_bar {
	width: 100%;
	height: 38px;
	background: url(images/top-bar-bg.png) repeat-x;
}

.menu_float {
	float: right;
	margin: -18px 7px 0 0;
}

div#top_bar h6 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #fff;
		padding: 10px 0 0 10px;
}

.inline_menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.inline_menu ul li {
	margin: 0;
	padding 0 15px 0 15px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
}

.inline_menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.inline_menu ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	font-size: .6875em;
}

.inline_menu ul li a:hover {
	color: #c6c6c6
}

div#header {
	width: 100%;
	height: 104px;
	overflow: visible;
	position: aboslute;
}

div#header_background {
	width: 100%;
	height: 149px;
	background: url(images/header-bg.png) repeat-x;
}

div#logo_box {
	float: left;
	background: url(images/white-leaf-bg.png) no-repeat;
	height: 149px;
	width: 270px;
	padding: 12px 0 0 7px;
	text-indent: -9999px;
}

div#logo_box a {
	display: block;
	width: 136px;
	height: 128px;
	background: url(images/logo.png) no-repeat;
}

div#search_box {
	float: left;
	width: 62%;
	margin: -120px 0 0 38%;
}

div#book_search_label {
	float: left;
	width: 114px;
	font-size: 1.2em;
	color: #FFF;
	padding: 0 7px 0 0;
}

div#book_search_field {
	float: left;
	width: 60%;
	padding: 0 7px 0 0;
}

#search_field {
	height: 23px;
	width: 100%;
	font-size: 1.2em;
}

div#book_search_submit {
	float: left;
}

div#adv_search {
	font-size: .625em;
	color: #FFF;
	padding: 2px 0 0 119px;
}

div#menu_wrapper {
	width: 100%;
	position: absolute;
}

/* Tab Menu */

#inline_menu_toptab {
	position: relative;
	height: 45px;
	overflow: hidden;
	display: block;
	width: 100%;
}

#inline_menu_toptab * {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#inline_menu_toptab ul {
	display: block;
	float: right;
	padding: 10px 10px 0 0;
}

#inline_menu_toptab ul li {
	list-style: none;
	float: left;
	margin: 0 -5px 0 0; /* for adjusting the space between tabs */
}

#inline_menu_toptab ul li a {
	background: url(images/link-right.png) top right no-repeat;
	display: block;
	padding: 0 15px 0 0;
	color: #808080;
	text-decoration: none;
}

#inline_menu_toptab ul li a span {
	background: url(images/link-left.png) top left no-repeat;
	display: block;
	padding: 10px 0 10px 15px;
}

#inline_menu_toptab ul li a:hover {
	background: url(images/hover-right.png) top right no-repeat;
	color: #fff;
	text-decoration: underline;
}

#inline_menu_toptab ul li a:hover span {
	background: url(images/hover-left.png) top left no-repeat;
}

/* Active Tab Code Section -- To add tabs, copy both home styles, and change instances of the word home to the new List Item Tag class name*/

#home #inline_menu_toptab ul li.home a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#home #inline_menu_toptab ul li.home a span {
	background: url(images/selected-left.png) top left no-repeat;
}

#health_science #inline_menu_toptab ul li.health_science a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#health_science #inline_menu_toptab ul li.health_science a span {
	background: url(images/selected-left.png) top left no-repeat;
}

#sci_tech #inline_menu_toptab ul li.sci_tech a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#sci_tech #inline_menu_toptab ul li.sci_tech a span {
	background: url(images/selected-left.png) top left no-repeat;
}

#psych #inline_menu_toptab ul li.psych a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#psych #inline_menu_toptab ul li.psych a span {
	background: url(images/selected-left.png) top left no-repeat;
}

#trade #inline_menu_toptab ul li.trade a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#trade #inline_menu_toptab ul li.trade a span {
	background: url(images/selected-left.png) top left no-repeat;
}

#music_film #inline_menu_toptab ul li.music_film a {
	background: url(images/selected-right.png) top right no-repeat;
	color: #6a6a6a;
}

#music_film #inline_menu_toptab ul li.music_film a span {
	background: url(images/selected-left.png) top left no-repeat;
}

/* End Tab Menu */

div#container_left {
	margin-top: 65px;
}

div#container_right {
	
}

div#left_bar {
	position: absolute;
	float: left;
	width: 208px;
	margin: 0 0 0 10px;
}

.wrap1 {
	position: relative;
	background: url(images/menu-top-white.png) top no-repeat;
	padding-top: 26px;
	
}

.wrap2 {
	position: relative;
	background: url(images/menu-bottom.png) bottom no-repeat;
	padding-bottom: 36px;
}

.wrap3 {
	position: relative;
	background: url(images/menu-middle.png) top repeat-y;
	padding: 0 20px 0 20px;
}

.wrap3 p {
	text-align: center;
}

.wrap3 ul {
	padding: 10px 20px 0 20px;
}

.wrap3 ul li {
	list-style: none;
}

.wrap1a {
	position: relative;
	background: url(images/menu-top-blue.png) top no-repeat;
	padding-top: 46px;
	
}

.menuhead {
	width: 208px;
	position: relative;
	float: left;
	margin-top: -30px;
	text-align: center;
	color: #fff;
}

div#left_bar {
	width: 229px;
}

div#right_bar {
	float: right;
	width: 229px;
}

div#content_box {
	height: 300px;
	width: 64%;
	margin: 0 229px 0 229px;
}

div#box_top {
	width: 100%;
	height: 100%;
	background: url(images/main-t.png) top repeat-x;
}

div#box_bottom {
	width: 100%;
	height: 100%;
	background: url(images/main-b.png) bottom repeat-x;
}

div#box_left {
	width: 100%;
	height: 100%;
	background: url(images/main-l.png) left repeat-y;
}

div#box_right {
	width: 100%;
	height: 100%;
	background: url(images/main-r.png) right repeat-y;
}

div#box_tl {
	width: 100%;
	height: 100%;
	background: url(images/main-tl.png) top left no-repeat;
}

div#box_tr {
	width: 100%;
	height: 100%;
	background: url(images/main-tr.png) top right no-repeat;
}

div#box_bl {
	width: 100%;
	height: 100%;
	background: url(images/main-bl.png) bottom left no-repeat;
}

div#box_br {
	width: 100%;
	height: 100%;
	background: url(images/main-br.png) bottom right no-repeat;

}

#cleardiv {
	clear: both;
	height: 0;
	background: white;
}

.menu_banner {
	width: 229px;
	text-align: center;
	background: url(images/menu-banner.png) top no-repeat;
	height: 30px;
	padding: 22px 0 0 0;
	color: #FFF;
}

.menu_top {
	width: 229px;
	text-align: center;
	background: url(images/menu-top.png) top no-repeat;
	height: 13px;
	padding: 22px 0 0 0;
	color: #FFF;
}

.menu_footer {
	width: 229px;
	height: 32px;
	background: url(images/menu-footer.png) bottom no-repeat;
}

.menu_content {
	width: 229px;
	text-align: left;
	color: #000;
	background: url(images/menu-centre.png) repeat-y;
	padding: 15px 0 0 0;
}

.menu_nobanner {
	width: 200px;
	padding: 0 35px;
}

.menu_content ul {
	list-style: none;
	margin: 0 0 0 40px;
}

#right_menu {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 15px;
}

#right_menu * {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .94em;
}

#right_menu ul {
	display: block;
	float: right;
	padding: 1px 10px 0 0;
}

#right_menu ul li {
	list-style: none;
	margin: 0 0 0 0; /* for adjusting the space between tabs */
}

#right_menu ul li a {
	width: 230px;
	height: 90px;
	background: url(images/button-right.png) right no-repeat;
	display: block;
	padding: 0 0 0 0;
	color: #FFF;
	text-decoration: none;
	margin: -15px 0 0 0;
}

#right_menu ul li a span {
	width: 84px;
	height: 90px;
	padding: 0 0 0 94px;
	display: table-cell;
	vertical-align: middle;
}

#right_menu ul li.announcements a span {
	background: url(images/announcements.png) top left no-repeat;
}

#right_menu ul li.announcements a span div {
	font-size: .88em;
}


#right_menu ul li.example a span {
	background: url(images/example.png) top left no-repeat;
}

#right_menu ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
