@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #990000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	background: #ffffff url(images/corner2_r2_c1.gif) bottom left no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 2% 20px 2%;
	border-bottom: solid 1px #990000;  /* Makes IE display bottom margin. */
} 

#header {
	background: #990000 url(images/logo.jpg) top center no-repeat;
	height: 124px;
	position: relative;
}

#home {
	position: absolute;
	bottom: 8px;
	left: 12px;
}

#altlang {
	position: absolute;
	bottom: 8px;
	right: 12px;
}

#navdiv {
	width: 100%;
	float: left;
	background: url(images/navbar_r2_c3.gif) repeat-x; 

}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: small;
}

ul#nav {
	float: left;
	width: 100%;
	line-height: 2em;
	background: url(images/corner2_r1_c2.gif) top right no-repeat; 
}

li {
	float: left;
	position: relative;
	padding: 0 2em;
}

li.top {
	color: #ffffff;
	background: url(images/spacer2.gif) top left repeat-y;
}

li.first {
	padding-left: 4em;
	background: url(images/corner2_r1_c1.gif) top left no-repeat;
}

li ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 2px;
}

li.first ul {
	left: 2em;
}	

ul li ul {
	background: #999999;
}

ul li ul li {
	padding: 0;
	width: 12em;
	float: none;
	padding: 0 .5em;
	line-height: 1.4em;
}

li:hover ul, li.over ul {
	display: block;
}


#contentBody {
	padding-top: 30px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 2%;
	border: solid 1px white;
}

#contentBody p {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

#contentBody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.4em;
}

#contentBody img {
	margin-bottom: 5px;
	border: solid black 1px;
}

#contentBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#contentBody ul {
	float: none;
	padding-left: 1.5em;
}

#contentBody li {
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 6px 0 0 0;
	list-style: circle;
}

#footer { 
	clear: both;
	padding: 0 20px; 
	background: url(images/corner2_r2_c2.gif) bottom right no-repeat;
} 

#footer p {
	text-align: left;
	font-style: italic;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
}

#footer img {
	float: left;
	margin: 10px 25px;
}

#footer #copyright {
	text-align: center;
	clear: both;
	font-style: normal;
	font-size: small;
}


#contentBody p.location {
	margin-top: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contentBody h1 {
	letter-spacing: 1px;
}

#contentBody h2 {
	margin-bottom: 0;
	color: #990000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Subscription page table styling */
#subscrippage table, #ticketspage table {
	border-collapse: collapse;
	border: 1px solid #cccc66; 
}
#subscrippage td, #subscrippage th, #ticketspage td, #ticketspage th {
	padding: 0.2em 1em;
	border: 1px solid #cccccc;
	font-family: "Times New Roman", Times, serif;
}
#subscrippage th, #ticketspage th {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
}

/* Library listing styling */
#librarypage table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #cccc66;
}

#librarypage td, #librarypage th {
	padding: 0.2em 1em;
	border: 1px solid #cccccc;
	font-family: "Times New Roman", Times, serif;
}

#librarypage caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#librarypage th {
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
}

#library tr.odd {
	background-color: #ededca;
}

td.copies, th.copies {
	text-align: right;
}

/* Applications page table styling */
#applicationspage table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ffffff;
}

#applicationspage tr {
	vertical-align: top;
}

#applicationspage td, #applicationspage th {
	padding: 0.3em 0;
	border: 1px solid #ffffff;
	font-family: "Times New Roman", Times, serif;
}

#applicationspage caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#applicationspage th {
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
}
