/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c4161c;
	margin-top:25px;
	margin-bottom: 4px;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #939598;
}

.Heading2, H2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c4161c;
	margin-top:0;
	margin-bottom: 12px;
	display: block;
	/* border-bottom: 1px solid #005cab; */
	text-transform: uppercase;
}

.Heading3, H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.Heading4, H4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom: 2px;
	text-transform: inherit;
}
.Heading5, H5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005CAB;
	margin-top:0;
	margin-bottom: 4px;
	display: block;
	padding-bottom: 5px;
}
.Heading6 , H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3a3738;
	line-height: 16px;

}
.BodyText, p, span, div, td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#3a3738;
	line-height: 16px;
	font-weight: normal;
}
.AltBodyText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#FFF;
	line-height: 150%;
	font-weight: normal;
}
.Bullets, ul, ul li 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#3a3738;
	line-height: 175%;
	font-weight: normal; 
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
ol, ol li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#3a3738;
	line-height: 175%;
	font-weight: normal;
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: outside;
}
.AltBullets 
{
	font-size: 13px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}
.Link 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#005cab;
	font-weight:bold;
	text-decoration: underline;
}
.AltLink1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}
.AltLink2 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:26px;
	color:#ffffff;
	font-weight:bold;
}
.AltLink3 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
.HighlightWhiteLink 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
.HighlightLink 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#c4161c;
	font-weight:bold;
	text-decoration:none;
	display: block;
	background-image: url(../images/Template_Images/Button-Red.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 44px;
	width: 263px;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align: middle;
	text-transform: uppercase;
}}

/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

/*
.customStyle1
{
}

*/

/* default table inserted into the editor */
.editor_table
{
	border-spacing: 0px;
	border-collapse: collapse;
}
 
 .Row1
 {
	background: #c4161c;
	padding: 5px;
	border: 1px solid #ffd204;
	vertical-align: middle;
	text-align: left;
 }
 .Row2
 {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #ffd204;
	vertical-align: top;
	text-align: left;
 }
 .Row3
 {
	background: #ffffff; /* #FFEAA8; */
	padding: 5px;
	border: 1px solid #ffd204;
	vertical-align: top;
	text-align: left;
 }
 .Image 
 {
	border: 4px solid #1dfe06;
 }
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}


.logoImage
{
	padding: 5px;
	border: 0px;
}




/* WebEd Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-weight:bold;
}
.TestimonialTag
{
	font-style:italic;
}

/* 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:none;
}
/* 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
*/

.BreadCrumbLink
{
	color:#c5c5c5;
	font-weight:bold;
	font-size: 10px;
	font-family: Arial;
}
.BreadCrumbLinkOpen
{
	color:#c5c5c5;
	font-weight:bold;
	font-size: 10px;
	font-family: Arial;
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited
{
	color:#c5c5c5;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial;
}
a.BreadCrumbLink:hover, a.BreadCrumbLink:active
{
	color:#c5c5c5;
	font-weight:bold;
	text-decoration: underline;
	font-size: 10px;
	font-family: Arial;
}
/* Styles for Copyright & Footer */
.copyright
{
	font-weight:bold;
	color: #ffffff;
}
.footerLink
{
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
}
a.footerLink:link, a.footerLink:visited
{
	margin:2px;
	color: #ffffff;
	text-decoration: none;
}
a.footerLink:hover, a.footerLink:active
{
	margin:2px;
	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 */

/* Sitemap styles */

.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 box table & Results Styles */
.SearchResultTable
{
	border: 0px solid #ff0000;
	width:100%;
}
.SearchResultTable tr
{
	text-align:left;
}
.SearchResultTitle
{
	font-weight:bold;
}
.SearchResultCaption
{
	font-size: 13px;
}
.SearchResultMoreLink
{
	text-decoration:none;
}
.SearchResultMoreTD
{
	text-align:right;
}
.SearchForm
{
	width:100%;
	text-align: center;
}
.SearchForm td
{
	vertical-align: middle;
	text-align: center;
	padding-left: 4px;
}
.SearchFormTextBox
{
	border: 1px solid #2f1618;
	height: 22px;
	width:174px;
}
.SearchButton 
{
	color: #ffffff; 
	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: 13px;
	color: #000;
}

/*Default Link style, exactly same as Link class above, these are the link, visited, hover & active states for this page */

a:link, a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#005cab;
	/* font-weight:bold; */
	text-decoration: none;
}
a:hover, a:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ee3224;
	/* font-weight:bold; */
	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: 13px;
	color:#005cab;
	font-weight:bold;
	text-decoration: underline;
}
a.Link:hover, a.Link:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ee3224;
	font-weight:bold;
	text-decoration: underline;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}
a.AltLink1:hover, a.AltLink1:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: underline;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:26px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink2:hover, a.AltLink2:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:26px;
	color:#ec7f1d;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink3:link, a.AltLink3:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.AltLink3:hover, a.AltLink31:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
}
a.HighlightWhiteLink:link, a.HighlightWhiteLink:visited 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.HighlightWhiteLink:hover, a.HighlightWhiteLink:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#ffd200;
	font-weight:bold;
	text-decoration: underline;
}
a.HighlightLink:link, a.HighlightLink:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#c4161c;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	display: block;
	background-image: url(../images/Template_Images/Button-Red.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 44px;
	width: 263px;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align: middle;
}
a.HighlightLink:hover, a.HighlightLink:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#ffd200;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	display: block;
	background-image: url(../images/Template_Images/Button-Yellow.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 44px;
	width: 263px;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align: middle;
}
/* Menu Styles */
.menuLink
{
	font-weight:bold;
	color:#654321;
}
.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 - these styles are used for the Show Bookmark Menu*/
.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;
}

/*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 */
.Input
{
}
.Submit_Button
{
	padding: 4px;
	background: #383866;
	color: #FFF; 
}


/* Module Styles - These styles are used to set up WebEd modules   */

/* Associates Module - Associates List Styles */
.AssociatesListTitle
{
	background-color:#a4a4a4;
}
.AssociatesListTitle td
{
	color:#000000;
}
.AssociatesList
{
	background-color:#e2e2e2;
}
.AssociatesList td
{
	color:#000000;
}
.AssociatesList td a, .AssociatesList td a:active, .AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:visited, .AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associate Detail Style */

.AssociateDetailsTitle
{
	background-color:#a4a4a4;
}
td.AssociateDetailsTitle
{
	color:#000000;
}
.AssociateDetails
{
	background-color:#e2e2e2;
}
td.AssociateDetails
{
	color:#ff0000;
}
td.AssociateDetails a, td.AssociateDetails a:link, td.AssociateDetails a:visited
{
	color:#0000ff;
	text-decoration:none;
}
td.AssociateDetails a:hover, td.AssociateDetails a:active
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetailsGoBackLink
{

}
td.AssociateDetailsGoBackLink
{

}
td.AssociateDetailsGoBackLink a, td.AssociateDetailsGoBackLink a:hover, td.AssociateDetailsGoBackLink a:hover
{
	color:#00ff00;
	text-decoration:none;
}

td.AssociateDetailsGoBackLink a:visited, td.AssociateDetailsGoBackLink a:active
{
	color:#00ff00;
	text-decoration:none;
}

/* News Listing Styles */
table.NewsListing
{

}
td.NewsTitleListing
{

}
td.NewsTitleListing a:link, td.NewsTitleListing a:visited, td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{

}
td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{

}
td.NewsSummaryListing
{

}

a.ReadMoreLink:link, a.ReadMoreLink:visited 
{

}

a.ReadMoreLink:active, a.ReadMoreLink:hover
{

}
/* News Details Styles */

table.NewsDetails
{
	
}
td.NewsTitleDetails
{

}
td.NewsDatePostedDetails
{

}
td.NewsSummaryDetails
{

}

td.NewsDescription
{

}
td.NewsBackLink a:link, td.NewsBackLink a:visited, td.NewsBackLink a:hover, td.NewsBackLink a:active
{

}

/* 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 }

#Social
{
	position: absolute;
	top: -20px;
	z-index: 100;
	left: 790px;
	width: 100px;
	height: 20px;
}
#Holder
{
position: relative;
}

.SearchFormTextBox
{
	border: 2px solid #ffdd40;
	width: 200px;

}
.SearchForm
{
	width: 250px;
	margin-left: 5px;
}
