﻿

/* Header styles */
#header 
{
	height: 150px;
	padding: 0;
	border: 0px solid black;
	
}
#header h1 
{	
	margin-top: -120px;
	margin-left: 230px;	
	color: #000000;
	font-size: 26pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
#header img.deptImg 
{
	position: absolute;
	float: right;
	z-index: 20;
	top: 8px;
	right: 5px;	
}


#siteNav   
{
	border: 0px solid red;
	background: transparent url(../../../../../images/navGreenBar.gif) no-repeat top left;
	height: 24px;
	padding-top: 0px;
	margin-top: 25px;
	position: relative;
	z-index: 10;
}

#breadcrumbs 
{	
	border: 0px solid green;
	margin-top: 10px;
	margin-left: 200px;
	font-size: 9pt;
	z-index: 1;
}
/* end Header styles */
