html {
	font-size: 62.5%;
	background: #fff url(/images/site/bg_html.jpg) repeat-x left top;
	}

body {
	font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #444;
	}

p, li, dt, dd, address, blockquote, label, textarea, input {
	font: normal 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
	}

li p, li label, li input, p li, p input, dd li, li li {
	font-size: 1em;
	}

p, ul, ol, h2, h3, h4, h5, form, blockquote, address {
	margin: 0 0 14px;
	}

dd ul {
	margin-bottom: 0;
	}

ul, ol {
	margin-left: 2.5em;
	}

	ul, ul ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

a {
	text-decoration: underline;
	color: #1d4b91;
	outline: none;
	}

	a:hover {
		text-decoration: none;
		color: #393;
		/*color: #4d5664;*/
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 5px 0 15px 0; padding: 0;
	font-weight: normal; font-size: 2.9em;
	line-height: 1.1; color: #204374;
	}

h2 {
	font-size: 1.7em; line-height: 1.1;
	}

	li h2 {
		font-size: 1.5em; line-height: 1.1;
	}

h2, h2 a {
	display: block;
	color: #444; /*color: #393;*/
	}

h3 {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
	}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block;
	height: 100%;
	clear: both;
	visibility: hidden;
	}

#wrapper {
	margin: 0 auto; padding: 0;
	width: 960px;
	height: 1%;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------
	HEADER AND NAV
-----------------------------------------------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	margin-bottom: 10px;
	height: 110px;
	background: url(/images/site/bg_header.gif) no-repeat center 0;
        z-index: 10;
	}

#autos #header {
        background: url(/images/site/bg_header_red.gif) no-repeat center 0;
}

#logo {
	position: absolute;
	width: 230px;
	text-indent: -9999px;
	z-index: 5;
	}

	#logo a {
		display: block;
		height: 110px;
	}

	#logo a:hover {
		display: block;
		height: 110px;
		background: url(/images/site/bg_header.gif) no-repeat center -130px;
	}

#bloglink {
        float: right;
        font-size: 12px;
        font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-top: 90px;
        }

#spanishlink {
        position: absolute;
        right: 0;
        top: 70px;
        font-size: 12px;
        font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;
        }

#nav_old {
	position: absolute;
	top: 21px; left: 235px;
	margin: 0 0 0 -18px; padding: 0;
	height: 34px; overflow: hidden;
	list-style: none;
	background: url(/images/site/bg_nav_old.gif) no-repeat 16px 0;
	}

	#nav_old li {
		float: left; display: inline;
		margin-left: 16px;
		}

	#nav_old li a {
		display: block;
		height: 34px;
		text-indent: -9999px;
		}

	#nav_old li a:hover, #nav_old li a.active {
		background: url(/images/site/bg_nav_old.gif) no-repeat 0 -34px;
		}

	#nav_old li.home a { width: 68px; }
	#nav_old li.home a:hover, #nav_old li.home a.active { background-position: 0 -34px; }
	#nav_old li.loans a { width: 72px; }
	#nav_old li.loans a:hover, #nav_old li.loans a.active { background-position: -84px -34px; }
	#nav_old li.services a { width: 93px; }
	#nav_old li.services a:hover, #nav_old li.services a.active { background-position: -172px -34px; }
        #nav_old li.autos { margin-left: 10px; }
	#nav_old li.autos a { width: 75px; }
	#nav_old li.autos a:hover, #nav_old li.autos a.active  { background-position: -275px -34px; }
        #nav_old li.locations { margin-left: 10px; }
	#nav_old li.locations a { width: 107px; }
	#nav_old li.locations a:hover, #nav_old li.locations a.active  { background-position: -360px -34px; }
        #nav_old li.faq { margin-left: 10px; }
	#nav_old li.faq a { width: 55px; }
	#nav_old li.faq a:hover, #nav_old li.faq a.active { background-position: -477px -34px; }
        #nav_old li.about { margin-left: 10px; }
	#nav_old li.about a { width: 80px; }
	#nav_old li.about a:hover, #nav_old li.about a.active { background-position: -542px -34px; }
        #nav_old li.contact { margin-left: 10px; }
	#nav_old li.contact a { width: 92px; }
	#nav_old li.contact a:hover, #nav_old li.contact a.active { background-position: -632px -34px; }

 #nav {
	position: absolute;
	top: 21px; left: 235px;
	margin: 0 0 0 -18px; padding: 0;
	height: 34px; width: 800px; overflow: hidden;
	list-style: none;
	background: url(/images/site/bg_nav2.gif) no-repeat 16px 0;
	}

	#nav li {
		float: left; display: inline;
		/* margin-left: 16px; */
		}

	#nav li a {
		display: block;
		height: 34px;
		text-indent: -9999px;
		}

	#nav li a:hover, #nav li a.active {
		background: url('/images/site/bg_nav2.gif') no-repeat 0 -34px;
		}

	#nav li.home a { width: 68px; margin-right: 16px; margin-left: 16px; }
	#nav li.home a:hover, #nav li.home a.active { background-position: 0 -34px; }
	#nav li.loans a { width: 72px; margin-right: 16px; }
	#nav li.loans a:hover, #nav li.loans a.active { background-position: -84px -34px; }
	#nav li.dealers a { width: 94px; margin-right: 13px; }
	#nav li.dealers a:hover, #nav li.dealers a.active  { background-position: -172px -34px; }
	#nav li.locations a { width: 106px; margin-right: 11px; }
	#nav li.locations a:hover, #nav li.locations a.active  { background-position: -279px -34px; }
	#nav li.faq a { width: 50px; margin-right: 16px; }
	#nav li.faq a:hover, #nav li.faq a.active { background-position: -396px -34px; }
	#nav li.about a { width: 76px; margin-right: 16px; }
	#nav li.about a:hover, #nav li.about a.active { background-position: -462px -34px; }
	#nav li.contact a { width: 92px; margin-right: 16px; }
	#nav li.contact a:hover, #nav li.contact a.active { background-position: -554px -34px; }





/*---------------------------------------------------------------------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------------------------------------------------------------------*/

#content {
	position: relative;
	margin: 0 0 15px; padding: 20px 0;
	min-height: 500px;
	background: #fff url(/images/site/bg_content.gif) no-repeat left top;
	}

#intro {
	margin: 0 20px 20px;
	}

/*----------------------------------------------------------
	HOME
------------------------------------------------------------*/

#home #content {
	padding: 0;
	background-image: none;
	}

/*.slideshow{height:313px;width:960px}*/

#banner {
	position: relative;
	margin: 0 0 10px;
	height: 280px;
	background-color: transparent;
	background:none;
	}

	#banner-image {
		position: absolute;
		top: -50px; z-index: 1;
		width: 960px; height: 330px;
		background-repeat: no-repeat; background-position: left bottom;
		overflow:hidden;
	}

	#banner-image .ssimgwrap{width:960px;height:330px;background:none;background-color:transparent;zoom:1}

	#banner-image img{
		background-color: transparent;
		background:none;
	}

	#banner-message {
		position: absolute;
		top: 20px; left: 20px; z-index: 2;
		margin: 0; padding: 0;
		width: 300px;
		font: normal 28px/1.1 Georgia;
		/*color: #444; */
		color:#111;
		z-index: 10;
	}

	#banner-message-button {
		position: absolute;
		top: 210px; left: 15px; z-index: 2;
		margin: 0; padding: 0;
		width: 280px; height: 50px;
		text-indent: -9999em;
	}

	#banner-message-button a {
		display: block;
		height: 100%;
		background: url(/images/site/bg_buttons.png) no-repeat left top;
	}

	#banner-message-button a:hover {
		background-position: -280px top;
	}

	#banner-zipbox {
		position: absolute;
		bottom: 15px; right: 25px; z-index: 2;
		width: 290px; height: 200px;
		background: url(/images/site/bg_home_zipbox.gif) no-repeat left top;
	}

	#banner-zipbox h2 {
		margin-bottom: 10px;
		height: 60px;
		text-indent: -9999em;
	}

	#banner-zipbox p {
		padding: 0 15px;
		font-size: 11px;
	}

	#banner-zipbox form {
		margin: 0; padding: 0;
	}

	#banner-zipbox form legend, #banner-zipbox form label {
		display: none;
	}

        #banner-zipbox form label.spanish {
                display: block;
        }

	#banner-zipbox form input#zipcode {
		float: left;
		padding: 1px 5px;
		width: 150px;
		font-size: 19px;
	}

	#banner-zipbox form button {
		float: right;
		width: 80px; height: 30px;
		text-indent: -9999em;
		border: none;
		cursor: pointer;
		background: url(/images/site/bg_buttons.png) no-repeat left -50px;
	}


	#banner-zipbox form button:hover {
		background-position: -280px -50px;
	}

	#banner-zipbox form button.reverse {
		background-position: -280px -50px;
	}

	#banner-zipbox form button.reverse:hover {
		background-position: left -50px;
	}

#home-feature {
	margin: 0 auto 20px;
	width: 940px; height: 330px;
	background-color: #222;
	}

#home-blocks {
	margin: 0; padding: 10px 0 0;
	list-style: none;
	font-size: 11px;
                width: 960px;
	background: url(/images/site/bg_home_blocks_services.gif) no-repeat left top;
	}

	#home-blocks div {
		float: left; display: inline;
		margin: 0 15px;
	}

	#home-blocks ul {
		margin-left: 0;
		list-style: none;
	}

	#home-blocks li {
		padding-left: 15px;
		background: url(/images/site/bg_bullet.gif) no-repeat scroll left 4px;
	}

	#home-blocks li a {
		display: block;
		text-decoration: none;
	}

	#home-blocks h2 {
		margin-bottom: 10px;
		height: 28px;
		text-indent: -9999em;
	}

	#home-blocks p, #home-blocks li, #home-blocks blockquote {
		font-size: 1.12em;
		margin-left:4px;
	}

	#home-blocks li p, #home-blocks label {
		margin-bottom: 8px;
	}

	#home-blocks input#email {
		width: 138px;
	}

	#hb-loans {
		width: 290px;
	}

	#hb-services {
		width: 200px;
	}

	#hb-specials {
	width: 215px;
                left: 170px;
	}

       #hb-taxes { width: 208px; height: 190px; position: absolute; left: 455px; top: 270px; background: url(/images/site/bg_taxes.png); padding: 30px 30px 30px 27px; z-index: 10;  }

       #hb-taxes:hover { width: 232px; height: 201px; position: absolute; left: 445px; top: 270px; background: url(/images/site/bg_taxes.png) 0 -245px; padding: 30px 30px 30px 27px; z-index: 10;  }

       #hb-taxes h2 { background: url(/images/site/bg_taxprep-up.png) 0 -264px; width: 163px; height: 23px; text-indent: -9999px; margin-top: 16px; }

       #hb-taxes:hover h2 { background: url(/images/site/bg_taxprep-up.png) 0 -294px; width: 178px; height: 25px; text-indent: -9999px; margin-top: 16px; }

       #hb-taxes a.button { display: block; background: url(/images/site/bg_taxprep-up.png) 0 0; width: 210px; height: 51px; text-indent: -9999px; }

       #hb-taxes:hover a.button, #services #main p a.button { display: block; background: url(/images/site/bg_taxprep-up.png) 0 -120px; width: 232px; height: 56px; text-indent: -9999px; font-size: 1px; }

       #hb-taxes:hover a.button:hover, #services #main p a.button:hover { background: url(/images/site/bg_taxprep-up.png) 0 -190px; width: 232px; height: 56px; }

       #hb-taxes:hover p { font-size: 14px; }

       #hb-taxes p img { float: right; padding: 0 0 10px 10px;}

       #hb-taxes p img { width: 40px; height: 45px; }

        #hb-specials img {
        margin: 8px 0;
       }

       #hb-specials {
              position: relative;
       }

	#hb-testimonials blockquote {
		font-style: italic;
		text-indent: 25px;
		background: url(/images/site/bg_quote_open.gif) no-repeat left top;
	}

	.testimonials_quote {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #003399;
	}

	#hb-testimonials em {
		display: block;
		text-align: right;
	}

a#home-autos {
	display: block;
	width: 205px; height: 52px;
	text-indent: -9999em;
	background: url(/images/site/home_cars.png) no-repeat 0 0;
        margin: 7px 0 10px 0;
}

	a#home-autos:hover {
		background-position: 0 -52px;
	}



#main {
	position: relative;
	float: left; display: inline;
	margin: 0 0 0 20px; padding: 0;
	width: 630px;
	}

	#main.dealer_main { width: 610px; padding-right: 20px;}

	.img-left {
		float: left;
		margin: 0 20px 20px 0;
		border: 1px solid #d8d8d8;
		background-color: #f5f5f5;
	}

	.img-right {
		float: right;
		margin: 0 0 20px 20px; padding: 3px;
		border: 1px solid #d8d8d8;
		background-color: #f5f5f5;
	}

	.img-noborder {
		border: none;
		background-color: transparent;
	}

	.img-title {
		float: left; display: inline;
		margin: 0 20px 0 0;
	}

	h1:after {
	    content: ".";
	    display: block;
	    height: 0
	    clear: both;
	    visibility: hidden;
	}


	.intro {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.static_image {
		float: right;
		padding: 0 0 10px 10px;
	}


#search { position: relative; }
#search label.spanish { display: block; clear: both; }
/* #search button { position: absolute; right: 10px; top: 50px; } */

.hiddenFields, .hidden {
	display: none;
	}

.required {
	color: #f60;
	}

#entries {
	margin: 0;
	list-style: none;
	}

	#entries ul {
		list-style: square;
	}

	#entries li {
		position: relative;
	}

	#entries li li {
		padding: 5px 0;
        background: none;
	}

	#entries li h2 {
		margin: 0 0 4px;
	}

	#entries li h2 a:link, #entries li h2 a:visited {
		text-decoration: none;
	}

	.entries-icon li {
		padding: 15px 40px 15px 120px;
	}

	.entries-icon img {
		position: absolute;
        margin: 5px 0 0 -100px;
	}

	.entries-noicon li {
		padding: 15px 20px;
		background: url(/images/site/bg_dotline.gif) repeat-x left bottom;
	}

.date {
	font-weight: bold;
	color: #666;
	}

/*----------------------------------------------------------
	LOCATIONS
------------------------------------------------------------*/

#locations #main, #locations #sidebar {
	width: 450px;
	}

#sidebar-gmap {
	float: right; display: inline;
	margin-right: 20px;
	width: 450px; height: 450px;
	background: url(/images/site/bg_locations.gif) no-repeat left top;
	}

	#sidebar-gmap #gmap {
		margin: 5px 0 0 5px;
		width: 440px; height: 440px;
	}

/*----------------------------------------------------------
	BRANCH
------------------------------------------------------------*/

#branch-description {
	padding-top: 1.5em;
	border-top: 5px solid #1d4b91;
	/*margin-top: 8em;*/
	margin-top: 2em;
	}

#branch-apply {
	position: absolute;
	right: 0;
	margin-top: -65px;
	}

	#branch-apply a {
		display: block;
		width: 220px; height: 50px;
		text-indent: -9999em;
		background: url(/images/site/bg_buttons.png) no-repeat left -80px;
	}

	#branch-apply a:hover {
		background-position: -280px -80px;
	}

#branch-cars {
	position: absolute;
	right: 0;
	}

	#branch-cars a {
		display: block;
		width: 222px; height: 52px;
		text-indent: -9999em;
		background: url(/images/site/locations_cars.png) no-repeat 0 0;
	}

	#branch-cars a:hover {
		background-position: 0px -52px;
	}

#branch-manager {
	position: relative;
	margin-bottom: 10px;
	padding: 0 15px 0 10px;
	height: 175px; overflow: hidden;
	background: url(/images/site/bg_branch.gif) no-repeat left top;
	}

	#branch-manager img {
		border: 1px solid #e8edf5;
	    float: left;
		margin: 10px 10px 0 0;
	}

#branch-manager-bio {
	font-size: 10px;
	}

	#branch-manager-bio img {
		float: right; display: inline;
		margin: 20px 0 20px 20px;
		padding: 3px;
		border: 1px solid #999;
	}

#branch-office, #branch-gmap {
	float: left; display: inline;
	margin-bottom: 10px;
	width: 220px; height: 195px;
	background: url(/images/site/bg_branch.gif) no-repeat left -175px;
	}

	#branch-office-link a {
		display: block;
		margin: 150px 10px 0;
		width: 200px; height: 30px;
		text-indent: -9999em;
		background: url(/images/site/bg_buttons.png) no-repeat scroll left -130px;
	}

	#branch-office-link a:hover {
		background-position:  -280px -130px;
	}

	#branch-gmap {
		margin-left: 10px;
	}

    #branch-gmap #gmap, #branch-office img {
		margin: 10px;
		width: 198px; height: 128px;
		border: 1px solid #ccc;
	}

#branch-office img{position:absolute}

	#branch-gmap .gmnoprint span, #branch-gmap .gmnoprint a {
		display: none;
	}

	#branch-gmap-link a {
		display: block;
		margin: 0 10px;
		width: 200px; height: 30px;
		text-indent: -9999em;
		background: url(/images/site/bg_buttons.png) no-repeat left -160px;
	}

	#branch-gmap-link a:hover {
		background-position:  -280px -160px;
	}


/*---------------------------------------------------------------------------------------------------------------------------------------
	LOANS
-----------------------------------------------------------------------------------------------------------------------------------------*/

	#loanapp{
		margin:0;
		padding:0;
		width:920px;
		}
	#loanapp fieldset{
		margin-bottom:20px;
		padding:20px;
		background-color:#f1f2ef;
		border:1px solid #ccc;
		}
	#loanapp h2{font-size:2.1em;}
	#loanapp h3{
		font-size:1.5em;
		font-weight:normal;
		border-bottom:1px solid #ccc;
		margin-top:20px;
		}
	#loanapp label,#loanapp strong{
		float:left;
		display:inline;
		margin-right:20px;
		width:278px;
		font-weight:bold;
		text-align:right;
		line-height:28px;
		}
	#loanapp input,#loanapp select,#loanapp textarea{
		font:13px Verdana,sans-serif;
		color:#333;
		width:250px;
		border:1px solid #ccc;
		padding:3px;
		float:left;

		}

	.loanapp_check{
		width: 10px;
		border: 0;
		padding:3px;
		float:left;
	}

	.loanapp_check input, .loanapp_check select {
		width: 10px;
		border: 0;
		padding:3px;
		float:left;
	}

	#loanapp select{width:258px;}
	#loanapp textarea{
		width:500px;
		height:200px;
		}
	#loanapp input#submit{
		padding:10px 30px;
		font-size:15px;
		font-weight:bold;
		color:#fff;
		text-transform:uppercase;
		cursor:pointer;
		background-color:#900;
		border:none;
		}
	#loanapp input#submit:hover{background-color:#960;}
	#loanapp .radios{line-height:28px;}
	#loanapp .radios input{float:none;}
	#loanapp ul{
		margin:0;
		padding:0;
		list-style:none;
		clear:both;
		}
	#loanapp ul li{
		padding:5px 0;
		clear:both;
		}
	#loanapp .noborder{border:none;}
	#loanapp em{
		padding-left:20px;
		margin-left:5px;
		margin-top:5px;
		line-height:19px;
        white-space: nowrap;
		}
	em.error{
		background:url("/images/site/bg_form_unchecked.gif") no-repeat 0 top;
		}
	em.success{
		background:url("/images/site/bg_form_checked.gif") no-repeat 0 7px;
		}
	form.cmxform label.error{margin-left:auto;width:250px;}
	em.error{color:black;}
	#warning{display:none;}
	#loanapp .shortdrops select{width:80px;margin-right:9px;}
	.per strong{
		float:left;
		display:inline;
		margin-right:20px;
		font-weight:bold;
		text-align:right;
		line-height:28px;
		}
	.terms {
		display:block;
		width: 500px;
		height: 200px;
		overflow: auto;
		background: #fff;
		border:1px solid #ccc;
		padding:5px;
		}

	td {
		padding: 0 7px 7px 7px;
		}

	th {
		font:13px Verdana,sans-serif;
		font-weight: bold;
		padding: 5px 0 3px 7px;
		}

li#textarea textarea{
	margin-right:57px;
	float: right;
}

/*---------------------------------------------------------------------------------------------------------------------------------------
	SIDEBAR
-----------------------------------------------------------------------------------------------------------------------------------------*/

#sidebar {
	float: right; display: inline;
	margin: 0 20px 0 0; padding: 0;
	width: 250px;
	}

	#sidebar .blocks {
		margin-bottom: 20px;
	}

	#sidebar ul {
		margin: 0;
		list-style: none;
	}

	#sidebar ul li a {
		text-decoration: none;
	}

	#sidebar-search h3, #sidebar-testimonials h3, #sidebar-specials h3 {
		margin: 0;
		height: 50px;
		text-indent: -9999em;
		background: url(/images/site/bg_sidebar.gif) no-repeat left top;
	}

a#loans-cars {
	display: block;
	width: 253px; height: 59px;
	text-indent: -9999em;
	background: url(/images/site/loans_cars.png) no-repeat 0 0;
        margin: 7px 0 10px 0;
}

	a#loans-cars:hover {
		background-position: 0 -59px;
	}
/*----------------------------------------------------------
	SIDEBAR SEARCH
------------------------------------------------------------*/

#sidebar-search {
	background: url(/images/site/bg_sidebar.gif) repeat-y -1252px top;
	}

	#sidebar-search h3 {
		margin: 0;
		height: 50px;
		text-indent: -9999em;
		background-position: -1001px top;
	}

	#sidebar-search ul {
		margin: 0; padding: 0;
	}

	#sidebar-search form {
		margin: 0; padding: 5px 15px 10px;
		background: url(/images/site/bg_sidebar.gif) no-repeat -1503px bottom;
	}

	#sidebar-search form legend, #sidebar-search form label {
		display: none;
	}

        #sidebar-search form label.spanish {
                display: block;
        }

	#sidebar-search form fieldset {
		margin: 0; padding: 0;
	}

	#sidebar-search input, #sidebar-search select {
		padding: 4px 5px;
        width: 200px;
		font-size: 15px;
	}

        #sidebar-search label.spanish input {
                width: auto;
        }

	#sidebar-search li {
		padding: 8px 0;
	}

	#sidebar-search button {
		display: block;
		margin: 0; padding: 0;
		width: 170px; height: 30px;
		text-indent: -9999em;
		border: none;
		cursor: pointer;
		background: url(/images/site/bg_buttons.png) no-repeat left -190px;
	}

	#sidebar-search button:hover {
		background-position: -280px -190px;
	}

/*----------------------------------------------------------
	SIDEBAR TESTIMONIALS AND SPECIALS
------------------------------------------------------------*/

#sidebar-testimonials, #sidebar-specials {
	background-color: #f1f2ef;
	}

	#sidebar-specials h3 {
		margin: 0;
		height: 50px;
		text-indent: -9999em;
		background-position: -250px top;
	}

	#sidebar-specials ul {
		padding: 0 15px 15px;
		background: url(/images/site/bg_sidebar.gif) no-repeat -750px bottom;
	}

	#sidebar-specials ul li {
		padding-left: 1.5em;
		background: url(/images/site/bg_bullet.gif) no-repeat scroll left 5px;
	}

	#sidebar-testimonials blockquote {
		margin: 0 15px;
		font-style: italic;
		text-indent: 25px;
		background: url(/images/site/bg_quote_open_sidebar.gif) no-repeat left top;
	}

	#sidebar-testimonials em {
		display: block;
		margin: 15px -15px;
		width: 250px;
		font-size: 10px;
		text-indent: 70px; line-height: 30px;
		background: url(/images/site/bg_sidebar.gif) no-repeat -500px top;
	}

a.btn, button.btn {
	display: block;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/site/bg_buttons.gif) no-repeat 0 0;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	margin-bottom: 10px; padding-top: 10px;
	background: url(/images/site/bg_dotline.gif) repeat-x left top;
	height:150px;
	}

	#footer a {
		color: #444;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer p, #footer address {
		margin-bottom: 5px;
		font-size: 1.1em;
	}

#inflink{position:absolute;bottom:10px;right:0;z-index:4; display: none;}

#home #inflink { display: inline; }

#logos {
	margin: 0; padding: 0;
	list-style: none;
	}

	#logos li {
		float: left;
		margin-right: 30px;
	}

#affiliates_head {
    text-align:right;
    padding-right: 40px;
    font-family: Georgia,serif;
    font-size: 16px !important;
    font-weight: bold;
    }

p.phone { position: absolute; top: 0px; right: 0; font-weight: bold; font-size: 14px; color: white; z-index: 10000; }

/* Currently hidden */
#credit {
   display: none;
	position: absolute;
	top: 10px; right: 0;
	text-indent: -9999px;
	}

	#credit a {
		display: block;
		width: 96px; height: 20px;
		background: url(/images/site/bg_credit.gif) no-repeat right 6px;
	}

	#credit a:hover {
		background: url(/images/site/bg_credit.gif) no-repeat right -16px;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	SLIMBOX
---------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font: normal 13px Verdana;
	color: #444;
	}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {background: url(/images/site/bg_machack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_window {
	position: fixed;
	background: white;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
        position: absolute; top: -12px; right: -15px;
	}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	}

#TB_title{height:27px;}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal{padding:15px;}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
	}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent{
	clear:both;
	border:none;
       -moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	}

a#TB_closeWindowButton { display: block; text-indent: -9999px; width: 18px; height: 0; padding-top: 17px; overflow: hidden; background: url(/images/site/bg_taxprep-up.png) 0 -414px; }

a#TB_closeWindowButton:hover { background-position: 0 -434px; }


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	TAX PREP POPUP
---------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html.popup { width: 695px; padding: 50px 0 10px 20px; background-image: none; background-color: #fff; }

.popup h1 { display: none; }

.tax-form form { /* position: relative; width: 700px; */  }

.popup img { float:right; padding: 0 0 20px 20px;}

.popup h2 { font-size: 22px; color: #25a22e; line-height: 27px; }

.popup h3 { font-size: 20px; color: #25a22e; line-height: 25px; font-weight: normal; }

.popup span { font-size: .9em; }

.popup input.submit { float: right; width: 170px; height: 30px; padding-top: 30px; margin-top: -35px; overflow: hidden; background: url(/images/site/bg_taxprep-up.png) 0 -460px; border: 0; }

.popup input.submit:hover { float: right; width: 170px; height: 30px; padding-top: 30px; margin-top: -35px; overflow: hidden; background: url(/images/site/bg_taxprep-up.png) 0 -500px; border: 0; }

.popup a.fakecheck { display: block; float: left; width: 385px; height: 24px; background: url(/images/site/popup_checkbox.png) 0 0 no-repeat; font-size: 13px; text-decoration: none; outline: none; color: #444; padding-left: 30px; margin-bottom: 5px; }

.popup a.fakechecked { display: block; float: left; width: 385px; height: 24px; background: url(/images/site/popup_checkbox.png) 0 -24px no-repeat; font-size: 1.3em; text-decoration: none; outline: none; color: #444; padding-left: 30px; margin-bottom: 5px; }

.popup label { display: none; }

/*--------------- Chage body ID to home ---------------*/

#home #TB_ajaxWindowTitle { width: 197px; height: 49px; background: url(/images/site/popup_logo.png); text-indent: -9999px; display: block; position: absolute; top: -20px; left: 2px; }

#home #TB_title { background-color: none; height: auto;}

#home #TB_window { border: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#home #TB_iframeContent { -moz-border-radius: 5px; -webkit-border-radius: 5px;  }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	PRINT STYLES
---------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  }

  ul, ol {
	margin-left: 2em;
	}

	ul {
		list-style: none;
	}

	ol {
		list-style: decimal;
	}

  .subject{
	display: block;
	width: 275px;
	padding-right: 10px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	}

  .answer {
	display: block;
	width: 200px;
	float: left;
    }

  .loans_list {
	padding: 5px 0;
	clear: both;
	}

}

@media handheld {

}


/* Sweepstakes */

html.sweepstakes, body.sweepstakes { background-color: #1070b2; width: 100%; height: 100%; padding: 100px 0 100px 0;}

body.sweepstakes #container { background-color: #fff; width: 667px; margin: 0 auto; padding: 20px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;}

body.sweepstakes #phone, body.sweepstakes #copy { float: left;  }

body.sweepstakes #phone { margin-right: 10px; }

body.sweepstakes #container h2 { display: block; width: 594px; height: 30px; background: url(/images/site/sweepstakes/header.gif) 0 0; text-indent: -9999px;  margin-bottom: 30px;}

body.sweepstakes p#tagline { width: 403px; height: 236px; background: url(/images/site/sweepstakes/copy.gif) 0 0; display: block; text-indent: -9999px; }

body.sweepstakes a#official { font-size: 22px; color: #000; padding-left: 20px; }

body.sweepstakes p#rules { font-size: 11px;  clear:both; padding-top: 40px;}

#banner-message-button a.sweepstakes {  display: block; width: 303px; height: 106px; background: url(/images/site/sweepstakes/btn_sweepstakes.png) 0 0; text-indent: -9999px; margin: 10px 0 10px 0; }

#banner-message-button a.sweepstakes:hover {  background-position: 0 -106px; }

p#banner-message-button { top: 150px; left: 0; }


#dealer_page {
  width:958px;
  height:830px;
  position:relative;
  left:-18px;
  top:-124px;
}

#dealer_page h3 {
  background:url("/images/site/bg_dont_lose_sale_title.png") no-repeat scroll 0 0 transparent;
  height:100px;
  left:144px;
  position:absolute;
  text-indent:-9999px; /* hide text */
  top:18px;
  width:650px;
}

#dealer_page .content_blurb { position: absolute; top: 512px; left: 30px; width: 596px; }
#dealer_page .content_blurb dt {color:#144082;}
#dealer_page .keeping_simple ul { display: block; margin-left:20px; overflow:hidden;}
#dealer_page .keeping_simple li { display: block; float: left; width: 120px; text-align: center; margin-left:100px; }
#dealer_page .keeping_simple li:first-child { margin-left: 0; }
#dealer_page .keeping_simple .head { width: 597px; text-align: center; display: block; font-size: 15px; font-weight: normal; color: #144082; margin-top: 15px; }
#dealer_page .keeping_simple li { color: #8d8d8d; }
#dealer_page .keeping_simple .step {
  background:url("/images/site/bg_dealer_step_circle.png") no-repeat scroll center 0 transparent;
  color:#FFFFFF;
  display:block;
  height:50px;
  margin:0;
  padding-bottom:0;
  padding-top:10px;
  text-align:center;
  width: 100%;
  font-size: 16px;
}

#dealer_page .ready_to_start { left:680px; position:absolute; top:600px; }
#dealer_page .ready_to_start dt { color: #144082; font-size: 16px; line-height: 1.2; text-transform: uppercase; font-weight: normal; padding-top: 15px; padding-left: 10px; margin: 0px;}
#dealer_page .ready_to_start dd { padding-left: 10px; padding-top: 10px; line-height: 1.5; margin: 0px; font-size: 14px; }
#dealer_page .ready_to_start dd p.side_phone { color: #144082; font-size: 14px; padding-top: 5px; }
#dealer_page .ready_to_start dd p.side_phone img { position: relative; top: 8px; margin-right: 5px; }

#dealer_page { background-image: url("/images/site/bg_dont_lose_sale_background_2.jpg"); }

#dealer_page h3 {
background:url("/images/site/bg_dont_lose_sale_title_2.png") no-repeat scroll 0 0 transparent;
height:100px;
left:73px;
position:absolute;
text-indent:-9999px;
top:42px;
width:650px;
}

#dealer_page .ready_to_start {
left:689px;
position:absolute;
top:39px;
width:255px;
}

/* Dealer Application */

.loan-info-calc-sum.readonly { background-color: #ddd; } /* Turns grey when script makes it readonly */

#content { background-image: none!important; padding-top: 2px!important; }
#banner { background-color: #fff!important; border-bottom: solid 2px #dcdcdc !important }
#banner .tag-line { position: relative!important; left:470px !important; padding-top:23px !important; width:410px!important; font-family: Georgia, Verdana, sans serif !important; letter-spacing:0.04em !important; }
#banner #banner-zipbox { background-image:none !important; bottom:0 !important; height:160px !important; right:68px !important; width:auto !important; }
#banner #banner-zipbox h2 { color:#007A29 !important; font-size:15px !important; font-weight:500 !important; height:auto !important; text-indent:0 !important; }

#banner #banner-zipbox form { float: left !important; }
#banner #banner-zipbox form input#zipcode { float: none !important; border-top:1px solid #848484  !important; display:block !important; font-size:13px !important; padding:7px 5px !important; width:105px !important; }
#banner .apply-button { float:none !important; margin-top:9px !important; display: block; }
#banner .explanation { border-left:1px solid #DFDFDF !important; float:left !important; font-size:10px !important; margin-left:23px !important ; padding-left:6px !important; width:274px !important; }
#banner .explanation p { margin-bottom: 0 !important; }
#home-blocks { background-image:url("/images/site/bg_home_blocks.jpg") !important; }
#home-blocks #hb-specials { left: 1px !important; width:275px!important; }
#home-blocks #hb-fast-approval { left: 0 !important; position:relative !important; width:300px !important; margin-left:20px}
.green-phone { margin-top:20px !important; color: #008620; }

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/js/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

#textarea em {float:left}

/* Dealer button */
a.small-button {
    text-decoration:none;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 48px;
    padding: 5px;
    text-align: center;
    width: 360px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color:#168627;
border-radius: 5px;
cursor:pointer;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(7,116,43)),
    color-stop(0.16, rgb(22,134,39)),
    color-stop(0.51, rgb(42,157,32)),
    color-stop(0.8, rgb(67,182,25))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(7,116,43) 0%,
    rgb(22,134,39) 16%,
    rgb(42,157,32) 51%,
    rgb(67,182,25) 80%
);
}
a.small-button:hover {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(24,41,115)),
    color-stop(0.24, rgb(43,66,134)),
    color-stop(0.48, rgb(49,96,154)),
    color-stop(0.8, rgb(46,135,176))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(24,41,115) 0%,
    rgb(43,66,134) 24%,
    rgb(49,96,154) 48%,
    rgb(46,135,176) 80%
);
}
