/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#26438e;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}

.Heading2, H2 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#98c116;
	font-weight:bold; 
	background:url(../images/blue_squares.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	border-bottom: #aec6d9 solid 1px;
}

.Heading3, H3 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#f8f7f3;
	font-weight:bold;
	padding-left:15px;
	padding-top:13px;
	margin-top:0px;
	margin-bottom:0px;
}
.Heading4, H4 
{	
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#889e00;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.Heading5, H5 
{	
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#889e00;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}
.Heading6, H6 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#889e00;
	font-weight:bold; 
	margin-bottom:2px;
	margin-top:0px;
	padding-left: 0px;
}
.BodyText, p, span, div, td 
{
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #2a4a9b;
	white-space: normal
}
.AltBodyText 
{
	font-family: Elephant, Times; 
	font-size:11px; 
	color:#3CB371;
}
.Image 
{
	border: 4px solid #1dfe06;
}
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}
.Bullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}
ul
{
	LIST-STYLE-IMAGE: url(../images/arrow.gif);
	padding: 0;
	margin-left: 25px;
	padding-right: 25px;
}
.AltBullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}
.Link 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99ab18;
	text-decoration: none;
}
.AltLink1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
.AltLink2 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
}
 .Row1
 {
	background: #99cc67;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .Row2
 {
	background: #e5e6e1;
	Border-bottom: #99cc67 1px solid
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/
ul .CircleList
{
	list-style-type: circle !important;
	list-style-image: none !important;
	padding: 0;
	margin-left: 25px;
	padding-right: 25px;
}

.Table_bg_green {
	border-bottom: 2px #EBEECF dashed;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #96A219;
	/*background-color: #F6F9DE;*/
}
.Table_bg_green a:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #96A219;
	/*background-color: #F6F9DE;*/
	text-decoration: none;
}
.Table_bg_green a:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #96A219;
	/*background-color: #F6F9DE;*/
	text-decoration: none;
}
.Table_bg_green a:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #96A219;
	/*background-color: #F6F9DE;*/
	text-decoration: none;
}
.Table_bg_green a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #96A219;
	/*background-color: #F6F9DE;*/
	text-decoration: underline;
}
.Table_Header div {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.Table_Header a:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.Table_Header a:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.Table_Header a:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.Table_Header a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-weight:bold;
}
.TestimonialTag
{
	font-style:italic;
}

.Table_Testimonials {
	border-bottom: 2px #EBEECF dashed;
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
}

.Table_Header
{
	color: #FFF;
}
.Table_Testimonials a:link {
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
	text-decoration: none;
}
.Table_Testimonials a:active {
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
	text-decoration: none;
}
.Table_Testimonials a:visited {
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
	text-decoration: none;
}
.Table_Testimonials a:hover {
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
	text-decoration: underline;
}
.Table_Testimonials_Bottom_Text_Align {
	border-bottom: 2px #EBEECF dashed;
	color: #2A4A9B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EBEECF;
	text-align: right;
	padding-right: 15px;
}
/* Styles for default Page Title and Edit Links */
.pageTitle
{
	font-weight:bold;
}
.pageEditLink
{
	font-size:9px;
	text-decoration:none;
	color: #FFFFFF;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	color: #FFFFFF;
	text-decoration:none;
}
a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	color: #FFFFFF;
	text-decoration:underline;
}
/* style for show_member() 
	sub menu 
*/
.SubSectionsLink
{
	color:#ff6600;
	font-weight:bold;
}
.SubSectionsOpenedLink
{
	color:#00ff00;
	font-weight:bold;
}
a.SubSectionsLink:link, a.SubSectionsLink:visited
{
	color:#ff6600;
	font-weight:bold;
	text-decoration: none;
}
a.SubSectionsLink:hover, a.SubSectionsLink:active
{
	color:#ff6666;
	font-weight:bold;
	text-decoration: underline;
}
/* style for show_location()  - breadcrumLink
*/
.Breadcrumbs {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #959592;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.BreadCrumbLink
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #959592;
	text-decoration: none;
	font-weight:bold;
}
.BreadCrumbLinkOpen
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #959592;
	text-decoration: none;
	font-weight:bold;
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #959592;
	text-decoration: none;
	font-weight:bold;
}
a.BreadCrumbLink:hover, a.BreadCrumbLink:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #959592;
	text-decoration: underline;
	font-weight:bold;
}
/* Styles for Copyright & Footer */
.copyright
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.titleFooter {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	}
.footerLink
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:link, a.footerLink:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover, a.footerLink:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}
/*Search table & Results Styles */
.SearchResultTable
{
	width:100%;
}
.SearchResultTable tr
{
	text-align:left;
}
.SearchResultTitle
{
	font-weight:bold;
}
.SearchResultCaption
{
	font-size:12px;
}
.SearchResultMoreLink
{
	text-decoration:none;
}
.SearchResultMoreTD
{
	text-align:left;
}
.SearchForm
{
	width:100%
}
.SearchForm table
{
	width:100%;
}
.SearchFormTextBox
{
	size:50;
}
.SearchButton 
{
	background-color: #3d84cc; 
	color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
	font-family: Tahoma;
}
/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above. 
	Please do not set the body background style here. It needs to be set in the templates */

html, body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99ab18;
	text-decoration: none;
}
a:hover, a:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99ab18;
	text-decoration: underline;
}
/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/
a.Link:link, a.Link:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99ab18;
	text-decoration: none;
}
a.Link:hover, a.Link:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99ab18;
	text-decoration: underline;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
a.AltLink1:hover, a.AltLink1:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink2:hover, a.AltLink2:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#889e00;
	font-weight:bold;
	text-decoration: none;
}
.menuLink
{
	font-weight:bold;
	color:123456;
}
.menuOpenedLink
{
	font-weight:bold;
	color:654321;
}
a.menuLink:link, a.menuLink:visited
{
	font-weight:bold;
	color:123456;
}
a.menuLink:hover, a.menuLink:active
{
	font-weight:bold;
	color:123456;
}
a.menuOpenedLink:link, a.menuOpenedLink:visited
{
	font-weight:bold;
	color:654321;
}
a.menuOpenedLink:hover, a.menuOpenedLink:active
{
	font-weight:bold;
	color:654321;
}
/* Menu Styles */
.MenuLinkTable
{
	background-color: #9ed1b2;
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left:0px;
}
.MenuLinkCell
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #9ed1b2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.MenuLinkCellOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.MenuLinkCellSelected
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.MenuLinkCellSelectedOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
a.MenuLinkCell:link, a.MenuLinkCell:visited
{
	color: #2c6698; 
	text-decoration: none;
}
a.MenuLinkCell a:hover, a.MenuLinkCell a:active
{
	color: #ffffff;
	text-decoration: none;
}
a.MenuLinkCellOver:link, a.MenuLinkCellOver:visited
{
	color: #ffffff; 
	text-decoration: none;
}
a.MenuLinkCellOver:hover .MenuLinkCellOver:active
{
	color: #ffffff;
	text-decoration: none;
}
a.MenuLinkCellSelected:link, a.MenuLinkCellSelected:visited, a.MenuLinkCellSelected:hover, a.MenuLinkCellSelected:active
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}
a.MenuLinkCellSelectedOver:link, a.MenuLinkCellSelectedOver:visited, a.MenuLinkCellSelectedOver:hover, a.MenuLinkCellSelectedOver:active
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}
.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}
.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/bulletpoint_blue.gif);
}
.MenuBookMarkUL li
{
	padding-bottom: 3px;
}
.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited
{
	color: #2c6698; 
	text-decoration: underline;
}
.MenuBookMarkUL li a:hover, .MenuBookMarkUL li a:active
{
	color: #2c6698;
	text-decoration:none;
}
/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:a4a4a4;
}
.AssociatesListTitle td
{
	font-color:#000000;
}

.AssociatesList
{
	background-color:e2e2e2;
}
.AssociatesList td
{
	color:#000000;
}
.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:a4a4a4;
}
.AssociateDetailsTitle td
{
	color:#000000;
}
.AssociateDetails
{
	background-color:e2e2e2;
}
.AssociateDetails td
{
	color:#ff0000;
}
.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetailsGoBackLink
{

}
.AssociateDetailsGoBackLink td
{

}
.AssociateDetailsGoBackLink td a
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:00ff00;
	text-decoration:none;
}

/* News Listing Styles */
table.NewsListing
{

}
td.NewsTitleListing, td.NewsTitleDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #889e00;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-decoration: none;
}
td.NewsTitleListing a:link, td.NewsTitleListing a:visited, 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #889e00;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
}
td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #889e00;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 5px;
}

td.NewsSummaryListing
{
	
}
/* News Read More Links of News Listing */
a.ReadMoreLink:link, a.ReadMoreLink:visited 
{
	padding-left: 6px;
}

a.ReadMoreLink:active, a.ReadMoreLink:hover
{
	padding-left: 6px;
}
/* News Details Styles */

/* Outer Table of News Details */

table.NewsDetails
{
	
}

/* News Title of News Details */


/* News Date Posted of News Details */

td.NewsDatePostedDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	display: block;
}

/* News Summary (Caption) of News Details */

td.NewsSummaryDetails
{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* News Description of News Details */

td.NewsDescription
{

}
td.NewsBackLink a:link, td.NewsBackLink a:visited, td.NewsBackLink a:hover, td.NewsBackLink a:active
{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Rollover Image Styles*/

.RolloverMainImage  img {
	border: 1px solid #1e4775; 
	margin-right: 3px;
	float: left; 
	}
.RolloverThumbnailImage { display:block; vertical-align:top; padding-left: 4px; padding-bottom: 1px; text-align: left }

/*Styles for Tell A Friend form*/

.TellAFriendContainer
{
	padding: 15px;
	background: #EFEFEF;
	border: 6px solid #282849;
}
.TellAFriendHeaderRow td
{
	background: #c6c6c6;
	padding: 8px 5px 8px 5px;
	font-weight: bold;
}
.TellAFriendRow td
{
	padding: 8px 5px 8px 5px;
}

/* Styles for default forms */
.Submit_Button
{
	padding: 4px;
	background: #383866;
	color: #FFF; 
}
/***** Div Rollover Styling Start *****/
.divBlue,  a.divBlue:link, a.divBlue:visited
{
	background-image: url(../images/2010Home/AgedHealthCareMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;
}
a.divBlue:Hover, a.divBlue:active
{
	background-image: url(../images/2010Home/AgedHealthCareMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#26438e;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;
}

.divYellow, a.divYellow:link, a.divYellow:visited
{
	background-image: url(../images/2010Home/EducationMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
a.divYellow:Hover, a.divYellow:active
{
	background-image: url(../images/2010Home/EducationMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#dfb708;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
.divRed, a.divRed:link, a.divRed:visited
{
	background-image: url(../images/2010Home/WelfareMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}  
a.divRed:Hover, a.divRed:active
{
	background-image: url(../images/2010Home/WelfareMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#9b0f2a;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;
}
.divGreen, a.divGreen:link, a.divGreen:visited
{
	background-image: url(../images/2010Home/FaithBasedMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;
}
a.divGreen:Hover, a.divGreen:active
{
	background-image: url(../images/2010Home/FaithBasedMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#889e00;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;
}
a.divGrey, a.divGrey:link, a.divGrey:visited
{
	background-image: url(../images/2010Home/ChurchMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
a.divGrey:Hover, a.divGrey:active
{
	background-image: url(../images/2010Home/ChurchMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#989482;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
a.divBlack, a.divBlack:link, a.divBlack:visited
{
	background-image: url(../images/2010Home/EmployeeBenefitsMain.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
a.divBlack:Hover, a.divBlack:active
{
	background-image: url(../images/2010Home/EmployeeBenefitsMain-over.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px red solid;
	height: 46px;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#393f42;
	font-weight:bold;
	display: inline-block;
	padding: 16px 2px 2px 20px; 
	position: relative;
	vertical-align: middle;

}
/***** Div Rollover Styling End *****/

/* left nav bar styles           */
.LeftMenu {
	width: 189px;
}

.LeftMenuTD
{
	width: 100%;
	background-image: url('../images/arrow_blue_nav_bar.gif');
	background-position: left ;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom: 1px solid #BACCE8 ;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#8ea00d;
	/*padding-right: 15px;*/
}
.LeftMenuTD a:link
{
		text-decoration:none;
		color:#8ea00d;

}
.LeftMenuTD a:hover
{
		text-decoration:none;
		color:#ffffff;
}
LeftMenuTDLink
{
		text-decoration:none;
		color:#ffffff;
}
.LeftMenuTD:hover
{
	background-color: navy;
	width: 100%;
	background-image: url('../images/arrow_white_nav_bar.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
			padding-top: 6px;
	padding-bottom: 6px;
	color:#ffffff !important;
	/*padding-right: 15px;*/
}
/* active link style */
.MemberOpenedLink
{ 
	background-color: navy;
	width: 100%;
	background-image: url('../images/arrow_white_nav_bar.gif') !important;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
		padding-top: 6px;
	padding-bottom: 6px;
	color:#ffffff !important;
}

.MemberOpenedLink a:link, .MemberOpenedLink a:hover, .MemberOpenedLink a:visited
{ 
	color:#ffffff !important;
	font-size: 12px;
	text-decoration:none;
}
/* LHS menu ends */
/* Marquee Scroller Start*/
