@import url("ThirdParty/tables_structure.css");

/* =====================================================
   HTML ELEMENTS
======================================================== */

a.pdf 
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a.popup 
{
	position: relative;
	z-index: 24;
} 

a.popup:hover 
{
	cursor: pointer;
	text-decoration: none;
	z-index: 25;
}

a.popup:hover span 
{
	background: #fff;
	border: 2px solid #808080;
	color: #000;
	display: block;
	left: 30px;
	margin-top: 15px;
	padding: 15px;
	position: absolute;
	text-align: left;
	top: 5px;
	width: 200px;
}

a:link, a:hover, a:visited, .sitemaplink 
{
	color: #666;
}

body 
{
    background: #fff;
	color: #000;
	font: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0; 
}

div .Adbox, .noBorder, div .FlashAdbox 
{
	padding: 0 0 8px 0;
}

div.divRss 
{
	margin: 0.5em 0 1.5em 0;
}

div.noBorder 
{
	border-bottom: none;
}

div.rssLink 
{
	margin-bottom: 2em;
}

fieldset 
{
	border: none;
	margin: 0;
	padding: 0;
}

fieldset label 
{
	margin-right: 1em;
}

h1 
{
	font: normal 2.125em "Arial Narrow";
	margin: 0;
	padding: 0;
}

h2, .h2
{
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
}

h2.arialNarrow
{
	font: normal 2.125em "Arial Narrow";
	margin: 0 0 10px 0;
	padding: 0;
}

h3 
{
	font-size: 1em;
	margin: 0;
	padding: 0 0 2px 0;
}

input.search-input 
{
	border: 1px solid #999;
	margin: 3px 0 3px 0;
	vertical-align: middle;
	width: 142px;
}

label.error 
{
	color: #f00;
	float: none;
	font-weight: bold;
	padding-left: .5em;
	vertical-align: top;
}

legend 
{
	color: #333;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

ol li 
{
	background: none !important;
	padding: 0 !important;
}

p 
{
	margin: 0;
	padding: 5px 0 5px 0;
}

span.label 
{
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
	width: 220px;
}

sub 
{
	font-size: 0.75em;
}


/* =====================================================
   HELPERS
======================================================== */

/* Alignment
-------------------------------------------------------- */

.alignLeft 
{
	margin-left: 0;
	margin-right: auto;
}

.alignMiddle 
{
	margin-left: auto;
	margin-right: auto;
}

.alignRight 
{
	margin-left: auto;
	margin-right: 0;
}

.Center, .editroll 
{
	text-align: center;
}

.floatLeft2 
{
	clear: left;
	float: left;
}

.floatRight 
{
	float: right !important;
}

.floatRight, .content .midColFloatRight, .TableFloatRight, p.quoteRgt, .SearchMain .searchRow .rightSearchCol, 
.loginBox .divLoginAction .goButton, 
.comments .commentName, .stafNoRightBanner 
{
	float: right;
}

.floatRight2 
{
	clear: right;
	float: right;
}

.text-alignRight, .sendFriendContainer .inner .textAlignRight 
{
	text-align: right;
}

/* Borders
-------------------------------------------------------- */

.noBorder 
{
	border-left: none !important;
}

/* Clears
-------------------------------------------------------- */

.clear
{
	clear: both;
}

.clearLeft 
{
	clear: left;
}

.clearRight 
{
	clear: right;
}

/* Fonts
-------------------------------------------------------- */

.darkRed 
{ 
    color: #c00; 
}

.fontLarge, li.textResize  a.fontLarge 
{
	font-size: 1.4em;
}

.fontNormal, li.textResize  a.fontNormal 
{
	font-size: 1.0em;
}

.fontSmall, li.textResize a.fontSmall 
{
	font-size: 0.8em;
}

.Italic 
{
	font-style: italic;
}

.introduction /*ULTI-11225 clear:both and display:block removed 06/2010*/
{
    font-size:1.2em; 
    font-weight:bold; 
    margin:0; 
    padding:10px 0 5px; 
}

.linkArrow a
{
    background: Transparent url(../images/ArrowBlue.jpg) no-repeat right center;
    color: #000066;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    EditMenuName: Link with arrow;
}

.linkArrow a:focus, .linkArrow a:hover
{
    background-color: Transparent;
    text-decoration: underline;
    EditMenuName: Link with arrow;
}

.LinkWhiteText,
.LinkWhiteText a,
.LinkWhiteText .textXL,
.LinkWhiteText .textL,
.LinkWhiteText .introduction,
.LinkWhiteText .txtSml
{
	color: #fff;
	text-decoration: underline;
}

.LinkWhiteText:hover, .LinkWhiteText a:hover 
{
	color: #808080;
}

.normalText 
{
	color: #000;
	font-size: 1.0em;
}

.red, span.postedmessage, .SearchMain span.red 
{
	color: #f00;
}

.results a, .docSearchResults .results span.rank, .docSearchResults .countLabel, .quickLinks p, 
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .Strong, #pageLinks .currentPage, 
.bold, .leftcolNav a.bold, .boldColour
{
	font-weight: bold;
}

.mark 
{
	color: #f00;
	font-size: 90%;
	font-weight: normal !important;
}

.offScreenTxt 
{ 
    float: left; 
    text-indent:-9999px /*-1000em; ULTI-112225 - Common Classes 09/06/10 */
}

.textXL 
{ 
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
    font-size: 2.125em; 
    font-weight: normal; 
    line-height:1.27em;
    margin: 10px 0 0 0; 
    padding: 0; 
}

.textL
{
    color:#000066;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.62em;
    margin:0;
    padding:10px 0 5px;
}

.txtSml 
{ 
    font-size: 0.8em; 
    line-height:1.49em;
}

.white,
.white .textXL,
.white .textL,
.white .introduction,
.white .txtSml
{ 
    color: #fff; 
}

/* Gutters
-------------------------------------------------------- */

.gutter 
{
	margin-bottom: 15px;
	margin-right: 15px;
}

.gutterBottom, .comments div.commentsAdd ol li 
{
	margin-bottom: 15px;
}

/* Heights
-------------------------------------------------------- */

.height0 
{
	height: 0;
}

.Height120 
{
	height: 120px;
}

.Height140 
{
	height: 140px;
}

.Height20 
{
	height: 20px;
}

.Height30 
{
	height: 30px;
}

.Height300 
{
	height: 300px;
}

.Height350 
{
	height: 350px;
}

.Height50 
{
	height: 50px;
}

.Height60 
{
	height: 60px;
}

.height65 
{
	float: left;
	height: 50px;
	margin: 0;
	overflow: hidden;
	width: 749px;
}

.Height95 
{
	height: 95px;
}

/* Inputs
-------------------------------------------------------- */

.input 
{
	margin: 0 0 5px 3px; 
}

.input-Area 
{
	border: 1px solid #999; 
	margin: 3px 0 3px 0;
	padding: 0; 
}

.input-Area2 
{
	border: 1px solid #999;
	margin: 3px 0 3px 0;
	padding: 0; 
	width: 242px;
}

.input-box 
{
	border: 1px solid #999;
	margin: 3px 0 3px 0;
	vertical-align: middle;
}

.input-box.postcode
{
    width: 45px;
}

.input-btn 
{
	margin: 1px 0 0 0;
	padding: 1px 8px 1px 8px;
	vertical-align: middle;
}

.input-btn-resized 
{
	margin: 15px 20px 0 0;
	width: 100px;
}

.inputDisabled 
{
	background: #ddd;
	color: #000;
}

.inputMargin 
{
	margin: 0 5px 4px 5px;
	vertical-align: middle;
}

.input-Radio 
{
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.button 
{
	background: #006;
	border: solid 1px #000;
	color: #fff;
	margin: 5px 0;
	padding: 5px;
	width: auto;
}

.buttonRow {
	clear: both;
	text-align: center;
}

.TextBox 
{
	height: 150px;
	width: 400px;
}

.TextInput, .Width200 
{
	width: 200px;
}

.TextInputDayMonth 
{
	width: 20px;
}

.TextInputYear 
{
	width: 40px;
}

.horizontal input, img.rssImage 
{
	margin-right: 5px;
}

.labelWidth 
{
	margin: 0 0 0 2px;
	width: 130px;
}

.xFormValidationSummary 
{
	color: #f00;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* Margins
-------------------------------------------------------- */

.marginBottom10 
{
	margin-bottom: 10px;
}

.marginBottom19 
{
	margin-bottom: 19px;
}

.marginBottom20 
{
	margin-bottom: 20px;
}

.marginBottom3 
{
	margin-bottom: 3px;
}

.marginLeft 
{
	margin-left: 8px !important;
}

.marginLeft124
{
	margin-left: 124px;
}

.marginRight10 
{
	margin-right: 10px !important;
}

.marginTop10, .sendFriendContainer .marginTop10 
{
	margin-top: 10px !important;
}

.marginTop20 
{
	margin: 20px 0 0 0;
}

.marginTopBottom10 
{
	margin: 10px 0 10px 0;
}

.noMarginBottom, .marginBottom 
{
	margin-bottom: 0 !important;
}

.noMarginTop 
{
	margin-top: 0 !important;
}

/* Padding
-------------------------------------------------------- */

.Padding5 
{
	padding: 5px 0;
}

.paddingBottom 
{
	padding-bottom: 12px !important;
}

/* Visibility
-------------------------------------------------------- */

.hide, a.popup span, .noComments, .hidden, .ui-helper-hidden 
{
	display: none;
}

.hide1 
{
	visibility: hidden;
}

.hideOffScreen 
{
	left: -9999px;
	position: absolute;
}

.overflowHidden 
{
	overflow: hidden;
}

/* Widths
-------------------------------------------------------- */

.Width20 
{
	width: 35px;
}

.Width300, .forumForumsTitle 
{
	width: 300px;
}

.Width350 
{
	width: 350px;
}

.Width40Percent 
{
	width: 40%;
}

.Width50 
{
	width: 50px;
}

.Width90
{
	width: 90px;
}


.Width97Percent 
{
	width: 97%;
}


/* =====================================================
   PAGE ELEMENTS
======================================================== */

/* Header
-------------------------------------------------------- */

#header 
{
	height: 126px;
	margin: 5px auto 0 auto;
	position: relative;
	text-align: left;
	width: 944px;
}

#header img 
{
	bottom: 0;
	position: absolute;
	right: 0;
}

#brandImage 
{
	left: 700px;
	position: absolute;
	top: 32px;
}

#logo 
{
	float: left;
	height: 31px;
	top: 13px;
	position: relative;
	width: 480px;
}

#logo img, #jsDisabled .BannerFadeBox 
{
	position: relative;
}

/* Top Nav
-------------------------------------------------------- */

.topNav 
{
	float: right;
	margin: 0;
}

.topNav a 
{
	color: #666;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

.topNav a.textOnly 
{
	margin-top: 24px;
}

.topNav li 
{
	border-left: 1px solid #ccc;
	display: inline;
	height: 10px;
}

.topNav li.firstTopNavLink 
{
	border-left: 0 solid #ccc;
	display: inline;
	height: 10px;
}

.topNav ul, .leftColNav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Main Nav
-------------------------------------------------------- */

#headNav 
{
	position: absolute;
	top: 92px;
	width: 944px;
	z-index: 90;
}

#headNav a
{
	color: #fff;
	font: 1.15em "Arial Narrow";
	line-height: 1.35em;
	margin-top: 2px;
	text-decoration: none;
}

#headNav li 
{
	float: left;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#headNav li .tabLeft 
{
	float: left;
	height: 24px;
	padding: 0 0 0 4px;
}

#headNav li .tabRight 
{
	float: left;
	padding: 0 4px 0 0;
}

#headNav li.clothing .tabLeft, #headNav li.clothing .current .tabLeft 
{
	background: #903 url(../Images/Clothing/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.clothing .tabRight 
{
	background: #903 url(../Images/Clothing/tabRight.jpg) no-repeat right top;
}

#headNav li.current 
{
	margin: 0 2px 0 0;
	padding: 0;
}

#headNav li.current .tabLeft 
{
	padding: 6px 0 9px 4px;
}

#headNav li.current a 
{
	font: 1.3em "Arial Narrow";
}

#headNav li.directors .tabLeft, #headNav li.directors .current .tabLeft 
{
	background: #666 url(../Images/Directors/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.directors .tabRight 
{
	background: #666 url(../Images/Directors/tabRight.jpg) no-repeat right top;
}

#headNav li.estates .tabLeft, #headNav li.estates .current .tabLeft 
{
	background: #666 url(../Images/Estates/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.estates .tabRight 
{
	background: #666 url(../Images/Estates/tabRight.jpg) no-repeat right top;
}

#headNav li.farms .tabLeft, #headNav li.farms .current .tabLeft 
{
	background: #690 url(../Images/Farms/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.farms .tabRight 
{
	background: #690 url(../Images/Farms/tabRight.jpg) no-repeat right top;
}

#headNav li.financial .tabLeft, #headNav li.financial .current .tabLeft 
{
	background: #09c url(../Images/Financial/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.financial .tabRight
{
	background: #09c url(../Images/Financial/tabRight.jpg) no-repeat right top;
}

#headNav li.food .tabLeft, #headNav li.food .current .tabLeft 
{
	background: #690 url(../Images/Food/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.food .tabRight 
{
	background: #690 url(../Images/Food/tabRight.jpg) no-repeat right top;
}

#headNav li.funeralcare .tabLeft, #headNav li.funeralcare .current .tabLeft 
{
	background: #669 url(../Images/Funeralcare/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.funeralcare .tabRight 
{
	background: #669 url(../Images/Funeralcare/tabRight.jpg) no-repeat right top;
}

#headNav li.legal .tabLeft, #headNav li.legal .current .tabLeft 
{
	background: #903 url(../Images/Legal/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.legal .tabRight 
{
	background: #903 url(../Images/Legal/tabRight.jpg) no-repeat right top;
}

#headNav li.master .tabLeft, #headNav li.master .current .tabLeft, #headNav li.corporate .tabLeft, 
#headNav li.corporate .current .tabLeft, #headNav li.fund .tabLeft, #headNav li.fund .current .tabLeft,
#headNav li.shop .tabLeft, #headNav li.shop .current .tabLeft 
{
	background: #006 url(../Images/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.master .tabRight, #headNav li.corporate .tabRight, #headNav li.fund .tabRight,
#headNav li.shop .tabRight
{
	background: #006 url(../Images/tabRight.jpg) no-repeat right top;
}

#headNav li.membership .tabLeft, #headNav li.membership .current .tabLeft 
{
	background: #000 url(../Images/Membership/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.membership .tabRight 
{
	background: #000 url(../Images/Membership/tabRight.jpg) no-repeat right top;
}

#headNav li.motors .tabLeft, #headNav li.motors .current .tabLeft 
{
	background: #5e7c6f url(../Images/Motors/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.motors .tabRight  
{
	background: #5e7c6f url(../Images/Motors/tabRight.jpg) no-repeat right top;
}

#headNav li.pharmacy .tabLeft, #headNav li.pharmacy .current .tabLeft 
{
	background: #399 url(../Images/Pharmacy/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.pharmacy .tabRight 
{
	background: #399 url(../Images/Pharmacy/tabRight.jpg) no-repeat right top;
}

#headNav li.travel .tabLeft, #headNav li.travel .current .tabLeft 
{
	background: #f60 url(../Images/Travel/tabLeft.jpg) no-repeat 0 0;
}

#headNav li.travel .tabRight 
{
	background: #f60 url(../Images/Travel/tabRight.jpg) no-repeat right top;
}

#headNav ul, .competitionEventsListing ul, .competitionWinnersListing ul, .comments div.commentsAdd ol 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrappingLinkText 
{
	line-height: 1.25em !important;
}

#headNav li.current a 
{
	margin-top: 1px;
}

/* Sub Nav
-------------------------------------------------------- */

#nav2 .right li 
{
	background: transparent url(../Images/divider.jpg) no-repeat left 13px;
	float: right;
	height: auto;
	line-height: 2.5em;
	padding: 0;
	text-align: center;
}

#nav2 .right ul 
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 265px !important;
}

#nav2 a 
{
	color: #fff;
	display: block;
	font-size: 0.9em;
	padding: 1px 8px 10px 8px;
	text-decoration: none;
	white-space: nowrap;
}

#nav2 a.current
{
	background: #fff;
	margin: 0;
	padding: 1px 8px 4px 8px;
}

#nav2 li
{
	background: transparent url(../Images/divider.jpg) no-repeat right 13px;
	float: left;
	line-height: 2.5em;
	padding: 0;
	text-align: center;
}

#nav2 li.current, #nav2 .right li.current 
{
    background-color: #fff !important;
	color: #006;
	position: relative;
}

#nav2 li.currentStart, #nav2 .right li.currentEnd, #nav2 li.currentEnd, #nav2 .right li.currentStart 
{
	height: 43px;
	position: relative;
	width: 7px;
}

#nav2 ul 
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 675px;
}

#nav2, #Container 
{
	margin: 0 auto 0 auto;
	width: 984px;
}

#nav2Content 
{
	height: auto;
	padding: 0;
}

#nav2ContentMiddle 
{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 944px;
}

.nav2Top, .sendFriendContainer .paddingTop5 
{
	padding-top: 5px;
}

/* Page Control
-------------------------------------------------------- */

#pagecontrol, #pageControl 
{
	margin: 15px auto 0 auto;
	text-align: left;
	width: 944px;
}

/* Left Column
-------------------------------------------------------- */

.leftCol, #leftCol 
{
	float: left;
	margin: 0 25px 0 0;
	width: 170px;
}

.leftColNav a 
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.leftColNav li 
{
	margin: 0;
	padding: 0;
}

.leftColNav li ul li 
{
	border: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.leftColNav li ul li a:hover 
{
	width: 96%;
}

.leftColNav li.depth1 
{
	margin: 0 0 0 10px;
}

.leftColNav li.depth2 
{
	margin: 0 0 0 20px;
}

.leftColNav li.depth3 
{
	margin: 0 0 0 30px;
}

.leftColNav li.depth4 
{
	margin: 0 0 0 40px;
}

#left534 
{
	clear: left;
	float: left;
	margin-right: 25px;
	position: relative;
	width: 534px;
}

/* Breadcrumb
-------------------------------------------------------- */

.Breadcrumb 
{
	float: left;
	padding: 0 0 5px 0;
	width: 100% !important;
}

.Breadcrumb a
{
	color: #555;
	padding: 0 5px 0 0;
	text-decoration: none;
}

.Breadcrumb li 
{
	color: #555;
	display: inline;
	float: left;
	padding: 0 0 0 10px;
	white-space: nowrap;
}

.Breadcrumb li.start 
{
	background: none !important;
	padding: 0;
}

.Breadcrumb ul 
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.BothColumnsBothLinks 
{
	float: left;
	padding: 0 0 5px 0;
	width: 299px;
}

.BothColumnsOneLink 
{
	float: left;
	padding: 0 0 5px 0;
	width: 409px;
}

.OneColumnBothLinks 
{
	float: left;
	padding: 0 0 5px 0;
	width: 420px;
}

.OneColumnOneLink 
{
	float: left;
	padding: 0 0 5px 0;
	width: 640px;
}

.PrintPage 
{
	background: url('/Resources/Images/printer.jpg') no-repeat 0 2px;
	color: #666;
	float: right;
	padding-left: 20px !important;
}

/* Content
-------------------------------------------------------- */

.content 
{
	margin: 0;
	padding: 0;
	width: 749px;
}

.content .banner749 
{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 749px;
}

.content .content749 
{
	margin-bottom: 15px;
	width: 749px;
}

.content .extraBox, .content749 .extraBox 
{
	padding-top: 10px;
	width: 749px;
}

.content .height50 
{
	float: left;
	height: 50px;
	margin: 0 0 15px 0;
	width: 749px;
}

.content .roundedBox .innerBox .text, .content749 .roundedBox .innerBox .text 
{
	padding: 10px 0 0 10px;
	width: 232px;
}

.content .roundedBox .innerBox, .content749 .roundedBox .innerBox 
{
	float: left;
	width: 350px;
}

.content554 .banner554, .content410 .banner410, .content410 .banner554, .content749 .banner554, comment554
{
	height: auto;
	margin: 0 0 15px 0;
	width: 554px;
}

.content554 .extraBox 
{
	padding-top: 10px;
	width: 554px;
}

.content554 .roundedBox .innerBox 
{
	float: left;
	width: 252px;
}

.content554 .roundedBox .innerBox .text 
{
	padding: 10px 0 0 10px;
	width: 130px;
}

.content554, .content410 
{
	float: left;
	margin: 0;
	width: 554px;
}

.contentWide 
{
	margin: 0;
	padding: 0;
	width: 944px;
}

.contentWide .roundedBox .innerBox
{
	float: left;
	width: 447px;
}

.contentWide .roundedBox .innerBox .text 
{
	padding: 10px 0 0 10px;
	width: 330px;
}

/* Right Column
-------------------------------------------------------- */

.rightCol, #rightCol 
{
	float: right;
	margin: 0;
	width: 170px;
}

#right355 
{
	clear: right;
	float: right;
	position: relative;
	width: 355px;
}

#rightOne170
{
	background: #eee;
	float: left;
	margin-right: 25px;
	padding: 10px;
	position: relative;
	width: 170px;
}

#rightTwo170 
{
	background: #eee;
	clear: right;
	float: right;
	padding: 10px;
	position: relative;
	width: 170px;
}

/* Quick Links
-------------------------------------------------------- */

.quickLinks 
{
	margin-top: 20px;
	padding: 0 10px 0 0;
}

.quickLinks .footerLink, .comments .commentSuccess a 
{
	float: right;
	margin: 10px 0 0 0;
}

.quickLinks .titleCol 
{
	float: left;
	padding-left: 10px;
	padding-right: 12px;
	width: 160px;
}

.quickLinks h2 
{
	font: normal 2.125em "Arial Narrow";
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.quickLinks h3, .quickLinks p 
{
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
	text-decoration: none;
}

.quickLinks li 
{
	float: none;
	line-height: normal;
	padding: 0 0 5px 0 !important;
}

.quickLinks li a, .quickLinks h3 .hover, .quickLinks h3 a:hover 
{
	text-decoration: underline !important;
}

.quickLinks ul 
{
	float: left;
	padding-left: 13px !important;
	width: 175px;
}

.quickLinks h3 a 
{
	text-decoration: none !important;
    overflow: hidden;
    text-indent: 0;
}

.quickLinks .footerLink p
{
    font-weight: 700;
}

.copyright 
{
	font-size: 0.85em;
	margin-top: 2em;
}

/* Footer 
-------------------------------------------------------- */

#footer 
{
	border-top: 1px solid #ccc;
	margin: 10px 0 5px 0;
	width: 944px;
}

#footer .footerRight li.text10, #footer .footerRight li.image, #footer .footerLeft li.text10, 
#footer .footerLeft li.image 
{
	padding: 0 0 2px 10px;
}

#footer .footerRight li.text20, #footer .footerLeft li.text20 
{
	padding: 0 0 2px 20px;
}

#footer a 
{
	color: #666;
	text-decoration: none;
}

#footer li 
{
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 2px 10px;
	vertical-align: middle;
}

#footer li.noPaddingLeft 
{
	padding-left: 0 !important;
}

#footer li.noPaddingRight 
{
	padding-right: 0 !important;
}

#footer li.wide 
{
	padding: 0 35px 2px 10px;
}

#footer ul
{
	line-height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul.footerLeft 
{
	float: left;
	padding-left: 10px !important;
}

#footer ul.footerRight 
{
	float: right;
	padding-right: 10px !important;
}


/* =====================================================
   OTHER ELEMENTS
======================================================== */

/* Banners
-------------------------------------------------------- */

.banner170 
{
	float: left;
	width: 170px;
}

.banner262, .pressbanner262 
{
	float: left;
	height: auto;
	margin: 0 0 15px 0;
	width: 262px;
}

.banner262by225 
{
	float: left;
	height: 225px;
	margin-bottom: 15px;
	margin-top: 0;
	width: 262px;
}

.banner262NoMargin .AdBox, .pressbanner262NoMargin .AdBox 
{
	border-bottom: 0;
}

.banner262NoMargin, .pressbanner262NoMargin 
{
	float: left;
	height: auto;
	width: 262px;
}

.banner367, .pressbanner367 
{
	float: left;
	height: auto;
	margin: 0 0 15px 0;
	width: 367px;
}

.banner367by225 
{
	float: left;
	height: 225px;
	margin-bottom: 15px;
	margin-top: 0;
	width: 367px;
}

.banner464 
{
	float: left;
	width: 464px;
}

.banner472 
{
	float: left;
	height: 275px;
	margin: 0 0 15px 0;
	width: 472px;
}

.banner472, .banner367, .banner262, .height65, .banner367by225 gutter, .banner367by225, 
.banner472, .banner367, .banner262, .height65, .banner367by225 gutter, .banner367by225, .HeightAuto 
{
	height: auto;
}

.banner472by225 
{
	float: left;
	height: 225px;
	margin-bottom: 15px;
	margin-top: 0;
	width: 472px;
}

.banner544 a:hover, .banner367 a:hover, .banner749 a:hover, .banner472 a:hover, .banner262 a:hover 
{
	background: none !important;
}

.banner719
{
	float: left;
	height: 225px;
	margin: 0 0 15px 0;
	width: 719px;
}

.miniBanner 
{
	border: solid 1px #ccc;
	margin: 10px 0 10px 0;
	overflow: auto;
	width: 308px;
}

.miniBanner .bannerInfo 
{
	overflow: auto;
	padding: 10px;
}

.miniBanner img 
{
	border: 0;
	clear: right;
	float: right;
	height: 69px;
	margin-right: 1px;
	width: 98px;
}

.AdBox, .FlashAdBox 
{
	border-bottom: 1px solid #999;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	width: 170px;
}

.Box 
{
	border: solid 1px #000;
	display: block;
	padding: 5px;
	width: 100%;
}

/* Banner Selector
-------------------------------------------------------- */

.BannerFadeBox 
{
	border: none;
	float: left !important;
	margin-left: 0;
	position: absolute;
	width: 749px;
}

.bannerPadding 
{
	margin: 10px !important;
}

.bannerSelector
{
	height: auto !important;
	height: 274px;
	min-height: 274px;
}

.bannerSelector .AdBox 
{
	border-bottom: none !important;
}

.bannerSelector .AdBox, .bannerSelector .FlashAdBox  
{
	height:274px; 
	margin:0px; 
	padding:0px; 
	width:749px; 
}

.bannerSelector .bannerTabs 
{
	float: right;
	width: 210px;
}

.bannerSelector .bannerTabs li 
{
	background: #cdcdcd url(../Images/bannerSelectorLiBack.jpg) repeat-x right top;
	border-bottom: none !important;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	border-top: 1px solid #9e9e9e;
	cursor: pointer;
	height: auto !important;
	height: 67px;
	list-style: none;
	margin: 0 0 0 12px;
	min-height: 67px;
	padding: 0;
	position: relative;
	width: 198px;
	z-index: 99998;
}

.bannerSelector .bannerTabs li .botRight 
{
	background: transparent url(../Images/bannerSelectorLiBotRight.jpg) no-repeat right bottom;
	bottom: -1px;
	height: 5px;
	position: absolute;
	right: -1px;
	width: 5px;
}

.bannerSelector .bannerTabs li .padding 
{
	padding: 5px;
}

.bannerSelector .bannerTabs li .tabHeading 
{
	font-size: 1.2em;
	font-weight: bold;
}

.bannerSelector .bannerTabs li .tabHeading a.white
{
    color:#ffffff;
}

.bannerSelector .bannerTabs li .topRight 
{
	background: transparent url(../Images/bannerSelectorLiTopRight.jpg) no-repeat right top;
	height: 5px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 5px;
}

.bannerSelector .bannerTabs li a 
{
	cursor: pointer;
	text-decoration: none;
}

.bannerSelector .bannerTabs li.borderBottom 
{
	border-bottom: 1px solid #9e9e9e !important;
	padding: 0 0 1px 0;
}

.bannerSelector .bannerTabs li.current 
{
	background: none;
	border-bottom: none !important;
	border-left: none;
	border-right: 1px solid #9e9e9e;
	border-top: none;
	color: #fff !important;
	height: auto !important;
	height: 69px;
	list-style: none;
	margin: 0 0 0 1px;
	min-height: 69px;
	padding: 0;
	width: 210px;
	z-index: 99998;
}

.bannerSelector .bannerTabs li.current .arrow 
{
	background: transparent url(../Images/arrow.png) no-repeat 0 0;
	height: 13px;
	left: 2px;
	position: absolute;
	top: 40%;
	width: 13px;
}

.bannerSelector .bannerTabs li.current .bot 
{
	height: 5px;
	width: 210px;
}

.bannerSelector .bannerTabs li.current .botRight 
{
	background: transparent url(../Images/tabSelectorLiBotRight.png) no-repeat right bottom;
	bottom: -1px;
	height: 5px;
	position: absolute;
	right: -1px;
	width: 5px;
}

.bannerSelector .bannerTabs li.current .padding 
{
	padding: 5px 5px 5px 19px;
}

.bannerSelector .bannerTabs li.current .top 
{
	height: auto !important;
	height: 64px;
	min-height: 64px;
	width: 210px;
}

.bannerSelector .bannerTabs li.current .topRight 
{
	background: transparent url(../Images/tabSelectorLiTopRight.png) no-repeat right top;
	height: 5px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 5px;
}

.bannerSelector .bannerTabs li.current p 
{
	color: #fff;
}

.bannerSelector .bannerTabs li.current, .bannerSelector .bannerTabs li.current h2 
{
	color: #fff !important;
}

.bannerSelector .bannerTabs li.current.financial .bot
{
	background: transparent url(../Images/tabFinancialBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.financial .top 
{
	background: transparent url(../Images/tabFinancialTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.food .bot, .bannerSelector .bannerTabs li.current.farms .bot 
{
	background: transparent url(../Images/tabFoodBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.food .top, .bannerSelector .bannerTabs li.current.farms .top 
{
	background: transparent url(../Images/tabFoodTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.funeralcare .bot 
{
	background: transparent url(../Images/tabFuneralcareBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.funeralcare .top 
{
	background: transparent url(../Images/tabFuneralcareTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.legal .bot, .bannerSelector .bannerTabs li.current.clothing .bot
{
	background: transparent url(../Images/tabLegalBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.legal .top, .bannerSelector .bannerTabs li.current.clothing .top 
{
	background: transparent url(../Images/tabLegalTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.master .bot, .bannerSelector .bannerTabs li.current.corporate .bot, 
.bannerSelector .bannerTabs li.current.fund .bot 
{
	background: transparent url(../Images/tabMasterBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.master .top, .bannerSelector .bannerTabs li.current.corporate .top, 
.bannerSelector .bannerTabs li.current.fund .top 
{
	background: transparent url(../Images/tabMasterTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.membership .bot 
{
	background: transparent url(../Images/tabMembershipBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.membership .top 
{
	background: transparent url(../Images/tabMembershipTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.pharmacy .bot 
{
	background: transparent url(../Images/tabPharmacyBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.pharmacy .top
{
	background: transparent url(../Images/tabPharmacyTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.current.travel .bot 
{
	background: transparent url(../Images/tabTravelBot.png) no-repeat right top;
}

.bannerSelector .bannerTabs li.current.travel .top 
{
	background: transparent url(../Images/tabTravelTop.png) no-repeat right top;
	width: 210px;
}

.bannerSelector .bannerTabs li.noBorderTop 
{
	border-top: none;
}

.bannerSelector .bannerTabs p 
{
	color: #000;
	margin: 0;
	padding: 0;
}

.bannerTabArea 
{
	border: none;
	float: left !important;
	position: absolute;
}

/* Bookmarks
-------------------------------------------------------- */

.bookMarkboth 
{
	margin-left: auto;
	margin-right: auto;
	width: 554px;
}

.bookMarkBox
{
	background: url(/Resources/Images/bgBookMarks.jpg) repeat-x left bottom;
	border: solid 1px #eaeaea;
	clear: both;
	height: 50px;
	margin: 20px 0 20px 0;
	padding: 10px;
}

.bookMarkBox li a:link, .bookMarkBox li a:hover, .bookMarkBox li a:visited
{
    color: #666 !important;    
    font-weight: normal;
    text-decoration: underline;
}

.bookMarkBox .bookmarkWith h2 
{
	font-size: 1em;
}

.bookMarkBox .clickHere 
{
	color: #666;
	float: none;
	text-decoration: underline;
}

.bookMarkBox .favourites 
{
	background: url(/Resources/Images/star.gif) no-repeat left top;
}

.bookMarkBox li
{
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
}

.bookMarkBox ul 
{
	margin: 0 0 25px 0;
	padding: 0;
}

.bookMarkleftOnly 
{
	margin-left: auto;
	width: 749px;
}

.bookMarknone 
{
	width: 944px;
}

.bookMarkrightOnly 
{
	margin-right: auto;
	width: 749px;
}

.ExternalLinks ul li 
{
	background: transparent url(../Images/ExternalLink.gif) no-repeat 0 3px !important;
}

.bookMarkBox .noPadding 
{
	padding: 0;
}

/* Call To Action
-------------------------------------------------------- */

.callToAction 
{
	font-weight: bold;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.callToAction:hover, .extraBoxLink:hover, .comments div.comment .editComment:hover, 
.comments div.comment .deleteComment:hover, .comments div.commentAlt .editComment:hover, 
.comments div.commentAlt .deleteComment:hover, .comments div.comment .reportComment:hover, 
.comments div.commentAlt .reportComment:hover, #nav2 a:hover, #footer a:hover 
{
	text-decoration: underline;
}

.cta 
{
	float: left;
	margin: 0 1px 0 0;
}

.cta .inner 
{
	padding: 5px 0 5px 0;
}

.cta h3
{
	margin: 0;
	padding: 2px 0 5px 0;
}

.cta.width137 
{
	width: 137px;
    overflow:hidden;
    text-indent:200px;
}

.cta.width275 
{
	width: 275px;
}

.extraBoxLink 
{
	padding: 0 10px 0 0;
	text-decoration: none;
}

.extraWide 
{
	width: 1000px;
}

/* Comments
-------------------------------------------------------- */

.commentAddFirst 
{
	height: 19px;
	position: relative;
}

.commentHelp 
{
	background: #eaeaea;
	color: #f00;
	margin-left: 0;
	padding: 10px !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

.comments 
{
	margin: 0 0 0 195px;
}

.comments .cleaner 
{
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	width: 80%;
}

.comments .comment,
.comments .commentAlt,
.comments .commentDetail
{
    height:1%;
}

.comments .comment div.commentDetail, .comments .commentAlt div.commentDetail 
{
	padding: 14px 15px 10px 15px;
}

.comments .comment div.commentsAdd, .comments .commentAlt div.commentsAdd 
{
	background: #fff;
	padding: 15px 0 0 15px;
}

.comments .commentDetail a.watchvideo:link 
{
	color: #fff;
	display: block;
	float: right;
}

.comments .commentHideForm 
{
	float: right;
	margin: 11px 13px 0 0;
}

.comments .commentImageBorder 
{
	border: 4px solid #fff;
}

.comments .commentImageOuterBorder 
{
	border: 1px solid #808080;
	margin: 1px;
	padding: 0;
}

.comments .commentRequired 
{
	color: #f00;
}

.comments .commentSuccess 
{
	background: #eaeaea;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 18px 13px 18px;
}

.comments .input-btn 
{
	font-size: 1.2em;
}

.comments .pageNext 
{
	display: inline-block;
	float: left;
	margin-top: 12px;
}

.comments .pageNumber
{
	display: inline-block;
	float: left;
	margin: 12px 5px 7px 10px;
}

.comments .pageNumber a 
{
	margin: 0 2px 0 0;
}

.comments .pageNumber a.currentPage
{
	font-weight: bold;
	text-decoration: none;
}

.comments .pageNumber a:hover, .comments .pageNext a:hover, .comments .pagePrevious a:hover 
{
	background: #9cf;
}

.comments .pagePrevious 
{
	display: inline-block;
	float: left;
	margin: 12px 5px 0 0;
}

.comments .pagePrevious a.disabled, .comments .pageNext a.disabled 
{
	color: #999;
}

.comments a.watchvideo:link, .comments a.watchvideo:visited, .comments a.watchvideo:hover, 
.comments a.watchvideo:active 
{
	background: url('/Resources/Images/btn.jpg') #006 repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	vertical-align: middle;
}

.comments div.comment, .comments div.commentAlt
{
	background: #eaeaea;
	display: block;
	line-height: 1.5em;
	padding: 15px 0 0 0;
}

.comments div.comment .commentHelp, .comments div.commentAlt .commentHelp 
{
	margin-right: 15px;
}

.comments div.comment .commentsAdd, .comments div.commentAlt .commentsAdd 
{
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 25px;
}

.comments div.comment .commentTxtBox, .comments div.commentAlt .commentTxtBox 
{
	width: 210px !important;
}

.comments div.comment .editComment, .comments div.comment .deleteComment, 
.comments div.commentAlt .editComment, .comments div.commentAlt .deleteComment, 
.comments div.comment .reportComment, .comments div.commentAlt .reportComment 
{
	color: #000;
	float: right;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 2px 0 10px;
	/*position: relative;*/
	text-decoration: none;
}

.comments div.comment a, .comments div.commentAlt a 
{
	color: #666;
	float: right;
}

.comments div.comment div.clear, .comments div.commentAlt div.clear, .comments .commentSuccess div.clear
{
	margin: -1px;
	padding: 0;
}

.comments div.comment p,  .comments div.commentAlt p
{
	background: transparent url(/resources/images/comment-quote.gif) left top no-repeat;
	margin: 0;
	padding: 0;
}

.comments div.comment p b, .comments div.commentAlt p b 
{
	background: transparent url(/resources/images/comment-quote-end.gif) right bottom no-repeat;
	display: block;
	font-weight: normal;
	margin: -15px 0 0 0;
	padding: 9px 26px 12px 10px;
	text-indent: 25px;
}

.comments div.comment span.commentDate, .comments div.commentAlt span.commentDate 
{
	color: #666;
	float: left;
}

.comments div.comment span.commentName, .comments div.commentAlt span.commentName 
{
	display: block;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-align: right;
	/*width: 100%;*/
}

.comments div.commentAlt, .comments .pagePrevious a:hover.disabled, .comments .pageNext a:hover.disabled, 
.comments div.commentAlt, #nav2 li.noborder, #nav2 .right li.noborder 
{
	background: none;
}

.comments div.commentsAdd label 
{
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 120px;
}

.comments div.commentsAdd ol li .commentTxtBox 
{
	border: solid 1px #bbb;
	font: 1em Arial;
	width: 240px;
}

.comments div.commentsAdd span
{
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}

.comments div.commentsAdd span.commentCharLeft 
{
	color: #888;
	line-height: normal;
	margin-left: 6px;
	padding-left: 5px;
	padding-top: 0;
	vertical-align: top;
}

.comments div.commentsAdd span.commentCharLeft span 
{
	padding-top: 0;
}

.comments .actionButtons
{

}

.commentDetail
{
    position:relative;
}

.comments h1 
{
	float: left;
	margin-bottom: 10px;
}

.comments h2 
{
	float: left;
	font: normal 2.125em "Arial Narrow";
	margin: 0 0 12px 0;
	padding: 0;
	text-decoration: none;
}

.comments span.watchvideo 
{
	color: #fff;
	display: block;
	float: right;
	width: 100%;
}

.commentsBelow 
{
	border: 0;
	border-top: 1px solid #eaeaea;
	height: 0;
	max-height: 0;
	padding: 10px;
}

.commentValidationSummary 
{
	height: 66px;
	padding: 22px 0 0 0 !important;
	position: relative;
	right: 0;
	top: 0;
	width: 150px;
}

.commentValidationSummary li 
{
	list-style: none;
	margin: -15px 0 0 -30px;
	padding: 10px;
	text-align: left;
	text-indent: -9px;
}

.indentComments 
{
	margin-left: 20px;
	margin-top: 20px;
}

.thumbnail 
{
	height: 130px;
	width: 170px;
}

/* Community Fund
-------------------------------------------------------- */

div.commFundAppForm h2 
{
	font: normal 2.12em "Arial Narrow", Arial, Helvetica, sans-serif;
}



div.commFundAppForm label.label 
{
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
	width: 200px;
}

div.commFundAppForm .validationSummary p
{
    margin:0px;
    padding:0px;
}

.CommFundErrorMsg 
{
	background: #ffdfdf;
	border: #faa 1px solid;
	color: #f00;
	display: none;
	margin: 18px 0 5px 0;
	padding: 20px;
}

.CommFundInfoMsg 
{
	background: #f7f7f7;
	border: #e0e0e0 1px solid;
	font-size: 90%;
	margin: 5px 0 10px 0;
	padding: 10px;
}

.frow 
{
	clear: both;
	padding: 5px 0;
}

.HandWritingBox 
{
	font-size: 1.25em;
	height: 40px;
	width: 485px;
}

.NextStep 
{
	background: url("/resources/images/next_step.gif");
	border: solid 0;
	height: 28px;
	width: 104px;
}

.NextStep, .PreviousStep  
{
	background: #e1a209;
	color: #fff;
}

.PreviousStep 
{
	background: url("/resources/images/previous_step.gif");
	border: solid 0;
	height: 28px;
	width: 104px;
}

.SubmitForm 
{
	background: url("/resources/images/submit.gif");
	border: solid 0;
	height: 28px;
	width: 104px;
}



/* Competition Event Entry
-------------------------------------------------------- */

.competitionEventEntryForm fieldset 
{
	margin: 0;
	padding: 0;
}

.competitionWinnersListing li 
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* Find A Store
-------------------------------------------------------- */

.findaStore 
{
	margin-bottom: 1px;
	width: 170px;
}

.findaStore .bottom 
{
	height: 10px;
	width: 170px;
}

.findaStore .button 
{
	border: none;
	cursor: pointer;
	float: right;
	height: 28px;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-indent: 200px;
	width: 104px;
}

.findaStore .content 
{
	padding: 15px 10px 10px 10px;
	width: 150px;
}

.findaStore .input 
{
	margin: 10px 0 0 0;
	width: 140px;
}

.findaStore h2 
{
	margin: 0 0 10px 0;
	padding: 0;
}

.findaStore label 
{
	font-size: 0.7em;
}

.addressBox input.noTopMargin 
{
	margin-top: 0;
}

/* Forum
-------------------------------------------------------- */

.forum .border 
{
	border: 1px solid #9598c0;
}

.forum .col1 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	padding: 2px 4px 2px 4px;
	text-align: center;
	width: 40px;
}

.forum .col2 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	width: 300px;
}

.forum .col2A 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	width: 200px;
}

.forum .col2B 
{
	background: #dcdce5;
	border: 1px solid #fff;
	margin: 0;
	width: 310px;
}

.forum .col3 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	text-align: center;
	width: 60px;
}

.forum .col3A 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	width: 100px;
}

.forum .col4 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	width: 139px;
}

.forum .col5 
{
	background: #b6b6cc;
	border: 1px solid #dcdce5;
	margin: 0;
	width: 460px;
}

.forum .color, .forum .colorCentre 
{
	background: #dcdce5;
	border: 1px solid #fff;
	text-align: center;
}

.forum .color3 
{
	background: #e8e7ee;
	border: 1px solid #fff;
	padding: 10px 5px 10px 5px;
}

.forum .color3 a 
{
	padding-left: 2px !important;
}

.forum .color3A 
{
	background: #e8e7ee;
	border: 1px solid #fff;
}

.forum .colorA, .forum .color2 
{
	background: #dcdce5;
	border: 1px solid #fff;
}

.forum .colorB 
{
	background: #dcdce5;
	border: 1px solid #fff;
	padding: 10px 0 10px 2px;
	vertical-align: top;
}

.forum .LockedPost 
{
	background: #fcc;
}

.forum a 
{
	color: #006 !important;
	font-size: 1em !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
}

.forum a:hover 
{
	background: transparent !important;
}

.forum h2 
{
	color: #fff;
	padding: 8px 0 0 5px;
}

.forum h3 
{
	color: #fff;
	padding: 5px 0 5px 5px;
}

.forum h4 
{
	color: #006;
	font-size: 1em;
	margin: 0;
	padding: 5px 0 0 5px;
}

.forum li 
{
	background: none !important;
	border: 1px solid #9598c0;
	float: left;
	height: 95%;
	padding: 0 !important;
	text-decoration: none;
	text-indent: 0;
}

.forum p 
{
	margin: 0;
	padding: 3px 0 3px 3px;
}

.forum ul 
{
	display: block;
	float: right;
	height: 40px;
	list-style: none;
	padding: 0 5px 0 0;
}

.forum ul li a 
{
	border: 1px solid #fff;
	display: block;
	line-height: 2.25em;
	padding: 0 5px 0 5px !important;
}

.forumActions 
{
	text-align: right;
	width: auto !important;
}

.forumForumsTitle p
{
	display: block;
	width: 100%;
}

.forumPageContent, .forum 
{
	width: 749px;
}

.forumTop 
{
	background: #006 url(../images/forumTop.jpg) no-repeat;
	height: 35px;
}

table.forum 
{
	background: #9598c0;
}

table.forum td, .results .timeDate, .loginBox .divError p 
{
	padding: 0;
}

.col2B ul 
{
	margin: 0;
}

/* Icons
-------------------------------------------------------- */

.icoDel 
{
	background: url(/Resources/Images/icoDel.gif) no-repeat left top;
}

.icoDig 
{
	background: url(/Resources/Images/icoDig.gif) no-repeat left top;
}

.icoFbk 
{
	background: url(/Resources/Images/icoFbk.gif) no-repeat left top;
}

.icoLnk 
{
	background: url(/Resources/Images/icoLnk.png) no-repeat left top;
}

.icoRed 
{
	background: url(/Resources/Images/icoRed.gif) no-repeat left top;
}

.icoStu 
{
	background: url(/Resources/Images/icoStu.gif) no-repeat left top;
}

.icoTwi 
{
	background: url(/Resources/Images/icoTwi.jpg) no-repeat left top;
}

.addroll a 
{
	background: url(../images/add-icon.gif) top center no-repeat;
	display: block;
	height: 33px;
	text-decoration: none;
	text-indent: -5000px;
	width: 40px;
}

.addroll a:hover 
{
	background: center -102px;
}

.editroll a 
{
	background: url(../images/edit-icon.gif) top center no-repeat;
	display: block;
	height: 33px;
	text-decoration: none;
	text-indent: -5000px;
	width: 40px;
}

.editroll a:hover 
{
	background: center -101px;
}

/* IE6 Hacks
-------------------------------------------------------- */

* html .ui-helper-clearfix 
{
	height: 1%;
}

* html p.quoteRgt, * html p.quoteLft 
{
	margin: 0 10px 0 7px;
}

/* List Box
-------------------------------------------------------- */

div.listbox 
{
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	width: 170px;
}

div.listbox .listboxtitle 
{
	border-bottom: solid 1px;
	font-weight: bold;
	padding: 4px 0 4px 0;
	text-align: center;
}

div.listbox ul 
{
	margin: 5px 5px 0 25px;
	padding: 0;
}

div.listbox ul li 
{
	margin: 0 0 5px 0;
}

/* Login
-------------------------------------------------------- */

.loginBox 
{
	float: left;
	height: 100%;
	max-width: 260px;
	width: 260px;
}

.loginBox #divLoginInner
{
	display: inline;
	float: left;
	margin: 12px;
}

.loginBox .divError 
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.loginBox .divError, .loginBox .divError a 
{
    background-color: #fff;
	color: #f00;
	margin-bottom: 5px;
}

.loginBox .divLoginAction 
{
	float: left;
	text-align: right;
	width: 100%;
}

.loginBox .divLoginAction .btn 
{
	float: right;
	font-family: Arial Narrow;
}

.loginBox .divUsername, .loginBox .divPassword 
{
	float: left;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

.loginBox .divUsernamelbl, .loginBox .divPasswordlbl
{
	float: left;
	margin-bottom: 5px;
	width: 90px;
}

.loginBox .lblUsername, .loginBox .lblPassword 
{
	float: left;
	font-weight: bold;
}

.loginBox .loginImg 
{
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.loginBox .loginInput 
{
	float: left;
	width: 140px;
}

#consortiumLogin 
{
	background: #eee;
	border: 1px solid #838383;
	display: block;
	margin: 0;
	padding: 0;
	width: 260px;
}

#consortiumLogin>h3 
{
	margin-bottom: -2px;
}

#consortiumLogin>p, #keyline h1, #keyline h2, #keyline h3, #keyline p 
{
	padding: 7px;
	padding: 7px;
}

/* New Window
-------------------------------------------------------- */

img.newWindowImage  
{
    border:none;
	display: inline;
	margin: 0 1px 0 5px;
}

/* Pagination
-------------------------------------------------------- */

.PageNumber 
{
	margin: 10px 0 0 170px;
	width: 288px;
}

.PageNumber li
{
	background: none !important;
	float: left;
	list-style: none;
	padding: 0 2px 0 2px !important;
}

.PageNumber li a 
{
	background: none !important;
	font-weight: bold;
	padding: 0 !important;
}

.PageNumber li a.current 
{
	color: #000;
	text-decoration: none;
}

.PageNumber li a:hover, .quickLinks .footerLink a 
{
	color: #666 !important;
}

.PageNumber li.imgLeft a 
{
	background: transparent url(../Images/ArrowLeft.jpg) 0 3px no-repeat !important;
	display: block;
	height: 20px;
	text-indent: -5000px;
}

.PageNumber li.imgLeft, .PageNumber li.imgRight 
{
	height: 10px;
	width: 6px;
}

.PageNumber li.imgLeftDouble a 
{
	background: transparent url(../Images/ArrowDoubleLeft.jpg) 0 4px no-repeat !important;
	display: block;
	height: 20px;
	text-indent: -5000px;
}

.PageNumber li.imgLeftDouble, .PageNumber li.imgRightDouble 
{
	height: 10px;
	width: 8px;
}

.PageNumber li.imgRight a 
{
	background: transparent url(../Images/ArrowRight.jpg) 0 3px no-repeat !important;
	display: block;
	height: 20px;
	text-indent: -5000px;
}

.PageNumber li.imgRightDouble a 
{
	background: transparent url(../Images/ArrowDoubleRight.jpg) 0 4px no-repeat !important;
	display: block;
	height: 20px;
	text-indent: -5000px;
}

.paging 
{
	margin: 0 2px;
}

#pageLinks .pageLink 
{
	margin: 5px;
}

/* Percentage Bar
-------------------------------------------------------- */

.percentageBar.clothing, .percentageBar.legal 
{
	background: #903 !important;
}

.percentageBar.directors, .percentageBar.estates 
{
	background: #666 !important;
}

.percentageBar.financial 
{
	background: #09c !important;
}

.percentageBar.food, .percentageBar.farms 
{
	background: #690 !important;
}

.percentageBar.funeralcare 
{
	background: #669 !important;
}

.percentageBar.master,.percentageBar.fund, .percentageBar.corporate 
{
	background: #006 !important;
}

.percentageBar.membership 
{
	background: #ffb700 !important;
}

.percentageBar.pharmacy 
{
	background: #399 !important;
}

.percentageBar.travel 
{
	background: #f60 !important;
}

/* Podcast
-------------------------------------------------------- */

.podFood a:hover 
{
	background: #e5ffb2 !important;
}

.podFuneralcare a:hover 
{
	background: #d5cded !important;
}

.podLegal a:hover 
{
	background: #fcc !important;
}

.podMasterBrand a:hover, .podFinancial a:hover 
{
	background: #9cf !important;
}

.podMasterBrand, .podMasterBrand a:link, .podMasterBrand a:visited, .podFinancial, 
.podFinancial a:link, .podFinancial a:visited, .podFood, .podFood a:link, .podFood a:visited, 
.podFuneralcare, .podFuneralcare a:link, .podFuneralcare a:visited, .podLegal, .podLegal a:link, 
.podLegal a:visited, .podMembership, .podMembership a:link, .podMembership a:visited, .podPharmacy, 
.podPharmacy a:link, .podPharmacy a:visited, .podTravel, .podTravel a:link, .podTravel a:visited 
{
    background-color: #fff;
	color: #666 !important;
}

.podMembership a:hover 
{
	background: #ffebb2 !important;
}

.podPharmacy a:hover 
{
	background: #e7f3f7 !important;
}

.podTravel a:hover 
{
	background: #faefe9 !important;
}

/* Polls/Surveys
-------------------------------------------------------- */

.pollResult 
{
	float: left;
	line-height: 0.95em;
	margin: 0 0 0 9px;
}

.pollResultBar 
{
	background: url(../Images/pollResultsBackground.jpg) no-repeat 0 0;
	float: left;
	height: 17px;
	margin: 0;
	position: relative;
	width: 102px;
}

.pollResultBar .percentageBar 
{
	height: 13px;
	left: 2px;
	position: relative;
	top: 2px;
}

.pollResultContainer 
{
	background: transparent url('/Resources/Images/pollsDashedBorder.jpg') repeat-x bottom 0;
	margin: 0;
	padding: 10px 0 12px 0;
}

.pollsSurveyContainer 
{
	margin: -3px 0 7px 10px;
}

.pollsSurveyContainer label 
{
	display: block;
	font-size: 1.1em;
	padding: 0 0 5px 0;
}

.pollSurveys .input-btn 
{
	border: solid 1px #006 !important;
	float: left;
	font: 1.15em Arial Narrow;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 101px;
}

.pollSurveys .input-Radio 
{
	clear: both;
	display: block;
	float: left;
}

.pollSurveys .responceText 
{
	font-size: 1.20em;
	font-weight: bold;
	line-height: 1.35em;
	margin: 10px 0 0 0;
	padding: 0;
}

.pollSurveys fieldset input 
{
	margin-right: 5px !important;
}

.pollSurveys fieldset label 
{
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
}

.pollSurveys fieldset legend 
{
	color: #000;
	display: block;
	float: left;
	padding: 0 0 6px 0;
	width: 100%;
}

.pollSurveys h3, .xFormValidationSummary 
{
	font-size: 1.20em;
	line-height: 1.35em;
	margin: 0;
	padding: 0;
}

.pollSurveys input, .pollSurveys textarea, .pollSurveys select 
{
	border: solid 1px #999;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pollSurveys label 
{
	display: block;
	margin-left: 10px;
	padding-bottom: 3px;
}

.pollSurveys table, html, body, form, fieldset, div, select, input, .leftColNav li ul, #table1 h2, 
.bannerSelector .bannerTabs ul, .bannerSelector .bannerTabs li h2, .competitionEventEntryForm legend 
{
	margin: 0;
	padding: 0;
}

.linkButton
{
   background-color: transparent;
   border-style: none !important;
   color: inherit;
   cursor: pointer;
   text-align: left;
   text-decoration: underline;
   display: table-cell;
}

/* Press Home Page
-------------------------------------------------------- */

.pressbanner367 .footer #divMore img
{
    border-width: 0px;  
    float: left; 
    margin: 10px 0px 0px 10px;
}

.pressbanner367 .footer #divMore a
{
    color: #e06f2d;
    float: left; 
    font-weight: bold! important; 
    font-size: 1em; 
    margin: 10px 0px 0px 5px; 
}

.pressbanner367 .footer #divMore input
{
    float: right; 
    font-size: 1em; 
    margin: 5px 5px 0px 0px
}

/* Probate
-------------------------------------------------------- */

.QuestionGroup 
{
	margin-top: 20px;
	padding: 20px;
}

/* Property Search
-------------------------------------------------------- */

.propertyDetails 
{
	color: #797979;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	width: 150px;
}

.propertyDetails label
{
	display: inline-block;
	line-height: 1.5em;
	width: 150px;
}

.propertyDownload 
{
	float: left;
	width: 250px;
}

.PropertySearch 
{
	display: inline;
	float: left;
	width: 50%;
}

.PropertySearchMain, .Width100Percent 
{
	width: 100%;
}

.estatesBackgroundTint 
{
	background: #efefef;
	float: left;
}

#divMore .input-btn 
{
	font-family: Arial Narrow; 
}

#divNewsItem 
{
	margin-bottom: 40px;
}

#divSizeFrom input, #divSizeTo input, #divRentFrom input, #divRentTo input 
{
	height: 25px;
	line-height: 2em;
	width: auto;
}

#divSizeFrom, #divSizeTo, #divRentFrom, #divRentTo 
{
	width: auto;
}

#divSizeTo label, #divRentTo label 
{
	height: 25px;
	line-height: 2em;
	margin: 0 10px;
	width: auto;
}

.agentDetails 
{
	float: left;
	width: 299px;
}

.agentDetails label 
{
	display: inline-block;
	line-height: 1.5em;
	width: 299px;
}

/* Quote
-------------------------------------------------------- */

p.quoteLft, .SearchMain .searchRow .leftSearchCol, .SearchMain .searchRow .rightSearchCol .innerLeft, 
.SearchMain .searchRow .rightSearchCol .innerRight, .rightColumn, .FlotLeft, .comments .commentImageLeft, 
.bookMarkBox li a, .floatLeft, .TableFloatLeft 
{
	float: left;
}

p.quoteRgt strong, p.quoteLft strong, p.quoteRgt b, p.quoteLft b 
{
	display: block;
	font-weight: normal;
	margin: -15px 0 0 0;
	padding: 15px 15px 20px 10px;
	text-indent: 30px;
}

p.quoteRgt, p.quoteLft 
{
	margin: 5px 15px 10px 15px;
	padding: 15px 0 0 0;
	width: 184px;
}

/* Rounded Box
-------------------------------------------------------- */

.roundedBox 
{
	display: block;
	margin: 0;
	padding: 0;
}

.roundedBox .bottom 
{
	float: left;
	height: 8px;
	width: 100%;
}

.roundedBox .bottom .right 
{
	float: right;
	height: 8px;
	width: 4px;
}

.roundedBox .innerBox .image, .roundedBox .innerBox .image img 
{
	float: right;
	width: 100px;
}

.roundedBox .middle 
{
	padding: 0 10px 0 18px;
}

.roundedBox .top 
{
	height: 8px;
}

.roundedBox .top .right 
{
	float: right;
	height: 4px;
	width: 4px;
}

.roundedBox h2
{
	font-size: 1.4em;
	padding: 0 0 5px 0;
}

/* Scroller
-------------------------------------------------------- */

#homePage #scrollContainer #btnNxt 
{
	float: right;
	margin-right: 27px;
}

/* Search
-------------------------------------------------------- */

.divSearch 
{
	display: inline;
}

.divSearch .search-dropdown 
{
	height: 21px;
	vertical-align: middle;
}

.divSearch input.padding5 
{
	padding: 0 5px 0 5px;
}

.divSearch label 
{
	font-weight: bold;
	padding-left: 10px;
}

.searchAction 
{
	margin: 0 0 10px 138px;
}

.search-btn 
{
	border: none;
	height: 20px;
	margin: 1px 0 0 0;
	padding: 0 8px 2px 8px;
	vertical-align: middle;
	width: 100px;
}

.searchButton, .clearButton 
{
	background: #aaa;
	color: #fff;
	width: 100px;
}

.searchControl 
{
	max-width: 300px;
	width: 300px;
}

.searchControl, .searchTB 
{
	clear: right;
	display: inline;
	float: left;
	height: 25px;
	line-height: 2em;
	position: relative;
	width: auto;
}

.searchControl, .searchTB 
{
	clear: right;
	display: inline;
	height: 25px;
	line-height: 2em;
	position: relative;
	width: 100%;
}

.searchLabel 
{
	margin-right: 8px;
}

.SearchMain 
{
	background: #efefef;
	float: left;
	margin-top: 10px;
}

.searchMain 
{
	background: #fff;
}

.SearchMain .buttons 
{
	float: right;
	width: 216px;
}

.SearchMain .inner 
{
	padding: 18px 0 0 30px;
}

.SearchMain .inner2 
{
	padding: 10px 0 0 30px;
}

.SearchMain .innerRegister 
{
	padding: 10px 20px 10px 20px;
}

.SearchMain .input-btn 
{
	font: 1.15em Arial Narrow;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 101px;
}

.SearchMain .Label 
{
	color: #797979 !important;
	display: inline-block;
	float: left;
	font-size: 1.20em;
	font-weight: bold;
	vertical-align: top;
	width: 160px;
}

.SearchMain .ReceiveUpdates 
{
	background: #fff;
	margin: 0 0 15px 0;
	padding: 10px;
}

.SearchMain .ReceiveUpdates label 
{
	padding: 10px 5px 10px 5px;
}

.SearchMain .registerRowContainer 
{
	margin: 3px 0 16px 0;
	width: 380px;
}

.SearchMain .searchRow 
{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.SearchMain .searchRow .leftSearchCol, .SearchMain .searchRow .rightSearchCol 
{
	width: 50%;
}

.SearchMain .searchRow .rightSearchCol .innerLeft 
{
	margin-right: 10px;
}

.SearchMain .searchRowContainer 
{
	margin: 3px 0 16px 0;
	width: 359px;
}

.SearchMain .searchRowContainer2 
{
	margin: 3px 0 16px 0;
	width: 370px;
}

.SearchMain .searchRowInput 
{
	margin: 0;
	width: 217px;
}

.SearchMain .searchRowInput220 
{
	margin: 4px 0 0 0;
	width: 220px;
}

.SearchMain .searchRowInputTextBox 
{
	margin: 5px 4px 0 0;
	width: 213px;
}

.SearchMain .searchRowLabel 
{
	color: #797979 !important;
	display: inline-block;
	float: left;
	font-size: 1.20em;
	font-weight: bold;
	vertical-align: top;
	width: 138px !important;
}

.SearchMain .searchRowLabel2 
{
	color: #797979 !important;
	display: inline-block;
	float: left;
	font-size: 1.20em;
	font-weight: bold;
	vertical-align: top;
	width: 147px;
}

.searchTable 
{
	border: none;
	margin: 0;
	padding: 0;
	width: 944px;
}

.searchTableAlternatingRow 
{
	background: #efefef;
}

.searchTableAlternatingRow:hover, .searchTableRow:hover 
{
	background: #dedede;
	color: #000;
}

.searchTableHeader th 
{
	border: none;
	padding: 10px;
}

.searchTableHeader th 
{
	background: #666;
	color: #fff;
	text-align: left;
}

.searchTableHeader th a, .searchTableHeader a:visited 
{
	color: #fff !important;
	cursor: pointer;
	text-align: left;
}

.searchTableHeader th a:hover 
{
	color: #fff;
	cursor: pointer;
	text-align: left;
}

.searchTableRow td a, .searchTableAlternatingRow td a,
.searchTableRow td a:hover, .searchTableAlternatingRow td a:hover,
.searchTableRow td a:visited, .searchTableAlternatingRow td a:visited 
{
	color: #333 !important;
	font-weight: bold;
}

.searchTableRow td, .searchTableAlternatingRow td 
{
	border: none;
	padding: 5px 10px 15px 10px;
}

.searchTableRow td, .searchTableAlternatingRow td, a img, .pollSurveys fieldset input,
.pollSurveys input.input-btn 
{
	border: none;
}

.searchTB
{
	max-width: 150px;
	width: 88px;
}

.goButton 
{
	background: transparent url(../Images/go.jpg) no-repeat;
	border: none;
	cursor: pointer;
	height: 21px;
	margin: 3px 0 3px 0;
	overflow: hidden;
	padding: 0 8px 2px 0;
	text-indent: 200px;
	vertical-align: middle;
	width: 41px;
}

.results 
{
	padding: 0 0 10px 0;
}

/* Send To A Friend
-------------------------------------------------------- */

.sendFriend 
{
	background: url(../Images/sendFriend.jpg) no-repeat 0 2px;
	color: #666;
	float: left;
	padding-left: 20px !important;
	padding-right: 0 !important;
}

.sendFriendContainer 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 466px;
}

.sendFriendContainer .inner
{
	margin: 15px 10px 15px 10px;
	width: 446px;
}

.sendFriendContainer .inner .five 
{
	width: 335px;
}

.sendFriendContainer .inner .four 
{
	width: 294px;
}

.sendFriendContainer .inner .one 
{
	width: 66px;
}

.sendFriendContainer .inner .six 
{
	width: 446px;
}

.sendFriendContainer .inner .three 
{
	width: 218px;
}

.sendFriendContainer .inner .two 
{
	width: 142px;
}

.sendFriendContainer .inner .width63 
{
	width: 63px;
}

.sendFriendContainer .input-btn 
{
	float: right;
	font: 1.15em Arial Narrow;
	height: 24px;
	margin: 20px 10px 0 0;
	overflow: visible;
	padding: 0;
	width: 101px;
}

.sendFriendContainer .logo 
{
	float: left;
	height: 65px;
	width: 294px;
}

.sendFriendContainer .marginTop15 
{
	margin-top: 15px !important;
}

.sendFriendContainer .marginTop16 
{
	margin-top: 16px !important;
}

.sendFriendContainer .marginTop25 
{
	margin-top: 26px;
}

.sendFriendContainer .marginTop28 
{
	margin-top: 28px;
}

.sendFriendContainer .marginTop3 
{
	margin-top: 3px !important;
}

.sendFriendContainer .marginTop5 
{
	margin-top: 5px;
}

.sendFriendContainer .marginTop7 
{
	margin-top: 6px;
}

.sendFriendContainer .requiredInfo 
{
	color: #f33;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}

.sendFriendContainer .requiredInfo10 
{
	color: #f33;
	line-height: 1em;
	padding: 1px 0 0 0;
	width: 8px;
}

.sendFriendContainer a 
{
	color: #999;
	display: block;
	font-size: 1.1em;
	line-height: normal;
	padding: 0 0 5px 0;
}

.sendFriendContainer fieldset 
{
	background: #f2f2f2;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 25px 0;
}

.sendFriendContainer fieldset .input 
{
	background: #fff;
	border: 1px solid #999;
	float: left;
	height: 20px;
	margin: 0 3px 0 10px;
	width: 216px;
}

.sendFriendContainer fieldset label 
{
	color: #006;
	float: left;
	font-size: 1.20em;
	font-weight: bold;
	margin: 6px 0 5px 10px !important;
	padding: 0 0 0 0;
	width: 284px;
}

.sendFriendContainer fieldset label.email 
{
	color: #006;
	float: left;
	font-size: 1.20em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 0 11px !important;
	width: 436px;
}

.sendFriendContainer fieldset textarea 
{
	background: #fff;
	border: 1px solid #999;
	float: left;
	height: 58px;
	margin: 0 0 0 10px;
	padding: 0 2px 2px 0;
	width: 269px;
}

.sendFriendContainer h1
{
	display: block;
	font: normal 1.7em/.75em "Arial Narrow";
	margin: 0;
	padding: 0 0 15px 0;
	line-height:1.0em;
}

.sendFriendContainer h3 
{
	font-size: 1.20em;
	margin: 0;
	padding: 0 0 26px 0;
}

.sendFriendContainer p 
{
	font-size: .85em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.sendFriendContainer p.margin 
{
	margin: 40px 0 0 18px;
	padding: 0;
}

.sendFriendIconLess 
{
	float: right;
	padding-left: 20px;
}

.sendFriendInline 
{
	background: url(../Images/sendFriend.jpg) no-repeat 0 2px;
	padding-left: 20px;
}

.sendFriendTextArea 
{
	font: 1em Arial;
}

.sendToAFriendBelowContent 
{
	display: block;
	float: right;
	margin: 20px 0 0 0;
	width: 240px;
}

.sendToAFriendBottom 
{
	display: block;
	float: right;
	margin: 0 0 10px 0 !important;
	width: 240px;
}
.sendToAFriendBelowContentSingle, .sendToAFriendBottomSingle  
{
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	width: 130px;
}

.sendToAFriendTop 
{
	float: right; 
	margin: 0 0 0 15px;
	width: 240px;
}

.sendToAFriendTopHidden 
{
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	width: 0;
}

.sendToAFriendTopSingle 
{
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	width: 130px;
}

fieldset.referFriend dt 
{
	float: left;
	font-size: 1em;
}

.stafRightBanners 
{
	float: none;
	margin-right: auto;
	width: 749px;
}

/* Store Finder
-------------------------------------------------------- */

.storeFinderHyperLink 
{
	margin-bottom: 2px;
	margin-right: 10px;
}

.storeFinderImage 
{
	width: 80px;
}

.storeFinderMap 
{
	height: 325px;
	margin: 0 0 0px 0;
	/*width: 749px;*/
}

.storeFinderMap .bubbleAddress, .storeFinderMap a 
{
	clear: both;
	font-size: 0.85em;
}

.storeFinderMap .bubbleTitle 
{
	display: block;
	font-size: 1.1em;
	font-weight: bold! important;
	margin-bottom: 6px;
}

.storeFinderMap a 
{
	margin: bottom: 10px;
}

.mapLink 
{
    background-color:#eaeaea; 
    margin:0px 0px 5px 0px;
    padding:5px 0px 5px 0px;
    text-align:right;
    /*width: 749px;*/
}

.mapLink span 
{
    margin-right:10px;
}

.mapLink a
{
    color:black;
    padding-right:10px;   
}

.storeFinderResults .borderWhiteRight 
{
	border-right: solid 2px #fff;
}

.storeFinderResults .input-link 
{
	color: #fff;
	font: 1.15em "Arial Narrow";
	height: 24px;
	text-align: center;
	text-decoration: none;
	width: 101px;
}

.storeFinderResults .input-link:hover 
{
	background: #006;
}

.storeFinderResults .storeAltTableCell 
{
	background: #ccccff;
	padding: 5px;
}

.storeFinderResults .storeDiv 
{
	width: 250px;
}

.storeFinderResults .storeTable 
{
	border: solid 1px #000066;
}

.storeFinderResults .storeTableCell 
{
	padding: 5px;
}

.storeFinderResults th a
{
	color: #000066;	
}

.storeFinderResults 
{ 
    margin-top:10px;
}

.storeFinderResults .storeTableHeading 
{
	background: #000066;
	color: #fff;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.storeFinderResults a
{
	text-decoration: none;	
}

.storeFinderSearch  
{
	background-repeat:no-repeat;
	background-color: #ccf;
	border: solid 2px #039;
	display: block;
	height: 29px;
	margin: 10px 0;
	padding: 25px 30px;
	text-align: right;
	/*width: 689px;*/
}

.storeFinderSearch .input 
{
	background: #fff;
	border: 1px solid #999;
	height: 20px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	vertical-align:bottom;
}

.storeFinderSearch .input-btn
{
	font: 1.15em Arial Narrow;
	height: 24px;
	margin: 0;
	padding: 0;
	padding: 0;
	width: 101px;
}

.storeFinderSearch .input-lbl, .comments img.commentImage, .bookMarkBox h2 
{
	margin: 0;
	padding: 0;
}

.divBorderRight 
{
	border-right: solid 1px #000;
}

.divDetails 
{
	float: left;
	padding: 0 8px 0 8px;
	width: 225px;
}

.divMoreDetails 
{
	clear: right;
	float: left;
}

.docSearchResults .results h2, #divNewsList h2 
{
	display: inline;
	font-size: 1em;
}

/* Tables
-------------------------------------------------------- */

.Table 
{
	border: solid 1px #bfbfbf;
	float: left;
}

.TableBottomBorder 
{
	border-bottom: solid 1px #bfbfbf;
}

.TableFooter 
{
	background: #cfcfcf;
	font-weight: bold;
}

.TableHeader
{
	border-bottom: solid 1px #dfdfdf;
	clear: both;
}

.TableLeftBorder 
{
	border-left: solid 1px #bfbfbf;
	height: 30px;
}

.TableRow 
{
	float: left;
	padding: 3px;
	width: 210px;
}

.TableRowExt 
{
	width: auto !important;
}

#table1 
{
	margin: 10px 0 0 0;
	width: 100%;
}

#table1 td 
{
	vertical-align: top;
	width: 50%;
}

#table1 tr, .cta .description 
{
	padding: 0 0 5px 0;
}

/* Tinted Box
-------------------------------------------------------- */

.tintedbox 
{
	height: 1%;
	margin: 10px 0 8px 0;
	padding: 5px 0 10px 0;
}

.tintedbox .left 
{
	float: left;
	padding: 0 0 0 5px;
}

.tintedbox .right 
{
	float: right;
	padding: 15px 5px 0 0;
}

.tintedbox h1 
{
	padding: 0 0 5px 10px;
}

/* ToolTip
-------------------------------------------------------- */

#tooltip 
{
	background: #eee;
	border: 1px solid #111;
	font-size: 0.65em;
	margin: 5px;
	opacity: 0.95;
	padding: 5px;
	position: absolute;
	width: 500px;
	z-index: 3000;
}

#tooltip h3, #tooltip div 
{
	margin: 0;
}

.toolTipRow 
{
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
	width: 26px;
}

/* UI
-------------------------------------------------------- */

.ui-corner-all 
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ui-corner-bl 
{
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.ui-corner-bottom
{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.ui-corner-br 
{
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left 
{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.ui-corner-right 
{
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.ui-corner-tl 
{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}

.ui-corner-top 
{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.ui-corner-tr 
{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.ui-helper-clearfix, .comments .commentName, .commentDate, .CrumbTrail, .leftColNav a:hover, .ui-helper-clearfix 
{
	display: block;
}

.ui-helper-clearfix:after 
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ui-helper-hidden-accessible 
{
	left: -99999999px;
	position: absolute;
}

.ui-helper-reset 
{
	border: 0;
	font-size: 0.688em;
	line-height: 1.3;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}

.ui-helper-zfix 
{
	filter: Alpha(Opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ui-icon 
{
	background: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

.ui-icon 
{
	background: url(images/ui-icons_222222_256x240.png);
	height: 16px;
	width: 16px;
}

.ui-icon-alert 
{
	background: 0 -144px;
}

.ui-icon-arrow-1-e 
{
	background: -32px -32px;
}

.ui-icon-arrow-1-n 
{
	background: 0 -32px;
}

.ui-icon-arrow-1-ne 
{
	background: -16px -32px;
}

.ui-icon-arrow-1-nw 
{
	background: -112px -32px;
}

.ui-icon-arrow-1-s 
{
	background: -64px -32px;
}

.ui-icon-arrow-1-se 
{
	background: -48px -32px;
}

.ui-icon-arrow-1-sw 
{
	background: -80px -32px;
}

.ui-icon-arrow-1-w 
{
	background: -96px -32px;
}

.ui-icon-arrow-2-e-w 
{
	background: -160px -32px;
}

.ui-icon-arrow-2-ne-sw 
{
	background: -144px -32px;
}

.ui-icon-arrow-2-n-s 
{
	background: -128px -32px;
}

.ui-icon-arrow-2-se-nw 
{
	background: -176px -32px;
}

.ui-icon-arrow-4 
{
	background: 0 -80px;
}

.ui-icon-arrow-4-diag 
{
	background: -16px -80px;
}

.ui-icon-arrowrefresh-1-e 
{
	background: -160px -64px;
}

.ui-icon-arrowrefresh-1-n 
{
	background: -144px -64px;
}

.ui-icon-arrowrefresh-1-s
{
	background: -176px -64px;
}

.ui-icon-arrowrefresh-1-w 
{
	background: -128px -64px;
}

.ui-icon-arrowreturn-1-e 
{
	background: -96px -64px;
}

.ui-icon-arrowreturn-1-n 
{
	background: -80px -64px;
}

.ui-icon-arrowreturn-1-s 
{
	background: -112px -64px;
}

.ui-icon-arrowreturn-1-w 
{
	background: -64px -64px;
}

.ui-icon-arrowreturnthick-1-e 
{
	background: -32px -64px;
}

.ui-icon-arrowreturnthick-1-n 
{
	background: -16px -64px;
}

.ui-icon-arrowreturnthick-1-s 
{
	background: -48px -64px;
}

.ui-icon-arrowreturnthick-1-w 
{
	background: 0 -64px;
}

.ui-icon-arrowstop-1-e 
{
	background: -208px -32px;
}

.ui-icon-arrowstop-1-n 
{
	background: -192px -32px;
}

.ui-icon-arrowstop-1-s 
{
	background: -224px -32px;
}

.ui-icon-arrowstop-1-w 
{
	background: -240px -32px;
}

.ui-icon-arrowthick-1-e 
{
	background: -32px -48px;
}

.ui-icon-arrowthick-1-n 
{
	background: 0 -48px;
}

.ui-icon-arrowthick-1-ne 
{
	background: -16px -48px;
}

.ui-icon-arrowthick-1-nw 
{
	background: -112px -48px;
}

.ui-icon-arrowthick-1-s 
{
	background: -64px -48px;
}

.ui-icon-arrowthick-1-se 
{
	background: -48px -48px;
}

.ui-icon-arrowthick-1-sw 
{
	background: -80px -48px;
}

.ui-icon-arrowthick-1-w 
{
	background: -96px -48px;
}

.ui-icon-arrowthick-2-e-w 
{
	background: -160px -48px;
}

.ui-icon-arrowthick-2-ne-sw 
{
	background: -144px -48px;
}

.ui-icon-arrowthick-2-n-s 
{
	background: -128px -48px;
}

.ui-icon-arrowthick-2-se-nw 
{
	background: -176px -48px;
}

.ui-icon-arrowthickstop-1-e
{
	background: -208px -48px;
}

.ui-icon-arrowthickstop-1-n 
{
	background: -192px -48px;
}

.ui-icon-arrowthickstop-1-s 
{
	background: -224px -48px;
}

.ui-icon-arrowthickstop-1-w 
{
	background: -240px -48px;
}

.ui-icon-battery-0 
{
	background: -48px -176px;
}

.ui-icon-battery-1 
{
	background: -64px -176px;
}

.ui-icon-battery-2 
{
	background: -80px -176px;
}

.ui-icon-battery-3 
{
	background: -96px -176px;
}

.ui-icon-bookmark 
{
	background: -224px -96px;
}

.ui-icon-bullet 
{
	background: -80px -144px;
}

.ui-icon-calculator 
{
	background: -112px -112px;
}

.ui-icon-calendar 
{
	background: -32px -112px;
}

.ui-icon-cancel 
{
	background: 0 -128px;
}

.ui-icon-carat-1-e 
{
	background: -32px 0;
}

.ui-icon-carat-1-n 
{
	background: 0 0;
}

.ui-icon-carat-1-ne 
{
	background: -16px 0;
}

.ui-icon-carat-1-nw 
{
	background: -112px 0;
}

.ui-icon-carat-1-s 
{
	background: -64px 0;
}

.ui-icon-carat-1-se 
{
	background: -48px 0;
}

.ui-icon-carat-1-sw 
{
	background: -80px 0;
}

.ui-icon-carat-1-w 
{
	background: -96px 0;
}

.ui-icon-carat-2-e-w 
{
	background: -144px 0;
}

.ui-icon-carat-2-n-s 
{
	background: -128px 0;
}

.ui-icon-cart 
{
	background: -48px -112px;
}

.ui-icon-check 
{
	background: -64px -144px;
}

.ui-icon-circle-arrow-e 
{
	background: -112px -192px;
}

.ui-icon-circle-arrow-n 
{
	background: -160px -192px;
}

.ui-icon-circle-arrow-s 
{
	background: -128px -192px;
}

.ui-icon-circle-arrow-w 
{
	background: -144px -192px;
}

.ui-icon-circle-check 
{
	background: -208px -192px;
}

.ui-icon-circle-close 
{
	background: -32px -192px;
}

.ui-icon-circle-minus 
{
	background: -16px -192px;
}

.ui-icon-circle-plus 
{
	background: 0 -192px;
}

.ui-icon-circlesmall-close 
{
	background: -32px -208px;
}

.ui-icon-circlesmall-minus 
{
	background: -16px -208px;
}

.ui-icon-circlesmall-plus 
{
	background: 0 -208px;
}

.ui-icon-circle-triangle-e 
{
	background: -48px -192px;
}

.ui-icon-circle-triangle-n 
{
	background: -96px -192px;
}

.ui-icon-circle-triangle-s 
{
	background: -64px -192px;
}

.ui-icon-circle-triangle-w 
{
	background: -80px -192px;
}

.ui-icon-circle-zoomin 
{
	background: -176px -192px;
}

.ui-icon-circle-zoomout 
{
	background: -192px -192px;
}

.ui-icon-clipboard 
{
	background: -160px -128px;
}

.ui-icon-clock 
{
	background: -80px -112px;
}

.ui-icon-close 
{
	background: -80px -128px;
}

.ui-icon-closethick 
{
	background: -96px -128px;
}

.ui-icon-comment 
{
	background: -128px -96px;
}

.ui-icon-contact 
{
	background: -192px -128px;
}

.ui-icon-copy 
{
	background: -176px -128px;
}

.ui-icon-disk 
{
	background: -96px -112px;
}

.ui-icon-document 
{
	background: -32px -96px;
}

.ui-icon-document-b 
{
	background: -48px -96px;
}

.ui-icon-eject 
{
	background: -112px -160px;
}

.ui-icon-extlink 
{
	background: -32px -80px;
}

.ui-icon-flag 
{
	background: -16px -112px;
}

.ui-icon-folder-collapsed 
{
	background: 0 -96px;
}

.ui-icon-folder-open 
{
	background: -16px -96px;
}

.ui-icon-gear 
{
	background: -192px -112px;
}

.ui-icon-grip-diagonal-se 
{
	background: -80px -224px;
}

.ui-icon-grip-dotted-horizontal 
{
	background: -16px -224px;
}

.ui-icon-grip-dotted-vertical 
{
	background: 0 -224px;
}

.ui-icon-gripsmall-diagonal-se
{
	background: -64px -224px;
}

.ui-icon-grip-solid-horizontal 
{
	background: -48px -224px;
}

.ui-icon-grip-solid-vertical 
{
	background: -32px -224px;
}

.ui-icon-heart 
{
	background: -208px -112px;
}

.ui-icon-help 
{
	background: -48px -144px;
}

.ui-icon-home 
{
	background: 0 -112px;
}

.ui-icon-image 
{
	background: -208px -128px;
}

.ui-icon-info 
{
	background: -16px -144px;
}

.ui-icon-key 
{
	background: -112px -128px;
}

.ui-icon-lightbulb 
{
	background: -128px -128px;
}

.ui-icon-link 
{
	background: -240px -112px;
}

.ui-icon-locked 
{
	background: -192px -96px;
}

.ui-icon-mail-closed 
{
	background: -80px -96px;
}

.ui-icon-mail-open 
{
	background: -96px -96px;
}

.ui-icon-minus 
{
	background: -48px -128px;
}

.ui-icon-minusthick 
{
	background: -64px -128px;
}

.ui-icon-newwin 
{
	background: -48px -80px;
}

.ui-icon-note 
{
	background: -64px -96px;
}

.ui-icon-notice 
{
	background: -32px -144px;
}

.ui-icon-pause 
{
	background: -16px -160px;
}

.ui-icon-pencil 
{
	background: -64px -112px;
}

.ui-icon-person 
{
	background: -144px -96px;
}

.ui-icon-pin-s 
{
	background: -144px -144px;
}

.ui-icon-pin-w 
{
	background: -128px -144px;
}

.ui-icon-play 
{
	background: 0 -160px;
}

.ui-icon-plus 
{
	background: -16px -128px;
}

.ui-icon-plusthick 
{
	background: -32px -128px;
}

.ui-icon-power 
{
	background: 0 -176px;
}

.ui-icon-print 
{
	background: -160px -96px;
}

.ui-icon-radio-off 
{
	background: -96px -144px;
}

.ui-icon-radio-on 
{
	background: -112px -144px;
}

.ui-icon-refresh 
{
	background: -64px -80px;
}

.ui-icon-scissors 
{
	background: -144px -128px;
}

.ui-icon-script 
{
	background: -240px -128px;
}

.ui-icon-search 
{
	background: -160px -112px;
}

.ui-icon-seek-end 
{
	background: -64px -160px;
}

.ui-icon-seek-first 
{
	background: -80px -160px;
}

.ui-icon-seek-next 
{
	background: -32px -160px;
}

.ui-icon-seek-prev 
{
	background: -48px -160px;
}

.ui-icon-shuffle 
{
	background: -80px -80px;
}

.ui-icon-signal 
{
	background: -32px -176px;
}

.ui-icon-signal-diag 
{
	background: -16px -176px;
}

.ui-icon-squaresmall-close 
{
	background: -80px -208px;
}

.ui-icon-squaresmall-minus 
{
	background: -64px -208px;
}

.ui-icon-squaresmall-plus 
{
	background: -48px -208px;
}

.ui-icon-star 
{
	background: -224px -112px;
}

.ui-icon-stop 
{
	background: -96px -160px;
}

.ui-icon-suitcase 
{
	background: -112px -96px;
}

.ui-icon-tag 
{
	background: -240px -96px;
}

.ui-icon-transfer-e-w 
{
	background: -96px -80px;
}

.ui-icon-transferthick-e-w 
{
	background: -112px -80px;
}

.ui-icon-trash 
{
	background: -176px -96px;
}

.ui-icon-triangle-1-e 
{
	background: -32px -16px;
}

.ui-icon-triangle-1-n 
{
	background: 0 -16px;
   padding:0px;
}

.ui-icon-triangle-1-ne
{
	background: -16px -16px;
}

.ui-icon-triangle-1-nw 
{
	background: -112px -16px;
}

.ui-icon-triangle-1-s 
{
	background: -64px -16px;
}

.ui-icon-triangle-1-se 
{
	background: -48px -16px;
}

.ui-icon-triangle-1-sw 
{
	background: -80px -16px;
}

.ui-icon-triangle-1-w 
{
	background: -96px -16px;
}

.ui-icon-triangle-2-e-w 
{
	background: -144px -16px;
}

.ui-icon-triangle-2-n-s 
{
	background: -128px -16px;
}

.ui-icon-unlocked 
{
	background: -208px -96px;
}

.ui-icon-video 
{
	background: -224px -128px;
}

.ui-icon-volume-off 
{
	background: -128px -160px;
}

.ui-icon-volume-on 
{
	background: -144px -160px;
}

.ui-icon-wrench 
{
	background: -176px -112px;
}

.ui-icon-zoomin 
{
	background: -128px -112px;
}

.ui-icon-zoomout
{
	background: -144px -112px;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary 
{
	filter: Alpha(Opacity=70);
	font-weight: normal;
	opacity: .7;
}

.ui-state-active, .ui-widget-content .ui-state-active 
{
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	border: 1px solid #aaa;
	color: #212121;
	font-weight: normal;
	outline: none;
}

.ui-state-default .ui-icon
{
	background: url(images/ui-icons_888888_256x240.png);
}

.ui-state-default a 
{
	color: #555;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default 
{
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	border: 1px solid #d3d3d3;
	color: #555;
	font-weight: normal;
	outline: none;
}

.ui-state-disabled 
{
	cursor: default !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled 
{
	background: none;
	filter: Alpha(Opacity=35);
	opacity: .35;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon 
{
	background: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-state-error, .ui-widget-content .ui-state-error 
{
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text 
{
	color: #cd0a0a;
}

.ui-state-highlight .ui-icon 
{
	background: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight 
{
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	border: 1px solid #fcefa1;
	color: #363636;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon 
{
	background: url(images/ui-icons_454545_256x240.png);
}

.ui-state-hover a, .ui-state-active a 
{
	color: #212121;
	outline: none;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus 
{
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	border: 1px solid #999;
	color: #212121;
	font-weight: normal;
	outline: none;
}

.ui-tabs 
{
	padding: .2em;
}

.ui-tabs .ui-tabs-hide 
{
	display: none !important;
}

.ui-tabs .ui-tabs-nav 
{
	padding: .2em .2em 0 .2em;
	position: relative;
}

.ui-tabs .ui-tabs-nav li 
{
	border-bottom: 0 !important;
	float: left;
	list-style: none;
	margin: 0 .2em -1px 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li a 
{
	display: block;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{
	border-bottom: 0;
	padding-bottom: .1em;
}

.ui-tabs .ui-tabs-panel 
{
	background: none;
	border: 0;
	display: block;
	padding: 1em 1.4em;
}

.ui-widget-content 
{
	background: #fff url(../../FundApplicationForm/Resources/theme/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	border: 1px solid #aaa;
	color: #222;
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon 
{
	background: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header 
{
	background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	border: 1px solid #aaa;
	color: #222;
	font-weight: bold;
}

.ui-widget-header a, .ui-widget-content a 
{
	color: #222;
}

.ui-widget-overlay 
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ui-widget-overlay 
{
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	filter: Alpha(Opacity=30);
	opacity: .30;
}

.ui-widget-shadow
{
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	filter: Alpha(Opacity=30);
	margin: -8px 0 0 -8px;
	-moz-border-radius: 8px;
	opacity: .30;
	padding: 8px;
	-webkit-border-radius: 8px;
}

a#main-content:hover
{
    background: none;
}

.paddingLeft20
{
	padding-left:20px;	
}

/* Site Map
-------------------------------------------------------- */

.siteMap li
{
    list-style-type:none;
    background:url(/Resources/Images/elementLineEnd.gif) no-repeat 0 0;
    padding-left:50px;
    line-height:17px;
    color:#666;
}

.siteMap ul
{
    background:url(/Resources/Images/elementBack.gif) repeat-y;
    padding:0px;
    margin:0px;
}

.siteMap li.last
{
    background:#fff url(/Resources/Images/elementLineEnd.gif) no-repeat 0 0 !important;
}

/* Store Finder IFrame
-------------------------------------------------------- */

.storeFinderIFrame
{
    text-align:left;   
}

.storeFinderIFrame .input-link
{
    padding: 1px 0px 0px 3px;   
}

/* XForm
-------------------------------------------------------- */

.formHeading
{
	color: #000066;
	font-weight: bold;
}

/* Direct News
-------------------------------------------------------- */

.newsImage
{
	width: 200px;
	float:right;
	margin-left: 3px;
}

.DirectNewsSmallImage
{
    display: block;
}

.directNewsItem a:link,
.directNewsItem a:hover,
.directNewsItem a:active,
.directNewsItem a:visited,
.directNewsCategory a:link,
.directNewsCategory a:hover,
.directNewsCategory a:active,
.directNewsCategory a:visited,
.directNewsListing a:link,
.directNewsListing a:hover,
.directNewsListing a:active,
.directNewsListing a:visited,
.directNewsNav
{
	color: #000066 !important;
	background-color:White !important;
	text-decoration: none;
	font-weight: bold;
}

.directNewsNav
{
	cursor: pointer;
}

.directNewsItem
{
	padding-right: 3px;
    min-height: 1%;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.directNewsItem .image
{
    float:left;
    margin-right:10px;
}

.directNewsItem .content
{
    float:left;
    margin-bottom:10px;
    /*Hack in the max-width for IE6 */
    width:expression(document.body.clientWidth > 440? "440px": "auto" );
    max-width:440px;
}

.CategoryList,
.MonthList,
.RelatedNews
{
	padding-bottom: 5px;	
}

.CategoryList .top,
.MonthList .top,
.RelatedNews .top
{
	font-size: large;	
	padding: 3px 3px 3px 5px;
	font-family:Arial Narrow;
	font-weight: bold;
}

.CategoryList ul,
.MonthList ul,
.RelatedNews ul
{
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	list-style-type: none;
}

.CategoryList ul li,
.MonthList ul li,
.RelatedNews ul li
{
	text-indent: 0px !important;
	color: #000066 !important;
}
	
.CategoryList a:link,
.CategoryList a:visited,
.MonthList a:link,
.MonthList a:visited,
.RelatedNews a:link,
.RelatedNews a:visited
{
	color: #000066 !important;
	background-color:White !important;
	text-decoration: none;
	font-weight: normal;
}

.CategoryList a:hover,
.CategoryList a:active,
.MonthList a:hover,
.MonthList a:active,
.RelatedNews a:hover,
.RelatedNews a:active
{
	color: #000066 !important;
	background-color:White !important;
	text-decoration: none;
	font-weight: bold;
}

.DirectNewsBanner
{
	font-family: "Arial Narrow";
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;	
}

.DirectNewsBanner .top
{
	color: White;
	background-color: #000066;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.DirectNewsBanner .body
{
	color: #000066;
	padding: 10px 8px 5px 8px;	
}

.DirectNewsBanner .body .headline
{
	font-size: 1.2em;
	font-weight:bold;
}

.DirectNewsBanner a:link,
.DirectNewsBanner a:active,
.DirectNewsBanner a:visited
{
	color: #000066 !important;
	background-color:White !important;
	text-decoration: none;
}

.DirectNewsBanner a:hover
{
	text-decoration: underline;
}

/* Lakestar News
-------------------------------------------------------- */

.lakeStarNewsListing .newsImage,
.lakeStarNewsListing .lakestarNewsItem,
.lakeStarNewsListing .CategoryList,
.lakeStarNewsListing .MonthList,
.lakeStarNewsListing .RelatedNews,
.lakestarNewsImage
{
	border: #000066 1px solid !important;
}

.lakeStarNewsListing .top
{
	background-color: #000066 !important;
	color: White;
}

.lakeStarNewsListing .newsContent,
.lakestarNewsCategory .newsContent,
.lakestarNewsItemPage .newsContent
{
	width: 500px;	
}

.lakeStarNewsListing .rightCol,
.lakestarNewsCategory .rightCol,
.lakestarNewsItemPage .rightCol
{
	width: 223px;	
}

.lakestarNewsItem
{
	padding-right: 3px;
    min-height: 1%;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.lakestarNewsItem .image
{
    float:left;
}

.lakestarNewsImage
{
	width: 200px;
	float:right;
	margin-left: 8px;
}

.lakestarNewsItem .content
{
    float:left;
    margin-bottom:10px;
    /*Hack in the max-width for IE6 */
    width: 100%; /*expression(document.body.clientWidth > 440? "440px": "auto" );*/
    max-width:387px;
    padding-left: 10px;
}

/* Item / Blog Listing
-------------------------------------------------------- */


.itemListing .item,
.itemListing .CategoryList,
.itemCategory .item,
.itemListing .MonthList,
.itemListing .RelatedItems,
.itemImage,
.blogListItem
{
	border: #000066 1px solid;
}

.itemListing .top
{
	background-color: #000066 !important;
	color: White;
}

.itemListing .itemContent,
.itemCategory .itemContent,
.itemPage .itemContent
{
	width: 500px;	
}

.itemListing .rightCol,
.itemCategory .rightCol,
.itemPage .rightCol
{
	width: 223px;	
}

.item, 
.blogListItem
{
	padding-right: 3px;
    min-height: 1%;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.item .image
{
    float:left;
}

.itemImage
{
	width: 200px;
	float:right;
	margin-left: 8px;
}

.item .content,
.blogListItem .content
{
    float:left;
    margin-bottom:10px;
    /*Hack in the max-width for IE6 */
    width: 100%; /*expression(document.body.clientWidth > 440? "440px": "auto" );*/
    max-width:387px;
    padding-left: 10px;
}

.rightCol .item .content,
.rightCol .blogListItem .content
{
	max-width:155px;	
}

/* Twitter Tweet + Facebook Like Buttons
-------------------------------------------------------- */

.TwitterTweetFacebookLike
{
	margin: 0px;
	padding: 0px;
}
.TwitterTweetFacebookLike div.childDiv
{
	float: left;
	display: none;
	margin-bottom: 1px;
}
.TwitterTweetFacebookLike div.childSep
{
	margin-right: 5px;
}


/* Button styles - provided by Amaze
-------------------------------------------------------- */
.wrapBtn {
	display:inline-block;
    cursor:pointer !important; 
	height:24px;
	zoom: 1; 
	*display: inline; 
}
.wrapBtn .input-btn {
	background:none repeat scroll 0 0 transparent !important;
	border:medium none !important;
	height:24px;
    cursor:pointer !important; 
	margin:0 0 0 5px !important;
	padding:0 6px 2px 0 !important;
    color:white !important;
    font-family: Arial !important;
    font-size:12px !important;
    line-height:16px !important;
    font-weight:300 !important;
    
}
.wrapBtn .input-btn.input-link {
	height:24px;
	margin-left:5px;
	padding-bottom:2px !important;
	padding-right:6px !important;
    font-family: Arial !important;
    font-size:12px !important;
    line-height:16px !important;
    font-weight:300 !important;
}
.wrapBtn a.input-btn {
	margin:0;
	padding:2px 0 0 4px !important;
	padding:3px 6px 0 4px; /* Fix for IE6 */
}

.wrapBtn a.input-btn:hover {
	color: #fff;
}
.pollSurveys .wrapBtn .input-btn {
	border:medium none !important;
}
.comments .wrapBtn {
	margin:0 0 19px 3px !important;
}

.searchRowContainer2 .wrapBtn{
	float:right;
}
.searchRowContainer2.floatLeft .wrapBtn{
	float:right;
}

.wrapBtn .input-btn.floatRight.marginTop10{
	margin-top:0px !important;
}
.floatRight .wrapBtn{
	width:118px;
}

.loginBox .divLoginAction .wrapBtn {
	width: auto !important;
	width: 40px;
	padding-left: 2px;
	float: right;
	display: inline-block !important;
	display: inline;
	zoom: 1;
}
.loginBox .divLoginAction .wrapBtn .btn {
	width: auto !important;
	width: 33px;
	float: none;
}

.wrapBtn {
	background:url("/Resources/Images/left-roundBtn-master.gif") no-repeat scroll left top transparent !important;
}
.wrapBtn .input-btn {
	background:url("/Resources/Images/right-roundBtn-master.gif") no-repeat scroll right top transparent !important;
}

/* Mainly for IE6's benefit */
.searchRowContainer2.floatLeft .wrapBtn{
	float:none;
}
/* End of Button styles
-------------------------------------------------------- */
