/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999999;
	background: #f6f6f6 url(../images/bg/top_gradient.png) repeat-x;
}
h1, h2, h3, h4, h5, h6 { color:#6c95d1; margin-bottom: 1em; font-weight: normal; }
h1	{ font-size: 2em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.125em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .75em; 
	line-height: 130%; 
	margin: 1em 0;
}

a, a:link, a:visited, a:active { color: #000; text-decoration: none; }
a:hover { text-decoration: underline;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.center { text-align: center; }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
.imgLeft { float: left; padding: 5px 20px 10px 0; }
.imgRight { float: left; padding: 0 0 10px 15px; }


/*   =======   LAYOUT  =======   */

#wrap { 
	width: 994px;
	margin: auto;
	background: url(../images/bg/top_shadows.png) no-repeat;
	position: relative;
	z-index: 2;
}
#header {
	width: 930px;
	height: 110px;
	margin: auto;
	background: url(../images/bg/header.png) no-repeat;
}
#logo {
	width: 181px;
	padding: 35px 0 0 9px;
	float: left;
}
#main {
	width: 930px;
	margin: 43px auto 0;
	clear: both;
	background: url(../images/bg/main-pages.png) no-repeat 0 99px;
	overflow: auto;
}
#main-home {
	width: 930px;
	margin: 43px auto 0;
	clear: both;
	background: url(../images/bg/main-home.png) no-repeat 0 291px;
	overflow: auto;
}
#headline {
	background: url(../images/bg/home_cta.jpg) no-repeat left top;
	height: 291px;
	width: 930px;
}
#homeLeft {
	width: 350px;
	float: left;
	padding: 42px 25px 0 25px;
}
#homeRight {
	width: 464px;
	float: right;
	padding: 42px 33px 22px 33px;
}
#main-home-base { 
	background: url(../images/bg/main-home-base.png) no-repeat;
	width: 930px;
	height: 10px;
	margin: auto;
	clear: both;
}
#main-pages-base { 
	background: url(../images/bg/main-pages-base.png) no-repeat;
	width: 930px;
	height: 11px;
	margin: auto;
	clear: both;
}
#footerWrap {
	width: 100%;
	height: 288px;
	margin: -134px auto 0;
	overflow: hidden;
	background: url(../images/bg/bottom_shadow.png) no-repeat center top;
}


/*   =======   NAV  =======   */

#nav, #navTwo { 
	float: left;
}
#nav li, #navTwo li { float: left; }

#nav a {
	display: block;
	float: left;
	width: 160px;
	height: 109px;
	text-indent: -999em;
}
#nav li a:hover, #nav li.navOn a { background-position: left bottom; }
#nav .nav-works	a	{ background: url(../images/elements/nav_howitworks.png) no-repeat left top; }
#nav .nav-notice a	{ background: url(../images/elements/nav_notice.png) no-repeat left top; }
#nav .nav-lease	a	{ background: url(../images/elements/nav_lease.png) no-repeat left top; }

#navTwo a {
	display: block;
	float: left;
	text-indent: -999em;
	width: 130px; 
	height: 57px;
}
#navTwo li a:hover, #navTwo li.navOn a { background-position: left bottom; }
#navTwo .nav-store	a	{ background: url(../images/elements/nav_attorney.png) no-repeat left top; }
#navTwo .nav-contact a	{ background: url(../images/elements/nav_contact.png) no-repeat left top; }

#navThree li { float: left; }
#navThree a { 
	float: left;
	width: 130px;
	height: 52px;
	text-indent: -999em;
}
#navThree li a:hover, #navThree li.navOn a  { background-position: left bottom; }
#navThree .nav-login a	{ background: url(../images/elements/nav_login.png) no-repeat left top; }
#navThree .nav-started a	{ background: url(../images/elements/nav_getstarted.png) no-repeat left top; }
#navThree .nav-logout a	{ background: url(../images/elements/nav_logout.png) no-repeat left top; }
#navThree .nav-myaccount a	{ background: url(../images/elements/nav_myaccount.png) no-repeat left top; }


/*   =======   FOOTER  =======   */


#footer {
	width: 930px;
	height: 60px;
	margin: 180px auto 15px;
	background: url(../images/bg/footer.png) no-repeat center top;
}
.copyright {
	float: left;
	color: #fff;
	margin: 14px 0 0 30px !important;
}
#footer_nav {
	float: right;
	margin: 11px 30px 0 0;
	text-align: right;
	_margin-right: 7px; /* IE6 */
}
#footer_nav li {
	display: inline;
	margin: 0;
	text-align: right;
}
#footer_nav li a {
	font-size: .75em;
	color: #fff;
	margin: 0 5px 0 0;
	text-decoration: none;
	border-right: 1px solid white;
	padding-right: 7px;
}
#footer_nav li a:hover {
	text-decoration: underline;
}
#footer_nav li a.last {
	margin: 0;
	padding: 0;
	border: none;
}
.credit {
	clear: both;
	float: right;
	margin: 20px 30px 0 0;
	color: #666666;
	width: 600px;
	text-align: right;
}
.credit a {
	color: #666666;
	text-decoration: none;
}
.credit a:hover {
	color: #000;
	text-decoration: underline;
}



/*   =======   HOME PAGE  =======   */

#headline-text {
	width: 407px;
	float: right;
	margin: 45px 40px 0 0;
	text-align: center;
}
#headline-text h2 {
	background: url(../images/text_cta-home.png) no-repeat center top;
	text-indent: -999em;
	width: 407px;
	height: 136px;
}
a.button-works { background: url(../images/elements/button_howitworks.png) no-repeat left top;  }
a.button-getstarted { background: url(../images/elements/button_getstarted.png) no-repeat left top;  }
a:hover.button-works, a:hover.button-getstarted { background-position: left bottom; }

a.button-works, a.button-getstarted {
	width: 142px;
	height: 34px;
	text-indent: -999em;
	display: block;
	float: left;
	margin: 0 0 0 40px;
}
#homeLeft h2 {
	margin-bottom: 5px;
}
.cta1 a { background: url(../images/elements/button_sendnotice.png) no-repeat left top; margin-bottom: 33px; }
.cta2 a { background: url(../images/elements/button_customlease.png) no-repeat left top; }
.cta1 a:hover, .cta2 a:hover { background-position: left bottom; }
.cta1 a, .cta2 a {
	width: 464px;
	height: 112px;
	display: block;
	text-indent: -999em;
}


/*   =======   SUBPAGES  =======   */

#pageTitle {
	width: 930px;
	height: 99px;
	background: url(../images/bg/pagetitle.jpg) no-repeat left top;
}
#pageTitle h2 {
	text-align: right;
	line-height: 99px;
	color: #fff;
	font-size: 1.875em;
	margin-right: 35px;	
}
#pageLeft {
	width: 256px;
	float: left;
	padding: 27px 32px 0;
}
#pageRight {
	width: 577px;
	float: right;
	padding: 33px 33px 33px 0;
}
#subNavWrap {
	width: 238px;
	background: url(../images/bg/subnav_top.png) no-repeat;
	padding: 9px 9px 0;
}
#subNavWrapBase {
	width: 256px;
	height: 16px;
	background: url(../images/bg/subnav_base.png) no-repeat;
	margin: 0 auto 35px;
}
#subNavWrap h3 {
	display: block;
	margin: 10px 0 0 13px;
	*margin-top: 20px;
	color: #9f9f9f;
	font-size: 1.375em;
}
#subNav {
	margin: 15px 0 43px;
}
#subNav li {
	width: 212px;
	padding: 0 13px;
	background: url(../images/bg/subnav_list.png) left center;
	margin: 0;
}
#subNav li a {
	font-size: .75em;
	color: #648ac3;
	padding: 0;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 30px;
	display: block;
	margin: 0;
}
#subNav li:hover {
	background: url(../images/bg/subnav_list_hover.png) left center;
}
#subNav li:hover a {
	color: #505050;
	cursor: pointer;
	text-decoration: none;
}
#subNav li.working{
	background: url(../images/bg/subnav_list_hover.png) left center;
}
.pageCTA-top {
	width: 180px;
	padding: 25px 25px 15px;
	margin: 0 auto;
	background: url(../images/bg/pageCTA-top.png) no-repeat center top;
}
.pageCTA-base {
	background: url(../images/bg/pageCTA-base.png) no-repeat;
	width: 230px;
	height: 10px;
	margin: 0 auto;
}
.pageCTA-top p, .pageCTA-top a {
	margin: 0;
	color: #f3e9d9;
}
.pageCTA-top h4 {
	color: #fff;
	font: 1.125em;
}
#pageRight h3 {
	margin: 30px 0 0 0;
}
#pageRight h3:first-child {
	margin: 0 !important;
}
#howitworks h3 {
	color: #9f9f9f;
	font-size: 1.375em;
	padding-bottom: 33px;
	display: block;
}
#howitworks li {
	width: 560px;
	height: 116px;
	display: block;
	text-indent: -999em;
	margin-bottom: 17px;
}
#howitworks li:hover { background-position: left bottom; }
.howto1 { background: url(../images/howto-1.png) no-repeat left top; }
.howto2 { background: url(../images/howto-2.png) no-repeat left top; }
.howto3 { background: url(../images/howto-3.png) no-repeat left top; }
.howto4 { background: url(../images/howto-4.png) no-repeat left top; }
.howto5 { background: url(../images/howto-5.png) no-repeat left top; }


/*   =======   BLOG  =======   */


.blogPost {
	border-bottom: 1px dotted #dbdbdb;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
}
.postTitle {
	overflow: auto;
	margin: -7px 0 0 -11px;
}
.postTitle h3 {
	font-size: 1.375em;
	color: #ffa43a;
	float: right;
	text-align: left;
	width: 500px;
	line-height: 64px;
}
.postDate {
	float: left;
	background: url(../images/bg/blog_date.png) no-repeat top center;
	width: 55px;
	height: 44px;
	margin: 0 0 0 0;
	padding: 8px 12px;
	text-align: center;
}
.postDate span.month {
	display: block;
	color: #ababab;
	text-transform: uppercase;
	font-size: 1.125em;
}
.postDate span.day {
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 31px;
	height: 28px;
	letter-spacing: 1px;
}

/*   =======   MY ACCOUNT  =======   */

.divider {
	border: none;
	margin: 20px 0;
	padding: 0;
	height: 17px;
	width: 577px;
	background: #fff url(../images/elements/divider.png) no-repeat center top;
}
table#accountInfo { 
	margin-top: 15px;
	font-size: .875em;
}
#accountInfo td {
	color: #333333;
	padding-bottom: 10px;
}
#accountInfo .infolabel {
	width: 170px;
	/*color: #acacac;*/
	color: #808080;
}
table#leaseInfo { 
	margin-top: 15px;
	font-size: .875em;
}
#leaseInfo td {
	color: #333333;
	padding-bottom: 10px;
}
#leaseInfo .infolabel {
	width: 270px;
	/*color: #acacac;*/
	color: #808080;
}
#leaseInfo .infolabelrequired {
	width: 270px;
	color: red;
}
#leaseInfo .infolabel2required {
	width: 540px;
	color: red;
}
.checkout_wrapper_right label.inputTitle.infolabelrequired{
	width: 270px;
	color: red;
}
.checkout_wrapper_left label.inputTitle.infolabelrequired{
	width: 270px;
	color: red;
}
.checkout_wrapper_card label.inputTitle.infolabelrequired{
	width: 270px;
	color: red;
}
#accountInfo .infolabelrequired {
	width: 170px;
	color: red;
}
#leaseInfo .infolabel2 {
	width: 540px;
	color: #808080;
}
#leaseInfo .infolabelCheckrequired {
	width: 250px;
	color: red;
	text-align:right;
	padding-right:10px;
}
#leaseInfo .infolabelCheck {
	width: 250px;
	color: #808080;
	text-align:right;
	padding-right:10px;
}
#leaseInfo input,#leaseInfo select,#leaseInfo radio,#leaseInfo textarea{
	color: #696969;
}
#leaseInfo input.wide {
	width: 250px;
	color: #696969;
}
.blueEm {
	color: #648ac3 !important;
	font-size: 1.25em;
}
button.buy {
	background: url(../images/elements/button_blank_grey.png) no-repeat left top;
	width: 87px;
	height: 22px;
	display: inline;
	border: none;
	margin-left: 10px;
	color: #537ab8;
	font-size: 11px;
	font-weight: bold;
}
button.buy a { color: #537ab8; }
button.buy:hover, button.buy:hover a:hover {
	background-position: left bottom;
	color: #676767;
	text-decoration: none;
	 cursor: pointer
}

a.shaped {
	background: url(../images/elements/button_blank_grey.png) no-repeat left top;
	display:block;
	width: 87px;
	height: 22px;
	border: none;
	margin-left: 30px;
	color: #537ab8;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #537ab8;
	float:left;
}
a.shaped span{
	color: #537ab8;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
	display:block;
}
a.shaped:hover {
	background-position: left bottom;
	color: #676767;
	text-decoration: none;
	 cursor: pointer
}

.dataOptions {
	border-bottom: 1px solid #c0c0c0;
	height: 23px;/* was 20 */
	padding: 0;
	padding-bottom: -1px;
	margin-bottom: 20px
}
#switchOptions {
	float: left;
	margin-left: 85px;
}
#switchOptions li {
	float: left;
	text-align: center;
}
#switchOptions li.active a {
	background: url(../images/elements/tab_active.png) no-repeat left top;
	width: 90px;
	height: 19px;
	display: block;
	color: #ff8901;
	padding-top: 4px;
}
#switchOptions li.inactive a {
	background: url(../images/elements/tab_inactive.png) no-repeat left top;
	width: 90px;
	height: 19px;
	display: block;
	color: #495565;
	padding-top: 4px;
}
#yearSelect {
	float: right;
	margin: 3px 40px 0 0;
	padding: 0;
}
.monthlyData {
	text-align: left;
	margin: 5px 0 30px;
	clear: both;
}
.monthlyData th.tableTop {
	background: url(../images/bg/table_header.png) no-repeat left top;
	width: 564px;
	height: 34px;
	font-size: 1.25em;
	color: #fff;
	line-height: 34px;
	font-weight: normal;
	padding-left: 14px;
}
.monthlyData .labels th{
	background: #dfdfdf;
	height: 25px;
	line-height: 28px;
	color: #666666;
	font-size: .75em;
}
.monthlyData td {
	font-size: .75em;
	padding: 10px 0;
	border-bottom: 1px dotted #dbdbdb;
	color: #648ac3;
}
.monthlyData .firstR {
	padding-left: 4px;
	color: #666666;
}
.sorter_span{
	color: #666666;
}
.monthlyData button.active {
	background: url(../images/elements/button_blank_orange_active.png) no-repeat left top;
	width: 55px;
	height: 20px;
	display: block;
	border: none;
	color: #676767;
}
.monthlyData button.inactive {
	background: url(../images/elements/button_blank_orange_inactive.png) no-repeat left top;
	width: 55px;
	height: 20px;
	display: block;
	border: none;
	color: #b9b9b9;
}
.monthlyData button.active a { color: #676767; }
.monthlyData button.active:hover, .monthlyData button.active:hover a:hover { color: #222; text-decoration: none; cursor: pointer}
.monthlyData button.activeWide {
	background: url(../images/elements/button_wide_blank_orange_active.png) no-repeat left top;
	width: 95px;
	height: 20px;
	display: block;
	border: none;
	color: #676767;
}
.monthlyData button.inactiveWide {
	background: url(../images/elements/button_wide_blank_orange_inactive.png) no-repeat left top;
	width: 95px;
	height: 20px;
	display: block;
	border: none;
	color: #b9b9b9;
}
.monthlyData button.activeWide a { color: #676767; }
.monthlyData button.activeWide:hover, .monthlyData button.activeWide:hover a:hover { color: #222; text-decoration: none; cursor: pointer}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.pageCTA-top button.active {
	background: url(../images/elements/button_trans.png) no-repeat left top;
	width: 55px;
	height: 20px;
	display: block;
	float:left;
	border: none;
	color: #676767;
}

.pageCTA-top button.active a { color: #676767; }
.pageCTA-top button.active:hover, .monthlyData button.active:hover a:hover { color: #222; text-decoration: none; cursor: pointer}
span.left_notices{
	width:85px;
	height:20px;
	display:block;
	float:left;
	margin-top:3px;
}