/* CSS Document */

/* Universal Tags */
body {

	font: 12px/1.5em Arial, sans-serif;
	color: #000;
	background-color: #dcebe6;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/img_bgTop.gif);
	background-repeat: repeat-x;
}
body.popup {

	font: 12px/1.25em Arial, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0px;
	background-image: url(/images/img_bgTopPopup.jpg);
	background-repeat: repeat-x;
}
h1 {
	font: normal 20px/1.5em Arial, sans-serif;
	color: #5c5c99;
	margin-top:.7em;
}

h2 {
	font: bold 16px/1.5em Arial, sans-serif;
	color: #5c5c99;
	margin-bottom: -.7em;
}
h2.light {
	font: normal 18px/1.5em Arial, sans-serif;
	color: #5c5c99;
	margin-bottom: -.7em;
}
h3 {
	font: bold 14px/1.5em Arial, sans-serif;
	color: #5c5c99;
	margin-bottom: -1em;
}
h4 {
	font: bold 13px/1.5em Arial, sans-serif;
	color: #5c5c99;
}
a {
	color: #7373bf;
	
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #939;
}

hr {
	color:#ccc; background:#ccc; border: 0; Height:1px;
}

/* Main Layout */

#Top {
	margin: 0px auto;
	background-image: url(/images/img_masthead.gif);
	background-repeat: no-repeat;
	height: 140px;
	width:782px;
	position:relative;
	background-position: bottom;
}
#SiteTools {
	position:absolute;
	width:782px;
	height:21px;
	left: 0px;
	top: 0px;
	text-align: right;
	padding-top:1px;
}
#SiteTools ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	background-color:#f3f3f3;
	font: normal 11px/1.5em Arial, sans-serif;
}
#SiteTools ul li.tool1 {
	padding: 4px 0px 4px 12px;
	list-style: none;
	display: inline;
	background-color:#f3f3f3;
	background-image: url(/images/img_toolsCapLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#SiteTools ul li.tool2 {
	padding: 4px 0px 4px 10px;
	list-style: none;
	display: inline;
	background-color:#f3f3f3;
}
#SiteTools ul li.tool3 {
	padding: 4px 20px 4px 10px;
	list-style: none;
	display: inline;
	background-color:#f3f3f3;
	background-image: url(/images/img_toolsMid.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#SiteTools ul li.account {
	padding: 4px 12px 4px 5px;
	list-style: none;
	display: inline;
	background-color:#cccbd0;
	background-image: url(/images/img_toolsCapRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#SiteTools a.home {
	text-decoration: none;
	color: #336;
}
#SiteTools a:hover.home {
	text-decoration: underline;
}
#SiteTools a:visited.home {
	text-decoration: none;
	color: #336;
}
#SiteTools a.about {
	text-decoration: none;
	color: #336;
}
#SiteTools a:hover.about {
	text-decoration: underline;
}
#SiteTools a:visited.about {
	text-decoration: none;
	color: #336;
}
#SiteTools a.chat {
	text-decoration: none;
	color: #336;
}
#SiteTools a:hover.chat {
	text-decoration: underline;
}
#SiteTools a:visited.chat {
	text-decoration: none;
	color: #336;
}
#SiteTools a.myaccount {
	text-decoration: none;
	font: bold 12px Arial, sans-serif;
	color: #336;
}
#SiteTools a:hover.myaccount {
	color: #336;
	text-decoration: underline;
	font: bold 12px Arial, sans-serif;
}
#SiteTools a:visited.myaccount {
	color: #336;	
	text-decoration: none;
	font: bold 12px Arial, sans-serif;
}
#Logo {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 415px;
	height: 50px;
}
#PhoneNumber {
	position:absolute;
	width:296px;
	height:32px;
	left: 465px;
	top: 45px;
	font: bold 19px Arial, sans-serif;
	color:#fff;
	text-align: right;
}
#SearchBox {
	position:absolute;
	width:275px;
	height:25px;
	left: 484px;
	top: 52px;
	font: bold 15px Arial, sans-serif;
	color:#fff;
	text-align: right;
}


.speak {
	font: normal 10px/1em Arial, sans-serif;
	color:#fff;
	display:block
}
#NavigationTopLeft {
    position: absolute;
    top: 102px;
    left: 17px;
    width: 163px;
	height: 38px;
}
#TopNavigation {
	position: absolute;
	top: 106px;
	left: 201px;
	width: 550px;
	height: 24px; 
}

#Container {
	position:relative;
	margin: 0px auto;
	padding:0;
	width:782px;
	background-color: #fff;
	background-image: url(/images/img_containerStrip.gif);
	background-repeat: repeat-y;
}
#Content {
    position:relative;
	padding: 0px 36px 0px 15px;
	width:544px;
	float:left;	
}
#Content2 {
    position:relative;
	padding: 1px 15px 0px 5px;
	width:500px;
	float:left;	
}
#Content ul {
	list-style-type: square;
	margin-right: 25px;
	font-weight:bold;
	color:#336;
}
#Content ul.light {
	list-style-type: disc;
	font-weight:bold;
	color: #5c5c99;
}

#Content ul.normal {
	list-style-type: square;
	margin-right: 25px;
	font-weight:normal;
}
#Content li {
	margin-bottom:.75em;
}
#crumb {
	font: 10px Arial, sans-serif;
	text-decoration:none;
	color:#999;
}
#crumb a{
	font: 10px Arial, sans-serif;
	text-decoration:none;
	color:#999;
}
#crumb a:hover{
	font: 10px Arial, sans-serif;
	text-decoration:underline;
	color:#336;
}
#left {
	padding: 0 7px 0 17px;
	width:163px;
	float:left;
}


#featureblue {
	margin:15px 0;
	background-color:#e8e8ff;
	width:544px;
	background-image: url(/images/img_FeatureBlueStrip.gif);
	background-repeat: repeat-y;
}

#featureblueoverlay {
	width:100%;
	height:100%;
	background-image: url(/images/img_FeatureBlueOverlay.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#featurebluecallout {
	width:143px;
	height:31px;
	position: absolute;
	left:415px;
}

#featureblue1 {
	background-image: url(/images/img_FeatureBlueTR.gif);
	background-repeat: no-repeat;
	background-position:right top;
	width:100%;
	height:100%;
}

#featureblue2 {
	padding:1px 0 20px 0;	
	background-image: url(/images/img_FeatureBlueBR.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	width:100%;
	height:100%;
}

#featureblue h1 {
	margin: 40px 0 10px 20px;
	width:260px;
	font: 24px Arial, sans-serif;
	color: #5c5c99;
	border-bottom:none;
}

#featureblue p {
	margin: 0 0 15px 40px;
	width:260px;
	font: 14px Arial, sans-serif;
	color: #5c5c99;
}

#featureblue a {
	color: #669;
	font-weight:bold;
	text-decoration:none;
}

#RightSubNav {
	float:left;
	width: 144px;
	margin:15px 0 0 0;
	position: relative;
}

#RightAboutUs {
	background-color:#e8e8ff;
	background-image:url(/images/img_blueSubnavBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
	padding-bottom:10px;
}

#RightAboutUs a {
	display:block;
	color:#669;
	padding:0px 10px 5px 20px;
	text-decoration:none;
	font: 11px Arial, sans-serif;
}

#RightAboutUs a:hover {
	display:block;
	color:#669;
	padding:0px 10px 5px 20px;
	text-decoration:none;
	font: bold 11px Arial, sans-serif;
}

#RightHeadlines {
	background-color:#fff0bb;
	background-image:url(/images/img_orangeSubnavBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
	padding-bottom:15px;
}

#RightHeadlines p {
	color:#f60;
	padding:0px 10px 0px 20px;
	margin:10px 0 0 0;
	font: 11px Arial, sans-serif;
}
#RightHeadlines a {

	color:#f60;
	text-decoration:none;
	font: 11px Arial, sans-serif;
}

#RightHeadlines a:hover {
	color:#f60;
	text-decoration:underline;
	font: 11px Arial, sans-serif;
}

#LeftNavigation a {
	display:block;
	background-image: url(/images/img_navStrip.gif);
	background-repeat: repeat-y;
	padding:12px 6px 12px 7px;
	border-bottom: 1px solid #669;
	text-decoration:none;	
	vertical-align: middle;
	font: bold 11px Arial, sans-serif;
	color:#336;
}

#LeftNavigation a:hover {
	display:block;
	background-image: url(/images/img_navStripHover.gif);
	background-repeat: repeat-y;
	padding:12px 6px 12px 7px;
	border-bottom: 1px solid #669;
	text-decoration:none;	
	vertical-align: middle;
	font: bold 11px Arial, sans-serif;
	color:#336;
}

#LeftNavigation #SubCat a {
	display:block;
	background-image: url(/images/img_navBulletOff.gif);
	background-repeat: no-repeat;
	padding:5px 6px 5px 35px;
	border-bottom: 1px solid #a7a7c4;
	text-decoration:none;
	vertical-align: middle;
	font: 11px Arial, sans-serif;
	color:#336;
	background-position: center;
}
#LeftNavigation #SubCat a:hover {
	display:block;
	background-image: url(/images/img_navBulletOn.gif);
	background-repeat: no-repeat;
	padding:5px 6px 5px 35px;
	border-bottom: 1px solid #a7a7c4;
	text-decoration:none;
	vertical-align: middle;
	font: 11px Arial, sans-serif;
	color:#003;
	background-position: center;
}
#LeftResourceCenter {
	background-color: #FFFFFF;
	background-image: url(/images/img_resourceCenterBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
	border-top: 1px solid #669;
}
#LeftResourceCenter a {
	display:block;
	padding:0px 6px 3px 22px;
	text-decoration:none;	
	vertical-align: middle;
	font: normal 11px Arial, sans-serif;
	color:#336;
}
#LeftResourceCenter a:hover {
	display:block;
	padding:0px 6px 3px 22px;
	text-decoration:underline;	
	vertical-align: middle;
	font: normal 11px Arial, sans-serif;
	color:#336;
}
#LeftCustomerQuote{
	background-color: #babad1;
	padding:0px 10px 14px 22px;
	background-image: url(/images/img_customerQuoteBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font: 11px/1.25em Arial, sans-serif;
}
#LeftCustomerQuote a {
	color:#336;
}

#LeftAd140{
	padding:14px 0px 10px 12px;
}


#FooterBar {
	margin: 0px auto;
	width:100%;
	height: 25px;
	background-color: #cad6d8;
	clear:both;
}
#FooterBarInside {
	margin: 0px auto;
	width:782px;
	height: 25px;
	background-color: #cad6d8;
	background-image: url(/images/img_container2Strip.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#Bottom {
	width:782px;
	margin: 0px auto 10px auto;
	background-image: url(/images/img_bottom.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
#Footer {
	margin: 0px auto;
	width:100%;
	height: 150px;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #cad6d8;
	background-color: #FFFFFF;
	text-align: center;
	font: 11px/1.5em Arial, sans-serif;
}
#Footer a {
		color:#000;
		font: bold 11px Arial, sans-serif;
		text-decoration:none;
		padding: 0 10px;
}
#Footer a:hover {
		color:#000;
		font: bold 11px Arial, sans-serif;
		text-decoration:underline;
		padding: 0 10px;
}
#FooterSpace {
	margin: 0px auto;
	width:100%;
	height: 50px;
	background-color: #dcebe6;
}
div.clearerLeft {
	line-height: 0px;
	clear: left;
	height: 0px;
}
div.clearerRight {
	line-height: 0px;
	clear: right;
	height: 0px;
}
.rightimageBorder {

	float:right;
	margin: 0 0 10px 10px;
	padding: 2px; 
	border: solid 1px #CCCCCC;
}
.rightimage {
	float:right;
	margin: 0 0 10px 10px;
}
.leftimage {
	float:left;
	margin: 0 10px 10px 0px;
}
.gutter {
	margin-right:30px;	
}
.ungutter {
	margin-right:-30px;	
}
.security {
	margin:0px 10px 10px 10px;
}
.bbb {
	margin:0px 10px 12px 10px;
}


/* Homepage Specific*/

#FeatureOutside {
	margin: 0 0 0 -15px;
	width:570px;
	position:absolute;
}
.featureBgMain{
	background-image:url(/images/img_feature_bg.gif);
	background-color: #b3d4c9;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.featureBgTop{
	background-image:url(/images/img_feature_4.gif);
	background-color: #b3d4c9;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.featureBgLeft{
	background-image:url(/images/img_feature_2.gif);
	background-color: #b3d4c9;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.featureBgRight{
	background-image:url(/images/img_feature_6.gif);
	background-color: #b3d4c9;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.calc{
	background-image:url(/images/img_calc_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 112px;
	border-left:#90aba2 solid 1px;
	border-right:#90aba2 solid 1px;	
}
.categoryLeftText
{
	font: 12px/1.25em Arial, sans-serif;
	padding: 10px 5px 0 10px;
}
.categoryRightText
{
	font: 12px/1.25em Arial, sans-serif;
	padding: 3px 5px 0 12px;
}


/* Font Styles Sitewide */
.basicbox {
	border: solid 1px #5c5c99;
	padding: 10px;

}
.leadIn {
	font: bold 13px/1.5em Arial, sans-serif;
	color:#5c5c99;
}
.leadInPhoto {
	font: 13px/1.5em Arial, sans-serif;
	color:#336;
}
.blueBold {
	font: bold 12px/1.5em Arial, sans-serif;
	color:#336;
}
.purpleBold{
	font: bold 11px/1.5em Arial, sans-serif;
	color:#4F3268;
}
.smallBold{
	font: bold 11px Arial, sans-serif;
	color:#5c5c99;
}
.smallText {
	font: 10px/1.25em Arial, sans-serif;
	color:#333;
}
.smallTextBlack {
	font: 11px/1.5em Arial, sans-serif;
	color:#000;
}
.tableNoteBelow {
	font: 11px/1.5em Arial, sans-serif;
	color:#000;
	margin:2px 0 1.5em 0;
}
.securityText a {
	font: 10px/1.05em Arial, sans-serif;
	color:#336;
	text-decoration:none;
}
.securityText a:hover {
	font: 10px/1.05em Arial, sans-serif;
	color:#336;
	text-decoration:underline;
}
.highlightTextOrange {
	font: 13px/1.5em Arial, sans-serif;
	color:#f63;
}
.selected{
	font: 10px Arial, Helvetica,sans-serif;
	text-decoration:none;
	color:#999;
}
.largeHighlightText{
	font: bold 16px/1.3em Arial, Helvetica,sans-serif;
	color:#669;
	padding: 0 10px 0 20px;
	margin: 0 0 15px 0;
}
.bigQuote{
	font: bold 14px/1.3em Arial, Helvetica,sans-serif;
	color:#669;
	padding: 4px 30px 0 30px;
	background-image: url(/images/img_BigQuote.gif);
	background-repeat: no-repeat;
}

/* Tables */

.tableStandard
{
	border-collapse:collapse;
	border:solid #336 1px;
	font: 11px/1.15em Arial, sans-serif;
	text-align: left;
}
.tableStandard td {
	padding: 6px 6px 6px 6px;
	border-left: ridge 1px #e3e3e3;
}
.borderTop{
	border-top: ridge 1px #ebebeb;
}
.tableStandard td.nopad {
	border-left: ridge 1px #e3e3e3;
	padding: 0;
}
.tableBorderless
{
	border-collapse:collapse;	
	border:none;
	font: 11px/1.15em Arial, sans-serif;
	text-align: left;
}
.tableBorderless td {
	padding: 6px 6px 6px 6px;
	border: none;
}
.tableBorderless td.nopad {
	padding: 0;
	border: none;
}
.tableBorderless td.twopad {
	padding: 2px 2px 2px 4px;
	border: none;
}
.tableBorderless td.forms {
	padding: 1px 1px 1px 6px;
	border: none;
}
.tableHeader
{
	border-bottom: inset 1px #ccc;
	background-color:#336;
	font: bold 13px/1.05em Arial, sans-serif;
	color: #FFFFFF;
}
.tableSubHead td
{
	border-top: ridge 1px #dedede;
	border-bottom: inset 1px #ccc;
	background-color:#dedede;
	font: bold 11px/1.1em Arial, sans-serif;
	border-left: none 1px #e3e3e3;
}

.shade 
{
	background-color: #f4f4f4;
}
.blueshade
{
	background-color:#dde2ec;
}

.StdTxtbx
{
	border: #7F99DB solid 1px;
	height: 16px;
	font : 11px Arial, sans-serif;
	color : #000000;
	padding-left: 1px;
}

/* ToolTips */

.topTooltip {
	padding:5px;
	font-weight:bold;
	border:1px solid #ccf;
	background:#ccf;
	color:#336;
	width:200px;
	font: bold 12px Arial, sans-serif;
}

.botTooltip {
	padding:5px;
	border:1px solid #ccf;
	background:#fff;
	color:#336;
	width:200px;
	font: 11px Arial, sans-serif;
}

/* Search Results (Blossom Specific CSS) */

.Blossom_Context {
	font: 11px Arial, sans-serif;
	display: block;
	padding: 0 30px;
}

/* FloatBox Universal */

#FloatOuterContainer1 {
	position:relative;
}

#FloatAdjText1 {
	position:absolute;
}

/* FloatBox PCLL */

#FloatAreaPCLL {
	position:absolute;
	visibility:hidden;
	width:370px;
	left:0px;
	top:-215px;
	background-color:#fff;
	color:#000;
	cursor:hand;
	border:1px ridge #660066;
	z-index: 1;
}

#FloatMastheadPCLL {
	padding:5px 10px;
	background-color: #73628a;
	font: bold 12px/1.25em Arial, sans-serif;
	color: #fff;
}

.FloatClosePCLL {
	position:absolute;
	left: 345px; top: 4px;
}

#FloatBodyPCLL {
	background-color:#f8f5fa;
	padding:16px;
	font: 11px/1.3em Arial, sans-serif;
	color: #000;
}
