body
{
	font-family: Arial;
	font-size: 12px;
}

.wrapper 
{
	margin: 0 auto;
	width: 777px;
	text-align: left;
}

.topBanner
{
	background-repeat: no-repeat;
}

.SubPageHeader
{
	background-image: url(../../LayoutImages/SubPage/subpage-header.jpg);
	background-repeat: no-repeat;
	height: 167px;
	width: 100%;
}

.SubPageTitleBox
{
	float: right;
	padding: 125px 30px 0px 0px;
}

.SubPageTitle
{
	font-family: Arial;
	font-size: 30px;
	color: #91847a;
}

.sideNavigationContainer
{
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
}

.contentContainer
{
	float: right;
	height: 100%;
}

.HomeContentBox
{
	height: 382px;
	width: 624px;
	background-image: url(../../LayoutImages/Home/home-content-area.jpg);
	background-repeat: no-repeat;
}

.HomeContent
{
	padding: 15px 45px 50px 45px;
}

.SubPageContentBox
{
	width: 624px;
	height: 100%;
}

.SubPageContent
{
	padding: 5px 10px 5px 10px;
}

.footer
{
	width: 777px;
	height: 122px;
}

.navList
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 20px;
	margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.locationNav
{
	height: 100%;
	width: 153px;
}

h1
{
	font-family: Arial;
	font-size: 16px;	
}

li
{
	padding-bottom: 7px;
}

a
{
	color: #91847a;
	text-decoration: none;
}

hr
{
	color: #910039;
	border: 0;
	height: 1px;
	background-color: #910039;
}

.MiddleSection
{
	height: 100%;
	min-height: 200px;
	float: left;
	background-image: url(../../LayoutImages/SubPage/bg-repeat.jpg);
	background-repeat: repeat-y;
}

.ErrorMessage
{
	width: 600px;
	padding: 15px;
}

.SiteMap
{
	height: 565px;
	width: 592px;
	display: block;
	margin: 0px;
}

.EmployeeProfileListItem
{
	margin-top: 30px;
	list-style-image: url(../../LayoutImages/Home/icon-red-bullet.gif);
	vertical-align: middle;
}

.EmployeeProfileLink
{
	color: #910039;
	font-weight: bold;
}

.HomeFooter
{
	width: 777px;
	height: 121px;
	background-image: url(../../LayoutImages/Home/footer.jpg);
	background-repeat: no-repeat;
	float: left;
}

.HomeFooterLinks
{
	/*width: 777px;*/
	text-align: right;
	color: #910039;
	padding: 99px 20px 0px 140px;
	font-size: 11px;
	font-weight: bold;
}

.HomeFooterLink
{
	color: #910039;
	text-decoration: none;
}

.HomeFooterLink:hover
{
	color: #910039;
	text-decoration: underline;
}