/* @group base */

*, html, body {
		margin: 0;
		padding: 0;
}

body {
		background: #c0c0c0;
		font: 95%   Arial, Helvetica, sans-serif;
}

#container {
		margin: 0 auto;
		padding: 0;
		width: 800px;
		min-height: 600px;
		font-size: 95%;
		background: #ffffff;
}

#navcontainer {
		position: relative;
		top: 140px;
		left: 660px;
}

a:link, a:visited {
	color : #b30000;
	text-decoration : underline;
}

a:hover {
	color : #660033;
	text-decoration : none;
}
		
/* @end */

/* @group home page only */

#homeID h1 {
		width: 235px;
		height: 13px;
		margin: 0;
		padding: 0;
		text-indent: -10000px;
		font-size: 1em;
		line-height: 1em;
}

#homeID h1 span {
		display: block;
		background: no-repeat left top url(../images/faulconer_sig.gif);
		z-index: 10;
		width: 235px;
		height: 13px;
		margin: 0;
		padding: 0;
}

#homeID h2 {
		width: 125px;
		height: 28px;
		margin: 0;
		padding: 0;
		text-indent: -10000px;
		font-size: 1em;
		line-height: 1em;		
}

#homeID h2 span {
		display: block;
		background: url(../images/firmitas_logo.png) no-repeat left top;
		z-index: 10;
		width: 125px;
		height: 28px;
		margin: 0;
		padding: 0;
}

p.footer {
		font-size: .7em;
		color: #666666;
		text-align: center;
}

/* @end */

/* @group footer */

#footer {
		width: 800px;
		height: 40px;
		padding: 0;
		margin: 0 auto 20px auto;
}

#footer p {
		color: #666666;
		font-size: .75em;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
}

h1#bottompage {
		margin: 0;
		padding: 0;
		font-size: .5em;
		line-height: .75em;
		width: 800px;
		height: 40px;
		overflow: hidden;
		background: #fff;
		color: #ffffff;
		position: relative;
}

h1#bottompage span {
		display: block;
		background: no-repeat left top url(../images/bottom-sig.gif);
		z-index: 1;
		width: 800px;
		height: 40px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
}

/* @end */