﻿body
{
	background-color: #FFFFF0;
}
#empLeftDiv
{
	border-right: solid 8px #FFD700;  
	position: absolute;
	top: 0px;
	left: 0px;
	height: 900px;
	width: 150px;
	background-color: #700000;
	z-index: 20;
}
#empLogoDiv
{
	position: absolute;
	top: 4px;
	left: 46px;
	z-index: 30;
}
#empLeftMenuDiv
{
	position: absolute;
	top: 224px;
	left: 5px;
	width: 144px;
	height: 560px;
}
#empHeaderDiv
{
	border: solid 8px #DDDDDD;
	position: absolute;
	left: 270px;
	top: 10px;
	width: 560px;
	height: 114px;
	text-align: center;
	z-index: 10;
}
#empHeaderDivShadow
{
	position: absolute;
	left: 286px;
	top: 26px;
	width: 560px;
	height: 114px;
	background-color: Transparent;
	border-right: solid 10px Black;
	border-bottom: solid 10px Black;
	z-index: 1;
}
#empHeaderLoginStatus
{
	border: solid 8px #DDDDDD;
	position: absolute;
	top: 10px;
	left: 880px;
	height: 114px;
	width: 180px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	z-index: 10;
}
#empHeaderLoginShadow
{
	position: absolute;
	top: 26px;
	left: 896px;
	height: 114px;
	width: 180px;
	background-color: Transparent;
	border-right: solid 10px Black;
	border-bottom: solid 10px Black;
	z-index: 1;
}

#empPageTitle
{
	position: absolute;
	left: 270px;
	top: 160px;
	width: 560px;
	height: 50px;
	vertical-align: top;
}
#empMainContentDiv
{
	border: inset 3px #909090;
	position: absolute;
	left: 190px;
	top: 216px;
	width: 664px;
	height: 480px;
	overflow: auto;
}

#empRightDivTop
{
	position: absolute;
	border: solid 8px #DDDDDD;
	background-color: #FFFFF0;
	top: 160px;
	left: 880px;
	width: 180px;
	height: 606px;
	z-index: 10;
}
#empRightDivBtm
{
	position: absolute;
	background-color: Transparent;
	border-right: solid 10px Black;
	border-bottom: solid 10px Black;
	top: 176px;
	left: 896px;
	width: 180px;
	height: 606px;
	z-index: 1;
}

.empTitleFont
{
	/* Font class for main title. */
	font-family: 'Arial Black';
	font-size: 40px;
}
#empFooterDiv
{
	/*  div element for the footer. (Contains the bottom link buttons) */
	position: relative;
	left: 180px;
	top: 700px;
	width: 660px;
	height: 100px;
	vertical-align: top;
	z-index: 1;
}
.empLinkBtnClass
{
	/* css class for the link buttons. Defines the back ground image for the buttons. */
	background-image: url('../Images/ButtonMedium.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 6px;
	padding-left: 0px;
	text-align: center;
	margin: 0 0 0 0;
}
.PopMenuZNdx
{
	z-index: 999;
}
.PopMenuClass
{
	border: solid 4px #FFD700;
	background-color: #700000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.PopMenuHover
{
	background-color: #CC0000;
}
.PopMenuPadding
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PopMenuLoginStatus
{
	color: White;
}
#empLoginStatus
{
	position: relative;
	top: 4px;
	left: 0px;
	width: 124px;
	height: 26px;
	padding-top: 5px;
	padding-left: 20px;
}
#empLoginStatus:hover
{
	background-color: #CC0000;
}

.SrvcDescAltList
{
	font-size: 18px;
	list-style-type: square;
}
.SrvcDescAltList2
{
	font-size: 18px;
	list-style-type: circle;
}

.SrvcDescNumList
{
	font-size: 18px;
	list-style-type:decimal;
}
.SrvcDescFont
{
	font-size: 18px;
}
.SrvcDescLineSpcSng
{
	line-height: 20px;
}
.SrvcDescLineSpcDbl
{
	line-height: 30px;
}