﻿* 
{
	padding: 0;
	margin: 0;
}

html
{
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: .9em;
	color: #232323;		
}

body 
{
	background: #fff;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	color: #232323;
}

img
{
    border: 0;
}

input
{
	font-family: 'Trebuchet MS', 'Lucida Grande';
}

select
{
	font-family: 'Trebuchet MS', 'Lucida Grande';
}

textarea
{
	font-family: 'Trebuchet MS', 'Lucida Grande';
}

/**
 * ========================================================================
 * Wrapper
 * ========================================================================
 */
 
div#wrapper
{
    margin: 0 auto 0 auto;
    width: 900px;   
} 

/**
 * ========================================================================
 * Header
 * ========================================================================
 */

div#header
{
    margin-top: 20px;
    height: 162px;
    background: #fff url('/images/background-header.gif') no-repeat top left;   
}

/**
 * Logo
 */
 
div#logo 
{
	float: left;
	width: 234px;
}

h1#logo-show 
{
	top: 7px;
	left: 4px;
	width: 161px;
	height: 155px;
	position: relative;
	font-size: .75em;
}

h1#logo-show span 
{
	background: url('/images/top-logo.gif') no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/**
 * People
 */

div#people
{
    float: left;
    position: relative;
    top: 46px;
    margin-left: 75px;
    width: 256px;
    height: 107px;
    background: url('/images/top-aia-type.gif') no-repeat;   
}

/**
 * Vehicles
 */

div#vehicles
{
    float: left;
    margin: 32px 0 0 35px;   
}

div#vehicles-fade
{
    position: absolute;
    top: 0;
    margin: 30px 0 0 699px;   
    width: 201px;
    height: 151px;
    background: url('/images/top-insurance-for-the-rest-of-us.gif') no-repeat top;
}

div#vehicles-fade div.text
{
    padding: 131px 0 0 31px;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    color: #fff;
}

div#vehicles-fade div.text-spanish
{
    padding: 131px 0 0 19px;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    color: #fff;
}

/**
 * Location
 */
 
div#your-location
{
    position: absolute;
    top: 20px;
    margin-left: 146px;
    padding: 4px 0 0 7px;
    font-size: .75em;
    color: #fefefe;
}

div#your-location a
{
    color: #aaa;
}

div#your-location span.title
{
    font-size: 1.1em;
}

/* Overlay */
#simplemodal-overlay
{
	background-color: #000; 
	cursor: wait;
}

/* Container */
#simplemodal-container 
{
	height: 250px; 
	width: 500px; 
	/*left: 50%; 
	top: 20%; 
	margin-left: -250px; */
	background-color: #fff; 
	border: 2px solid #000;
}

#simplemodal-container a.modalCloseImg 
{
	background: url(/images/modal/x.png) no-repeat; 
	width: 25px; 
	height: 29px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: -15px; 
	right: -18px; 
	cursor: pointer;
}

#simplemodal-container #basicModalContent 
{
	padding: 8px;
}

#simplemodal-container div.inner
{
	padding: 10px;
}

#simplemodal-container div.inner a
{
	color: #0202D6;
}

#simplemodal-container div.inner h3
{
	padding-bottom: 15px;
	font-size: 1.25em;
	color: #FF0000;
}

#simplemodal-container div.inner p.small
{
	padding-top: 15px;
	font-size: .85em;
}

/**
 * ========================================================================
 * Navigation
 * ========================================================================
 */

div#navigation-main
{
    clear: both;
    height: 34px;
    background: #e00303 url('/images/background-navigation.gif') repeat-x;
    text-align: center;
}

/* 
 * English
 */

div#navigation-main ul
{
    list-style: none;  
    padding-top: 6px;
}

div#navigation-main ul li
{
    padding: 0 11px 0 11px;
    display: inline;
}

div#navigation-main ul li a
{
    font-weight: bold;
    color: #fefefe;
}

/* 
 * Spanish
 */

div#navigation-main ul.espanol
{
    list-style: none;  
    padding-top: 7px;
}

div#navigation-main ul.espanol li
{
    padding-left: 15px;
    display: inline;
}

div#navigation-main ul.espanol li a
{
    font-weight: bold;
    /*font-size: .8em;*/
    color: #fefefe;
}

/**
 * Top navigation
 */
 
div#navigation-top
{
    position: absolute;
    top: 0;
    margin: 0 0 0 665px;
}

/* English */

div#navigation-top ul
{
    list-style: none;  
}

div#navigation-top ul li
{
    padding-left: 10px;
    display: inline;
}

div#navigation-top ul li a
{
    font-weight: bold;
    font-size: .75em;
    color: #e30303;
}

/* Spanish */

div#navigation-top ul.espanol
{
    position: relative;
    left: -75px;
    list-style: none;  
}

div#navigation-top ul.espanol li
{
    padding-left: 10px;
    display: inline;
}

div#navigation-top ul.espanol li a
{
    font-weight: bold;
    font-size: .75em;
    color: #e30303;
}

/**
 * Sub navigation
 */

div#navigation-sub
{
    clear: both;
    position: absolute;
    top: 196px;
    height: 67px;
    margin-top: 1px;
    background: url('/images/background-navigation-sub.gif') repeat-x;
}

/**
 * Sub left
 */

div#sub-left
{
    float: left;
    width: 200px;
    height: 67px;
    background: url('/images/header-navigation-sub-vline.gif') no-repeat top right;
}

div#sub-left .inner
{
    padding: 6px 10px 0 30px;
}

div#sub-left .inner a
{
    color: #fefefe;
}

div#sub-left .inner h2
{
    font-size: .8em;
    color: #fefefe;
}

div#sub-left .inner img.more-info
{
    position: relative;
    top: -19px;
    left: 75px;
}

/**
 * Sub middle
 */

div#sub-middle
{
    float: left;
    width: 500px;
    height: 67px;
    text-align: center;
    font-size: 1.25em;
    color: #fefefe;
}

div#sub-middle .inner h2
{
    padding-top: 2px;
    font-size: 1.5em;
}

div#sub-middle .inner h2.espanol
{
    padding-top: 10px;
    font-size: 1em;
}

/**
 * Sub right
 */

div#sub-right
{
    float: left;
    width: 200px;
    height: 67px;
    background: url('/images/header-navigation-sub-vline.gif') no-repeat top left;
    text-align: center;
    font-size: .8em;
    color: #fefefe;
}

div#sub-right .inner
{
    padding-top: 15px;
}

div#sub-right .inner a
{
    color: #fefefe;
}

div#sub-right .inner h2
{
    font-size: 1.25em;
}

div#pimy-side
{
    margin-top: 12px;
}

/**
 * ========================================================================
 * Content
 * ========================================================================
 */

div#content
{
    clear: both;
    overflow: hidden;
    border-top: 1px solid #fff;
}

div#content a
{
    border-bottom: 1px dotted #848383;
    text-decoration: none;
    color: #0202D6;   
}

div#content a:hover
{
    border-bottom: 1px dotted #FF232A;
}

div#content div.nav-line
{
    clear: both;
    overflow: hidden;
    height: 2px;
    padding-top: 10px;
    margin: 0 0 5px 8px;
    background: url('/images/nav-hline.gif') no-repeat;
}

div#content div.padder
{
    clear: both;
    height: 10px;
    overflow: hidden;
}

div#content p
{
    padding-bottom: 1em;
}

div#content .button
{
    padding: 6px 12px 6px 12px;
    background: #e10300 url('/images/background-buttons.gif') repeat-x top;
    font-weight: bold;
    color: #fefefe;
}

div#content .button a
{
    text-decoration: underline !important;
    border-bottom: none !important;
    font-weight: bold;
    color: #fefefe;
}

input.button-check
{
    display: none;
}

div#content .button-espanol
{
    height: 100px;
}

div#content .center
{
    text-align: center;
}

div#content div.hr
{
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    border-bottom: 1px solid #aaa;
}

/**
 * Left
 */

div#content-left
{
    float: left;
    width: 200px;
    padding-bottom: 20001px;
    margin-bottom: -20000px;
    background: #f5f4f4;
    color: #3a3a3a;
}

div#content-left .inner
{
    padding: 10px;
}

div#content-left .inner h3
{
    padding-bottom: 5px;
    font-size: 1.1em;
    color: #ff0000;
}

div#content-left .inner img
{
    float: left;
    padding-right: 10px;
}

div#content-left .inner ul.numbers
{
    list-style: none;
}

div#content-left .inner ul.numbers li
{
    padding-bottom: 2px;
    font-weight: bold;
    color: #0202d6;
}

div#content-left .inner img.nv-general-logo
{
    padding: 0 0 10px 8px;
}

div#content-left .inner .text
{
    padding: 0 8px 8px 8px;
    font-size: .8em;
}

div#content-left .inner .text ul
{
    padding: 0 0 10px 0;
    list-style: none;
}

/**
 * Middle
 */

div#content-middle
{
    float: left;
    width: 700px;
    padding-bottom: 20001px;
    margin-bottom: -20000px;
    background: #fff;
}

div#content-middle .inner
{
    padding: 10px 15px 10px 0;
}

div#content-middle .inner .small
{
    font-size: .8em;
}

div#content-middle .inner img.icon-question
{
    position: relative;
    top: 4px;
    cursor: pointer;
}

div#content-middle .inner img.content-image
{
    float: right;
}

div#content-middle .inner ul
{
    padding: 0 0 1em 2.5em;
}

div#content-middle .inner ul.look-no-further
{
    padding-bottom: 1em;
    list-style: none;
}

div#content-middle .inner h2.header
{
    padding-bottom: 15px;
    font-size: 1.1em;
    color: #0202D6;
}

div#content-middle .inner h2.header-content
{
    padding-bottom: 15px;
    font-size: 1.35em;
    color: #0202D6;
}

div#content-middle .inner h3
{
    font-size: 1.1em;
    color: #ff232a; 
}

div#content-middle .inner h3.sitemap
{
    padding-bottom: 1em;
    font-size: 1.1em;
    color: #ff232a; 
}

div#content-middle .inner h3 a
{
    color: #ff232a; 
}

div#content-middle .inner b.blue
{
    color: #0202D6; 
}

div#content-middle .inner p.section-header
{
    font-weight: bold;
    color: #FF232A;
}

div#content-middle .inner input.button
{
    padding: 3px;
    border: 2px solid #8b0304 !important;
    font-size: 1.15em;
    font-weight: bold; 
}

div#content-middle .inner input.button-gray
{
    padding: 3px;
    border: 2px solid #7e7e7e !important;
    font-size: 1.15em;
    font-weight: bold; 
}

div#content .button-gray
{
    padding: 6px 12px 6px 12px;
    background: #9c9c9c;
    font-weight: bold;
    color: #fefefe;
}

div#content .button-gray a
{
    text-decoration: underline !important;
    border-bottom: none !important;
    font-weight: bold;
    color: #fefefe;
}

div#content-middle .inner .disclaimer
{
    font-size: .75em;
}

div#content-middle .inner img.arrow-small
{
    padding-right: 5px;
}

div#content-middle .inner div.content-bordered
{
    padding: 5px;
    margin-bottom: 1em;
    border: 2px solid #aaa;
    background: #ddd;
}

div#content-middle .inner div.content-bordered ul
{
    padding: 0;
    padding-left: 15px;
    margin: 0;
    list-style: none;
}

div#content-middle .inner div.home-insurance-list
{
    clear: both;   
    margin-bottom: 13px;
}

div#content-middle .inner div.home-insurance-list a
{
    font-weight: bold;
    color: #FF232A;
}

div#content-middle .inner div.home-insurance-list div.content img
{
    float: right;
    padding-left: 5px;
}

div#content-middle .inner div#renewal-amount
{
    font-weight: bold;
}

p.home-thawte
{
    text-align: center;
}

p.home-thawte a
{
    border: none !important;
}

/**
 * Quote tables
 */
 
div#content-middle table#quote td
{
    padding: 4px;
}

div#content-middle table#quote td.maintitle
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 1em;
    color: #FF0000;
}
 
div#content-middle table#quote td.maintext
{
    font-size: .8em;
}

div#content-middle table#quote td.section-header
{
    border: 1px solid #6095FD;
    background: #abc6fd;
    font-weight: bold;
}

div#content-middle table.locations span.maintitle
{
    font-weight: bold;
    font-size: 1em;
    color: #FF0000;
}

/**
 * Login
 */

div#content-middle table#login td
{
    padding: 4px;
}

div#content-middle table#login td.label
{
    font-weight: bold;
}

div#content-middle table#login td.total
{
    border-top: 1px dotted #232323; 
    background: #ceffcf;
}

div#content-middle table#login select.small
{
    font-size: .75em;
}

/**
 * Payment history
 */
 
div#content-middle table.payment-history th
{
    padding: 2px;
    background: #ABC6FD;
    border: 1px solid #6095FD;
}

div#content-middle table.payment-history td
{
    padding: 3px;
    border: 1px solid #aaa;
    font-size: .8em;
}

div#content-middle table.payment-history tr.alternate
{
    background: #e9e9e9;
}

/**
 * Search results
 */

table.location-search-results th.left
{
    border-top: 1px solid #6095FD;
    border-right: 1px solid #6095FD;
    border-bottom: 1px solid #6095FD;
    border-left: 1px solid #6095FD;
    background: #ABC6FD;
}

table.location-search-results th.right
{
    border-top: 1px solid #6095FD;
    border-right: 1px solid #6095FD;
    border-bottom: 1px solid #6095FD;
    background: #ABC6FD;
}

table.location-search-results td.left
{
    padding: 5px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    font-size: .8em;
}

table.location-search-results td.right
{
    padding: 5px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: .8em;
}

/**
 * Breadcrumb
 */

div#breadcrumb
{
    padding-bottom: 15px;
    font-size: .75em;
}

div#breadcrumb ul
{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

div#breadcrumb ul li
{
    display: inline;
}

div#breadcrumb ul li a
{
    color: #454545;
}

/**
 * Notices
 */
 
#completion-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#completion-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#error-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice #errors
{
	margin: 1em 0 0 0;
}

div.error-summary
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

div.error-summary h4
{
	font-size: 1.1em;
	font-weight: bold;
}

div.error-summary ul
{
    padding: 1em 0 0 0 !important;
    margin: 0 !important;
    list-style: none;
}

#warning-notice-payment
{
	padding: 10px;
	border: 1px solid #D2DC0E;
	background: #F3F890;
	font-size: 12px;
}

#warning-notice-payment h4
{
	font-size: 12px;
	font-weight: bold;
}

#warning-notice
{
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #D2DC0E;
	background: #F3F890;
}

#warning-notice h4, #warning-notice-payment h4
{
	font-size: 1.1em;
	font-weight: bold;
}

.error
{
    font-weight: bold;
    color: red;
}

/**
 * Home selection
 */
 
div#home-selection
{
    clear: both;
    margin-bottom: 15px;
    width: 696px;
    height: 352px;
    background: url('/images/home-background.jpg') no-repeat top left;
    color: #fff;
}   

div#home-selection a
{
    border: none !important;
    color:#fff;
}  

div#home-selection div.get-a-free
{
    clear: both;
    padding-left: 35px;
    height: 56px;
    line-height: 65px;
    font-size: 1.95em;
}

div#home-selection div.links
{
    clear: both;
    padding: 8px 0 0 85px;
    height: 40px;
    font-size: 1.25em;
}

div#home-selection div.buttons
{
    /*float: left;*/
    padding: 36px 0 0 0;
    width: 429px;
    text-align: center;
}

div#home-selection div.buttons div.need-quote
{
    margin: 0 0 0 80px;
    *margin: 0 0 0 0;
    width: 278px;
    height: 44px;
    background: url('/images/home-button-bg.gif') no-repeat top;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
}

div#home-selection div.buttons div.need-quote a
{
    width: 278px;
    height: 44px;
    display: block;
}

div#home-selection div.buttons div.im-back
{
    margin: 36px 0 0 80px;
    *margin: 36px 0 0 0;
    width: 278px;
    height: 44px;
    background: url('/images/home-button-bg.gif') no-repeat top;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
}

div#home-selection div.buttons div.im-back a
{
    width: 278px;
    height: 44px;
    display: block;
}

div#home-selection div.buttons img.pad
{
    margin-bottom: 30px;
}

div#home-selection div.numbers
{
    position: relative;
    margin: 15px 0 0 65px;
    width: 315px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    /*background: #000;
    filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;*/
}

div#home-selection div.numbers-spanish
{
    position: relative;
    margin: 15px 0 0 50px;
    width: 350px;
    text-align: center;
    font-size: 1.15em;
    font-weight: bold;
    
}

div#home-selection div.numbers div.inner
{
    /*padding: 139px 32px 0 0;*/
}

div#home-selection div.number
{
    /*font-size: .8em;*/
}

td.thawte-seal a 
{
    border-bottom: none !important;    
}

/**
 * Right
 */

div#content-right
{
    float: left;
    width: 200px;
    padding-bottom: 20001px;
    margin-bottom: -20000px;
    /*background: #f5f4f4;*/
    color: #3a3a3a;
}

div#content-right .inner
{
    padding: 10px 0 10px 10px;
}

div#content-right #your-profile
{
    /*position: relative;
    top: -10px;*/
}

div#content-right #your-profile h3
{
    font-size: 1.1em;
}

div#content-right #your-profile ul
{
    padding-left: 12px;
    list-style: none;
}

div#content-right #answer
{
    padding: 0 10px 0 10px;
    font-weight: bold;
    font-size: .8em;
    color: #FF0000;   
}

div#content-right #answer img.more-info
{
    position: relative;
    top: -10px;
    margin-left: 15px;
}

div#content-right div.text
{
    /*padding: 0 8px 8px 8px;*/
    font-size: .8em; 
}

div#content-right ul.list
{
    padding: 0 0 1em 0;
    list-style: none;   
}

div#content-right ul.links
{
    padding: 0 0 1em 0;
    list-style: none;   
}

div#content-right ul.links li
{
    padding-bottom: 10px;  
}

div#state-language
{
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: .85em;
    color: #E30303;
}

div#state-language a
{
    color: #E30303;
}

div#state-language div.title
{
    font-weight: bold;
}

table.renewal-login
{
    background: #999999 url('/images/login-background.jpg') no-repeat top left;
}

table.renewal-login td
{
    font-size: .8em;
    color: #fff;
}

table.renewal-login td a
{
    border: none !important;
    text-decoration: underline !important;
    color: #fff !important;
}

td.renewal-header
{
    padding: 5px;
    background: #020299;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

td.pad
{
    padding: 10px 0 0 10px;
}

td.pad-links
{
    padding: 0 10px 0 0;
}

input.master-field
{
    width: 165px;
}

/**
 * Login box
 */
 
div#pay-box-header
{
    height: 39px;
    background: url('/images/pay-online-header.jpg') no-repeat top;
}

div#pay-box
{
    overflow: hidden;
    height: 175px;
    background: url('/images/pay-online-bg.jpg') no-repeat bottom;
}

td.pay-box-email
{
    padding: 5px 20px 0 20px;
    *padding: 0px 20px 0 20px;
}

td.pay-box-password
{
    padding: 8px 20px 0 20px;
    *padding: 4px 20px 0 20px;
}

td.pay-box-forgot
{
    padding: 3px 20px 0 20px;
    *padding: 3px 20px 0 20px;
}

td.pay-box-create
{
    padding: 3px 20px 0 20px;
    *padding: 0px 20px 0 20px;
}

td.pay-box-login-button
{
    padding: 10px 25px 0 20px;
    *padding: 5px 25px 0 20px;
}

/**
 * ========================================================================
 * Pay my way, PIMY
 * ========================================================================
 */
 
div.option
{
    float: left; 
    margin: 0 0 20px 0; 
    padding: 20px 0 20px 0; 
    width: 156px; 
    text-align: center; 
    background: #ddd;
}

div.option-pad
{
    margin: 0 20px 20px 0; 
}

a.section-selected
{
    font-weight: bold; 
}
 
.hide
{
    display: none;
}

input.section-3-amount
{
    text-align: center;
}

td.pimy-radio
{
    background: url('/images/pimy-radio.gif') no-repeat top left;
}

td.pimy-radio input
{
    margin-left: 4px;
    width: 14px;
    height: 14px;
    /*background: #A07D2F;*/
    color: #000;
}

td.pimy-text
{
    overflow: hidden;
    height: 100px;
    background: url('/images/pimy-text.gif') no-repeat top left;
}

td.pimy-text h2
{
    padding-left: 10px;
    margin-bottom: 5px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #ffff99;
}

td.pimy-text p
{
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    color: #fff;
}


#pimy-error-notice
{
	display: none;
	padding: 10px;
	margin: 0 0 1.75em 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#pimy-error-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#pimy-error-notice #errors
{
	margin: 1em 0 0 0;
}

/**
 * ========================================================================
 * Print
 * ========================================================================
 */
 
.print-only
{
    display: none;
}

/**
 * ========================================================================
 * Footer
 * ========================================================================
 */
 
div#footer
{
    clear: both;
    padding-bottom: 15px;
    margin: 0 auto 0 auto;
    width: 900px;  
    border-top: 1px solid #fff;
}

div#footer ul
{
    list-style: none;
    text-align: center;
}

div#footer ul li
{
    padding-left: 5px;
    display: inline;
}

div#footer ul li a
{
    font-weight: bold;
    font-size: .75em;
    color: #464646;
}

div#footer div#blue-bar
{
    margin-bottom: 5px;
    height: 34px;
    background: #0c30ec url('/images/background-footer.gif') repeat-x top;   
}

div#footer div#blue-bar div#copyright
{
    float: left;
    width: 450px;  
    font-weight: bold;
    font-size: .8em;
    color: #fefefe;
}

div#footer div#blue-bar div#copyright .inner
{
    padding: 7px 0 0 10px;
}

div#footer div#blue-bar div#credits
{
    float: left;
    width: 450px;  
    text-align: right;
    font-weight: bold;
    font-size: .8em;
    color: #fefefe;
}

div#footer div#blue-bar div#credits a
{
    color: #fefefe;
}

div#footer div#blue-bar div#credits .inner
{
    padding: 7px 10px 0 0;
}