/* @override http://192.168.1.101:8888/insurancequote/css/main.css */

/*
Company:	InsuranceQuote
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-bkg.gif) no-repeat 50% 0;
	padding: 42px 0 0 0;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
	padding-bottom: 30px;
	overflow: hidden;
}
body.inside-nohead div#bd {
	padding-top: 25px;
}

/* Footer */
div#ft {
	background: url(../images/ft-bkg-wide.gif) repeat-x 0 0;
	overflow: hidden;
}
div.ft-wrap {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.gif) no-repeat 50% 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
div.ft-wrap p {
	margin: 0 0 5px 0;
	font-size: 85%;
}
div.ft-wrap p.ft-nav {
	color: #025691;
}
div.ft-wrap p.ft-nav a:link, div.ft-wrap p.ft-nav a:visited {
	color: #025691;
	text-decoration: none;
}
div.ft-wrap p.ft-nav a:hover {
	text-decoration: underline;
}
div.ft-wrap p.copyright {
	color: #fff;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 214px;
	height: 83px;
	background: url(../images/iq-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Home Feature */
body.home div.feature {
	padding: 10px 0 0 0;
	background: url(../images/home-feature-bkg.jpg) no-repeat 0 100%;
	width: 902px;
	height: 266px;
	overflow: hidden;
	clear: both;
}
body.home div.feature div.search {
	width: 475px;
	margin: 11px 0 0 38px;
	float: left;
	display: inline;
}
body.home div.feature div.search h1 {
	text-align: center;
	font-size: 100%;
	margin: 0;
	padding: 0 0 33px 0;
	background: url(../images/quote-arrow-down.gif) no-repeat 195px 100%;
}
body.home div.feature div.search h1 span.orange {
	color: #e5a632;
	font-size: 277%;
	font-family: "Helvetica Condensed", "Arial Narrow", Impact,  Helvetica, sans-serif;
	display: block;
	margin-bottom: -10px;
}
body.home div.feature div.search h1 span.orange span.small-orange {
	font-size: 69%;
}
body.home div.feature div.search h1 span.blue {
	color: #3580b4;
	font-size: 277%;
	font-family: "Helvetica Condensed", "Arial Narrow", Impact,  Helvetica, sans-serif;
	display: block;
}
body.home div.feature div.search label {
	font-size: 108%;
	font-weight: bold;
	color: #024b7d;
	display: block;
	width: 150px;
	padding: 2px 5px 0 0;
	text-align: right;
	float: left;
	display: inline;
}
body.home div.feature div.search label.zip {
	padding-top: 8px;
}
body.home div.feature div.search div.row {
	clear: both;
	padding: 5px 0;
}
body.home div.feature div.search input.txt {
	border: 1px solid #666666;
	background-color: #f3f8c8;
	font-size: 116%;
	padding: 5px;
	width: 180px;
	color: #024b7d;
	font-weight: bold;
}
body.home div.feature div.search input.btn {
	margin: 0 0 0 155px;
}
body.home div.feature ul {
	margin: 11px 0 0 0;
	padding: 0;
	width: 100px;
	float: right;
	display: inline;
}
body.home div.feature ul li {
	list-style: none;
	font-size: 231%;
	font-family: "Myriad Pro Bold", "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	height: 36px;
	color: #fff;
}

/* Inside Feature */
body.inside div.feature {
	padding: 10px 0 10px 0;
	background: url(../images/inside-search-bkg.jpg) no-repeat 0 0;
	width: 902px;
	height: 154px;
	overflow: hidden;
	clear: both;
}
body.inside div.feature h1 {
	color: #024b7d;
	font-size: 231%;
	font-family: "Helvetica Condensed", "Arial Narrow", Impact,  Helvetica, sans-serif;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 28px;
}
body.inside div.feature label {
	font-size: 108%;
	font-weight: bold;
	color: #024b7d;
	display: block;
	width: 150px;
	padding: 2px 5px 0 0;
	text-align: right;
	float: left;
	display: inline;
}
body.inside div.feature select {
	width: 150px;
}
body.inside div.feature label.zip {
	padding-top: 8px;
}
body.inside div.feature div.row {
	clear: both;
	padding: 5px 0;
}
body.inside div.feature input.txt {
	border: 1px solid #666666;
	background-color: #fff;
	font-size: 116%;
	padding: 5px;
	width: 138px;
	color: #024b7d;
	font-weight: bold;
	vertical-align: middle;
}
body.inside div.feature input.btn {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
body.inside div.feature p.page-title {
	position: absolute;
	margin: 113px 0 0 610px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	font-size: 215%;
	padding: 0;
	line-height: 30px;
	width: 287px;
}

/* Partners */
div.our-partners {
	background: url(../images/partners-bkg.gif) no-repeat 0 0;
	width: 233px;
	height: 244px;
	overflow: hidden;
}
div.our-partners h2 {
	font-family: "Myriad Pro Bold", "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #043e65;
	font-size: 123.1%;
	margin: 18px 0 0 19px;
}
div.our-partners a {
	text-indent: -9000px;
}
div.our-partners a.partner-allstate {
	display: block;
	width: 60px;
	height: 45px;
	position: absolute;
	margin: 10px 0 0 20px;
}
div.our-partners a.partner-nationwide {
	display: block;
	width: 116px;
	height: 45px;
	position: absolute;
	margin: 10px 0 0 100px;
}
div.our-partners a.partner-farmers {
	display: block;
	width: 112px;
	height: 40px;
	position: absolute;
	margin: 85px 0 0 15px;
}
div.our-partners a.partner-amica {
	display: block;
	width: 75px;
	height: 40px;
	position: absolute;
	margin: 85px 0 0 140px;
}
div.our-partners a.partner-liberty {
	display: block;
	width: 98px;
	height: 48px;
	position: absolute;
	margin: 135px 0 0 15px;
}
div.our-partners a.partner-amfam {
	display: block;
	width: 90px;
	height: 45px;
	position: absolute;
	margin: 145px 0 0 130px;
}

/* Side */
div.side {
	width: 233px;
	float: left;
	display: inline;
}
body.home div.side {
	padding-top: 15px;
}

/* Main */
div.main {
	width: 650px;
	float: right;
	display: inline;
}
body.home div.main {
	background: url(../images/home-feature-btm.jpg) no-repeat 457px 0;
	padding-top: 30px;
}
body.inside-white div.main {
	background: url(../images/inside-white-hd.gif) no-repeat 0 0;
	padding: 20px;
	width: 616px;
}

/* Home Infos */
div.home-infos {
	padding: 20px 0 0 0;
}

/* Latest Articles */
div.latest-articles {
	background: url(../images/latest-news-bkg.jpg) repeat-x 0 32px;
}
div.main div.latest-articles {
	width: 313px;
	float: left;
	display: inline;
}
div.side div.latest-articles {
	width: 225px;
	margin-left: 4px;
	float: left;
	display: inline;
}
div.main div.latest-articles div.content {
	padding: 10px 18px;
}
div.side div.latest-articles div.content {
	padding: 10px 10px;
}
div.main div.latest-articles h3 {
	margin: 0;
	background: url(../images/home-latest-articles-hd.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 42px;
	color: #fff;
	font-size: 123.1%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
}
div.side div.latest-articles h3 {
	margin: 0;
	background: url(../images/side-latest-articles-hd.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 42px;
	color: #fff;
	font-size: 123.1%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
}
div.latest-articles h4 {
	background: url(../images/article-icon.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
	font-size: 85%;
	font-family: Tahoma, Helvetica, sans-serif;
}
div.latest-articles h4 a:link, div.latest-articles h4 a:visited {
	color: #0663a4;
	text-decoration: underline;
}
div.latest-articles h4 a:hover {
	text-decoration: none;
}
div.latest-articles p {
	padding: 0 0 0 20px;
	margin-bottom: 25px;
	font-size: 85%!important;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #666666;
}
div.latest-articles p a:link, div.latest-articles p a:visited {
	color: #ff3300;
	text-decoration: none;
}
div.latest-articles p a:hover {
	text-decoration: underline;
}

/* State Insurance Information */
div.state-ins-info {
	width: 313px;
	background: url(../images/state-ins-bkg.jpg) repeat-x 0 32px;
	float: right;
	display: inline;
}
div.state-ins-info h3 {
	margin: 0;
	background: url(../images/home-state-hd.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 48px;
	color: #fff;
	font-size: 123.1%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
}
div.state-ins-info div.content {
	padding: 10px;
}
div.state-ins-info h4 {
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
	background: url(../images/globe-icon.gif) no-repeat 0 0;
	font-size: 138.5%;
	line-height: 100%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
	color: #043e65;
}
div.state-ins-info select {
	margin: 0 0 20px 60px;
	width: 180px;
}
/* @end */

/* @group Nav */
div#nav {
	padding: 40px 0 0 0;
	width: 680px;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#nav ul li {
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 0 10px 5px 0;
	font-size: 93%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #055d9a;
	background: url(../images/nav-hover.gif) repeat-x 0 100%;
}

/* Insurance Center */
div.ins-center {
	background: url(../images/sidenav-top.gif) no-repeat 0 0;
	padding-top: 11px;
	width: 223px;
	overflow: hidden;
	margin-left: 5px;
}
div.ins-center2 {
	background: url(../images/sidenav-bkg.gif) repeat-y 0 0;
	width: 223px;
}
div.ins-center3 {
	background: url(../images/sidenav-btm.gif) no-repeat 0 100%;	
	overflow: hidden;
	width: 223px;
}
div.ins-center-btm {
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 223px;
	height: 8px;
	background: url(../images/sidenav-btm-round.gif) no-repeat 0 0;
}
div.ins-center h2 {
	color: #fff;
	font-family: "Myriad Pro Bold", "Myriad Pro", Myriad, Helvetica, sans-serif;
	margin: 0 0 5px 12px;
	text-transform: uppercase;
}
div.ins-center ul {
	margin: 0;
	padding: 0 0 2px 0;
	background: url(../images/nav-div.gif) no-repeat 50% 0;
}
div.ins-center ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 50% 100%;
}
div.ins-center ul li a {
	display: block;
	margin-left: 12px;
	padding: 8px 0 8px 40px;
	width: 160px;
	font-size: 93%;
	font-family: "Helvetica Condensed", "Arial Narrow",  Helvetica, sans-serif;
	font-weight: bold;
}
div.ins-center ul li.ins-auto a {
	background: url(../images/ins-auto.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-auto-active a {
	background: url(../images/ins-auto-active.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-home a {
	background: url(../images/ins-home.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-health a {
	background: url(../images/ins-health.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-life a {
	background: url(../images/ins-life.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-moto a {
	background: url(../images/ins-moto.gif) no-repeat 0 50%;
}
div.ins-center ul li.ins-biz a {
	background: url(../images/ins-biz.gif) no-repeat 0 50%;
}
div.ins-center ul li a:link, div.ins-center ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div.ins-center ul ul {
	background: url(../images/ins-sub-bkg.gif) no-repeat 0 0 #77b6e2;
	width: 213px;
	margin: 0 0 0 5px;
	padding: 5px 0;
}
div.ins-center ul ul li {
	background: none;
}
div.ins-center ul ul li a {
	padding: 2px 0 2px 26px;
	background: none!important;
	font-weight: normal;
}
div.ins-center ul ul li a:link, div.ins-center ul ul li a:visited {
	color: #eefc6b;
}
div.ins-center ul ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
body.home div.main h1 {
	font-family: "Helvetica Condensed", "Arial Narrow", Impact,  Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #043e65;
	font-size: 182%;
}

body.inside div.main h1 {
	font-family: "Helvetica Condensed", "Arial Narrow", Impact,  Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #d0921f;
	font-size: 182%;
}
/* @end */

/* @group Common Text Styles */
body.home div.main p {
	font-size: 93%;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #555;
}
body.inside div.main p {
	font-size: 93%;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #555;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0663a4;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */