﻿body
{
	margin: 0px;
	font-family: arial,helvetica;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	background: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
a
{
	text-decoration: none;
	color: #0357AB;
}
.masterDiv
{
	width: 942px;
	margin-left: auto;
	margin-right: auto;
}
.userHeader
{
	position: relative;
	height: 17px;
	border-bottom: 1px solid #c3083d;
	text-align: right;
	padding-top: 2px;
	padding-right: 22px;
	font-size: 11px;
	color: #666666;
}
.pointer
{
	cursor: pointer;
}
.logoimage
{
	margin: 8px 38px 12px 38px;
}
.maroon
{
	color: #B32017;
}
.titleCopy
{
	text-align: center;
	margin-right: 22px;
	font-size: 13px;
}
#loginBubble
{
	background: url(../images/loginBubble.png);
	width: 236px;
	height: 139px;
	position: absolute;
	top: 0px;
	color: #fff;
	text-align: left;
	display: none;
	z-index: 1000;
	font-size: 11px;
}
#littleLoginHot
{
	cursor: pointer;
}
#loginBubbleForm
{
	margin-left: 15px;
}
.loginBubbleInputs
{
	height: 16px;
	width: 194px;
}
#loginBubbleError
{
	font-size: 11px;
	padding: 2px;
	margin-right: 4px;
	line-height: 10px;
	color: #FFD204;
}
#nav
{
	border-top: 4px solid #c3083d;
	background: url('../images/navBg.jpg');
	height: 28px;
	position: relative;
	z-index: 10;
}
#navCell
{
}
.activateChildLink
{
	/* used for jquery */
	cursor: pointer;
}
.navTopLevel
{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer;
	height: 24px;
	padding-top: 4px;
}
.navTopLevelSelected
{
	background: url(../images/navBgSelected.jpg);
}
.nav2ndLevel
{
	border: solid 1px #cccccc;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 50;
	background: url(../images/navDropdownBg.gif);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 3px 5px #000000;
	-webkit-box-shadow: 0px 3px 5px #000000;
}
.nav3rdLevel
{
	border: solid 1px #cccccc;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 49;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 3px 5px #000000;
	-webkit-box-shadow: 0px 3px 5px #000000;
}
.navItem
{
	padding: 6px 20px 6px 20px;
	font-size: 14px;
	color: #b32017;
	cursor: pointer;
	background-color: Transparent;
}
.navItemHover
{
	color: #ffffff;
	background-color: #b32017;
}
.navArrow
{
	margin-top: 3px;
}
.navItemLast
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.navHr
{
	display: block;
	clear: both;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border: 0 none;
	margin: 0px;
	padding: 0px;
	margin: 0px 16px 0px 16px;
}
.white
{
	color: #ffffff;
}
.bigLink
{
	color: #0357ab;
	font-size: 18px;
	font-weight: bold;
}
#breadcrumb
{
	border-top: 76px solid #f2f2f2;
	height: 31px;
	border-bottom: 10px solid #f2f2f2;
	color: #009ddc;
	background-color: #ffffff;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 28px;
}
.breadcrumbSeperator
{
	margin-right: 5px;
}
#footer
{
	background-color: #f2f2f2;
	border-top: 3px solid white;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	font-size: 10px;
	height: 22px;
}
.smallLink
{
	color: #666666;
	text-decoration: none;
}
.evilGrey
{
	color: #666666;
}
#movieDiv
{
	display: none;
	background-color: #000000;
	height: 446px;
	width: 942px;
	position: absolute;
	left: 0px;
	z-index: 10;
}
.greyPage
{
	background-color: #F2F2F2;
	padding: 18px 18px 0px 18px;
}
.topModule
{
	border-top: 3px solid #cccccc;
	background-color: #ffffff;
}
.topModuleSmall
{
	border-top: 3px solid #cccccc;
	background-color: #ffffff;
	width: 662px;
}
.topModuleContent
{
	padding: 10px 14px 0px 14px;
	width: 422px;
}
.topModuleContent2
{
	padding: 10px 14px 0px 14px;
	width: 610px;
}
.topModuleContent3
{
	padding: 10px 14px 0px 14px;
	width: 422px;
}
.moduleHeader
{
	color: #0357ab;
	font-size: 24px;
	font-weight: bold;
}
.blueParagraph
{
	color: #0357ab;
	font-size: 16px;
	padding-bottom: 11px;
	padding-top: 5px;
}
.topModuleList
{
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 14px;
	padding-left: 0px;
}
.topModuleList2
{
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 14px;
	padding-left: 0px;
}
.topModuleList2a
{
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 35px;
	padding-left: 0px;
}
.topModuleList3
{
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 40px;
	padding-left: 0px;
}
.topModuleList4
{
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 40px;
	padding-left: 0px;
}
.topModuleRight
{
	position: relative;
}
.topModuleQuoteBlock
{
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: absolute;
	z-index: 2;
	top: 279px;
	left: 0px;
	width: 100%;
}
.topModuleQuoteText
{
	color: #fbdb06;
	font-size: 16px;
	padding: 16px 18px 16px 18px;
	position: absolute;
	z-index: 3;
	top: 279px;
	left: 0px;
	font-style: italic;
}
.longRedHead
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/longRedHead.jpg);
	padding: 6px 0px 0px 14px;
	margin: 17px 0px 0px 0px;
}
.medRedHead
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/medRedHead.jpg);
	padding: 6px 0px 0px 14px;
	margin: 17px 13px 0px 0px;
	width: 584px;
}
.medRedHead2
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/medRedHead.jpg);
	padding: 6px 0px 0px 14px;
	margin: 17px 13px 0px 0px;
	width: 600px;
}
.smallRedHead
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/smallRedHead.jpg);
	padding: 6px 0px 0px 14px;
	margin: 17px 0px 0px 0px;
	width: 281px;
}
/* BD: 12/11/2010 - create new smallGreyHead so that we can keep the spacing on success stories */
.smallGreyHead
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 6px 0px 0px 14px;
	margin: 17px 0px 0px 0px;
	width: 281px;
}
.smallBlueHead
{
	height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/smallBlueHead.jpg);
	padding: 6px 0px 0px 14px;
	margin: 17px 0px 0px 0px;
	width: 281px;
}
.fourteen
{
	font-size: 14px;
}
.bottomModule
{
	margin-top: 20px;
}
.twelve
{
	font-size: 12px;
}
.downloadTxt
{
	font-size: 10px;
	color: #999999;
}
.moduleLinkContainer
{
	color: #333333;
	font-size: 16px;
	background-color: #ffffff;
	border-bottom: 3px solid #cccccc;
	padding: 6px 0px 0px 14px;
}
.moduleLinkContainer2
{
	color: #333333;
	font-size: 16px;
	background-color: #ffffff;
	border-bottom: 3px solid #cccccc;
	padding: 0px 0px 0px 0px;
}
.MLCLong
{
	height: 116px;
	width: 586px;
}
.MLCLong1
{
	height: 116px;
	width: 569px;
}
.MLCLong2
{
	height: 300px;
	width: 600px;
}
.MLCLong3
{
	height: 160px;
	width: 574px;
	margin-top: 15px;
}
.MLCLong3a
{
	height: 160px;
	width: 637px;
	margin-top: 15px;
}
.MLCLong4
{
	height: 260px;
	width: 600px;
	margin-top: 15px;
}
.MLCSmall
{
	height: 75px;
	width: 600px;
	margin-top: 5px;
}
.MLCShort
{
	height: 165px;
	width: 282px;
	margin-top: 3px;
}
.MLCTD
{
	height: 476px;
}
.marginTop
{
	margin-top: 15px;
}
.moduleLink
{
	margin-top: 11px;
	font-weight: bold;
	color: #0357ab;
}
.flavorText
{
	font-size: 14px;
}
.flavorText2
{
	font-size: 14px;
	margin-bottom: 40px;
}
/* Added by BD to reduce spacing between items */
.flavorText3
{
	font-size: 14px;
	margin-bottom: 20px;
}
.sixteen
{
	font-size: 16px;
}
.eighteen
{
	font-size: 18px;
}
.bold
{
	font-weight: bold;
}
#signInError
{
	color: #B31E18;
	font-size: 11px;
}
.disabledLink
{
	color: #999999;
}
.eleven
{
	font-size: 11px;
}
.lockImg
{
	padding-right: 4px;
	margin-top: 1px;
}
.locked
{
	color: #999999;
	width: 298px;
	font-size: 11px;
}
.lightgrey
{
	color: #999999;
}
.registerHover
{
	position: absolute;
	z-index: 50;
	background-color: #C65851;
	border: solid 1px #B32017;
	color: #ffffff;
	font-size: 12px;
	padding: 6px 16px;
}
#formDiv
{
	padding: 14px;
	background-color: #F2F2F2;
	font-size: 12px;
}
.hidden
{
	display: none;
}
hr
{
	height: 1px;
	margin: 0px;
	font-size: 0px;
	line-height: 0;
	background-color: #a7a7a7;
	border: 0px;
}
#formTable
{
	margin-top: 22px;
}
#formTitle
{
	font-size: 19px;
	margin-bottom: 32px;
	color: #0357AB;
}
/* Added by BD to remove large gap on registration page */
#formTitlesmall
{
	font-size: 19px;
	margin-bottom: 10px;
	color: #0357AB;
}
.formHeading
{
	font-weight: bold;
}
.formSubtitle
{
	color: #666666;
}
.textInput
{
	width: 400px;
	font-family: arial,helvetica;
}
/* Added by BD */
.textInputMedium
{
	width: 200px;
	font-family: arial,helvetica;
}
/* Added by BD */
.textInputShort
{
	width: 100px;
	font-family: arial,helvetica;
}
.formError
{
	background-color: #6eb43f;
	color: #ffffff;
	font-weight: bold;
	width: 400px;
	padding: 4px;
}
/* Create two new error classes for the smaller input boxes.  BD */
.formErrorMedium
{
	background-color: #6eb43f;
	color: #ffffff;
	font-weight: bold;
	width: 200px;
	padding: 4px;
}
.formErrorShort
{
	background-color: #6eb43f;
	color: #ffffff;
	font-weight: bold;
	width: 100px;
	padding: 4px;
}
.inputError
{
	border: 4px solid #6eb43f;
	border-top: 0px;
}
#submitButton
{
	cursor: pointer;
}
#launchButton
{
	cursor: pointer;
}
.slideshowWindow
{
	border: solid 3px #0357AB;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#floatyNav
{
	border-top: solid 3px #C60839;
	display: none;
	text-align: center;
	background-color: #F2F2F2;
	position: absolute;
	width: 942px;
}
#navPulley
{
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	background-color: #C60839;
	color: #ffffff;
	width: 100px;
	padding: 3px;
	height: 16px;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.slideshowButtons
{
	margin-top: 13px;
	padding-bottom: 13px;
	background-color: #F2F2F2;
	display: none;
}
.prevSlide
{
	cursor: pointer;
}
.nextSlide
{
	cursor: pointer;
}
.slideheadingtable
{
	border-bottom: solid 2px #cccccc;
	margin: 8px 17px 0px 17px;
}
.slideSection
{
	font-weight: bold;
	font-size: 24px;
	color: #b32017;
	margin-bottom: 6px;
}
.slideInstruction
{
	margin-bottom: 6px;
	color: White;
	font-weight: bold;
	background-image: url(../images/tinyRedHead.jpg);
	height: 21px;
	width: 175px;
	text-align: center;
	padding-top: 7px;
}
#slideCount
{
	display: none;
	text-align: center;
	margin-left: 3px;
	width: 900px;
	height: 25px;
	padding-top: 4px;
	background-image: url(../images/slideCountBg.jpg);
	font-weight: bold;
	position: absolute;
	background-position: center;
}
#thisSlide
{
	background-color: #d8d8d8;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #a9a9a9;
	width: 20px;
	height: 18px;
	text-align: center;
}
.slideContentHeight
{
	margin: 0px 17px 0px 17px;
}
.darkblue
{
	color: #0357ab;
}
.smalltext
{
	font-size: 8px;
}
.footerText
{
	font-size: 10px;
	color: #cccccc;
}
.resourcesCatHead
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 14px;
}
.resourceTable
{
	border-top: solid 1px #666666;
	margin: 8px;
	padding: 8px;
	font-size: 12px;
}
.blueColor
{
	color: #0357ab;
}
.black
{
	color: #000000;
}
.feedbackWindow
{
	border: solid 1px #cccccc;
	margin-right: 14px;
	height: 80px;
	overflow: auto;
	padding: 5px;
}
.giveFeedbackButton
{
	margin-top: 8px;
	padding-top: 3px;
	cursor: pointer;
	vertical-align: middle;
}
.green
{
	color: #4F8C2D;
}
.medGrey
{
	color: #cccccc;
}
.ten
{
	font-size: 10px;
}
#feedbackTextarea
{
	font-family: Arial,helvetica;
	font-size: 12px;
}
.normal
{
	font-weight: normal;
	font-style: normal;
}
.logoHeader
{
	position: relative;
	z-index: 1;
}
.homeLogin
{
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #757575;
}
.twenty
{
	font-size: 20px;
}
.smallText
{
	font-size: 10px;
	font-weight: normal;
}
#msaSubmit
{
	cursor: pointer;
}
.assessmentLG
{
	width: 146px;
	height: 22px;
	color: White;
	font-size: 16px;
	font-weight: bold;
	background-color: #81ABD5;
	padding: 2px 0px 0px 5px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.assessmentLGSelected
{
	background-color: #0357AB;
	cursor: default;
}
.tinyAssessmentLG
{
	width: 64px;
	height: auto;
	border: 1px dashed #cccccc;
	padding: 4px;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	padding: 2px 0px 0px 5px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.tinyAssessmentLGSelected
{
	background-color: #0357AB;
	cursor: default;
}

.faqQ
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#lgText
{
	height: 50px;
	padding-right: 14px;
}
.assessmentQText
{
	min-height: 80px;
}
.assessmentRowNum
{
	width: 40px;
	text-align: center;
}
.linkdash
{
	border-bottom: 1px dotted #0357AB;
}
.noshow
{
	display: none;
}
.successIndicator
{
	color: #4F8C2D;
}
.profileFormTitle
{
	height: 20px;
	overflow: hidden;
}
.divSuccessStories
{
	padding-bottom:10px;
}

