@charset "utf-8";

ul
{
	margin: 0;
}

body  {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#b5d9f3;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:link, a:visited
{
  color:#0f79bf;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}


.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(content.png);
	margin-top:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style-type: circle;
	font-size: 14px;
} 
.twoColFixRtHdr #header 	{
	background: #b5d9f3;
	padding:0;
	height:135px;
} 
.twoColFixRtHdr #menu {
	background-image:url(menu.png);
	background-repeat:no-repeat;
	height:85px;
	padding-bottom:0;
	text-align:center;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f2f2f2;
	padding: 15px;
	font-size:14px;
	margin-right: 55px;
}

.twoColFixRtHdr #sidebar1 li
{
	list-style:none;
	padding-left:12px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet2.png);
	background-repeat:no-repeat;
	padding-bottom: 5px;
	font-size: 14x;
	color:#4d4d4d;
	font-weight: normal;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 650px;
	float: left;
} 
.twoColFixRtHdr #footer { 
	background-image:url(footer.png); 
	background-repeat:no-repeat;
	height:60px;
	margin-top:30px;
} 
.footer-text
{
	text-align:center;
	padding-top:7px;
}


.footer-text a, .footer-text a:link, .footer-text a:visited  
{
  color:#333;
  text-decoration:underline;
}

.footer-text a:hover
{
  text-decoration:none;
}


.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}.logo {
	clear:none;
}
.menu-options {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	text-align:center;
	padding-top:45px;
	margin-left:70px;
	margin-right:70px;
}

.menu-option {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	height:30px;
	float:left;
	padding-top:7px;
	padding-bottom:1px;
}

.menu-splitter
{
  background-image:	url(menu-splitter.png);
  background-repeat:no-repeat;
  height:30px;
  width:14px;
  float:left;
}

#menu a, #menu a:link, #menu a:visited{
	color:#333;
	text-decoration:underline;
	font-size: 15px;
}


#menu a:hover{
	text-decoration:none;
	font-size: 15px;
}

#quote-form-banner {
	background-position:center;
	background-image:url(banner.jpg);
	background-repeat: no-repeat;
	height: 258px;
	position:relative;
}

#quote-form-banner-interior {
	background-position:center;
	background-image:url(banner-interior.jpg);
	background-repeat: no-repeat;
	height: 102px;
	position:relative;
	margin-bottom:15px;
}


#tabs {
	width: 661px;
	height: 212px;
	position:relative;
	left: 0px;
	top: 0px;
	padding-bottom: 20px;
	z-index:1;
}
.tabs-go-buttons {
	padding-top:190px;
}
#tabs-hot-areas {
	position:absolute;
	left:35px;
	top:0px;
	width:661px;
	height:212px;
}
#go-life {
	position:absolute;
	left:68px;
	top:176px;
	width:50px;
	height:40px;
}
#go-auto {
	position:absolute;
	left:228px;
	top:176px;
	width:50px;
	height:40px;
}
#go-health {
	position:absolute;
	left:387px;
	top:176px;
	width:50px;
	height:40px;
}
#go-home {
	position:absolute;
	left:544px;
	top:176px;
	width:50px;
	height:40px;
}
#apDiv1 {
	position:absolute;
	left:52px;
	top:512px;
	width:64px;
	height:63px;
	z-index:1;
}
#quick-search-form {
	position:relative;
	left:710px;
	top:-105px;
	width:271px;
	height:50px;
}
#quick-search-go-button {
	position:absolute;
	left:205px;
	top:-2px;
	width:62px;
	height:50px;
	z-index:1;
	cursor:pointer;
}
#quick-search-textbox {
	position:absolute;
	left:0px;
	top:12px;
	width:200px;
	height:26px;
	z-index:1;
}

.width200
{
	width: 200px;
	}

#banner-text {
	position:absolute;
	left:60px;
	top:21px;
	width:292px;
	height:99px;
	background-image:url(banner-text.png);
	background-repeat:no-repeat;
}
#banner-arrow {
	position:absolute;
	left:530px;
	top:159px;
	width:80px;
	height:80px;
	z-index: 2;
	overflow:hidden;
}

#quote-form {
	position:absolute;
	left:539px;
	top:17px;
	width:383px;
	height:224px;
	text-align: left;
	background-image:url(quote-form-white.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#quote-form-interior {
	position:absolute;
	left:60px;
	top:5px;
	width:855px;
	height:89px;
	text-align: left;
	background-image:url(quote-form-interior.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#quote-form-go-button {
	position:absolute;
	left:223px;
	top:156px;
	width:108px;
	height:47px;
	z-index:1;
	cursor:pointer;
}

#quote-form-interior-go-button {
	position:absolute;
	left:792px;
	top:31px;
	width:49px;
	height:35px;
	z-index:1;
	cursor:pointer;
}

#quote-form-zipcode-textbox {
	position:absolute;
	left:54px;
	top:161px;
	width:145px;
	height:40px;
	z-index:1;
	font-size:46px;
	padding:0;
}

#quote-form-interior-zipcode-textbox {
	position:absolute;
	left:708px;
	top:34px;
	width:60px;
	height:28px;
	z-index:1;
	font-size:30px;
}

/*.bib-zipcode-textbox {
	font-size:20px;
	width:135px;
	margin:0;
	padding:0;
}*/

.bib-interior-zipcode-textbox {
	font-size:15px;
	width:75px;
	height:20px;
}

#quote-form-radio-auto-insurance {
	position:absolute;
	left:50px;
	top:75px;
	width:133px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#fff;
}

#quote-form-radio-life-insurance {
	position:absolute;
	left:50px;
	top:100px;
	width:133px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#fff;
}
#quote-form-radio-health-insurance {
	position:absolute;
	left:190px;
	top:75px;
	width:150px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#fff;
}

#quote-form-radio-home-insurance {
	position:absolute;
	left:190px;
	top:100px;
	width:150px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#fff;
}

#quote-form-interior-radio-auto-insurance {
	position:absolute;
	left:315px;
	top:37px;
	width:56px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#333;
}

#quote-form-interior-radio-life-insurance {
	position:absolute;
	left:373px;
	top:37px;
	width:55px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#333;
}
#quote-form-interior-radio-health-insurance {
	position:absolute;
	left:430px;
	top:37px;
	width:70px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#333;
}

#quote-form-interior-radio-home-insurance {
	position:absolute;
	left:502px;
	top:37px;
	width:64px;
	height:26px;
	z-index:1;
	font-size:14px;
	color:#333;
}

.tabs-area
{
	height:200px;
	padding-left:40px;
	}

.center-area-top-splitter {
	background-image: url(center-area-top-splitter.png);
	background-repeat: no-repeat;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

#center-area {
	float:left;
	background-image: url(horiz-gradient1.png);
	background-repeat: repeat-y;
	margin-left:55px;
	padding-bottom:20px;
	font-size: 14px;
	width: 620px;
}

#home-page-news {
	padding-left:20px;
	font-size: 14px;
	line-height:150%;
	color: #000;
}

#center-area a, a:link, a:visited {
	color: #0d5280;
	text-decoration:underline;
}

#center-area a:hover {
	text-decoration:none;
}


ul
{
	padding:0;
	line-height: 150%;
}

#home-page-news li
{
	list-style:none;
	padding-left:10px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet1.png);
	background-repeat:no-repeat;
	line-height: 150%;
	color: #4d4d4d;
}

#center-area .view-more, 
#center-area .view-more a, 
#center-area .view-more a:link, 
#center-area .view-more a:visited
{
	color:#e5871c;
	font-size:11px;
	padding-top:5px;
}

#center-area .view-more a:hover, 
{
	text-decoration:none;
}

.news-splitter
{
	background-image:url(news-splitter.png);
	background-repeat:no-repeat;
	height: 21px;
}

#articles_and_reviews_area
{
	width:630px;
	margin-right:0px;
	}

.articles-area {
	float: left;
	width: 300px;
}

.articles-and-reviews-title {
	padding-left:20px;
	padding-bottom:10px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.content
{
  float:right;
  width: 205px;
  padding:0;
  margin:0;
}

.content li
{
	line-height:150%;
	list-style:none;
	padding-left:10px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet1.png);
	background-repeat:no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.content a, .content a:link, .content a:visited
{
	font-size:14px;
	list-style-type: disc;
}

.content a:hover
{
	text-decoration:none;
}

.reviews-area {
	float: right;
	width: 300px;
	margin-right: 20px;
}

.insurance_and_reviews_image
{
	float:left;
	padding-left:20px;
}

.padding-left-20
{
	padding-left:20px;}
	
.content-more-area
{
	clear:both;
	padding-left:95px;
	padding-top:5px;}	

#container h1
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
	display:block;
	color:#333;
	padding-left: 13px;
}

#center-area h2
{
	padding-left:20px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
    display:block;
}

.padding-left-20
{
  padding-left: 20px;
}

.partners-and-affiliates-area {
	float: left;
	padding-left: 45px;
	padding-top: 10px;
	width: 650px;
} 
.partners-and-affiliates-area-n {
	background-image:url(partner-and-affiliates-area-n.png);
	background-repeat:no-repeat;
	height:55px;
} 
.partners-and-affiliates-area-c {
	background-image:url(partner-and-affiliates-area-c.png);
	background-repeat:repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
} 
.partners-and-affiliates-area-s {
	clear:left;
	background-image:url(partner-and-affiliates-area-s.png);
	background-repeat:no-repeat;
	height:25px;
} 
.partner-and-affiliates-image
{
	padding:10px;
	border:0;
}
.clear-both-and-center
{
	clear: both;
	text-align:center;}
	
#sidebar1 h2
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	}

.side-bar-view-more, .side-bar-view-more a, .side-bar-view-more a:link, .side-bar-view-more a:visited
{
	color:#0d5280;
	font-size:14px;
	padding-top: 0px;
}

.side-bar-view-more a:hover
{
	text-decoration:none;
	font-size:14px;
	padding-top: 0px;
}

.side-bar-splitter
{
	background-image:url(side-bar-splitter.png);
	background-repeat:no-repeat;
	height:3px;
}

.padding-5
{
	padding:5px;}
	
.row-5px
{
	height:5px;
	padding-top:5px}

.header-button
{
	background-image:url(header-button.png);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	width:88px;
	height:29px;
	padding-top:2px;
}

.header-button a:hover 
{
	text-decoration:none;
}


#header-buttons
{
	position:relative;
	top:-105px;
	width:187px;
	height:38px;
	left: 793px;
}
.clear-both
{ 
clear:both; 
}
.clear-left
{
	clear:left;
}
.clear-right
{
	clear:right;
}
.news-separator

#banner-arrow {
	position:absolute;
	left:448px;
	top:334px;
	width:73px;
	height:79px;
	z-index:3;
}

#life-insurance-tab-image {
	position:absolute;
	left:74px;
	top:76px;
	width:110px;
	height:70px;
	z-index:2;
}

#auto-insurance-tab-image {
	position:absolute;
	left:233px;
	top:76px;
	width:110px;
	height:70px;
	z-index:2;
}

#home-insurance-tab-image {
	position:absolute;
	left:552px;
	top:76px;
	width:110px;
	height:70px;
	z-index:2;
}

#health-insurance-tab-image {
	position:absolute;
	left:395px;
	top:76px;
	width:110px;
	height:70px;
	z-index:2;
}

.interior_content
{
  display:block;
  margin-right:300px;
  margin-left:55px;
 
}

.interior_sidebar_options
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4D4D4D;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

.interior_sidebar_options a, .interior_sidebar_options a:link, .interior_sidebar_options a:visited
{
	font-weight:normal;
	color:#333;
}

.interior_sidebar_options a:hover
{
	text-decoration:none;
}

.interior_sidebar_options li
{
	list-style:none;
	padding-left:10px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet2.png);
	background-repeat:no-repeat;
}

#sidebar1 .home_sidebar_content a, #sidebar1 .home_sidebar_content a:link, #sidebar1 .home_sidebar_content a:visited 
{
	color:#333;
}
	
#sidebar1 .home_sidebar_content a:hover
{
	text-decoration:none;
}
	

#sidebar1 .home_sidebar_content li
{
	list-style:none;
	padding-left:10px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet1.png);
	background-repeat:no-repeat;
}

#sidebar1 .bulleted-list li
{
	list-style:none;
	padding-left:10px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet-circle.png);
	background-repeat:no-repeat;
}

#logo{
	position:relative;
	left:15px;
	top:0;
	width:166px;
	height:105px;
	text-align: left;
}

.interior-center-content
{
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 20px;
	font-size:14px;
	line-height:150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;

}

.interior-center-content li
{
	list-style:none;
	padding-left:12px;
	list-style-position:outside;
	background-position:left top;
	background-image:url(bullet1.png);
	background-repeat:no-repeat;
	padding-bottom: 5px;
	font-size: 14px;
	color:#4d4d4d;
}


#center-area .interior-center-content h2
{
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5;
	margin:0;
	font-size:16px;
	line-height:100%;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
}

#center-area .interior-center-content a
{
  text-decoration:underline;
}

#center-area .interior-center-content a:hover
{
  text-decoration:none;
}


.page-title
{
	display:block;
	padding-left:7px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:5px;
	}

#tnt-header {
	margin-top: 15px;
	background-position:center;
	background-image:url(tnt-header.png);
	background-repeat: no-repeat;
	position:relative;
	text-align:center;
	height: 180px;
}
#tnt-container {
	width: 980px; 
	margin-top:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
} 

#tnt-content {
	width: 980px; 
	margin-top:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	background-position:center;
	background-image:url(tnt-content.png);
	background-repeat:repeat-y;
}

#tnt-content h1
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:15px;
	display:block;
	color:#333;
}
	
.tnt-content-area
{
	margin-left:75px;
	margin-right:75px;
	padding-bottom:15px;
	}

#tnt-footer {
	width: 980px; 
	height:91px;
	margin-top:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	background-position:center;
	background-image:url(tnt-footer.png);
	background-repeat:no-repeat;
} 

.tnt-footer-text
{
  padding-top: 45px;
  text-align:center;
	}
	
.tnt-footer-text a,
.tnt-footer-text a:link,
.tnt-footer-text a:visited
{
	color:#333;
}

.tnt-footer-text a:hover
{
	text-decoration:none;
}

.tnt-image
{
	padding-top: 57px;
	}


.qf-n {
	background-position:center;
	background-image:url(qf-n.png);
	background-repeat: no-repeat;
	height: 95px;
	position:relative;
	text-align:center;
}

.qf-c {
	width: 980px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	background-image:url(qf-c.png);
	background-repeat:repeat-y;
	height:340px;
}

.qf-c1 {
	width: 980px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	background-image:url(qf-c.png);
	background-repeat:repeat-y;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111;
}

.qf-c1 h1 {
	font-size: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1b5e92;
}

.qf-c1 h2 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

.padding50px
{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.qf-s {
	width: 980px; 
	height:30px;
	margin-top:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-position:center;
	background-image:url(qf-s.png);
	background-repeat:no-repeat;
	clear:both;
} 

.qf-box
{
	padding-top: 55px;}
	
.qf-image
{
	}
	
.qf-health
{
	background-image:url(qf-health.jpg);
	background-repeat:no-repeat;
	background-position:top center;}

.qf-auto
{
	background-image:url(qf-auto.jpg);
	background-repeat:no-repeat;
	background-position:top center;}

.qf-life
{
	background-image:url(qf-life.jpg);
	background-repeat:no-repeat;
	background-position:top center;}

.qf-home
{
	background-image:url(qf-home.jpg);
	background-repeat:no-repeat;
	background-position:top center;}

#qf-zipcode-textbox {
	position:absolute;
	left:285px;
	top:101px;
	width:100px;
	height:40px;
	z-index:1;
	font-size:46px;
}
#qf-go {
	position:absolute;
	left:429px;
	top:98px;
	width:50px;
	height:40px;
	z-index:1;
	
}

.tnt-box
{
	padding-top: 55px;
	margin-top:3px;
	height: 100px;}
	
.tnt-health
{
	background-image:url(tnt-health.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 100px;
	text-align:left;}

.tnt-auto
{
	background-image:url(tnt-auto.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 100px;
	text-align:left;}

.tnt-life
{
	background-image:url(tnt-life.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 100px;
	text-align:left;}

.tnt-home
{
	background-image:url(tnt-home.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 100px;
	text-align:left;}

.tnt-text-box
{
	padding-left:55px;
}

.quote_form_small
{
	background-image:url(quote-small.png);
	background-repeat:no-repeat;
	height:148px;
	z-index:1;
}

.quote_form_box
{
	background-image:url(quote-box-small.png);
	background-repeat:no-repeat;
	height:148px;
	z-index:1;
}

.quote-box-small-options
{
	width:586px;
	padding-top: 60px;
	padding-left:35px;
	display:inline-table;
}

.quote-box-small-option
{
	float:left;
	padding-left: 10px;
}

.quote-box-small-zipcode-area
{
	display:inline-table;
	display:block;
	padding-left:175px;
}

.quote-box-small-zipcode
{
	float:left;
	padding-top: 10px;
}

.quote-box-small-go
{
	float:left;
	padding-top:5px;
}

#metas{
	position:relative;
	left:10px;
	top:-80px;
	width:960px;
	height:50px;
	text-align:center;
}

