@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
}

#layout {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:750px;
	margin-top:5px;
	background-color:#FFFFFF;
	position:relative;
}

#header {
	width: 100%;
	height: 100px;
	background-color:#97B3D0;
	background-image:url(images/headerRed.gif);
	position:relative;	
}

#headEagle {
	position:absolute;
	right: 5px;
	top: 2px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin-left:40px;
	color:#FFFFFF; 
	position:relative;
	padding-top:38px;
}

a {
	color:#c00;
}	
#navBar {
	width:700px;
	height:40px;
	background-image:url(images/nav_red.gif);
	background-repeat:no-repeat;
	position:relative;
	padding-top:9px;
	text-align:center;
}

#navText {
	position:relative;
	top:-5px;
}

#navBar a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#990000;
	text-decoration:none;
}

#navBar a:hover, #navBar a:focus {
	color:#F00;
}

#copyright {
	position:absolute;
	bottom:-40px;
	font-size:x-small;
	color:#666666;
}

#nliLink {
	color: #666666;
}

.faq {
	text-align:center;
	color:#660000;
	font-weight:bold;
}

#indexImage {
	position:absolute;
	bottom: 5px;
	right: 5px;
}

#homeImage {
	position:absolute;
	bottom: 0px;
	right: 10px;
}
#janitorialImage {
	position:relative;
	bottom:-40px;
	left:200px;
	border: thin solid #cccccc; 
}
#contactTable {
	border: thin solid #a00;
}

h2 {
	text-align:center;
	text-decoration:underline;
	font-variant:small-caps;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
}

h3 {
	text-align:center;
}


p {
	padding: 0px 8px;
}

