/* 
-------------------------------------------
Library Base Stylesheet
Contains generic styles 
Author(s): K. Halbrook,
Upated: 06.05.08

1. Global
2. Header
	a. Quick Links
3. Primary Navigation
4. Content
5. Footer
-------------------------------------------
*/

/* 1. Global
-------------------------------------------*/
body {
	background: url(/lib/images/backgrounds/secondary_top-fade.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	}
	
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	}
	
#skipLinks {
 	position: absolute;
	left: -1000px;
	z-index: 1;
	}
	
/* 2. Header
-------------------------------------------*/
#header {
	background: url(/lib/images/backgrounds/hdr_columns.jpg) no-repeat top right;	
	height: 96px;
	margin:  0px auto;
	padding: 0;
	width: 960px;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	position: relative;	
	top: 25px;
	float: left;
	}
	
#header h1 a {
	background: url(/lib/images/backgrounds/regent_library.gif) no-repeat;
	display: block;
	height: 51px; 
	width: 464px;
	text-indent: -999em;
	}
	
/* 2a. Quick Links
-------------------------------------------*/
	
#quickLinks {
	position: relative;
	z-index: 50;
	float: right;
	top: 35px;
	right: 25px;
	}

#quickLinks ul { 
	padding: 0px; 
	margin: 5px 0 0; 
	list-style: none;
	} 	
	
#quickLinks ul li { 
	background: #762523; 
	float:left; 
	position: relative; 
	text-align: left; 
	background: url(/lib/images/backgrounds/back_quicklinks.gif) no-repeat;
	width: 147px;
	font-size: 60%;
	} 
	
#quickLinks ul a.quickLinksBar {
	padding: 1px 0 0 7px;
	height: 16px;
	width: 137px;
	display: block;
	color: #dac4c4;
	text-decoration: none;
	}
	
#quickLinks ul li ol { 
	display: none; 
	position: absolute; 
	top: 17px;
	left: 0px; 
	width: 147px;
	padding: 10px 0;
	margin: 0px; 
	list-style-type:none; 
	background-color: #8a312e;
	z-index:50;	
	} 
 
#quickLinks ul li:hover ol { 
	display: block;
	}
	
#quickLinks ul li.over ol, #quickLinks ul li a:hover ol { 
	display: block;
	} 

#quickLinks ul li ol li { 
	clear:left; 
	width: 127px; 
	background: #8a312e; 
	color: #b99392;
	text-align:left;
	font-size: 100%;
	padding: 0 10px 4px 10px;
 	} 
	
#quickLinks ul li ol li.divider { /* divides categories of Quick Links */
	border-bottom: 1px solid #9b504d;
	margin: 0 0 10px;
	padding: 0 10px 10px 10px;
	}
	
#quickLinks a:link, #quickLinks a:visited {
	text-decoration: none;
	color: #dac4c4;
	}
	
#quickLinks a:hover, #quickLinks a:active {
	color: #cda43b;
	}
	
/* 3. Primary Navigation
-------------------------------------------*/	
ul#primaryNav {
	list-style-type: none;
	width: 960px;
	height: 23px;
	margin: 0 auto;
	padding: 7px 0 0;
	font-size: 80%;
	color: #b9a185;
	text-align: center;
	}
	
ul#primaryNav li {
	display: inline;
	margin: 0 20px;
	}
	
ul#primaryNav a:link, ul#primaryNav a:visited {	
	color: #b9a185;
	text-decoration: none;
	}
	
ul#primaryNav a:hover, ul#primaryNav a:focus {
	color: #ccc85d;
	}
	
body#home li.home a:link, body#home li.home a:visited,
body#tools li.tools a:link, body#tools li.tools a:visited,
body#services li.services a:link, body#services li.services a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#help li.help a:link, body#help li.help a:visited {
	color: #ccc85d; /*setting the various body ids highlights the current section on the main nav */
	text-decoration: none;
	}
	
/* 4. Content
-------------------------------------------*/	
#contentContainer {
	width: 876px;
	padding: 25px 24px 60px 60px;
	margin: 0 auto;
	clear: both;
	}
	
#contentContainer p {
	font-size: 100%;
	color: #494949;
	}
	
/* 5. Footer
-------------------------------------------*/	
#footer {
	clear: both;
	width: 100%;
	background: #676767;
	padding: 15px 0;
	position: relative;
	bottom: 0;
	height: 100px;
	text-align: center;
	}
	
#footerInfo {
	width: 960px;
	margin: 0 auto;
	color: #ccc;
	font-size: 65%;
	text-align: center;
	}
	
span.footerDivider {
	color: #909090;
	}
	
#footer p img {
	margin: 10px 0 0;
	}
	
#footerInfo a:link, #footerInfo a:visited {
	color: #ccc;
	text-decoration: none;
	}
	
#footerInfo a:hover, #footerInfo a:active, #footerInfo a:focus {
	color: #ccc85d;
	}
	
/* 6. Miscellaneous
-------------------------------------------*/
.clearBoth {
	clear: both;
	}
	

	

