/*
---------------------------------------------------
Typography styles for Regent Web site
Author: Kim Halbrook,
Updated: 09.30.08

1. Header elements
2. QuickLinks elements
3. Main navigation
4. Secondary navigation
5. Tertiary navigation (for active sections)
6. Right/Related Links navigation
7. Content elements
8. Footer text
9. Fast facts typography
10. Miscellaneous
---------------------------------------------------
*/

/* 1. Header elements
---------------------------------------------------*/
#header h1 {
	margin: 0;
	padding: 0;	
	width: 388px;
	height: 96px;
	float: left;
	}
	
#header h1 a {
	background: url(../images/general/hdr_regent.gif) no-repeat;
	text-decoration: none;
	border: none;
	display: block;
	overflow: hidden;
	width: 388px;
	height: 96px;
	text-indent: -999em;
	}
	
/* 2. QuickLinks elements
---------------------------------------------------*/	

#userTools p { 
	font-weight: bold;
	font-size: 90%;
	width: 147px;
	height: 17px;
	/*float: right;*/
	}
	
html>/**/body #userTools p {
	margin: 0 0 0 34px;
	padding: 0;
	float: none;
	}
	
#userTools p a { /*The QuickLinks box uses a background image to display */
	background: url(../images/quick_links.gif) no-repeat;
	text-decoration: none;
	border: none;
	display: block;
	overflow: hidden;
	width: 147px;
	height: 17px;
	text-indent: 9999em;
	}

#quickLinks ul {
	list-style-type: none;
	text-align: left;
	color: #e4d3d3;
	padding: 5px 5px 5px 9px;
	margin: 0;
	font-size: 65%;
	}
	
#quickLinks li {
	font-size:11px;
	margin-bottom: 1px;
	}
	
html>body #quickLinks li {
	margin-bottom: 3px;
	}

#quickLinks a:link, #quickLinks a:visited {
	color: #e4d3d3;
	text-decoration: none;
	}
	
#quickLinks a:hover, #quickLinks a:active {
	color: #b9b659;
	}

	


	

