/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d0bd85;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Heading2, H2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #616365;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.Heading3, H3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #717172;
}
.BodyText, p, span, div, td 
{
	font-family:Arial, Sans-serif; 
	font-size:12px; 
	color:#111;
}
.AltBodyText 
{
	font-family:Arial, Sans-serif; 
	font-size:12px; 
	color:#cfbd84;
}
.AltBodyText2 
{
	font-family:Arial, Sans-serif; 
	font-size:12px; 
	color:#FFF;
	line-height: 22px;
	text-align: center;
}
.Caption
{
	FONT-WEIGHT: bolder; 
	font-style: italic;
	FONT-SIZE: 18pt; 
	line-height: 21px;
	COLOR: #cccccc; 
	FONT-FAMILY: Palatino Linotype, serif;
}
.Image 
{
	border: 1px solid #ececed;
}
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}
.Bullets, ul, li 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}
.AltBullets 
{
	font-size:12px; 
	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: #616365;
	font-weight:bold;
}
.AltLink1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#014267;
	font-weight:bold;
}
.AltLink2 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}
.LinksTable
{
	width: auto;
}
.LinksRow td
{
	border-bottom: 1px dotted #d0bd85;
	height: 28px;
	padding-left: 16px;
	background: url(../images/Template_Images/ARROW-gold.png) no-repeat 0% 49%;
	color: #616365;
	text-decoration: none;
}
a.Links:link, a.Links:visited
{
	color: #d0bd85;
	text-decoration: none;
}
a.Links:hover, a.Links:active
{
	color: #616365;
	text-decoration: none;
}
/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

/*
.customStyle1
{
}

.customStyle2
{
}

*/

/* 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;
}
/* Styles for default Page Title and Edit Links */
.pageTitle
{
	font-weight:normal;
	color: #014267;
}
.pageEditLink
{
	font-size:9px;
	text-decoration:none;
	color: #014267;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
	color: #014267;
}
a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
	color: #5aa0d7;
}
/* 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:#CCC;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
.BreadCrumbLinkOpen
{
	color:#CCC;
	font-size: 10px;
	font-weight:normal;
	text-transform: uppercase;
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited
{
	color:#CCC;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.BreadCrumbLink:hover, a.BreadCrumbLink:active
{
	color:#CCC;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
}
/* Styles for Copyright & Footer */
.copyright
{
	font-weight:normal;
	color: #666;
	text-decoration: none;
}
.footerCell
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
}
.footerLink
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
a.footerLink:link, a.footerLink:visited
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
a.footerLink:hover, a.footerLink:active
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}
.footerBrands
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
a.footerBrands:link, a.footerBrands:visited
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
a.footerBrands:hover, a.footerBrands:active
{
	font-size: 12px;
	font-weight:normal;
	color: #FFF;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
/* 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:right;
}
.SearchForm
{
	width:100%
}
.SearchForm table
{
	width:100%;
}
.SearchFormTextBox
{
	width: 165px;
	height: 18px;
	padding: 3px;
	border: 1px solid #008dd2;
	color: #666;
}
.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 */

html, body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Sans-serif; 
	font-size:12px; 
	background-color: #000;
	background-image:  url(../images/template_images/BGD.jpg);
	background-repeat: repeat;
	background-position:  top left;
}

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#014267;
	font-weight:bold;
}
a:hover, a:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5aa0d7;
	font-weight:bold;
}
/* 
	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.
*/
input
{
	border: 1px solid #424242;
	background: #CCC;
	color: #222;
}

a.Link:link, a.Link:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#616365;
	font-weight:bold;
}
a.Link:hover, a.Link:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#cfbd84;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#014267;
	font-weight:bold;
}
a.AltLink1:hover, a.AltLink1:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}
a.AltLink2:hover, a.AltLink2:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#d0bd85;
	font-weight:normal;
	text-transform: uppercase;
	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.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
{

}
/* News Read More Links of News Listing */
a.ReadMoreLink:link, a.ReadMoreLink:visited 
{

}

a.ReadMoreLink:active, a.ReadMoreLink:hover
{

}
/* News Details Styles */

/* Outer Table of News Details */

table.NewsDetails
{
	
}

/* News Title of News Details */

td.NewsTitleDetails
{

}

/* News Date Posted of News Details */

td.NewsDatePostedDetails
{

}

/* News Summary (Caption) of News Details */

td.NewsSummaryDetails
{

}

/* News Description of News Details */

td.NewsDescription
{

}
td.NewsBackLink a:link, td.NewsBackLink a:visited, td.NewsBackLink a:hover, td.NewsBackLink a:active
{

}
/* Rollover Image Styles*/

.RolloverMainImage {
	border: 0px solid #ccc; 
	margin-right: 3px;
	text-align: center; 
	display: block;
	position: relative;
	top: -35px;
	}

.RolloverThumbnailImage {display:inline; vertical-align:top; padding: 1px; text-align: left; position: relative; top: -35px; border: 0px solid #ccc; background: #ececed}

.RolloverMainImageAlt {
	border: 0px solid #ccc; 
	margin-right: 3px;
	text-align: center; 
	display: block;
	background: #000;
	position: relative;
	top: -35px;
	}

.RolloverThumbnailImageAlt {display:inline; vertical-align:top; padding: 1px; text-align: left; position: relative; top: -35px; border: 0px solid #ccc; background: #ececed}

/*.RolloverImageLandscape {
	border: 0px solid #1e4775; 
	margin-right: 3px;
	text-align: center; 
	display: block;
	position: relative;
	top: -35px;
	}

.RolloverThumbnailImageLandscape {display:inline; vertical-align:top; padding-left: 0px; padding-bottom: 0px; text-align: left; position: relative;top: -35px;}*/


/* Rollover FilmStrip Image Styles*/

#slideshow {list-style:none; color:#fff; background: red}
#slideshow span {display:none}
#wrapper {width:100%; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:100%; height:330px; padding:0px; border:0px solid #ccc; background:transparent; left: -240px; top: 6px}
#information {display:none;position:absolute; bottom:0; width:100%; height:0; background:#ccc; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {display:none; padding:4px 8px 3px; font-size:14px}
#information p {display:none; padding:0 8px 8px}
#image {width:100%}
#image img {position:absolute; z-index:25; width:100%; height:326px;}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150; display: none}
#imgprev {cursor:pointer;left:0; background:url(../images/tinyslideshow/left.gif) left center no-repeat}
#imgnext {cursor:pointer;right:0; background:url(../images/tinyslideshow/right.gif) right center no-repeat}
#imglink {display:none;position:absolute; height:326px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {cursor:pointer; background:url(../images/tinyslideshow/link.gif) center center no-repeat}
#thumbnails {margin-top:10px;}
#slideleft {float:left; width:12px; height:110px; background:url(../images/tinyslideshow/arrow-left-slide.png) center center no-repeat #ececed;}
#slideleft:hover {cursor:pointer;background-color:#d0bd85}
#slideright {float:right; width:12px; height:110px; background:url(../images/tinyslideshow/arrow-right-slide.png) center center no-repeat #ececed;}
#slideright:hover {cursor:pointer;background-color:#d0bd85}
#slidearea {float:left; position:relative; width:455px; margin-left:0px; height:110px; overflow:hidden; background: #ececed}
#slider {position:absolute; left:0; height:110px;padding:0px; margin: 0px; background: #ececed}
#slider img {cursor:pointer; border:1px solid #cc; padding:0px; margin: 0px;}