/*   =======   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: 947px;
	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: 0px auto 0;
	clear: both;
	background: url(../images/bg/main-pages.png) no-repeat 0 99px;
	background-color:white;
	overflow: auto;
}
#main-home {
	width: 930px;
	margin: 0px 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 0px 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: 228px;
	margin: -180px 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-rental a	{ background: url(../images/elements/nav_rentalapplication.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: 13px 0 0 10px !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: 1.4em;
	width: 407px;
	height: 136px;
	font-family:Century Gothic;
	color:#FFFFFF;
	
}
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_savvy_form.png) no-repeat left top; margin-bottom: 33px; }
.cta2 a { background: url(../images/elements/button_savvy_form.png) no-repeat left top; margin-bottom: 33px;}
.cta4 a { background: url(../images/elements/button_rentalapplication.png) no-repeat left top; margin-bottom: 33px;}
.cta3 a { background: url(../images/elements/button_savvy_form.png) no-repeat left top; }
.cta1 a:hover, .cta2 a:hover , .cta3 a:hover , .cta4 a:hover{ background-position: left bottom; text-decoration:none; }
.cta1 a, .cta2 a , .cta3 a, .cta4 a{
	width: 464px;
	height: 92px;
	display: block;
	text-indent: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:
	text-decoration:none;
	color:#FFFFFF;
	padding:20px 0 0 10px;
}


/*   =======   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: 180px;
	float: left;
	padding: 27px 10px 0;
}
#pageRight {
	width: 700px;
	float:left;
	padding:33px 5px 0 5px;
	font-size:14px;
}

/********************modistik************************************/
div#subNavTop{

}
div#subNavTopLeft{
	width: 24px;
	background: url(../images/bg/subnav_top_left.png) no-repeat;
	float:left;
}
div#subNavTopCenter{
	width: 145px;
	background: url(../images/bg/subnav_top_center.png) repeat-x;
	float:left;
}
div#subNavTopRight{
	width: 27px;
	background: url(../images/bg/subnav_top_right.png) no-repeat;
		float:left;
}
div#subNavCenterLeft{
	width: 18px;
	height:inherit;
	background: url(../images/bg/subnav_center_left.png) repeat-y;
	float:left;
}
div#subNavCenterCenter{
	width: 154px;
	background: #F7F7F7 repeat;
	float:left;
}
div#subNavCenterRight{
	width: 21px;
	height:inherit;
	background: url(../images/bg/subnav_center_right.png) repeat-y;
		float:left;
}
div#subNavBaseLeft{
	width: 23px;
	background: url(../images/bg/subnav_base_left.png) no-repeat;
	float:left;
}
div#subNavBaseCenter{
	width: 156px;
	background: url(../images/bg/subnav_base_center.png) repeat-x;
	float:left;
}
div#subNavBaseRight{
	width: 17px;
	background: url(../images/bg/subnav_base_right.png) no-repeat;
		float:left;
}
/********************end modistik************************************/

#subNavWrap {
	width: 208px;
	background: url(../images/bg/subnav_top_reduced.png) no-repeat;
	padding: 9px 9px 0;
}
#subNavWrapBase {
	width: 179px;
	height: 16px;
	background: url(../images/bg/subnav_base_reduced.png) no-repeat;
	margin: 0 0 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:152px;
	padding: 0 5px;
	background: url(../images/bg/subnav_list.png) left center;
	background-position: right top;
	margin: 0;
}

#subNav li#subnav_group {
	background: url(../images/bg/subnav_list_group.png) left center;
	font-size: .75em;
	color: #648ac3;
	padding: 0 5px;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 30px;
	display: block;
	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;
	background-position: right top;
}
#subNav li#subnav_group:hover {
	background: url(../images/bg/subnav_list_group.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;
	background-position: right top;
}
.pageCTA-top {
	width: 152px;
	padding: 25px 25px 15px;
	margin: 0 auto;
	margin-left:0;
	background: url(../images/bg/pageCTA-top_reduced.png) no-repeat left top;
}
.pageCTA-base {
	background: url(../images/bg/pageCTA-base_reduced.png) no-repeat;
	width:198px;
	height: 10px;
	margin: 0 auto;
	position:relative;
	right:5px;
}
.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 0px 20px 60px;
	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, table#applicationInfo { 
	margin-top: 15px;
	font-size: .875em;
}
#leaseInfo td, #applicationInfo td {
	color: #333333;
	padding-bottom: 10px;
}
#leaseInfo .infolabel, #applicationInfo .infolabel {
	width: 270px;
	/*color: #acacac;*/
	color: #808080;
}
#leaseInfo .infolabelrequired, #applicationInfo .infolabelrequired {
	width: 270px;
	color: red;
}
#leaseInfo .infolabel2required, #applicationInfo .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, #applicationInfo .infolabel2 {
	width: 540px;
	color: #808080;
}
#leaseInfo .infolabelCheckrequired, #applicationInfo .infolabelCheckrequired {
	width: 250px;
	color: red;
	text-align:right;
	padding-right:10px;
}
#leaseInfo .infolabelCheck, #applicationInfo .infolabelCheck{
	width: 250px;
	color: #808080;
	text-align:right;
	padding-right:10px;
}
#leaseInfo input,#leaseInfo select,#leaseInfo radio,#leaseInfo textarea,
#applicationInfo input,#applicationInfo select,#applicationInfo radio,#applicationInfo textarea
{
	color: #696969;
}
#leaseInfo input.wide,#applicationInfo input.wide {
	width: 250px;
	color: #696969;
}
.blueEm {
	color: #648ac3 !important;
	font-size: 1.25em;
}

.blueEm
	{
			margin:0;
			padding:0;
			/*width:9px;*/
			height:40px;
			
	}
	.blueEm a{
	  background:url(../images/hover.png) no-repeat ;
		border: medium none;
		color: #537AB8;
		display: inline;
		font-size: 11px;
		font-weight: bold;
		height:52px;
		margin-left: 10px;
		width:91px;
		padding:6px 9px 6px 8px;
		position:relative;
}
	.blueEm a.large{
	  background:url(../images/hover_large.png) no-repeat ;
}
	.blueEm a.small{
	  background:url(../images/hover_small.png) no-repeat ;
}

.blueEm a:hover		
	{
			background-position:-1% 99%;
			padding:6px 9px 6px 10px;/*padding:6px 11px 6px 11px;*/
			text-decoration:none;
	}	
		
button.buy, input.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, input.buy a { color: #537ab8; }
input.buy:hover, 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: 100px;
	font-size:14px;
}
#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;
	width:100%;
}
.monthlyData th.tableTop
{
background: url(../images/bg/table_header_middle.png) repeat-x right top;
}
.monthlyData th.tableTop #top_left {
	background: url(../images/bg/table_header.png) no-repeat left top;
	width: 400px;
	height: 34px;
	font-size: 1.25em;
	color: #fff;
	line-height: 34px;
	font-weight: normal;
	padding-left: 14px;
	float:left;
}

.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;
}

#tbl_units tr td.unit_row{
	border-left;1px solid #666666;	border-right;1px solid #666666;
}

.left_bod
	{
		margin:0;
		padding:0;
		border-right:#CCCCCC solid 1px;
		line-height:36px;
		padding-left:9px;
		text-align:left;
	}
.left_right_bod
{
		margin:0;
		padding:0;
		border-right:#CCCCCC solid 1px;
		border-left:#CCCCCC solid 1px;
		line-height:36px;
		padding-left:9px;
		text-align:left;
}
.tbl_info
{
	margin:0;
	padding:0;
	background:#fbfbfb;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:38px;
}

#income_table{
margin:0 0 0 30px;
}


#expense_table td, #unit_table td, #income_table td{
height:30px;

}
#expense_table input[type=text]{
	width: 200px;
}

div.ui-datepicker{
 font-size:10px;
}
