@charset "UTF-8";/* CSS Document */body  {	font: 80%/1.3em Arial, Helvetica, sans-serif;	background: white;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	text-align: left;}.twoColLiqLtHdr #container {	width: 100%;  /* this will create a container 100% of the browser width */	background: #FFFFFF url(../images/rebuild/left_nav_bg.gif) repeat-y left top; /* this bg image provides two-tone purple behind the left column. */	margin: 0px;} .twoColLiqLtHdr #header {	background: #ffffff url(../images/rebuild/headerbkgd-cl.jpg) repeat-x left top; /* this extends the masthead blue and black bg to browser window width */	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	margin: 0px;	height: 50px;	} .twoColLiqLtHdr #header img {	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */}/*  navigation rules apply to navigation. only navigation is in navigation  */.twoColLiqLtHdr #navigation {	float: left;	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 0px 20px;}.twoColLiqLtHdr  #right-column  {	float: right;	width: 230px;	padding-right: 4px;	padding-left: 20px;	padding-bottom: 10px;}.twoColLiqLtHdr #footer {	padding: 10px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#ffffff;	text-align: center;} /* HTML tag styles */table {	border-collapse: collapse;}h1 {	margin: 0;	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-size: 1.3em;	color: #9c309d;	font-weight: bold;	font-family: Verdana, sans-serif;	line-height: 1.1em;	text-transform: none;}/* Tips for mainContent:1. the space between the mainContent and navigation is created with the left margin on the mainContent div.  No matter how much content the navigation div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #navigation space when the content in #navigation ends.2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.*/.twoColLiqLtHdr #mainContent {	margin: 0px 270px 0px 210px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */} /* styles in navigation column */.twoColLiqLtHdr #navigation h3, .twoColLiqLtHdr #navigation p, .twoColLiqLtHdr #navigation li {	margin-left: 22px; /* the left and right margin should be given to every element that will be placed in the side columns */	margin-right: 10px;}.twoColLiqLtHdr #navigation a {	text-decoration: none;	font-weight: bold;	color: #234471;	font-size: .9em;}.twoColLiqLtHdr #navigation a:hover {	text-decoration: none;	font-weight: bold;	color: #9C309D;}.twoColLiqLtHdr #navigation ul {	list-style: none;	padding: 0px;	color: #234471;	margin-top: 0px;}.twoColLiqLtHdr #navigation li {	list-style: none;	padding: 8px 0px 0px;	line-height: 1.1em;}.twoColLiqLtHdr #navigation ul ul {	padding: 0px;}.twoColLiqLtHdr #navigation li ul li {	padding: 0px;}/* styles in center column */.twoColLiqLtHdr #mainContent li {	list-style: url(../imgs/1/bullet.jpg);	margin-bottom: 10px;	margin-left: 0px;	padding-left: 0px;}.twoColLiqLtHdr #mainContent li h4 {	font-size: 1em;	line-height: 1.1em;	font-weight: bold;	margin-top: 0px;	margin-bottom: 0px;}.twoColLiqLtHdr #mainContent li h5 {	font-size: 1em;	line-height: 1.1em;	font-weight: normal;	margin-top: 0px;	margin-bottom: 0px;	color: #000000;}.twoColLiqLtHdr #mainContent a {	color: #086294;	text-decoration: underline;}.twoColLiqLtHdr #mainContent a:hover {	color: #9C309D;	text-decoration: none;}.twoColLiqLtHdr #mainContent h2 {	font-weight: bold;	color: #FF0000;	font-size: 1.15em;	line-height: 1.1em;	text-transform: none;	font-style: italic;	font-family: Verdana, sans-serif;}.bright-blue {	color: #0033FF;}.twoColLiqLtHdr #mainContent h3 {	font-weight: bold;	color: #000000;	font-size: 1.2em;	line-height: 1.1em;	text-transform: none;	font-family: Verdana, sans-serif;}.twoColLiqLtHdr #mainContent h4 {	font-weight: bold;	color: #000000;	font-size: 1em;	text-transform: none;	line-height: 1.1em;}.twoColLiqLtHdr #mainContent h5 {	font-weight: normal;	color: #000000;	font-size: 1em;	text-transform: none;	line-height: 1.1em;}.twoColLiqLtHdr #mainContent h6 {	font-weight: bold;	color: #9C309D;	font-size: 1em;	line-height: 1.1em;	text-transform: none;	font-style: italic;}.twoColLiqLtHdr #mainContent .redcheckmarklist {	list-style: url(../images/red-arrow.gif);}.twoColLiqLtHdr #mainContent .ballbulletchecklist {	list-style: url(../images/bullet-white-black.gif);}.twoColLiqLtHdr #container #mainContent .5step-process {	font-size: 1.15em;	font-weight: bold;	color: #FF0000;	font-family: Verdana, sans-serif;}.red-bold {	font-weight: bold;	color: #ff0000;	font-size: 1.15em;	font-family: Verdana, sans-serif;}#bonus {	background-color: #ffffcc;	border: 1px solid #999999;	padding: 10px;	}.twoColLiqLtHdr #mainContent #bonus p.bright-blue-subhead {	color: #0000ff;	font-weight: bold;	font-size: 1.15em;}.bright-blue-subhead {	color: #0000ff;	font-weight: bold;	font-size: 1.15em;}.twoColLiqLtHdr #mainContent #bonus p.free-bonus {	font-size: 1.15em;	font-weight: bold;	color: #FF0000;	font-family: Verdana, sans-serif;}/* FOOTER styles */.twoColLiqLtHdr #footer a:hover {	color: #9C309D;	text-decoration: none;}.twoColLiqLtHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 2px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.twoColLiqLtHdr #footer h4 {	color: #9C309D;	font-style: italic;	margin: 0px;	padding-top: 10px;}/* Miscellaneous CLASSES for reuse */.quote-box {	background: #F2F3F7;	border: 1px solid #000000;	padding: 0px 10px;}.twoColLiqLtHdr #mainContent .quote-box-quoter {	text-align: right;	font-weight: bold;}/* used on branding page */ul.case-study {	margin: 0px;	padding: 0px;	list-style: none;}ul.case-study li {	margin: 0px 0px 60px 0px;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}.toll-free {	color: #9C309D;	font-weight: bold;}.graphicsbuilder {	/* used for GIB signup box */	font-weight: bold;	padding: 4px 6px;}