@charset "UTF-8";
/* CSS Document */

#header-items {
	position: relative;
	}
	
	.header_lock_icon {
  position: absolute;
  right: 0;
  top: 40px;
}

.links {
  margin-left: -34px;
  text-align: center;
}

.links a {
	padding: 0 10px;
}

.ribbon {
	background-image: linear-gradient(bottom, #ececec 0%, #FFFFFF 66%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #FFFFFF 66%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #FFFFFF 66%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #FFFFFF 66%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #FFFFFF 66%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #E6E2DF),
	color-stop(0.66, #FFFFFF)
	);
}


.ribbon {
  margin: 0 auto;
  width: 1024px;
}

.ribbon > div {
  float: left;
  padding: 20px;
  text-align: center;
  width: 180px;
}

.ribbon a {
	color: #194089; }

.ribbon-title {
  color: #194089;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.ribbon .round_button {
  color: #fff;
  font-weight: normal;
}

.ribbon span {
  background: url("../images/jan2013/middle-section-divider.png") no-repeat scroll 0 11px transparent;
  float: left;
  height: 192px;
  width: 1px;
}

.ribbon-double {
	width: 320px !important;
}

.ribbon-double p {
  font-size: 16px;
  margin: auto;
  padding: 20px;
  width: 160px !important;
}

.ribbon-item > div {
  height: 90px;
}


.container {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.sign-in-to-pay-rent {
  background: url("../images/nov2013/rp_headline.png") no-repeat center 10px transparent;
  margin: 0;
  text-align: center;
  height: 565px;
}

.login {
  background: url("../images/nov2013/blue_background.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  height: 565px;
  margin-left: auto;
  margin-right: auto;
}

.login_error {
	display:none;
}

.round_button.round_button_big.round_button_orange {
  margin-top: 10px;
}

.mobile_btn.round_button.round_button_big.round_button_orange{
  margin-top: 0px;	
}  
  
input {
	color: #333;
  font-size: 12pt;
  }

label.infield {
  color: #666666;
  font-size: 12pt;
  position: absolute;
  top: 9px;
  left: 13px;
  line-height: 1;
}

font-style:normal; color:#666; font-size:12pt;}

input {
	background: #fff !important;
}

#login_form{
	position: relative;
    top: 410px;
}

.h_fields {
  margin: 0 auto;
  padding: 10px 0 15px;
  width: 750px;
  background: rgba(255, 255, 255, .5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
}

.h_fields #forgot{
	color: #111;
	float: right;
}

.h_fields > div,
.h_fields > div > div:first-child,
.h_fields > div > div:first-child + div ,
.h_fields > div > div:first-child + div + div {
	display:inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
}

.h_fields > div > div:first-child{
	margin: 0 10px 0 0;	
}

.h_fields > div > div:first-child + div{
	margin: 0 0 0 10px;	
}

.h_fields > div > div:first-child + div + div {
	margin: 10px 0 10px 20px;	
}

.h_fields > div > div:first-child + div + div + div{
	width: 465px;
}

.h_fields > p{
	margin-left: 10px;	
	margin-right: 10px;
}

.h_fields > div > div:first-child {
    text-align: left;
}

.h_fields > div > div:first-child + div{
    text-align: right;
}

.lte-ie8 .login{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://www.rentpayment.com/images/nov2013/blue_background.jpg", sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://www.rentpayment.com/images/nov2013/blue_background.jpg", sizingMethod='scale')";
}

.lte-ie8 .login #signup_link,
.lte-ie8 .h_fields #forgot{
	color: #cacaca;
}

form p {
	margin: 10px 0;
	font-size: 20px;
	color: #194089;
	position:relative; 
}

form .h_fields input{
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
}

form a#payrent_btn{
	margin: 0;
	height: auto;
	padding: 2px 20px;
	font: 16px/29px Arial,sans-serif;
}

.bottom_left_panel > p {
  color: #333333;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 130px;
}



#footer-links {
  margin-top: 40px;
  width: 1024px;
}

.line2 {
  background-image: url("../images/line.jpg");
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 974px;
}

body {
  background-color: #F5F5F5;
  color: #666666;
  font-family: arial,sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

p {
	margin:0;
}
img {
	outline:none;
	border:none;
}

.button{
    border: none;
	background:url('../images/arrow_left.jpg') no-repeat top left;
    padding: 2px 8px;
}
.button prev:hover {
    border: none;
	background:url('../images/arrow_left_down.jpg') no-repeat top left;
    padding: 2px 8px;
}

a {
	outline:none;
	color:#666;
	text-decoration:none;	
}
a:hover {
	color:#333;
	text-decoration:underline;
}

.containerblog {
	width:960px;
	height:98px;
	margin:0 auto;
	padding:0;
}

.chatcontainer {
	width:960px;
	height:90px;
	margin:0 auto;
	padding:0;
}



/* BEGIN HEADER CONTENT */
#header-items{
	width:1024px; 
	margin: auto;
	position: relative;
	top: 20px;
}

.header {
background: url("../images/jan2013/header-bg2.png") repeat-x scroll 0 0 transparent;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 200;
}

a.header_logo {
	display: block;
}

.header_logo2 {
	width:420px;
	height:98px;
	float:left;
	margin:0;
}


/* BEGIN WRAPPER FOR RIGHT SIDE OF HEADER */
.header_rt_wrapper {
	width:540px;
	height:98px;
	float:left;
}
.header_login {
	float:right;
	height:25px;
	width:540px;
	margin-top:10px;
	font-size:12px;
	color:#FFF;
	line-height:20px;
	text-align:right;
	font-family: 'Arial';
}
.header_lock_icon {
  background: url("../images/jan2013/lock-icon.png") no-repeat scroll 0 0 transparent;
  height: 15px;
}

.header_lock_icon:hover {
	text-decoration:underline;
	color:#FFF;
}

.header_chat_icon {
	height:25px;
	background:url(../images/rp_icon_chat.png) no-repeat;
	padding-left:27px;
	padding-right:10px;
	vertical-align:middle;
	display:block;
	float:right;
}

.header_login a {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
.header_login a:hover span {
	color:#FFF;
	border-bottom:1px #FFF dotted;
}
.footer_shadow_top {
	height:14px;
	width:1074px;
	margin-top:-60px;
	background:url(../images/footer_shadow_top.png) no-repeat;	
}
.footer_shadow_bottom {
	height:14px;
	width:1074px;
	background:url(../images/footer_shadow_bottom.png) no-repeat;	
	position:relative;
	left:25px;
}


/* RP NAVIGATION */
#rp_nav {
	width:540px;
	height:63px;
	padding:0;
	margin:0;
	float:right;
}
#rp_nav ol {
	margin: 0 0 0 9px;
	padding: 0;
	text-align:center;
	list-style-type: none;
}
#rp_nav ol li{
	margin:19px 0 0 0;
	padding: 0;
	color:#666;
	font-size: 14px;
	float:left;
}
.products {
	background:url(../images/rp_nav_products.jpg) no-repeat top;
	width:103px;
	height:44px;
}

.company_info {
	background:url(../images/rp_nav_company_info.jpg) no-repeat top;
	width:198px;
	height:44px;
}
.learn_more {
	background:url(../images/rp_nav_learn_more.jpg) no-repeat top;
	width:117px;
	height:44px;
}


.rpnow_logo {
	background:url(../images/rpnow-logo.png) no-repeat top;
	width:212px;
	height:45px;
	margin: 0 auto;
	display: block;
}
.contact_us {
	background:url(../images/rp_nav_contact_us.jpg) no-repeat top;
	width:113px;
	height:44px;
}
/* END WRAPPER FOR RIGHT SIDE OF HEADER */

/* END HEADER CONTENT */

/*SUBNAV CSS*/
#subnav {
	height:26px;
	background:url(../images/rp_header_subnav_bkgd_grey.jpg) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:right;
	padding-right:15px;
	line-height:26px;
}

#subnav a,
#subnav a:visited  {
	color: #fff;
	text-decoration: none;
	outline:none;
}
#subnav a:hover,
#subnav a.subnav_current,
#subnav a:hover.subnav_current {
	text-decoration:underline;
}
/* --------- */
#subnav1 {
	height:26px;
	background:url(../images/rp_header_subnav_bkgd_grey.jpg) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:right;
	padding-right:15px;
	line-height:26px;
}

#subnav1 a,
#subnav1 a:visited  {
	color: #fff;
	text-decoration: none;
	outline:none;
}
#subnav1 a:hover,
#subnav1 a:active  {
	text-decoration: underline;
}
#subnav1 a.subnav_current,
#subnav1 a:hover.subnav_current {
	text-decoration:underline;
}

/* --------- */
#subnav2 {
	height:26px;
	background:url(../images/rp_header_subnav_bkgd_grey.jpg) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:right;
	padding-right:15px;
	line-height:26px;
}

#subnav2 a,
#subnav2 a:visited  {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
#subnav2 a:hover,
#subnav2 a:active  {
	text-decoration: underline;
}
#subnav2 a.subnav_current,
#subnav2 a:hover.subnav_current {
	text-decoration:underline;
}

/* --------- */
#subnav3 {
	height:26px;
	background:url(../images/rp_header_subnav_bkgd_grey.jpg) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:right;
	padding-right:15px;
	line-height:26px;
}

#subnav3 a,
#subnav3 a:visited  {
	color: #fff;
	text-decoration: none;
	outline:none;
}
#subnav3 a:hover,
#subnav3 a:active  {
	text-decoration: underline;
}
#subnav3 a.subnav_current,
#subnav3 a:hover.subnav_current {
	text-decoration:underline;
}

/* --------- */
#subnavblank {
	height:26px;
	background:url(../images/rp_header_subnav_bkgd_grey.jpg) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:right;
	padding-right:15px;
	line-height:26px;
}

/*END SUBNAV CSS*/

/** BEGIN SUB SUB NAV **/

#sub_sub_nav {
	width:480px;
	height:22px;
	margin:0 0 10px 0;
	float: left;
}

.sub_nav_button {
	height:22px;
	display:block;
	text-decoration:none;
	color:#666;
	float:left;
}

a.sub_sub_payment {
	background:url(../images/page_subnavs/creditcards_paymentopts_dbl.jpg) no-repeat top left !important;
	outline: none;
	width:97px;
	height:22px;
}

a.sub_sub_payment:hover {
	background:url(../images/page_subnavs/creditcards_paymentopts_dbl.jpg) no-repeat bottom left !important;
	outline: none;
	width:97px;
	height:22px;

}

a.sub_sub_payment_over {
	background:url(../images/page_subnavs/creditcards_paymentopts_dbl.jpg) no-repeat bottom left !important;
	outline: none;
	width:97px;
	height:22px;

}


a.sub_sub_why {
	background:url(../images/page_subnavs/creditcards_whycreditcards_dbl.jpg) no-repeat top left !important;
	outline: none;
	width:102px;
	height:22px;

}

a.sub_sub_why:hover {
	background:url(../images/page_subnavs/creditcards_whycreditcards_dbl.jpg) no-repeat bottom left !important;
	width:102px;
	height:22px;
}

a.sub_sub_why_over {
	background:url(../images/page_subnavs/creditcards_whycreditcards_dbl.jpg) no-repeat bottom left !important;
	width:102px;
	height:22px;
}

a.sub_sub_benefits {
	background:url(../images/page_subnavs/creditcards_benefits_dbl.jpg) no-repeat top left !important;
	outline: none;
	width:52px;
	height:22px;

}

a.sub_sub_benefits:hover {
	background:url(../images/page_subnavs/creditcards_benefits_dbl.jpg) no-repeat bottom left !important;
	width:52px;
	height:22px;
}

a.sub_sub_benefits_over {
	background:url(../images/page_subnavs/creditcards_benefits_dbl.jpg) no-repeat bottom left !important;
	width:52px;
	height:22px;
}


a.sub_sub_easy {
	background:url(../images/page_subnavs/creditcards_easyuserint_dbl.jpg) no-repeat top left !important;
	outline: none;
	width:107px;
	height:22px;
}

a.sub_sub_easy:hover {
	background:url(../images/page_subnavs/creditcards_easyuserint_dbl.jpg) no-repeat bottom left !important;
	width:107px;
	height:22px;
}

a.sub_sub_easy_over {
	background:url(../images/page_subnavs/creditcards_easyuserint_dbl.jpg) no-repeat bottom left !important;
	width:107px;
	height:22px;
}

a.sub_sub_solutions {
	background:url(../images/page_subnavs/creditcards_solutions_dbl.jpg) no-repeat top left !important;
	outline: none;
	width:54px;
	height:22px;
}

a.sub_sub_solutions:hover {
	background:url(../images/page_subnavs/creditcards_solutions_dbl.jpg) no-repeat bottom left !important;
	width:54px;
	height:22px;
}

a.sub_sub_solutions_over {
	background:url(../images/page_subnavs/creditcards_solutions_dbl.jpg) no-repeat bottom left !important;
	width:54px;
	height:22px;
}


/* BEGIN MAIN CONTENT AREA */
.content {
	height:431px;
	width:960px;
	background:#FFF;
	padding:0;
	margin:0;
}
.content_left {
	width:395px;
	height:383px;
	float:left;
	margin:24px;
	padding:0;
	display:inline;
}
.content_left_home_page {
	font-family: 'Arial';
	width:465px;
	height:383px;
	float:left;
	margin:24px;
	padding:0;
	display:inline;
	background: #fff url(../images/rp_home_form_bkgd.jpg) no-repeat;
	color: #000;
}

.content_right_home_page {
	float:left;
	width:410px;
	height:383px;
	margin:24px 24px 24px 0;
	display:inline;
}
.content_right {
	float:left;
	width:488px;
	height:380px;
	margin:24px 0px 23px 0;
	padding:2px 24px 2px 2px;
	overflow:auto;
	overflow-x: hidden;
	display:inline;
}

.content_left_resource_library {
	width:625px;
	height:383px;
	float:left;
	margin:24px;
	padding:0;
	display:inline;
}

.content_left_resource_library strong {color:#76a600}

.content_right_resource_library {
	float:left;
	width:258px;
	height:380px;
	margin:24px 0px 23px 0;
	overflow:hidden;
	display:inline;
	background: #fff url(../images/resourcelibrary/form_bkgd_blank.jpg) no-repeat;
}

.content_right_resource_library .form {
	padding:35px 20px 0px 20px;
}

.content_right_resource_library .form .form-title {
	color:#76a600;
	font-size:1.6em;
	margin-bottom:20px;
}

.content_right_resource_library .form input, .content_right_resource_library .form textarea, .content_right_resource_library .form select {
	background: transparent;
	border:1px inset #aaa;
	width:100%;
	margin-bottom:12px;
	color:#888;
	font-family:arial;
	font-size:0.9em;
	resize:none;
	padding:2px;
}

.content_right_resource_library a.submit {
	display:block;
	width:79px;
	height:29px;
	background:#fff url(../images/resourcelibrary/btn_send.png);
	margin-top:8px;
	float:right;
}

.content_right_resource_library a.submit:hover {
	background-position:0px 29px;
}

.content_left_resource_library .resources {
	width:100%;
	text-align:center;
	margin:0;
}

.content_left_resource_library .resources .plus-minus{
	float:left;
	display:inline;
}

.content_left_resource_library .resources .plus-minus a {
	display:inline-block;
	height:36px;
	background:#fff url(../images/resourcelibrary/plus_minus_shadow.jpg) repeat-y;
	outline:none;
	color:#00abda;
	font-size:1.6em;
	text-decoration:none;
	width:100%;
}

.content_left_resource_library .resources .plus-minus a:hover span {
	text-decoration:underline;
}

.content_left_resource_library .resources .plus-minus a span {
	position:relative;
	top:8px;
	left:40px;
}

.content_left_resource_library .resources .logo {
	position:relative;
	left:-10px;
	top:13px;
	display:inline;
}

.content_left_resource_library .resources .selection {
	position:absolute;
	display:none;
}

.content_left_resource_library .resources .selection div {
	margin:0;
	padding:0;
	width:194px;
}

.content_left_resource_library .resources .selection .list {text-align:left;width:197px}
.content_left_resource_library .resources .selection .list label {margin:0px 10px}

.content_left_resource_library .resources .selection div.head,
.content_left_resource_library .resources .selection div.foot {height:18px;width:197px}

.content_left_resource_library .resources .case-studies,
.content_left_resource_library .resources .white-papers,
.content_left_resource_library .resources .other-resources {
	float:left;
	display:inline;
	width:33%;
}

.content_productrow {
	float: left;
	width: 405px;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 1px;
	}


.content_productrow a{
	color: #18285C;
	font-size:16px;
	text-decoration:underline;
	}

.content_productrow a:hover {
	color: #0099CC;
	font-size:16px;
	text-decoration:underline;
	}

/***** ICONS FOR PRODUCT HOMEPAGE ******/

.content_iconrow {
	float: left;
	width: 468px;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 1px;
	}

.prod_button {
	height:46px;
	padding-left:60px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:18px;
}

a.prod_button:link, a.prod_button:visited {
	text-decoration:none;
}
a.prod_button:hover span {
	text-decoration:none !important;
	color:#0099CC;
}
.prod_button_icons {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	background-color:#CCC;
}


a.icon_creditcard {
	background:url(../images/icon_creditcard_dbl.jpg) no-repeat top left;
	outline:none;
}

a.icon_creditcard:hover {
	background:url(../images/icon_creditcard_dbl.jpg) no-repeat bottom left;
}

a.icon_echeck {
	background:url(../images/icon_echeck_dbl.jpg) no-repeat top left;
	outline:none;
}
a.icon_echeck:hover {
	background:url(../images/icon_echeck_dbl.jpg) no-repeat bottom left;
}

a.icon_services {
	background:url(../images/icon_services_dbl.jpg) no-repeat top left;
	outline:none;
}

a.icon_services:hover {
	background:url(../images/icon_services_dbl.jpg) no-repeat bottom left;
}

a.icon_phone {
	background:url(../images/icon_phone_dbl.jpg) no-repeat top left;
	outline:none;
}

a.icon_phone:hover {
	background:url(../images/icon_phone_dbl.jpg) no-repeat bottom left;
}

a.icon_technology {
	background:url(../images/icon_technology_dbl.jpg) no-repeat top left;
	outline:none;
}
a.icon_technology:hover {
	background:url(../images/icon_technology_dbl.jpg) no-repeat bottom left;
}

/****** END ICONS FOR PRODUCT HOMEPAGE *****/



/***** ICONS FOR COMPANY HOMEPAGE ******/
a.icon_company_news {
	background:url(../images/company/icon_news_dbl.jpg) no-repeat top left;
	outline: none;
}

a.icon_company_news:hover {
	background:url(../images/company/icon_news_dbl.jpg) no-repeat bottom left;
}

a.icon_company_office {
	background:url(../images/company/icon_office_dbl.jpg) no-repeat top left;
	outline: none;
}

a.icon_company_office:hover {
	background:url(../images/company/icon_office_dbl.jpg) no-repeat bottom left;
}

a.icon_company_overview {
	background:url(../images/company/icon_overview_dbl.jpg) no-repeat top left;
	outline: none;
}

a.icon_company_overview:hover {
	background:url(../images/company/icon_overview_dbl.jpg) no-repeat bottom left;
}

a.icon_company_history {
	background:url(../images/company/icon_history_dbl.jpg) no-repeat top left;
	outline: none;
}

a.icon_company_history:hover {
	background:url(../images/company/icon_history_dbl.jpg) no-repeat bottom left;
}

a.icon_company_team {
	background:url(../images/company/icon_team_dbl.jpg) no-repeat top left;
	outline: none;
}

a.icon_company_team:hover {
	background:url(../images/company/icon_team_dbl.jpg) no-repeat bottom left;
}





/****** END ICONS FOR COMPANY HOMEPAGE *****/

/*** ICONS FOR CASE STUDIES ****/


.case_button {
	height:29px;
	padding-left:45px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-top:15px;
}

a.case_button:link, a.case_button:visited {
	text-decoration:none;
}
a.case_button:hover span {
	text-decoration:none !important;
	color:#0099CC;
}

a.icon_case_1 {
	background:url(../images/icon_casestudy_1.jpg) no-repeat;
	outline:none;
}

a.icon_case_2 {
	background:url(../images/icon_casestudy_2.jpg) no-repeat;
	outline:none;
}

a.icon_case_3 {
	background:url(../images/icon_casestudy_3.jpg) no-repeat;
	outline:none;
}

a.icon_case_4 {
	background:url(../images/icon_casestudy_4.jpg) no-repeat;
	outline:none;
}

a.icon_case_5 {
	background:url(../images/icon_casestudy_5.jpg) no-repeat;
	outline:none;
}

a.icon_case_6 {
	background:url(../images/icon_casestudy_6.jpg) no-repeat;
	outline:none;
}

a.icon_case_7 {
	background:url(../images/icon_casestudy_7.jpg) no-repeat;
	outline:none;
}
/**** END ICONS FOR CASE STUDIES ****/


/***** ICONS FOR LEARN HOMEPAGE ******/

.social_buttontwitter {
	height:34px;
	padding-left:45px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:5px;
}

a.social_buttontwitter:link, a.social_button:visited {
	text-decoration:none;
}
a.social_buttontwitter:hover span {
	text-decoration:none !important;
	color:#0099CC;
}

.social_button {
	height:34px;
	padding-left:45px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-top:15px;
}

a.social_button:link, a.social_button:visited {
	text-decoration:none;
}
a.social_button:hover span {
	text-decoration:none !important;
	color:#0099CC;
}

a.icon_social_twitter {
	background:url(../images/icon_twitter.jpg) no-repeat;
	outline:none;
}

a.icon_social_facebook {
	background:url(../images/icon_facebook.jpg) no-repeat;
	outline:none;
}
a.icon_social_linkedin {
	background:url(../images/icon_linkedin.jpg) no-repeat;
	outline:none;
}

.learn_button {
	height:40px;
	padding-left:60px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:28px;
}

.learn_button3 {
	height:40px;
	padding-left:60px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:14px;
}

a.learn_button:link, a.learn_button:visited {
	text-decoration:none;
}
a.learn_button:hover span {
	text-decoration:none !important;
	color:#0099CC;
}

.learn_button2 {
	height:40px;
	padding-left:60px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:18px;
}

a.learn_button2:link, a.learn_button2:visited {
	text-decoration:none;
}
a.learn_button2:hover span {
	text-decoration:none !important;
	color:#0099CC;
}

a.icon_learn_info {
	background:url(../images/learn/icon_info_dbl.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_learn_info:hover {
	background:url(../images/learn/icon_info_dbl.jpg) no-repeat bottom left !important;
}

a.icon_learn_policies {
	background:url(../images/learn/icon_policies_dbl.jpg) no-repeat top left !important;
	outline: none;
}

a.icon_learn_policies:hover {
	background:url(../images/learn/icon_policies_dbl.jpg) no-repeat bottom left !important;
}

a.icon_learn_case_studies {
	background:url(../images/learn/icon_casestudies_dbl.jpg) no-repeat top left !important;
	outline: none;
}

a.icon_learn_case_studies:hover {
	background:url(../images/learn/icon_casestudies_dbl.jpg) no-repeat bottom left !important;
}

a.icon_learn_social {
	background:url(../images/learn/icon_social_dbl.jpg) no-repeat top left !important;
	outline: none;
}

a.icon_learn_social:hover {
	background:url(../images/learn/icon_social_dbl.jpg) no-repeat bottom left !important;
}

a.icon_learn_testimonials {
	background:url(../images/learn/icon_testimonials_dbl.jpg) no-repeat top left !important;
	outline: none;
}

a.icon_learn_testimonials:hover {
	background:url(../images/learn/icon_testimonials_dbl.jpg) no-repeat bottom left !important;
}

a.icon_learn_top10 {
	background:url(../images/learn/icon_top10_dbl.jpg) no-repeat top left !important;
	outline: none;
}

a.icon_learn_top10:hover {
	background:url(../images/learn/icon_top10_dbl.jpg) no-repeat bottom left !important;
}




/****** END ICONS FOR LEARN HOMEPAGE *****/

/*** ICONS FOR SERVICES PAGE ****/

a.icon_services_acct {
	background:url(../images/services/icon_creditcards_premservices_acctint.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_services_acct:hover {
	background:url(../images/services/icon_creditcards_premservices_acctint.jpg) no-repeat bottom left !important;
}

a.icon_services_check {
	background:url(../images/services/icon_creditcards_premservices_check.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_services_check:hover {
	background:url(../images/services/icon_creditcards_premservices_check.jpg) no-repeat bottom left !important;
}

a.icon_services_bank {
	background:url(../images/services/icon_creditcards_premservices_bank.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_services_bank:hover {
	background:url(../images/services/icon_creditcards_premservices_bank.jpg) no-repeat bottom left !important;
}

a.icon_services_integration {
	background:url(../images/services/icon_creditcards_premservices_service.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_services_integration:hover {
	background:url(../images/services/icon_creditcards_premservices_service.jpg) no-repeat bottom left !important;
}

a.icon_services_paybyphone {
	background:url(../images/services/icon_creditcards_premservices_phone.jpg) no-repeat top left !important;
	outline: none;

}

a.icon_services_paybyphone:hover {
	background:url(../images/services/icon_creditcards_premservices_phone.jpg) no-repeat bottom left !important;
}

/*** END ICONS FOR SERVICES PAGE ***/



/***** ICONS FOR PAYMENT OPTIONS ******/

.payment_button {
	padding-left:45px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:10px;
}

.icon_payment_rentbytext {
	background:url(../images/payment/icon_rentbytext.jpg) no-repeat;
	outline: none;
}

.icon_payment_byphone {

	background:url(../images/payment/icon_byphone.jpg) no-repeat;
	outline:none;
}

.icon_payment_clickpay {
	background:url(../images/payment/icon_clickpay.jpg) no-repeat;
	outline:none;
}

.icon_payment_online {
	background:url(../images/payment/icon_online.jpg) no-repeat;
	outline: none;
}

.icon_payment_person {
	background:url(../images/payment/icon_person.jpg) no-repeat;
	outline:none;
}




/****** END ICONS FOR PAYMENT OPTIONS *****/

.content_leftcol {
	float:left;
	width: 280px;
	border-right:dashed;
	border-right-width:thin;
	padding-right:10px;
	margin-top:10px;
}

.content_rightcol {
	float:left;
	width: 170px;
	padding-left:10px;
	margin-top:10px;
}
.page_headings {
	width:465px;
	height:30px;
	margin:0 0 10px 0;
}


/* END MAIN CONTENT AREA */



/* BEGIN FOOTER */
.footer {
	height:90px;
	background:url(../images/rp_footer.jpg) repeat-x;
	margin:0px;
}
.footer_inc5000 {
	width:115px;
	height:85px;
	float:left;
	margin:5px 0px;
	padding:0px;
}
.footer_facebook {
	width:119px;
	height:36px;
	float:left;
	padding:29px 0;
	margin:0 0 0 10px;
}

.footer_text {
	float:left;
	width:505px;
	height:55px;
	margin:25px 0 15px 0;
	color:#666;
	font-size:11px;
	text-align:center;
	line-height:15px;
}
/* .footer_text a {
	color:#333;
	outline:none;
	text-decoration: none;
}
.footer_text a:hover {
	color:#333;
	text-decoration:underline;
}

.footer_text a:visited  {
	color: #333;
	text-decoration: none;
	outline:none;
}
.footer_text a:active  {
	text-decoration: underline;
}
.footer_text a.current,
.footer_text a:hover.current {
	text-decoration:underline;
}*/
.footer_yapstone_logo {
	width:205px;
	height:85px;
	margin:5px 0;
	padding:0;
	float:right;
}
/* END FOOTER */


/* BEGIN HOME PAGE ICONS */
.hp_button_icon_titles {
	color: #18285C;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	line-height: 25px;
}
.hp_button {
	height:60px;
	padding-left:80px;
	display:block;
	text-decoration:none;
	color:#666;
	margin-bottom:18px;
}
a.hp_button:link, a.hp_button:visited {
	text-decoration:none;
}
a.hp_button:hover span {
	text-decoration:none !important;
	color:#0099CC;
}
.hp_button_icons {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	background-color:#CCC;
}
a.icon_whoweare {
	background:url(../images/rp_home_icon_whoweare2.gif) no-repeat top left;
	outline:none;
}
a.icon_whoweare:hover {
	background:url(../images/rp_home_icon_whoweare2.gif) no-repeat bottom left;
}
a.icon_inthenews {
	background:url(../images/rp_home_icon_inthenews2.gif) no-repeat top left;
	outline:none;
}
a.icon_inthenews:hover {
	background:url(../images/rp_home_icon_inthenews2.gif) no-repeat bottom left;
}
a.icon_findus {
	background:url(../images/rp_home_icon_whereyoucanfindus.gif) no-repeat top left;
	outline:none;
}
a.icon_findus:hover {
	background:url(../images/rp_home_icon_whereyoucanfindus.gif) no-repeat bottom left;
}
a.icon_getstarted {
	background:url(../images/rp_home_icon_togetstarted2.gif) no-repeat top left;
	outline:none;
}
a.icon_getstarted:hover {
	background:url(../images/rp_home_icon_togetstarted2.gif) no-repeat bottom left;
}
a.icon_paybyphone {
	background:url(../images/rp_home_icon_paybyphone2.gif) no-repeat top left;
	outline:none;
}
a.icon_paybyphone:hover {
	background:url(../images/rp_home_icon_paybyphone2.gif) no-repeat bottom left;
}

a.icon_paynow {
	background:url(../images/rp_home_icon_pay2.gif) no-repeat top left;
	outline:none;
}
a.icon_paynow:hover {
	background:url(../images/rp_home_icon_pay2.gif) no-repeat bottom left;
}

a.icon_promo_manager {
	background:url(../images/icon_promo_mgrs.jpg) no-repeat top left;
	outline:none;
}
a.icon_promo_manager:hover {
	background:url(../images/icon_promo_mgrs.jpg) no-repeat bottom left;
}

a.icon_promo_renter {
	background:url(../images/icon_promo_renters.jpg) no-repeat top left;
	outline:none;
}
a.icon_promo_renter:hover {
	background:url(../images/icon_promo_renters.jpg) no-repeat bottom left;
}

a.icon_crittenden {
    background:url(../images/icon_crittenden.jpg) no-repeat top left;
    outline:none;
}
a.icon_crittenden:hover {
    background:url(../images/icon_crittenden.jpg) no-repeat bottom left;
}

a.icon_marketing {
    background:url(../images/icon_marketing.jpg) no-repeat top left;
    outline:none;
}
a.icon_marketing:hover {
    background:url(../images/icon_marketing.jpg) no-repeat bottom left;
}

/* END HOME PAGE ICONS */


h2 {
	color: #18285C;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	line-height: 25px;
}

/* ACCORDION CSS */

.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: white; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

#accordion, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#accordion  {
	width: 430px;
	font-family: verdana;
	border: none;
	overflow:hidden;
}
#accordion .accordion_element {
	background-color: #fff;
	color:#4B4B4B;
	padding-right: 10px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:left;
	width:385px;
}



#accordion p {
	border: none;
	margin-bottom: 0px;
	line-height: 18px;
	color:#333;
}
#accordion a {
	cursor:pointer;
	display:block;
	padding:2px 2px 2px 2px;
	margin-top: 0px;
	text-decoration: none;
	font-weight:300;
	color:#18285C;
	font-size:16px;
	background-color: #fff;
}

#accordion li {
	margin-left: 20px;
	margin-bottom: 5px;
}


#accordion ul {
	margin-top: 0px;
	padding: 0px;
}

#accordion ol {
	line-height: 18px;
	padding: 0px;
}

#accordion a:hover {
	color:#09F;
	background-color: white;
}

#accordion a.selected {
	color: #09F;
	background-color: #fff;
}

.accordion_link div {
	background-image: url(../images/icons/rp_icon_bubble_minus.jpg);
	width:19px;
	height:18px;
	float:left;
	margin-right:10px;
}

.accordion_link:hover div {
	background-image: url(../images/icons/rp_icon_plus_minus.jpg);
	/*background-position:0px 18px;*/
}


/****************************************************************************/
.ui-icon { display: block; margin-right:10px; float:left; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

.ui-icon { width: 19px; height: 19px; background-image: url(../images/icons/rp_icon_bubble_minus.jpg); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/icons/rp_icon_plus_minus.jpg); }

.ui-icon-plus { background-position: 0px 0px; }
.ui-icon-minus { background-position: 0px -19px; }

		.Scroller-Container {
			position: absolute;
		}
		.Scrollbar-Handle {
			position:absolute;
			width: 17px;
			height: 64px;
			background-image:url(../images/scrollbars/custom_scroller_small.jpg);
			visibility:visible;
		}

		.Scroller-Container  p{
			width: 465px;
		}

		#content_right_scrollbar_container {
			position: absolute;
			top: 0px; left: 488px;
			width:10px;
			height:380px;
			visibility:visible;
		}

		/*=========================================================*/
		#content_right {
			position:relative;
			width:488px;
			height:380px;
			background:white;

			float:left;
			/*width:488px;
			height:380px;*/
			margin:24px 0px 23px 0;
			padding:2px 24px 2px 2px;
			overflow:hidden;
		}

		#content_right .Scrollbar-Track {
			width: 17px;
			height: 380px;
			visibility:visible;
			background-image:url(../images/scrollbars/custom_scroll_bar.png);
		}

		#content_right_content {
			position: absolute;
			top: 0px;
			overflow: hidden;
			width: 468px;
			height: 380px;
			background:white;
		}
		#content_right_scrollbar_content {display: block;}
		/*=========================================================*/
		/*=========================================================*/

/* END ACCORDION CSS */


/* PRODUCT INDEX IMAGE SWAPPER */

#productcontainer {

	width:397px;
	height:384px;
}

#productcontainer_image {
	width:395px;
	height:383px;
}

#productcontainer_middle {
	width:395px;
	height:59px;
}

#productcontainer_middle .text {
	width:240px;
	padding-top:17px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	font-family:arial;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	float:left;
}

#productcontainer_middle .button {
	/*padding:15px 5px 5px 5px;*/
	float:left;
}

#productcontainer_links {
	width:395px;
	height:45px;
}

#productcontainer_links .link{
	width:63px;
	height:45px;
	border:0px solid red;
	float:left;
}

#productimage {
	position:relative;
	top:1px;
	left:1px;
}

#productlearnmore_button {
	background-image:url(../images/learnmore.png);
	background-repeat:no-repeat;
	width:136px;
	height:63px;
	cursor:pointer;
}

.productlearnmore_button_hover {
	background-image:url(../images/learnmore_hover.png);
	background-repeat:no-repeat;
	width:136px;
	height:63px;
	cursor:pointer;
}

/*END PRODUCT IMAGE SWAPPER */

/********SOCIAL NETWORKING POPUP********************************************************************/

#social_networking_popup {
	background-image: url(../images/social_networking_popup.png);
	width:172px;
	height:116px;
	display:none;

	position:absolute;
	top:30px;
	left:100px;
	z-index:500;
}

#social_networking_button {
	cursor:pointer;
	z-index:1;
}

/****************************************************************************/

/********LEARN MORE POPUP********************************************************************/
#learnMoreDialog, #learnMoreDialog input, #learnMoreDialog textarea {outline:none}
#learn_more_window {
display:none;
/*position:absolute;
left:100px;
top:50px;*/
background-image:url(../images/learn_more_window_bg_fields.png);
width:516px;
height:419px;
outline:none;
}
#learn_more_window .text_input{
border:0px;
width:181px;
height:16px;
position:absolute;
background:transparent;
}
#learn_more_window textarea {
border:0px;
width:410px;
height:60px;
position:absolute;
top:256px;
left:52px;
background:transparent;
}
#learn_more_window #lmw_errors {
display:none;
font-size:0.9em;
font-weight:bold;
color:red;
position:absolute;
top:95px;
left:47px;
}
/****************************************************************************/

/******SOCIAL MEDIA ***********/
.icon_facebook {
	width: 37px;
	height: 34px;
	background:url(../images/icon_facebook.jpg) no-repeat;
	margin-top: 3px;
	float:left;
}
.icon_twitter {
	width: 37px;
	height: 34px;
	background:url(../images/icon_twitter.jpg) no-repeat;
	float:left;
	padding-top: 3px;
}
.icon_linkedin {
	width: 37px;
	height: 34px;
	background:url(../images/icon_linkedin.jpg) no-repeat;
	margin-top: 3px;
	float:left;
}

#social_productrowtext {
	float: left;
	width: 451px;
	text-align: left;
	padding-top: 7px;
	text-indent: 5px;
	}

#social_productrow {
	float: left;
	width: 488px;
	text-align: left;
	margin-bottom: 10px;
	}

.social_productrow a{
	color: #18285C;
	font-size:16px;
	text-decoration:underline;
	}

.social_productrow a:hover {
	color: #0099CC;
	font-size:16px;
	text-decoration:underline;
	}

.dojoxFisheyeListItemLabel{background:transparent;display:none}
.dojoxFisheyeListItemLabel,.dojoxFisheyeListBar,.outerbar{text-align:center}
.dojoxFisheyeListItemLabel,.dojoxFisheyeListItemImage,.dojoxFisheyeListItem,.outerbar{position:absolute}
.dojoxFisheyeListItemLabel.dojoxFishSelected{display:block}
.dojoxFisheyeListItemImage{border:0}
.dojoxFisheyeListItem{z-index:2}
.dojoxFisheyeListBar{position:relative;margin:0 auto;left:-190px}
.outerbar{left:0;top:0;width:100%}
.outerbar{background: transparent}

.page_titles {
	color:#0099CC;
	font-size:24px;
	margin-bottom:25px;
}
.subtitles {
	color:#18285C;
	font-size:16px;
	line-height:22px;
}

.subtitles2 {
	color:#18285C;
	font-size:16px;
	line-height:22px;
	text-decoration:underline;
}

.subtitles3 {
	color:#333;
	font-size:14px;
	line-height:22px;
	text-decoration:underline;
}


.testimonials_names {
	font-size:14px;
	color:#18285C;
}
.testimonials_company {
	color:#999;
}
.inthenews_more_links {
	color:#999;
}


/* BEGIN MANAGEMENT TEAM PAGE */
.mgmt_pic_container {
	width:140px;
	height:105px;
	display:block;
	float:left;
	margin:5px 7px 2px 7px;
}
.mgmt_pic {
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_text {
	width:130px;
	height:35px;
	padding:0;
	margin:2px auto 0 auto;
	text-align:center;
}
.mgmt_pic_text_name {
	color:#18285C;
	font-size:14px;
	line-height:16px;
}
.mgmt_pic_text_title {
	color:#666;
	font-size:10px;
	line-height:11px;
}
.mgmt_pic_villante {
	background:url(../images/rp_img_mgmt_villante.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}

.mgmt_pic_golis {
	background:url(../images/rp_img_mgmt_golis.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_gaspar {
	background:url(../images/rp_img_mgmt_gaspar.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_price {
	background:url(../images/rp_img_mgmt_price.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_hynes {
	background:url(../images/rp_img_mgmt_hynes.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_evick {
	background:url(../images/rp_img_mgmt_evick.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_anand {
	background:url(../images/tom_schickel_web_dbl.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_bork {
	background:url(../images/rp_img_mgmt_speakman.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}
.mgmt_pic_speakman {
	background:url(../images/rp_img_mgmt_speakman.jpg) no-repeat top;
	width:55px;
	height:65px;
	margin:0 auto;
}

/* END MANAGEMENT TEAM PAGE */

/* BEGIN EXPAND COLLAPSE ICONS */

.expand_collapse {
	display:block;
	margin: 0 0 7px 0;
	height: 21px;
	padding:1px;
	text-decoration:none;
}
.expand_collapse:hover {
	text-decoration:none;
}
.expand_collapse_icon {
	background: url('../images/rp_icon_expand_collapse.jpg') no-repeat top;
	display:block;
	margin: 2px 5px 0 0;
	height: 19px;
	width: 19px;
	padding:0;
	float:left;
}

.expand_collapse_icon:hover {
	background: url('../images/rp_icon_expand_collapse.jpg') no-repeat bottom;
	text-decoration:none;
}

.expand_collapse_icon:active {
	background: url('../images/rp_icon_expand_collapse.jpg') no-repeat bottom;
}

.expand_collapse_text {
	width:450px;
	margin-left:25px;
}

/* END EXPAND COLLAPSE ICONS */

/* BEGIN CONTACT INFO PAGE */

.contact_offices {
	float:left;
	width:220px;
	margin-bottom:20px;
}
.contact_info {
	float:left;
	width:450px;
}
.contact_pay_by_phone {
	float:right;
	margin-right:85px;
}

/* END CONTACT INFO PAGE */

/* BEGIN IN THE NEWS PAGE */
.news_logo  {
	width:131px;
	height:60px;
	float:left;
	margin-top:5px;
	margin-right:10px;
}

/* END IN THE NEWS PAGE */

.space_after_p {
	margin-bottom:7px;
}


.learn_more_form_headings {
	line-height:25px;
}

.learn_more_form_headings_num {
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	display:inline;
}
/* SITE MAP */
.sitemap_leftcol {
	width:250px;
	height:300px;
	float:left;
}
.sitemap_rightcol {
	width:200px;
	height:300px;
	float:left;
	display:inline;
}

.sitemap_list {
	color:#666;
	margin:5px 0 10px 0;
	list-style:none;
	padding:0 0 0 5px;

}
/* END SITE MAP */


/* LOGIN PAGE */
.login_boxes {
	background-color:#f2f2f2;
	border:solid 1px #18285C;
	width:470px;
	padding:5px 5px 5px 10px;
	margin:5px 0 10px 0;
}
.login_button {
	margin:10px 0 5px 0;
	background:url(../images/rp_button_login.jpg) no-repeat;
	width:191px;
	height:35px;
}

.login_form_sm_text {
	font-size:10px;
}


/* END LOGIN PAGE */

/* TWEETS */
.tweet {
  padding-left:40px;
}


.query {
  font-family: Arial, serif;
  font-size: 90%;
  color: #085258; }
  .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .query .tweet_list li a {
        color: #0C717A; }
    .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

/*END TWEETS */


/* TOP 10 */
.top10_row {
	width: 468px;
	text-align: left;
	margin-top: 10px;
}

.top10_num {
	padding:0 5px 14px 0;
	width:16px;
	height: 100%;
	display:inline;
}
.top10_title {
	width: 468px;
}

.top10_titletextwrapper{
	width: 468px;
}

.top10_titletext{
	color:#09C;
	font-weight:bold;
	font-size:13px;
	width: 468px;
}

.top_10_pic{
	float: left;
	margin-right:7px;
	padding-bottom:5px;
}

.top10_name {
	color:#09C;
	font-size:12px;
	font-weight:bold;
}

.top10_commentrow {
	margin-top:3px;
	background-image:url(../images/top10/commentbox.jpg);
	background-repeat:no-repeat;
	padding: 14px 7px 7px 7px;
}

.top10_lovethis {
	background-image:url(../images/top10/lovethis.jpg);
	background-repeat:no-repeat;
	height: 34px;
	width: 488px;

}

.top10_commentrowsmall {
	margin-top:3px;
	background-image:url(../images/top10/commentbox_smaller.jpg);
	background-repeat:no-repeat;
	padding:7px;
	width: 488px;

}

.top10_commenttext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:normal;
}

.top10_minutesago{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:11px;
	font-weight: normal;
}

.page_headings_title {
	font-size: 24px;
	color: #11a0cf;
}

.home_forgot {
	position: relative;
	top: 157px;
	left: 25px;
	font-size:11px;
	font-weight: bold;
	color: #000;
}

.home_remember {
	position: relative;
	left:17px;
	top:145px;
	font-size:11px;
	color:#000;
}

.home_remember label {
	vertical-align:top;
}

.home_signin a {
	position: relative;
	top:125px;
	left:184px;
	border:none;
	cursor:pointer;
	width:97px;
	height: 26px;
	outline: 0 none;
	display: block;
	background-image: url(../images/btn_makepayment_dbl.jpg);
}

.home_makepayment a {
	position: relative;
	left:184px;
	top:155px;
	width:97px;
	height:26px;
	cursor:pointer;
	outline: 0 none;
	display: block;
	background: #fff url(../images/btn_makepayment_dbl.jpg);
}

.home_signin a, home_makepayment a {
	background-position: 0 0;
}

.home_signin a:hover, .home_makepayment a:hover {
	background-position: 0 26px;
}

.external_sites a {
	position: relative;
	top:190px;
	left:20px;
	float:left;
	margin-left:35px;
}

.external_sites a.mcafee {
	top:195px;
}

.special_link {
	color: #11a0cf;
}

.box_bk {
	background:transparent url(../images/resourcelibrary/box_sliver_shadow.png) repeat-y;
	width:197px;
}

/* Love at first click */
#lfc_img, #lfc_img:visited {
	display:block;
	width:384px;
	height:391px;
	background: #fff url(../images/loveatfirstclick/sh_pay_btn.jpg);
}
#lfc_img:hover {
	background-position: 0 391px;
}
.lfc_heading {
	color: #306c71;
	font-size: 1.5em;
	font-weight:bold;
}
.lfc_emphasis {
	color:#52c4f2;
	font-weight:bold;
	font-size:1.6em;
}
ul.lfc_prizes {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.lfc_prizes li {
	float:left;
	margin-right:12px;
}


.prop_mgr_login {
  color: #666666;
  margin-left: 15px;
}

.prop_mgr_login:hover {
	color:#333;
	text-decoration:underline;

}


.renter_login {
	width:655px;
	height:81px;
	background:transparent url(../images/header_login_box.jpg);
	background-color:white;
	margin-left:35px;
	position:relative;
	top:20px;
}
.login_pay_your_rent {
	width:560px;
	height:38px;
	background:transparent url(../images/login_pay_your_rent.png);
	background-color:white;
	left:35px;
	position:relative;
	top:80px;
	float:left;
}
.renters_txt {
	font-family:verdana;
	font-size: 18px;
	color:white;
	margin-left:30px;
	position:relative;
	top:35px;
}
.box_shadow_left {
	width:15px;
	height:300px;
	background:transparent url(../images/box_shadow_left.jpg);	
	float:left;
	position:relative;
	top:60px;
}
.box_shadow_right {
	width:15px;
	height:300px;
	background:transparent url(../images/box_shadow_right.jpg);	
	float:right;
	position:relative;
	top:60px;
}
.box_shadow_right2 {
	width:15px;
	height:300px;
	background:transparent url(../images/box_shadow_right.jpg);	
	float:right;
	position:relative;
	top:-200px;
	left:-1px;
}
/** for prepopulate label style **/

.fade-label{
	position:relative;
	height:15px;
}

.fade-label label{
	background:#fff;
	height:30px;
	width:100%;
	color:#838b92;
}
.fade-label label.text:focus{
	background-color:#fff;
}

.fade-label label.text span{	
	display:block;
	padding:10px 12px 0;
}

.fade-label input.text, .fade-label textarea {
	position:absolute;
	width:90%;

}
.field-normal {
	height:30px;
	width:300px;
}

input,textarea{
    border:1px solid #aeaeae;
    border-top-color:#929293;
    border-bottom-color:#bdbdbd;
    -moz-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
    -o-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
    box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
    background:#fff;
	outline:none;
	padding: 7px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    -khtml-border-radius:5px;
	border-radius: 5px;
}

input:focus,textarea:focus{
    -moz-box-shadow:0 0 4px 0 rgba(89,120,164,0.9);
    -webkit-box-shadow:0 0 4px 0 rgba(89,120,164,0.9);
    -o-box-shadow:0 0 4px 0 rgba(89,120,164,0.9);
    box-shadow:0 0 4px 0 rgba(89,120,164,0.9);
}
textarea {
	overflow: auto;
}
#login_btns {
	margin-top:5px;
}
#login_btns a {
	display:block;
	float:left;
	width: 130px;
	text-align: center;
	outline:none;
	color:#FFFFFF;
	text-decoration:none;	
}
#newuser_btn {
	margin-left:42px;
}
#signup_link {
  font-size: 12px;
  color:#194089;
  font-weight:bold;
  float: left;
}


.learnmore_btn a {
	display:block;
	width: 100px;
	text-align: center;
	margin:0 auto 0 auto;
}

/* .payrent_btn a#payrent_btn_a {
	width:217px;
	height:46px;
	background-image:url(../images/btn_pay_rent.jpg);	
	border: medium none;
	outline: 0 none;
	position:relative;
	display:block;
	cursor:pointer;
	background-position: 0 0;
} 

.payrent_btn a#payrent_btn_a:hover {
	background-position: 0 46px;
}
*/



.left_box {
	float:left;
}
.right_box {
	float:left;
	width:281px;
	margin-left:58px;
	margin-top:20px;
}
.prop_mgr_logo {
	float:left;
	width:281px;
	height:81px;
	background-image:url(../images/header_prop_mgr_box.jpg);		
}
.rpnow_tabs {
	width:240px;
	height:42px;
	position:relative;
	top:63px;
	left:15px;
}

.rpnow_tabs a{
  font: 14px Verdana,sans-serif;
	display: block;
	padding: 5px;
	float: left;
	width: 100px;
	text-align: center;
}

.rpnow_tab_gray {
    border: 1px solid #8C8C8C;
    color: #494949;
		background-color: #afafaf;
}
.rpnow_tab_gray_inactive {
    border: 1px solid #a9a9a9 ;
    color: #a9a9a9;
		background-color: #d4d4d4;
}

.rpnow_tabs a:hover {
	color: #494949;
	text-decoration: none;
}
.rpnow_txt a {
  color: #003366;
	font-size: 13px;
	text-decoration: underline;
}

.rpnow_container {
	width:250px;
	height:220px;
	position:relative;
	top:70px;
	left:15px;
}
/* Center and format text for link on sidebar*/
.rpnow_container > a {
  font-size: 9px;
}
.rpnow_container {
  text-align: center;
}
.rpnow_txt {
	line-height:150%;
	margin-left:auto;
	margin-right:auto;
	width:240px;
}
.learn_more {
	width:215px;
	height:30px;
	background-image:url(../images/btn_learn_more.png);	
	position:relative;
	top:123px;
	margin-left:auto;
	margin-right:auto;
}
.footer_products a {
	float:left;
	width:280px;
	height:98px;
	background-image:url(../images/btn_footer_products_dbl.png);		
}
.footer_products a {
	background-position: 0 0;
}

.footer_products a:hover {
	background-position: 0 98px;
}
.footer_about_us a {
	float:left;
	width:257px;
	height:98px;
	background-image:url(../images/btn_footer_about_us_dbl.png);		
}
.footer_about_us a {
	background-position: 0 0;
}

.footer_about_us a:hover {
	background-position: 0 98px;
}
.footer_learn_more a {
	float:left;
	width:257px;
	height:98px;
	background-image:url(../images/btn_footer_learn_more_dbl.png);		
}
.footer_learn_more a {
	background-position: 0 0;
}

.footer_learn_more a:hover {
	background-position: 0 98px;
}
.footer_rpnow a {
	float:left;
	width:280px;
	height:98px;
	background-image:url(../images/btn_footer_rpnow_dbl.png);		
}
.footer_rpnow a {
	background-position: 0 0;
}

.footer_rpnow a:hover {
	background-position: 0 98px;
}

#bottom_half_wrapper{
	padding-top: 20px;
	background-color: #cccccc;
}

.bottom_half {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  text-align: left;
}

.bottom_half > div > a{
	padding: 3px 0;
	display: block;
}

.line {
  background-image: url("../images/line.jpg");
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 160px;
  width: 974px;
}
.first_col {
	float:left;
	width:250px;
	height:150px;
	line-height:150%;
	left:50px;
	margin-left: 50px;
}
.second_col {
	float:left;
	width:250px;
	height:150px;
	line-height:150%;
	left:50px;
}
.third_col {
	float:left;
	width:250px;
	height:150px;
	line-height:150%;
	left:50px;
}
.fourth_col {
	float:left;
	width:150px;
	height:150px;
	line-height:150%;
	left:50px;
}
.italic {
	font-style:italic;
}
.Questions_Comments_txt {
	margin:0;
	padding:0;
	font-family:verdana, arial, sans-serif;
	font-size:25px;
	color:#082e5b;
}

.bottom_panels {
	text-align: center;
	padding: 20px 0 40px;
}

.bottom_left_panel {
	float:left;
	margin-left:25px;
	width:487px;
	height:300px;	
}

.bottom_right_panel {
	float:left;
	width:487px;
	height:300px;
}

.lmw_name {
	position: relative;
	left:0px;
	display:inline;
	width:200px;
}

.lmw_name input {
	position:relative;
	display:block;
	cursor:pointer;
	width:300px;
	color: #333;
}

.jobLabel {
	float:left;
}

.text_input2 {
	height:30px;
	width:200px;
	display:inline-block;
	border-radius: 5px;
	background: #fff;
	padding:0;
}
.text_input2 input {
	margin:0;
}
.text_input3 {
	height: 100%;
}
.text_input3 {
 	width: 488px;
 	height: 108px;
}
.text_input3 textarea {
 	width: 470px;
 	height: 95px;
 	margin-top:-2px;
 	resize:none;
}

.submit {
	width:171px;
	height:36px;
	background:transparent url(../images/btn_submit.png);	
	float:right;
	position:relative;
	opacity:1;
}

.submit:hover {
	background-position:0px 36px;
}

.rentpayment_yapstone_logos a{
	display: inline-block;
}

.rp_footer_logo {
	width:204px;
	height:50px;
	background:transparent url(../images/nov2013/yapstone-footer-logo.png) no-repeat center top;	
}

.yapstone_footer_logo {
	width:55px;
	height:65px;
	background:transparent url(../images/footer_y_logo.png);	
	float:left;
	position:relative;
	margin-left:20px;
}

.trustee_logo {
	width:33px;
	height:42px;
	background:transparent url(../images/footer_truste.jpg);	
	float:left;
	position:relative;
	margin-left:100px;
}
.pci_logo {
	width:72px;
	height:42px;
	background:transparent url(../images/footer_pci.jpg);	
	float:left;
	position:relative;
	margin-left:200px;
}
.sidebar {
	width:62px;
	height:280px;
	background:transparent url(../images/footer_blue_sidebar.png);	
	float:left;
	position:relative;
	margin-top:-240px;
	margin-left:987px;
}	
.sidebar img {
	opacity:1;
}
.sidebar span:hover {
	opacity:0.5;
}
.facebook_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_fb.png);	
	float:left;
	position:relative;
	margin-top:22px;
	margin-left:22px;
}
.twitter_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_tw.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.blog_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_blog.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.yapstone_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_yap.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.vrp_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_vrp.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.storage_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_srp.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.dues_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_dp.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.inn_icon {
	width:26px;
	height:26px;
	background:transparent url(../images/sidebar_ip.png);	
	float:left;
	position:relative;
	margin-top:6px;
	margin-left:22px;
}
.login_error {
    padding-top: 10px;
	text-align:center;
}
.login_error span {
	color:red;
}




.round_button {
  	outline:none;
  	color:#FFFFFF;
  	text-decoration:none;	

    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.44) inset;
    display: inline-block;
    font: 14px/30px Arial,sans-serif;
    margin: 0 10px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;

  	border-radius: 5px;  
  	box-shadow: 0 0 1px rgba(0,0,0, .20), inset 0 1px 1px rgba(255,255,255, .44);

}
.round_button_big {
    font: 22px/35px Arial,sans-serif;
    height: 45px;
    padding: 9px 40px 0;
    text-transform: uppercase;
}

.round_button_orange {

    border: 1px solid #ff7e00;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

  	background: #ff9900; /* Old browsers */
  	background: -o-linear-gradient(top,  #ff9900 0%,#ff7e00 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  #ff9900 0%,#ff7e00 100%); /* IE10+ */
  	background: linear-gradient(top,  #ff9900 0%,#ff7e00 100%); /* W3C */
  	background: -moz-linear-gradient(top,  #ff9900 0%, #ff7e00 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff7e00)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #fff9900 0%,#ff7e00 100%); /* Chrome10+,Safari5.1+ */
}


.round_button_purple {
	border:1px solid #6e3b90;
	text-shadow: 0 1px 1px rgba(110,59,144, .95);

	background: #915eb1; /* Old browsers */
	background: linear-gradient(top,  #915eb1 0%,#481c67 100%); /* W3C */
}


.round_button_gray {
    border: 1px solid #8C8C8C;
    text-shadow: 0 1px 1px rgba(62, 62, 62, 0.95);

  	background: #bababa; /* Old browsers */
  	background: linear-gradient(top,  #bababa 0%,#7e7e7e 100%); /* W3C */
}

.round_button:active {
    position: relative;
    top: 2px;
}

.mobile_btn.round_button:active {
    position: absolute;
    top: 15%;
}

.round_button_orange:hover {
	background-color: #ff9900;
	color:#FFFFFF;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7e00), color-stop(1, #ff9900) );
	background:-moz-linear-gradient( center top, #ff7e00 5%, #ff9900 100% );
  	background: -o-linear-gradient(top, #ff7e00 0%,#ff9900 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, #ff7e00 0%,#ff9900 100%); /* IE10+ */
  	background: linear-gradient(top, #ff7e00 0%,#ff9900 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e00', endColorstr='#ff9900');
}

.round_button_purple:hover {
	background-color: #915eb1;
	color:#FFFFFF;
	text-decoration:none;
}

.round_button_gray:hover {
	background-color: #bababa;
	color:#FFFFFF;
	text-decoration:none;
}

/* ----- mobile banner ----- */
#mobile_banner_container_mid{ height: 200px; position: relative; margin-bottom: 60px; margin-top: 10px; }
#mobile_banner_container_mid .mobile_banner{ height: 200px; }
#mobile_banner_container_footer{ height:17%; position: relative; z-index: 5000000; }
#mobile_banner_container_footer .mobile_banner{ height:17%; }

.mobile_banner {
	border: 1px solid 		#1E4FA0 /*{a-bar-border}*/;
	background: 			#1E4FA0 /*{a-bar-background-color}*/;
	color: 					#fff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1E4FA0 /*{a-bar-background-start}*/), to( #333 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #1E4FA0 /*{a-bar-background-start}*/, #333 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #1E4FA0 /*{a-bar-background-start}*/, #333 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #1E4FA0 /*{a-bar-background-start}*/, #333 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #1E4FA0 /*{a-bar-background-start}*/, #333 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #1E4FA0 /*{a-bar-background-start}*/, #333 /*{a-bar-background-end}*/);	
	text-align: left;
}

.mobile_logo {
	display: block;
	position: relative;
	top: 50%;
	margin-top: -51px;
	left: 15px;
}

.mobile_logo img{
	width:342px;
	height:103px;
}

.mobile_btn{
	position: absolute;
	right: 15px;
	top: 15%;
	height: 70%;
	width: auto;
	padding: 0 10px;
	margin: 0;
	min-width: 350px;
}

.mobile_btn span{
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	font-size: 1.65em;
	margin-top: -22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.ui-footer-fixed {
    bottom: 0;
}
.ui-header-fixed, .ui-footer-fixed {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000;
}
/* ----- end mobile banner ----- */

/* remember username */

#pud label input { vertical-align: middle; margin: 0px; }
#pud label span { vertical-align: middle; line-height: 1px; margin-left: 5px; }

#payment-options-container{
	background: url("../images/nov2013/horizontal-blue-separator.jpg") repeat-x 0 0 #fff;
	background-color: #fff;
	padding-bottom: 15px;
}

table#payment-options{
	margin: 0 auto;	
	width: 1024px;
	table-layout: fixed;
}

table#payment-options tr td {
    padding-left: 25px;
    padding-right: 25px;
}

table#payment-options tr:first-child td {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 30px;
}

table#payment-options tr:first-child + tr td {
	color: #1b2b5c;
    padding-top: 12px;
	vertical-align: middle;
}

table#payment-options tr:first-child + tr + tr td {
    padding-top: 15px;
	color: #1b2b5c;
	font-size: 13px;
    font-weight: bold;
}

table#payment-options tr:first-child + tr + tr + tr td{
    padding-top: 15px;
	line-height: 16px;
	vertical-align: top;
	font-size: 13px;
}

table#payment-options tr:first-child + tr + tr + tr + tr td{
	vertical-align: middle;
}

table#payment-options tr:first-child + tr + tr + tr + tr td a{
	color: #fc6a03;
	font-size: 15px;
    font-weight: bold;
}

table#payment-options tr:first-child + tr + tr + tr + tr td span.sign-up-forward-arrow{
	background: url("../images/nov2013/orange-arrow.png") no-repeat 0 0 #fff;
	display: inline-block;
	width: 10px;
	height: 11px;
}

table#payment-options tr td:FIRST-CHILD + td + td{
	border-left: 1px solid #a1a1a1;
}

#video-container{
	background-color: #7AA7AD;
    padding: 40px 0;
}

#video-container > p{
	color: #FFFFFF;
    font-size: 34px;
    margin-top: 10px;
}

#alert-banner {
	max-width: 988px; 
	box-shadow: 0px 4px 11px #ddd; 
	border-radius: 10px; 
	padding: 24px; 
	border: 1px solid #ddd;  
	margin: 10px auto;
}

#alert-banner > div{
	margin: 0 auto;
    width: 92%;
	font-size: 12pt; 
	color: #515151;
}

.hidden_div{
	display: none;
}

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

.clearfix {display: inline-block;}  /* for IE/Mac */