/*
---------------------------------------------------
Layout styles for Regent Web site
Regent University
Author: K. Halbrook
---------------------------------------------------
*/



/* 1. Top header and user tools area
---------------------------------------------------*/

#header {
	height: 96px;
	}
#userTools {
	float: right;
	padding:  30px 23px 0 0;
	width: 181px;
	text-align: right;
	}
#userTools p {
	margin: 0;
	padding: 0;
	}	
#userTools p { 
	padding: 0;
	margin: 8px 0 0;
	}
#imagery {
	width: 765px;
	}
	
/* 2. Clears
---------------------------------------------------*/
.clearBoth {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
/* 3. QuickLinks
---------------------------------------------------*/
	
#quickLinks { /* for IE */
	position: absolute;
	z-index: 70;
	width: 147px;	
	background-color: #8a312e;
	margin-left: -147px;
	display: none;
	}	
html>/**/body #quickLinks { /* for Firefox.  IE does not see this. */
	margin-left: 34px;
	z-index:70;
	}	
#quickLinks ul.divider {
	border-bottom: 1px solid #954643;
	}	
	
/* 4. Content positioning
---------------------------------------------------*/

#contentContainer {
	margin-top: 6px;
	width: 765px;
	}

img.right {
	padding: 0 0 15px 15px;
	float: right;
	}	
.center {
	text-align: center;
	}
	
body#employeeSearch #contentResults { /*for Employee Search page */
	width: 765px;
	font-size: 75%;
	margin: 0 0 20px 0;
	color: #494949;
	}
	
.topPad {
	padding-top: 15px;
	}

