/*========================================================*/
/*          Cascading Style Sheet for LPA_Home            */
/*             created by Customer Connect                */
/*                                                        */
/*           http://www.customer-connect.com              */
/*                                                        */
/*========================================================*/


/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_MenuContainer {
	border: 0 0 0 0; 
	background-color: #02257F;
	text-align: center;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 32px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
	border: 0 0 0 0;
	height: 32px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.MainMenu_MenuIcon {
	width: 0; 
	height: 0;	
	border-top: 0px;
	border-right: 2px;
	border-bottom: 0px;
	border-left: 2px;
	background-color: #00267f; 
}	
.MainMenu_SubMenu {
	background-color: #00267f; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
	border: 0 0 0 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	background-color: #00267f; 
	color: #c97b05; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
	border: 0 0 0 0;
	height: 32px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.MainMenu_MenuBreak {
	border: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #00267f; 
	color: #00267f; 
}
.MenuSep {
	padding: 0 0 0 0;
	background-color: #00267f; 
	color: #00267f; 
} 
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
/* Default Text Box style (customized for Search box) */
.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #798a9e;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}
/* Body style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #031831;
}
/* Default Container style */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #f3a025;
}
/* Subhead text syle */
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #f3a025;
}
/* Normal text syle */
.Normal  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 150%;
	color: #031831;
	list-style: url(LPA_bullet.gif);
}
/* Normal bold text syle */
.NormalBold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 150%;
	color: #031831;
	list-style: url(LPA_bullet.gif);
}

/* Default link syle */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 150%;
	color: #798a9e;
	text-decoration: none;
	list-style: url(LPA_bullet.gif);
}
a:visited {
}
a:hover {
	color: #f3a025;
}
a:active {
	color: #f3a025;
}
/* Top Right spacing style (sets spacing to accommodate search box) */
.TopRightSpacing {
}
/* Top Right text style (login, client report, search) */
.TopRight {
	color: #798a9e; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	text-align: right;
	vertical-align: bottom;
	line-height: 110%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
/* Top Right link style (login, client report, search) */
A.TopRight:link {
	font-size: 7pt; 
}
A.TopRight:visited {
}
A.TopRight:hover {
	color: #f3a025; 
	text-decoration: none;
}
A.TopRight:active {
	color: #f3a025; 
	text-decoration: none;
}
/* Footer box style (copyright, credits) */
.FooterBox {
	text-align: center;
	vertical-align: middle;
}
/* Footer text style (copyright, credits) */
.Footer {
	color: #7f8ba5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	line-height: 100%;
}
/* Footer link style (copyright, credits) */
A.Footer:link {
	color: #7f8ba5; 
}
A.Footer:visited {
	color: #7f8ba5; 
}
A.Footer:hover {
	color: #f3a025; 
	text-decoration: none;
}
A.Footer:active {
	color: #f3a025; 
	text-decoration: none;
}

/* Newsletter box style, also used for home page menu */
.NewsBox {
	text-align: center;
	vertical-align: middle;
}
/* Newsletter text style, also used for home page menu */
.News {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
}
A.News:link {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
}
A.News:visited {
	color: #FFFFFF; 
	font-size: 7pt; 
}
A.News:hover {
	color: #c97b05; 
	text-decoration: none;
}
A.News:active {
	color: #c97b05; 
	text-decoration: none;
}

/* Featured Pane style */
.Featured {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
























