/* ============================================================================== */
/* 360Telemarketing Style sheet 												  */
/* October 2006 																  */
/* Authored for 360Partners by Rick Ligas/PantheonDesign.com					  */
/* ============================================================================== */




/* ============================================================================== */
/* Table of Contents 
/* ============================================================================== */
/*	Setup (set all browsers' assumptions)
	Navigation
	Site structure 
		the pagewrapper
		general page structures
		
	Navigation
		general
		main links (upper right)
		
	Specific page styles
		usable on any page
		homepage 
		article pages
		form pages 
		suppliers pages
		portal pages
		help page 
		
	Tool tip system 
*/
/* ============================================================================== */




/* ============================================================================== */
/* Setup */
/* ============================================================================== */
* {
	margin:			0;
	border:			none;
	padding:		0;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;}
	/* notice 12px set on font-size.... 
		get used to pixels, old school alignment. ;-) rl */




/* ================================================================================ */
/* Site structure																	*/
/* ================================================================================ */
/* Note that with a site design like this there is a less clear distinction  
   between structure and content. Consider this section GENERAL structures,  
   page level structures. But, there is a lot of "structure" in the specific 
   content sections below too. */

#pagewrapper {
	width:				882px;
	padding:			1em;
	margin-left:		auto;
	margin-right:		auto;}

	#pagewrapper					{position:relative;}
	a#supplierLoginInBanner 		{position:absolute; top:14px; left:780px; width:112px; font-size:11px; text-align:right; text-decoration:none;}
	a#supplierLoginInBanner:link	{color:rgb(22, 55, 118);}
	a#supplierLoginInBanner:visited	{color:rgb(22, 55, 118);}
	a#supplierLoginInBanner:focus	{color:rgb(22, 55, 118);}
	a#supplierLoginInBanner:hover	{color:rgb(228, 100, 21);}
	a#supplierLoginInBanner:active	{color:rgb(22, 55, 118);}


/* General page structure. These selectors effect every page on the site */

#logoanduppernav {
	/* 	Note that this selector is ONLY used on the home page. There is another 
		version, logoanduppernavcontent, for all other pages. */
	width:			882px;
	height:			62px;
	background:		url(logoanduppernav.jpg);}
	
#logoanduppernavcontent {
	/* this is used on content pages instead of the logoanduppernav */
	width:			882px;
	height:			66px;
	background:		url(logoanduppernav-secondary.jpg);}

#logolink {
	/* this is in this section because it appears on every page */
	/* it is what makes the "logo" clickable */
	/* there is a special version for the home page because of the banner size */
	float:			left;
	width:			330px;
	height:			46px;
	cursor:			pointer;}

#logolinkhomepage {
	float:			left;
	width:			330px;
	height:			62px;
	cursor:			pointer;}

#banner {
	/* 	banner is only used on the homepage. On all other pages 
		the banner is removed and the graphics are made 
		part of the contentwrappers */
	width:			882px;
	height:			140px;
	background:		url(banner.jpg);}

#contentwrapper {
	/* this is only used on the homepage. Content pages have their own wrapper */
	overflow:		auto;
	margin-bottom:	 7px;	/* generates 25px from the bottom of contentwrapper to the baseline of the first line of the footer text */
	width:			882px;}

#contentwrapper.hasSupplierWidget {
	margin-bottom:		0px;}

#contentlefthomepage {
	/*	the entire div's width must equal 662px */
	float:			left;
	/* this width has been tweaked for the 2up MO homepage! rl */
	width:			552px;
	padding-left:	110px;
	padding-right:	0px;
	padding-top:	18px;
	line-height:	1.75em;}
	
#contentleft {
	/*	the entire div's width must equal 662px */
	float:			left;
	width:			542px;
	padding-left:	110px;
	padding-right:	10px;
	padding-top:	18px;
	line-height:	1.75em;}
	
#contentright {
	float:			left;
	width:			219px;	/* why? still researching. rl */
	height:			305px;
	background:		url(contentright.jpg) no-repeat;}

div#contentright.hasSupplierWidget {height: 393px;}

#footer { 
	/*	the entire div's width must equal 882px */
	clear:			both;
	width:			772px;
	padding-left:	110px;
	zzzheight:		20px;
	zzzpadding-top:	0px;
	color:			#999;
	font-size:		11px;}

	/* if the following declarations are not present then the font size of links in 
		the footer will default to 12px and we want 11px. Why? The Universal selector
		at the beginning of this document. */
	#footer p {font-size: 11px;}
	#footer a {font-size: 11px;color: #999;}

/* ================================================================================ */
/* End of site structure															*/
/* ================================================================================ */




/* ================================================================================ */
/* Navigation																		*/
/* ================================================================================ */
/* This system for handling the navigation tabs is very complex because of the 
	requirements: text links and rounded corners. It is easy to add or delete a 
	link but it is NOT easy to change the look or the interactions styles.
	Be careful. rl */


/* general use text link styles */

a:link {
	text-decoration:	none;
	color:				#0033FF;}

a:visited {
	text-decoration:	none;
	color:				#0033FF;}

a:focus {
	text-decoration:	underline;}
	
a:hover {
	text-decoration:	underline;
	color:				#0033FF;}
	
a:active {
	text-decoration:	underline;
	color:				#0033FF;}

.small 
{
	font-size: 10px;
	color: Black;
}

/* main links (upper right) - text with graphic backgrounds ug. rl */

/* ==================== */
/* general settings		*/
/* ==================== */

body#homepage #navigation ul {
	margin-top:			39px;}

#navigation ul {
	float: 				right;
	clear: 				both;
	margin-top:			24px;	/* 	note that the home page overrides this (above). */
	margin-right:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
	padding:			0px;}
	
#navigation ul li { 
	display: 			inline;
	text-transform:		uppercase;}


/* ==================== */
/* leftmost tab styles  */
/* ==================== */

/* this is the leftmost tab when it is unselected */
#navigation ul li.leftmost a {
	float: 				left;
	background-image:	url(nav-background-left-unsel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#000;
	font-size:			11px;
	font-weight:		bold;
	text-decoration: 	none;}

/* this is the leftmost tab when it is  hovered */
#navigation ul li.leftmost a:hover {
	float: 				left;
	background-image:	url(nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	text-decoration: 	none;}

/* this is the leftmost tab when it is selected */
#navigation ul li.leftmostyouarehere a {
	float: 				left;
	background-image:	url(nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	font-size:			11px;
	text-decoration: 	none;}

/* this is the leftmost tab when it is selected AND hovered */
#navigation ul li.leftmostyouarehere a:hover {
	float: 				left;
	background-image:	url(nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	text-decoration: 	none;}


/* ===================== */
/* rightmost tab styles  */
/* ===================== */

/* this is the rightmost tab when it is unselected */
#navigation ul li.rightmost a {
	float: 					left;
	
	background-image:		url(nav-background-right-unsel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	/*	the above setting positions the right edge of the graphic */
	padding: 				0.5em 1.2em;
	color: 					#000;
	font-size:				11px;
	font-weight:			bold;
	text-decoration: 		none;}

/* this is the rightmost tab when it is hovered */
#navigation ul li.rightmost a:hover {
	float: 					left;
	
	background-image:		url(nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	text-decoration: 		none;}

/* this is the rightmost tab when it is selected */
#navigation ul li.rightmostyouarehere a {
	float: 					left;
	background-image:		url(nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	font-size:				11px;
	text-decoration: 		none;}

/* this is the rightmost tab when it is selected AND hovered */
#navigation ul li.rightmostyouarehere a:hover {
	float: 					left;
	background-image:		url(nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	text-decoration: 		none;}
/* the background positioning of the images is really something else isn't it? rl */


/* ================= */
/* middle tab styles */
/* ================= */

#navigation ul li a {
	float: 				left;
	background:			#ACD4FB;
	padding: 			0.5em 1.2em;
	color: 				#000;
	font-size:			11px;
	font-weight:		bold;
	text-decoration: 	none;}

#navigation ul li a:hover {
	background:			#3B81C9;
	color: 				#fff;}

#navigation ul li.middleyouarehere a {
	background:			#3B81C9;
	color: 				#fff;}

#navigation ul li.middleyouarehere a:hover {
	background:			#3B81C9;
	color: 				#fff;}

/* ================================================================================ */
/* end of navigation																*/
/* ================================================================================ */




/* ================================================================================ */
/* begin specific page styles.														*/
/* ================================================================================ */

/* ================================================================================ */
/* used on any page																	*/
/* ================================================================================ */

.helptag {
	cursor:				help;
	color:				#0033FF;
	font-weight:		normal;}

.emphasizedtext {
	font-weight:		bold;
	font-style:			italic;}



/* ================================================================================ */
/* home page 																*/
/* ================================================================================ */

#banner p {
	margin-right:	15px;
	padding-top:	100px;
	text-align:		right;
	font-weight:	bold;
	font-size:		16px;}
	
#contentright h2 {
	margin-top:		45px;
	margin-right:	20px;
	text-align:		right;
	font-weight:	bold;
	font-size:		16px;}
	
#contentright h3 {
	margin-left:	38px;
	margin-right:	20px;
	margin-bottom:	27px;
	font-weight:	normal;
	font-size:		14px;}

p.HomePageMainParagraph {
	position:			relative; /* setup positioning context for the Get Quotes button */
	margin-bottom:		24px;
	margin-right:		12px;}

.HomePageGetQuotesBtn {
	position:			absolute;
	top:				60px;
	left:				389px;}

ul.homepagesupplierslist {
	margin-top:			12px;
	margin-left:		22px;
	list-style-type:	none;}

ul.homepagesupplierslist li {
	background-image: 		url(bullet.gif);
	background-repeat: 		no-repeat;
	background-position:	0px 6px;
	padding-left:			14px;
	line-height:			175%;}


/* for 360mo the divelttes are 2up on the homepage */

.divlette_small {
	/* the divlette is 166px tall counting the header, body and footer */
	/* header =  23px tall */
	/* body   = 115px tall */
	/* footer =  28px tall */
	float:				left;
	width:				267px;
	margin-top:			0px;
	margin-right:		4px;}
	
.divlette_small h3 {
	/* the graphic background is 23px tall */
	background-image: 	url(divlette_small_head.jpg);
	background-repeat: 	no-repeat;
	height:				23px;
	padding-top:		6px;
	padding-right:		12px;
	font-size:			12px;
	font-weight:		bold;
	text-align:			right;
	vertical-align:		middle}
	
.divlette_small p {
	/* 	total height must be 115px */
	background-image: 	url(divlette_small_body.jpg);
	background-repeat: 	repeat-y;
	height:				97px;
	padding:			6px 12px 12px 12px;
	text-align:			left;
	font-size:			11px;
	font-weight:		normal;
	line-height:		16px;
	color:				#666; }
	
.divlette_small h4 {
	/* 	total height must be 28 */
	height:				28px;
	margin:				0px;
	/* 	h4's have a margin on other pages ;-) rl */}

div#HomePageDivletteWrapper a {
	/*  Make sure the two titles in the divlettes show as black instead of the 
		default link blue. */
	color:#000;}



/* ================================================================================ */
/* Article pages, also called content pages. 										*/
/* ================================================================================ */


#contentwrapperarticlepage {
	overflow: 			auto;	/* makes the wrapper contain its floats */
	width:				882px;
	margin-bottom: 		14px;	/* generates 25px from the bottom of contentwrapperarticlepage to the baseline of the first line of the footer text */ 
	background-image:	url(contentpagebackground.jpg);
	background-repeat:	no-repeat;}

#contentwrapperarticlepage h1 {
	background:			#fff;
	margin-right: 		450px;
	/* 	the above 2 tweaks hide just enough of the gray underline. 
		Note that each content based page can override the margin-right
		to show a precise amount of the gray line and to
		prevent the title from wrapping. 
		EVERY PAGE REDEFINES THIS IN A STYLE BLOCK !!! */
	margin-left: 		110px;
	padding-top:		3px;
	font-size:			18px;}

#contentwrapperarticlepage h3 {
	margin-top:		2em;
	border-bottom:	1px solid #7F9DB9;}

#contentwrapperarticlepage h3.indexpage {
	/* this margin give the h3 some stand off from the Get Free Quotes box - rl */
	margin-right:	12px;}

#contentwrapperarticlepage p {
	margin-bottom:	.5em;}

#contentwrapperarticlepage p.indexpage {
	/* this margin give the p some stand off from the Get Free Quotes box - rl */
	margin-right:	12px;}

#contentwrapperarticlepage li {
	margin-left:	2em;}

.articlepageheadingaslink {
	margin:				0px;
	/* 	h4's have a margin on other pages
		and when they are used as links it needs to be removed. */ }
	
/* leftside content */

/* creates an EXpandble DIVlette, used as a table of contents for the article pages */

.exdivwrapper {
	float:				left;
	margin-right:		14px;
	margin-bottom:		4px;}

.exdivtop {
	background-image:	url(divlette_article_background_top.jpg);
	background-repeat:	no-repeat;}
	
.exdivtop h2 {
	margin-bottom:		8px;
	padding-top:		7px;
	padding-right:		16px;
	font-size:			16px;
	font-weight:		normal;
	text-align:			right;}
	
.exdivtop p {
	padding-bottom:		5px;
	padding-left:		15px;}

.exdivbottom {
	/* 	height:			43px; */
	height:				36px;
	padding-top:		7px;
	/* 	width:			219px; */
	width:				203px;
	padding-right:		16px;
	background-image:	url(divlette_article_background_bottom.jpg);
	background-repeat:	no-repeat;
	text-align:			right;
	line-height:		normal;}
	
p.articlenavigation {
	margin-top:			14px;
	margin-right:		30px;
	text-align:			right;}
	

/* rightside content article pages */

#contentrightarticlepage {
	/* formats the rightside "sidebar" on article, content pages */
	float:				left;
	width:				219px;
	height:				250px;
	background-image:	url(contentrightarticlepage.jpg);
	background-repeat:	no-repeat;
	margin-top:			18px;}

#contentrightarticlepage div#suppplierInfoWidget {margin-top: 50px;}

.divlette_contentpageright {
	float:				left;
	background-image: 	url(divlette_article_right_background.jpg);
	background-repeat: 	no-repeat;
	width:				219px;
	height:				229px;
	margin-right:		1em; }

#contentrightarticlepage h2 {
	margin-top:			12px;
	margin-right:		18px;
	margin-bottom:		12px;
	font-size:			16px;
	font-weight:		bold;
	text-align:			right;
	}

#contentrightarticlepage p {
	margin-right:		14px;
	margin-left:		22px;
	line-height:		21px;
	}

#contentrightarticlepage p img {
	float:				right;}




/* ================================================================================ */
/* form page IDs and classes 
	I really hope you like descendent selectors... rl								*/
/* ================================================================================ */


/* Form page 1 rules (follows, in general, the layout of the html ) =============== */

#contentwrapperformpage {
	width:				882px;
	margin-bottom:		12px;	/* generates 25px from the bottom of the button to the baseline of the first line of the footer text. */
	background-image:	url(contentpagebackground.jpg);
	background-repeat:	no-repeat;}

#contentwrapperformpage h1 {
	/* 	note that this duplicates the headline formatting 
		in #contentwrapperarticlepage h1 */
	background:			#fff;
	margin-right: 		450px;
	/* 	the above 2 tweaks hide just enough of the gray underline. 
		Note that each content based page can override the margin-right
		to show a precise amount of the gray line and to
		prevent the title from wrapping. */
	margin-left: 		110px;
	padding-top:		3px;
	font-size:			18px;}

	/* the 1-2-3 graphic */
	img#statusIndicatorSurvey			 {margin-bottom:13px;}	
	img#statusIndicatorContactInto		 {margin-top:6px;margin-bottom:13px;}	
	img#statusIndicatorThankYou			 {margin-top:13px;margin-left:106px;}	
	img#statusIndicatorThankYouAlternate {margin-top:0px; margin-bottom:10px; margin-left:0px;}

/*	Sidebar that can appear on page one of the surveys. */

div#sidebarsurveypage {
	float:				right;
	width:				210px;
	margin-top:			24px;}

div#ReserveTopSpace {
	/* This reserves the space at the top of the sidebar */
	height:					208px;}


#divlette_formpageheader {
	background-image: 	url(divlette_formpage.jpg);
	background-repeat: 	no-repeat;
	width:				556px;
	height:				134px;
	margin-top:			24px;
	margin-left:		106px;
	padding-top:		8px;
	padding-left:		19px;}

	#divlette_formpageheader h2 {
		font-size:			16px;
		font-weight:		bold;}
	
	#divlette_formpageheader ul {
		margin-top:			7px;
		margin-left:		20px;
		line-height:		22px;}
	
	#divlette_formpageheader p {
		margin-top:			8px;
		margin-left:		4px;}

	/*	The formpageheader with an image on the left. */
	
	#FormPageHeaderImgLeft {
		width:				544px; /* this is actually wider than the image */
		height:				154px;
		background-image: 	url(FormpageheaderImgLeft.jpg);
		background-repeat: 	no-repeat;
		margin-top:			24px;
		margin-left:		106px;
		padding-top:		8px;
		padding-left:		19px;}
	
	#FormPageHeaderImgLeft h2 {
		font-size:			16px;
		font-weight:		bold;}
	
	#FormPageHeaderImgLeft ul {
		margin-top:			7px;
		margin-left:		135px;
		line-height:		22px;}
	
	#FormPageHeaderImgLeft li {
		font-size:			12px;}
	
	#FormPageHeaderImgLeft p {
		margin-top:			8px;
		margin-left:		118px;
		font-size:			12px;}
	
	/*	show particular image(s) 
		IE 6 on w2000 refuses to properly recognize the descendent selectors
		so old school classes are used instead. */
		
	.VoIP {}


#contentwrapperformpage form {
	width:				662px;
	margin-top:			4px;
	margin-left:		0px;
	padding-left:		0px;}

#blueliner {
	margin-left:		106px;
	padding-left:		20px;
	border-left: 		 1px solid #9DBFE4;}

#contentwrapperformpage form h2 {
	margin-bottom:		1em;
	font-size:			16px;
	font-weight:		bold;}

#contentwrapperformpage form h3 {
	margin-bottom:		1em;
	font-size:			12px;
	font-weight:		bold;}

#contentwrapperformpage form p {
	margin-bottom:		17px;}

#contentwrapperformpage form p.buyerquestion {
	margin-bottom:		1em;
	font-weight:		bold;}

.formatradiobuttons {
	margin-top:			-10px;
	margin-left:		60px;
	margin-bottom:		1em;
	line-height:		24px;}
	
.formatradiobuttons input {
	/* get some standoff from the radio button and its text */
	margin-right:		4px;}

/* adjust the radio buttons so they are properly aligned vertically with the label
   most browsers get their own mini tweaks. */
.formatradiobuttons			{position: relative;}
.formatradiobuttons input	{position: relative; top: 2px;}

#contentwrapperformpage form p textarea {
	/* this is used for the html textareas */
	width:				400px;
	margin-top:			6px;
	margin-left:		78px;
	padding:			3px;
	border:				1px solid #9DBFE4;}

.aspxtextarea {
	/* this is used to further format the aspx "textareas" */
	width:				400px;
	height:				43px;
	padding:			3px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form select {
	width:				204px;
	margin-top:			8px;
	margin-left:		54px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form div.formattextbox {
	margin-top:			6px;
	margin-left:		78px;
	margin-bottom:		12px;}

#contentwrapperformpage form div.formattextbox input {
	/* this sets a general use single line text box */
	width:				140px;
	padding:			3px;
	margin-bottom:		8px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form div.formattextbox input.othertext {
	/* this sets a "other" single line text box */
	width:				260px;
	padding:			3px;
	margin-bottom:		8px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form p.zipinfo {
	margin-left:		49px;}

#contentwrapperformpage form p.zipinfo input {
	width:				35px;
	margin-bottom:		3px;
	border:				1px solid #9DBFE4;}

div.onScreenHelpUnderInput {
	/*	Formats the help text under an input like the zip code on page 1 of the forms.
		Like the name? It's pretty descriptive... RL */
	margin-top:			-3px;
	margin-left:		2px;
	color:				#999;
	line-height:		1.25em;}

.questionText {font-weight: bold;}

.txtOther {
	/* this sets an "other" single line text box when used after a list of radios */
	width:				241px;
	padding:			3px;
	margin-bottom:		8px;
	margin-left:		21px;
	border:				1px solid #9DBFE4;}

#txtZipCode {
	/* this sets a zip code single line text box when used on a services page.
	It inherits formatting from txtOther above. Both are applied. The id is 
	automatically set by George on a txtZipCode input. */
	width:				360px;
	margin-top:			3px;
	margin-left:		3px;}

.numberinput {
	width:				3em;
	padding:			3px;
	border:				1px solid #9DBFE4;}		

#contentwrapperformpage form p.additionalcomments textarea {
	/* the width is overridden in some of the css overrides files */
	width:				360px;
	height:				60px;
	margin-left:		63px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form p.additionalcomments {
	margin-bottom:		0px;}

#formfooter {
	background-image: 	url(formfooterbackground.jpg);
	background-repeat: 	no-repeat;
	width:				550px;
	height:				28px;
	margin-left:		-21px;
	padding-top:		23px;
	text-align:			right;}


/* position the Get Started Now arrow in its paragraph */

p#PositionTheGetStartedArrow {position:relative;}

img#GetStartedNowArrow {
	position:			absolute;
	top:				-55px;
	left:				-130px;}


/* for the Submit style validation, validation that starts after the submit (ie has an override for the left offset) */
div#contentwrapperformpage.validationAfterSubmit #blueliner p 			{position:relative;}
div#contentwrapperformpage.validationAfterSubmit img.ValidationFeedback	{display:none;position:absolute;top:-3px;left:-29px;}
div#contentwrapperformpage.validationAfterSubmit span.ValidationNote	{display:none;position:absolute;top:0px;left:-86px;font-weight:normal;color:#0033FF}

/* for the Inline style validation, validation that works inline as the user fills out the form (ie has an override for the left offset) */
div#contentwrapperformpage.validationInline #blueliner p 				{position:relative;}
div#contentwrapperformpage.validationInline img.ValidationFeedback		{position:absolute;top:-3px;left:-29px;}
div#contentwrapperformpage.validationInline span.ValidationNote			{display:none;position:absolute;top:0px;left:-86px;font-weight:normal;color:#0033FF}



/* these 2 classes may be obsolete after reworking this site to be in harmony with the generic site RL */
	.txtNoRadios {
		/* this sets an "other" single line text box when used after a list of radios */
		width:				241px;
		padding:			3px;
		border:				1px solid #FFD174;}

	.noteToVisitor {
		/* This formats the gray text displayed below answers */
		margin-left:		60px;
		color:				#999;}



/* Form page 2 rules ============================================================== */

/* tweak the little table that helps layout the 2nd form page */

#wrapperforformpage2 table {
	border-collapse:	collapse;}

	#wrapperforformpage2 td {
		padding:			2px;}
		
	.formpage2column1 {
		width:				120px;}
	
	.formpage2column2 {}

/* other page 2 rules */

#contentwrapperformpage form #wrapperforformpage2 p {
	/*	this id is used to adjust the vertical spacing on the 2nd page of forms */
	margin-bottom:		0em;}

#wrapperforformpage2 td {
	padding:			2px;}

#contentwrapperformpage form  #wrapperforformpage2 select {
	/* tweaked to be as wide as the zipcode input */
	width:				200px;}
	
#contentwrapperformpage form #wrapperforformpage2 div.formattextbox {
	/* this id is used to adjust the vertical spacing on the 2nd page of forms */
	margin-top:			4px;
	margin-bottom:		2px;}

#contentwrapperformpage form  #wrapperforformpage2 input {
	/* Note that this WILL format the aspx controls.
		You might not think that the selector would select an aspx
		control and it won't - except that the aspx control is only
		seen by the SERVER and not the BROWSER. The browser sees
		an INPUT were the server sees the asp:TextBox. This can lead
		to a LOT OF CONFUSION so be very careful with your 
		aspx understanding. rl. */
	width:				241px;
	padding:			3px;
	border:				1px solid #9DBFE4;
	/* this selector is obsolete. I will remove it when I find the time. 
		each form element now gets its own selector. RL */}

#contentwrapperformpage form  #wrapperforformpage2 input.pndigits {
	width:				40px;
	padding:			3px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form  #wrapperforformpage2 input.zip {
	width:				192px;
	padding:			3px;
	border:				1px solid #9DBFE4;}

#contentwrapperformpage form  #wrapperforformpage2  td.zipTDadjustments {
	/* Used on page 2 of the forms to deal with the zip code label */
	vertical-align:		top;
	padding-top:		8px;}

div.onScreenHelpUnderInputPage2 {
	/*	Does the same as the similar rule for page 1 of the forms.
		Page 2 needs some minor adjustments. RL */
	margin-top:			3px;
	margin-left:		0px;
	color:				#999;
	line-height:		1.25em;}

img#privacyAssured {
	margin-right:		6px;
	vertical-align:		-7px;}


/* validation for form page 2 */

div#wrapperforformpage2.validationAfterSubmitPage2 {position:relative;} /* setup a positioning context for the validation marks */
div#wrapperforformpage2 table {
	table-layout:		fixed;
	border-collapse:	collapse;
	border-spacing:		0px;
	width:				680px;}
div#wrapperforformpage2 table td#col1 	{width:120px;}
div#wrapperforformpage2 select#StateId 	{width:249px; margin:0em;}
/* this is really specific, and it needs to be. */


#contentwrapperformpage form div#wrapperforformpage2 input.zip {width: 241px;}

/* careful there is an id = ValidationMark and a class = validationMark !!! */
img.validationMark 						{display:none;position:absolute;top:39px;left:-29px;}
span.ValidationHint						{display:none;color:#0033FF;}

#contentwrapperformpage form #wrapperforformpage2 input#getQuotesNowBtn {border:none; width:159px; height:26px; }

img#BBBAccreditedBusinessSeal {position:absolute;top:114px;left:535px;}





/* ================================================================================ */
/* Suppliers pages																	*/
/* ================================================================================ */

td.suppliersignupheader {
	font-weight:		bold;}

td.suppliersignupcheckboxes {
	line-height:		1.5em;}

/* ================================================================================ */
/* Suppliers sidebar widget															*/
/* ================================================================================ */

	div#suppplierInfoWidget {margin-top: 36px;}
	
	a#supplierInfo			{
		display: 			block; 
		width: 				209px; 
		height:				153px; 
		padding-top: 		39px; 
		padding-left: 		10px;
		font-size:			12px;
		line-height:		18px;}
		
	a#supplierInfo:link		{background: url(Supplier-info-background.jpg) 	no-repeat top left; color: #163776;}
	a#supplierInfo:visited	{background: url(Supplier-info-background.jpg) 	no-repeat top left; color: #163776;}
	a#supplierInfo:focus	{background: url(Supplier-info-background.jpg)	no-repeat top left; color: #163776;}
	a#supplierInfo:hover	{background: url(Supplier-info-background.jpg)	no-repeat bottom left; color: #163776;}
	a#supplierInfo:active	{background: url(Supplier-info-background.jpg)	no-repeat top left; color: #163776;}
	




/* ================================================================================ */
/* Portal pages 																	*/
/* ================================================================================ */
/* Note that these two are currently clones of classes for article pages... rl		*/

#contentwrapperportalepage {
	width:				882px;
	background-image:	url(contentpagebackground.jpg);
	background-repeat:	no-repeat;
	}

#contentwrapperportalepage h1 {
	background:			#fff;
	margin-right: 		450px;
	/* 	the above 2 tweaks hide just enough of the gray underline. 
		Note that each content based page can override the margin-right
		to show a precise amount of the gray line and to
		prevent the title from wrapping. 
		EVERY PAGE REDEFINES THIS IN A STYLE BLOCK !!! */
	margin-left: 		110px;
	padding-top:		3px;
	font-size:			18px;}

#portalwrapper {
	margin-left:		103px;}




/* ================================================================================ */
/* Thank you page 																	*/
/* ================================================================================ */

	body.thankYou #contentwrapperarticlepage h1 {margin-right:0px;}

	div#contentleft.thankYou ul {
		margin-bottom:			.5em;
		list-style-type:		decimal;}

	div#contentleft.thankYou h3 {	/* not needed in the new design with the three column table. */
		margin-bottom:			1em;}

	div#contentleft.thankYou ul {
		margin-bottom:			24px;
		list-style-type:		disc;
		color:					#477ec4; }

	div#contentleft.thankYou ul li span {
		color:					#000; }

	table.thankYou	{
		table-layout: 		fixed; 
		border-collapse:	collapse; 
		border-spacing: 	0;
		margin-top:			16px;}

	table.thankYou th {width:150px;}

	table.thankYou td {
		padding-bottom:		10px;
		vertical-align:		top;
		font-size:			12px; 
		line-height:		16px; 
		text-align:			center;}

	table.thankYou td a img {margin-bottom:9px;} 

	table.thankYou tr.TRWithLists td {
		line-height:	24px; 
		text-align:		left;}

	div.thankYouPageSidebar {float:right; width:220px;}

	div#contentwrapperarticlepage div.thankYouPageSidebar h3 {
		border:			0;
		margin:			0;
		margin-top:		24px;
		background:		url(divlette_1_top.jpg) no-repeat;
		padding-right:	20px;
		font-size:		16px; 
		line-height:	33px;
		text-align:		right;}

	div#contentwrapperarticlepage div.thankYouPageSidebar p {
		background: 	url(divlette_1_bottom.jpg) left bottom no-repeat;
		padding:		10px 0px 20px 10px ;
		line-height:	24px;}

	div#contentwrapperarticlepage div.thankYouPageSidebar p span {color: white;}


/* ================================================================================ */
/* help page 																		*/
/* ================================================================================ */

h4 {
	margin-top:			1em;}



/* ================================================================================ */
/* about us page 																		*/
/* ================================================================================ */

	div#contentleft.about ul {margin-bottom: 8px;}


/* ================================================================================ */
/* Tool tip system																	*/
/* ================================================================================ */

span.tip {
	background-color:	#eef0f4 }

div#tipDiv {
	position:			absolute; 
	visibility:			hidden; 
	left:				0; 
	top:				0; 
	z-index:			10000;
	width:				240px; 
	background-color:	#F9F9FF; 
	border:				1px solid #0033FF; 
	padding-top:		6px; 
	padding-right:		4px; 
	padding-bottom:		10px; 
	padding-left:		10px; 
	font-size:			11px; 
	line-height:		1.3;
	color:				#000; }

div#tipDiv div.img {
	text-align:			left; }
	
div#tipDiv div.txt {
	text-align:			left; 
	margin-top:			0px; }
	
/* for when the tooltip only displays text */
div#tipDiv div.otxt {
	text-align:			left;
	margin-top:			-4px; }
	
div#tipDiv .alt {
	text-align:			center; 
	color:				#336; 
	font-weight:		bolder;
	font-style:			italic; }



/* ================================================================================ */
/* end of styles																	*/
/* ================================================================================ */
