﻿/* CSS Document */
BODY, FORM
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: url("images/layout/Body.Background.png");
	font-family: Arial;
	font-size: medium;
}
A
{
	color: #25385c;
}
/* Layout */
#Header
{
	height: 123px;
}
#HeaderLogo
{
	float: left;
	width: 307px;
	height: 123px;
	background: url("images/layout/Header.Logo.png");
}
#HeaderContent
{
	/* width: 100%-307px; */
	height: 123px;
	background: url("images/layout/Header.Background.png") repeat-x;
}
#HeaderLogin
{
	padding: 4px 30px 0 0;
	height: 18px;
	text-align: right;
	font-family: Calibri;
	font-size: 12px;
	color: #a8afbe;
}
#HeaderLogin A
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#HeaderLogin A:Hover
{
	text-decoration: underline;
}
.HeaderLoginContent
{
	display: inline;
}

#HeaderSlogan
{
	height: 36px;
	padding: 6px 30px 0 0;
	text-align: right;
	font-family: Georgia;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #ffd800;
}
#HeaderMenu
{
	height: 26px;
}
#HeaderMenu UL
{
	list-style-type: none;
	width: 90%;
	margin: 0;
	padding: 0;
}
#HeaderMenu UL LI
{
	float: left;
	display: block;
	margin: 0;
}
#HeaderMenu UL LI A
{
	display: block;
	height: 21px;
	padding: 5px 10px 0 10px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#HeaderMenu UL LI A:Hover
{
	color: white;
}
#HeaderMenu UL LI.Active
{
	background: white url("images/layout/HeaderMenu.Right.png") no-repeat right top;
}
#HeaderMenu UL LI.Active A
{
    background: url("images/layout/HeaderMenu.Left.png") no-repeat left top;
	padding-left: 24px;
	padding-right: 27px;
}
#HeaderMenu UL LI.Active A:Hover
{
	color: black;
}

#Content
{
	background: white;
}
#ContentHeader
{
	background: url("images/layout/ContentHeader.Background.png") repeat-x left top;
}
#ContentHeaderContent
{
	background: url("images/layout/ContentHeader.Left.png") no-repeat;
}
#HomeFlashBanner
{
	float: left;
	width: 361px;
	height: 210px;
	background: url("images/layout/Home.FlashBanner.png");
}
#ContentHeaderHomeContent
{
	/* width: 100%-361px; */
	margin-left: 361px;
	height: 210px;
	background: url("images/layout/Home.StaticBanner.Background.png") repeat-x;
}
#HomeStaticBanner
{
	height: 210px;
	background: url("images/layout/Home.StaticBanner.png") no-repeat;
}
#Content
{
	background: white;
}
#ContentBody
{
	padding: 15px 40px 40px 40px;
}

#Footer
{
	background: url("images/layout/Footer.Background.png") repeat-x top;
}
#FooterContent
{
	background: url("images/layout/Footer.Left.png") no-repeat left top;
}
#FooterMenu
{
	padding-top: 95px;
	text-align: center;
}
#FooterMenu UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#FooterMenu UL LI
{
	display: inline;
	border-bottom: solid 1px #67748d;
	padding: 0 15px 5px 15px;
	margin-left: -4px;
}
#FooterMenu UL LI A
{
	font-family: Calibri;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #a8afbe;
}
#FooterMenu UL LI A:Hover
{
	text-decoration: underline;
}
#FooterCopyright, #FooterCopyright A
{
	clear: left;
	text-align: center;
	padding-top: 18px;
	font-family: Calibri;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #8f8f8f;
}
#ContentMenu
{
	float: left;
	width: 150px;
	padding: 0 20px 0 20px;
	color: Gray;
	font-family: Calibri;
	font-size: 13px;
}
#ContentMenu UL
{
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url("images/layout/ContentMenu.Bullet.png");
}
#ContentMenu SPAN
{
	font-weight: bold;
	color: Black;
}
#ContentBodyContent
{
	margin-left: 190px;
	padding-left: 20px;
}
#ContentTitle
{
	margin-left: 190px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.CommandLink
{
	font-family: Calibri;
	font-size: 13px;
}
.CommandLinkActive
{
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

