@font-face {
  font-family: 'HelveticaNeueLTCom';
  src: url('fonts/helveticaneueltcom-lt.eot');
  src: url('fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'),
       url('fonts/helveticaneueltcom-lt.woff') format('woff'),
       url('fonts/helveticaneueltcom-lt.ttf') format('truetype')
}

/* General */
body {
	margin: 0;
	text-align: center;
	font-family: 'HelveticaNeueLTCom';
	background-color: #FFF;	
}

h1 {
	color: #04175B;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 35px;
	font-family: 'HelveticaNeueLTCom';	
	float: left;
	width: 100%;
}

h2 {
	color: #04175B;
	font-family: 'HelveticaNeueLTCom';	
}

h3 {
	font-family: 'HelveticaNeueLTCom';
	color: red;
	font-size: 24px;
	width: 100%;
	text-align: center;
	background-color: lightblue;
}

p {
	color: #04175B;
	font-family: 'HelveticaNeueLTCom';
}

input {
	font-family: 'HelveticaNeueLTCom';	
}

textarea {
	overflow: auto;
	font-family: 'HelveticaNeueLTCom';	
}

ol, ul, li { 
	list-style: none; 
	color: #04175B;
	font-family: 'HelveticaNeueLTCom';	
}

/* Header */

#header {
	max-width: 1200px; 
	max-height: 126px; 
	margin:0px auto; 
	text-align: left;
	position: relative;
}

#logo-left {
	width: 27%;
	float: left;
	margin-top: 3px;
}

#logo-left img {
/*	width: 100%; */
	max-height: 75px;
}

#logo-right {
	width: 100%;
	float: right;
}

#logo-right img {
	width: 100%; 
	float: right;
}

/*General Containers */

#container {
	max-width: 1200px;
	width: 100%; 
	margin: 0px auto;
}

/* Left panel */

#left_panel {
	width: 75%;
	margin-top: 5px;
	max-width: 900px;
	float: left;
	background-color: #FFFFFF;
  padding: 0;
}

#left_panel .divider {
	border-bottom: 1px dashed #04175b;
	clear: both;
	width: 100%;
}





/* Right Panel */

#right_panel {
	width: 24%;
	margin-left: 1%;
	margin-top: 5px;
	max-width: 300px;
	float: right;
	background-color: #EFEDEA;
  border-radius: 8px;
  padding: 0;
}

.email a, .email a:visited{
	text-decoration: none;
	color: #04175B;
	font-size: 23px;
}

@media screen and (max-width: 1000px) {
	.email a, .email a:visited {
		font-size: 16px;
	}
}

.email a:hover {
	color: #FF0000;
}

.phone a {
	color: #011459;
	font-size: 25px;
	text-decoration: none;
}

.phone a:hover {
	color: #FF0000;
}

#right_panel .module {
	border-top: 3px solid #fff;
	clear: both;
	display: block;
	padding: 7px 5px;
}

#right_panel .module h2 {
	margin: 0 0 3px;
	color: #007DBA;
}

#right_panel .calculators {
	float: left;
	margin: 0 10px;
	text-align: left;	
	display: none;
}

#right_panel .calculators a, #right_panel .calculators a:visited {
	float: left;
	width: 100%;
	text-decoration: none;	
	color: #007dba;
	font-weight: normal;
	font-size: 16px;
}

#right_panel .calculators a:hover {
	color: #FF0000;
}

#right_panel .calculators h3 {
	margin: 10px 0px 0px;
	color: #04175b;
	float: left;
}

.toggle {
	background-color: #4d4d4d;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 8px;
	margin: 2px 4px 2px 0px; 
}

#container .toggle, #container .toggle:visited {
	color: #FAFAFA;
	text-decoration: none;
}

#container .toggle:hover {
	opacity: .75;
}

.apply-now {
	width: 21%;
	margin-left: 1%;
	margin-top: 5px;
	max-width: 300px;
	float: right;
	background-color: #EFEDEA;
  border-radius: 50px;
  padding: 0.6% 1.5%;
	background-color: #4ba3da;
/*	border: 5px solid #FFFF00;*/
	border: none;
}

#container .apply-now a, .apply-now a:visited {
	padding: 0 2% 6px;
/*	color: #007DBA;*/
	color: #FFF;
	background-color: #4ba3da;
	font-size: 36px;
	text-decoration: none;
	font-weight: bold;
}

#container .apply-now a:hover {
/*	color: #F1DF01;	*/
	color: #000;
}

.social {
	margin: 2px auto;
	width: 100%;
	max-width: 230px;
}

.social img {
	width: 100%;
	border: none;
}

.social img:hover {
	opacity: 0.8;
	border: none;
}

.login-module input {
	width: 108px;
	float: left;
	max-width: 95%;
}

.login-module span {
	float: left;
	width: 160px;
	text-align: left;
}

.login-module div {
	float: left;
	width: 100%;
}


.subscribe-module input {
	width: 208px;
	float: left;
	max-width: 95%;
}

.subscribe-module span {
	float: left;
	width: 60px;
	text-align: left;
}

.subscribe-module div {
	float: left;
	width: 100%;
}

.module input[type="submit"] {
	background-color: #ce3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 25px; 
	margin: 2px 4px 2px 0px; 
	width: 90px; 
	cursor: pointer; 
}

.news_heading {
	text-align: left;
	margin: 10px 10px 0px;
	float: left;
}

#right_panel .news_heading a, #right_panel .news_heading a:visited {
	float: left;
	width: 100%;
	text-decoration: none;	
	color: #04175b;
	font-weight: bold;
	font-size: 18px;
}

#right_panel .news_heading a:hover {
	color: #FF0000;
}

.news_body {
	color: #011459;
	float: left;
	margin: 0px 10px;
	text-align: left;	
}

.news_body p {
	margin: 3px 0px;
}

.news_read_more {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 8px;
	float: right;
	margin: 2px 4px 2px 0px; 
}

#container .news_read_more a, #container .news_read_more a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

#container .news_read_more a:hover {
	opacity: .75;
}

.dotted_border_bottom {
	border-bottom: 1px dotted #000;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.news-summary {
	font-size: 16px;
	float: left;
}

.rule {
	border-bottom: 2px dotted #EFEFEF;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

/* Menu */

#menu {
	width: 100%; 
	font-size: 17px;
/*	border-top: 	#000000 2px solid;*/
	border-bottom: 	#000000 2px solid;
	float: left;
/*	margin-top: -33px;*/
	margin-bottom: 7px;
}

#menu ul {
/*	width: 100%; */
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#menu li {
	color: #011459;
	float: left; 
}

#menu li:hover {
	background-color: #4ba3da;
}

#menu li.first {
	margin-left: 0;
}

#menu li a, #menu li a:visited {
	color: #007dba;
	float: left; 
	text-decoration: none;
	padding: 5px 8px;
}

#menu li a:hover {
	color: #FFFFFF;
	float: left;
}

#menu form {
	float: right;
	margin-top: 3px;
}

#menu form input:first-child {
	width: 200px;
}

@media screen and (max-width: 1160px) {
	#menu li a, #menu li a:visited {
/*		color: #FFFFFF;*/
	}
	#logo-right {
	  clear: left;
	  float: left;
	  width: 100%;
	}
	#logo-left {
		margin-top: 10px;
	}		
}

/* Application Menu */

#application_menu {
	width: 100%;
	font-size: 17px;
	border-bottom: 	#000000 4px solid;
	float: left;
/*	margin-top: -33px;*/
	margin-bottom: 5px;
}

#application_menu ul {
	width: 100%; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#application_menu li {
	color: #FFFFFF;
	float: left; 
	background-color: #007DBA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	margin-left: 1px;
	padding-bottom: 5px;
	text-align: center;
}

#application_menu li:hover {
	background-color: #EFEDEA;
}

#application_menu li.first {
	margin-left: 0;
}

#application_menu li a, #application_menu li a:visited {
	color: #FFFFFF;
	float: left; 
	text-decoration: none;
/*	padding: 5px 8px 0px;*/
	padding: 5px 9px 0px;
	font-size: 18px;
	font-weight: bold;
}

#application_menu li a:hover {
	color: #011459;
	float: left;
}

#application_menu .highlight {
	background-color: #FF0000;
	color: #007dba;
}

#application_menu .highlight a, #application_menu .highlight a:visited {
/*	color: #04175b;*/
/*	color: #007dba; */
	color: #FFFFFF;
}

#application_menu .highlight a:hover, #application_menu .highlight a:visited:hover {
	color: #007dba; 
}

#application_menu span {
	font-size: 15px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 20px;
/*	font-weight: bold;*/
}

#application_menu .highlight span {
/*	color: #04175b;*/
}

#application_menu li:hover > span {
	color: #04175b;
}

#application_menu li:hover > a {
	color: #007DBA;
}




/* Content */

#content {
/*	min-height: 300px; */
	background-color: #FFFFFF;
	text-align: left;
	padding: 0;
	margin: 10px auto;
	width: 100%%;
	max-width: 1200px;
}

.front-page #content {
	min-height: 300px; 
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 100%;
}

.full-page #content {
	min-height: 300px; 
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 100%;
}

.calculator #content {
	min-height: 300px; 
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 100%;
}

/* Warning */

#warning {
	background-color: #EFEDEA; 
/*	float: left;*/
	max-width: 1200px;
	width: 100%;
	color: #04175B;
  border-radius: 8px;	
  padding: 0;
  margin: 5px auto;
   font-size: 14px;
}

#warning p {
	text-align: center;
	margin: 0px 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #011459;
}

/* Footer */

#footer {
	background-color: #4D4D4D; 
/*	float: left;*/
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
	color: #04175B;
	clear: both;
}

#footer .divider {
	width: 100%; 
	background-color: #000000; 
	height: 4px; 
	position: relative;
	left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#footer .left {
	float: left;
	margin-left: 10px;
	width: 351px;
}

#footer .right {
	float: right;
	margin-right: 10px;
	width: 351px;	
}

#footer a, #footer a:visited {
	color: #04175B;
	text-decoration: none;
}	

#footer .weblink, #footer .weblink:visited {
	color: #F1DF01;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
}	

#footer a:hover {
	color: #F1DF01;
}

#footer .full {
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer .full .center {
	text-align: center;
	max-width: 250px;
	margin: 0px auto;
	color: #FFFFFF;
}

#footer .full p {
	text-align: left;
	margin: 0px auto;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
}		

#footer .call h2 {
/*	color: #F1DF01;;*/
	color: #FFF;
	font-size: 24px;
	margin: 0px;
}

#footer .call a {
/*	color: #FF0000;*/
	color: #FFF;
	font-size: 24px;
}

#footer .call a:hover {
/*	color: #007DBA;*/
	color: #EFEFEF;
}

#footer .email h2 {
/*	color: #F1DF01;;*/
	color: #FFF;
	font-size: 24px;
	margin: 0px;
}

#footer .email a {
/*	color: #FF0000;*/
	color: #FFF;
	font-size: 24px;
}

#footer .email a:hover {
/*	color: #007DBA;*/
	color: #EFEFEF;
}

#footer img {
	width: auto;
	float: none;
	margin: 0;
}

/* Front Page Template */

.front-page #details {
	clear: both;
	color: #04175B;
	margin-top: 30px;
	float: left;
	width: 100%;
	font-size: 23px;
}

.front-page #details {
	margin-top: 0px;
}

.front-page #details a, .front-page #details a:visited {
	color: #B0B0B6;
	text-decoration: none;
}

.front-page #details a:hover {
	color: #F1DF01;
}

.red-arrow {
	color: #FF0000;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;	
}

.front-page-features {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	width: 49.5%;
	float: left;
	margin-bottom: 5px;
	clear: left;
}

.right {
	float: right;
	clear: right;
}

.front-page-features h2 {
	margin: 0 2% 10px;
}

.front-page-feature {
	background-color: #EFEDEA;
	padding: 0 2% 10px;
	width: 96%;
	float: left;
}

.front-page #details .front-page-features a, .front-page #details .front-page-features a:visited {
	float: left;
	width: 100%;
	color: #007dba;
}

.front-page #details .front-page-features a:hover {
	color: #2a478a;
}

/* Full Page Template */

.full-page #details {
	clear: both;
	color: #04175B;
	margin-top: 0px;
	float: left;
	width: 100%;
	font-size: 16px;
}

.full-page #details a, .full-page #details a:visited {
	color: #B0B0B6;
	text-decoration: none;
}

.full-page #details a:hover {
	color: #F1DF01;
}

.full-page-features {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	clear: left;
}

.full-page .right {
	float: right;
	clear: right;
}

.full-page-features h2 {
	margin: 0 2% 10px 0;
}

.full-page-features {
	background-color: #FFF;
	padding: 0 2% 10px;
	width: 96%;
	float: left;
}

.full-page-features div {
	background-color: #FFF;
}

.full-page #details .full-page-features a, .full-page #details .full-page-features a:visited {
	float: left;
	width: 100%;
	color: #007dba;
	font-size: 20px;
	font-weight: bold;
}

.full-page #details .full-page-features a:hover {
	color: #2a478a;
}

.full-page #details .full-page-features a.view {
	color: #007dba;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

.full-page #details .full-page-features a.view:hover {
	color: #2a478a;
}

/* Default Template */
.default li { 
	list-style: disc;
	margin-bottom: 15px; 
}

.default a, .default a:visited {
	color: #04175b;
	font-size: 16px;
	text-decoration: none;
}

.default a.heading, .default a.heading:visited {
	color: #04175b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.default a:hover, .default a.heading:hover {
	color: #2a478a;
}

.default h3 { 
	margin-bottom: -15px; 
	color: #04175b;
	font-weight: bold;
	font-size: 18px;
}

.default img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 400px;
    width: 50%;
}

/* Personal */
.personal h1 {
	float: left;
	width: auto;
}

.personal li { 
	list-style: disc;
	margin-bottom: 15px; 
}

.personal a, .personal a:visited {
	color: #04175b;
	font-size: 16px;
	text-decoration: none;
}

.personal a.heading, .personal a.heading:visited {
	color: #04175b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.personal a:hover, .personal a.heading:hover {
	color: #2a478a;
}

.personal h3 { 
	margin-bottom: -15px; 
	color: #04175b;
	font-weight: bold;
	font-size: 18px;
}

.personal img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;    
    max-width: 400px;
    width: 50%;
}

.personal button {
	float: right;
	margin-right: 25px;
	background-color: #04175b;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: normal;
	padding: 0 8px;
	height: 25px; 
/*	margin: 2px 4px 2px 0px; */
	width: 90px; 
	cursor: pointer; 	
}

.personal button:hover {
	color: #007dba;
}

.personal #details {
	clear: both;
}

/* Business */

.business h1 {
	float: left;
	width: auto;
}

.business li { 
	list-style: disc;
	margin-bottom: 15px; 
}

.business a, .business a:visited {
	color: #04175b;
	font-size: 16px;
	text-decoration: none;
}

.business a.heading, .business a.heading:visited {
	color: #04175b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.business a:hover, .business a.heading:hover {
	color: #2a478a;
}

.business h3 { 
	margin-bottom: -15px; 
	color: #04175b;
	font-weight: bold;
	font-size: 18px;
}

.business img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;    
    max-width: 400px;
/*    width: 50%;*/
}

.business button {
	float: right;
	margin-right: 25px;
	background-color: #04175b;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: normal;
	padding: 0 8px;
	height: 25px; 
/*	margin: 2px 4px 2px 0px; */
	width: 90px; 
	cursor: pointer; 	
}

.business button:hover {
	color: #007dba;
}

.business #details {
	clear: both;
}

/* Calculator Template */
.calculator li { 
	list-style: disc;
	margin-bottom: 15px; 
}

.calculator a, .calculator a:visited {
	color: #04175b;
	font-size: 16px;
	text-decoration: none;
}

.calculator a.heading, .calculator a.heading:visited {
	color: #04175b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.calculator a:hover, .calculator a.heading:hover {
	color: #2a478a;
}

.calculator h3 { 
	margin-bottom: -15px; 
	color: #04175b;
	font-weight: bold;
	font-size: 18px;
}

.calculator img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 400px;
/*    width: 50%;*/
}

.calculator .description {
	margin: 0px 25px;
}

.calculator h1 {
	float: left;
	width: auto;
}

.calculator button {
	float: right;
	margin-right: 25px;
	background-color: #04175b;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: normal;
	padding: 0 8px;
	height: 25px; 
/*	margin: 2px 4px 2px 0px; */
	width: 90px; 
	cursor: pointer; 	
}

.calculator button:hover {
	color: #007dba;
}

.calculator #details {
	clear: both;
}

/* Form*/

.form_block {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
/*	width: 100%; */
/*	float: left;*/
/*	margin: 0.5%;*/
/*	margin-bottom: 20px;*/
margin-bottom: 5px;
	clear: left;
/*	padding-top: 2%;*/
/*	padding-bottom: 2%;*/
	display: block;
}

.form_block_inner {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
/*	width: 100%; */
/*	float: left;*/
	margin: 0.5%;
/*	clear: left;*/
	padding-top: 2%;
	padding-bottom: 2%;
}

.small {
	padding: 0px;
}

#applicant_menu h2 {
	color: #007dba;
	float: left;
	font-size: 24px;
	line-height: 39px;
	margin: 15px 2% 15px 2%;
	float: left;
}
/*
.form_block h2 {
	margin: 0 2% 10px;
	font-size: 24px;
	color: #007DBA;
}
*/
.form_block h2 {
	margin: 0px auto 15px;
	font-size: 24px;
	color: #007DBA;
	background-color: #0253a4;/*#888888;/*#0253a4;*/
	text-align: center;
	color: white;
	border-radius: 8px 8px 0 0;
}

.form_label {
	margin: 0 2% 10px;
	font-size: 16px;
	color: #007DBA;
	width: 150px;
	float: left;
/*	clear: both;*/
/*	display: inline;*/
}

.form_block .large {
	width: 300px;
}

.survey input {
	margin: 10px 0 10px;
	font-size: 16px;
	color: #007DBA;
	width: 150px;
/*	float: left;*/
display: inline;
}

.survey select {
	margin: 10px 0 10px;
	font-size: 16px;
	color: #007DBA;
/*	float: left;	*/
}

.survey td {
	text-align: left;
	width: 50%;
}

.survey tr:nth-child(even)  {
	background-color: #FAFAFA;
}

.form_label1 {
/*	margin: 0 10px 10px 2%;*/
	margin: 5px 10px 5px 2%;
	font-size: 16px;
	color: #04175b;
	float: left;
}

.form_sub_label {
	width: 125px;
	float: left;
}

.personal_details .form_label {
/*	width: 130px;*/
	width: 145px;
}

.contact_details .form_label {
/*	width: 130px;*/
	width: 145px;
}

.drivers_licence .form_label {
/*	width: 130px;*/
	width: 145px;
}

.current_home .form_label {
/*	width: 130px;*/
	width: 145px;
}

.family_details .marital_status {
/*	width: 130px;*/
	width: 145px;
}

.current_home .state {
/*	width: 105px;*/
	width: 145px;
}

.current_home .time_at_address {
	width: 145px;
}

.current_home .mortgage {
	width: 190px;
}

.form_field {
/*	margin: 0 2% 10px 0px;*/
	margin: 5px 0;
	font-size: 16px;
	color: #04175b;
	float: left;
/*	overflow: hidden;
	display: inline;*/
}

.form_field_large {
	min-width: 500px;
	margin: 0;
}

.form_field span {
	float: left;
	width: 60px;
	margin: 5px 10px 5px 0;
	clear: both;
}

.form_field select {
	float: left;
/*	margin: 0 10px 0 2px;*/
	margin: 5px 10px 5px 0;
}

#time_at_address_years_1_error, #time_at_address_months_1_error {
	width: 300px;
	margin: 0 0 0 2%;
}
/*
.form_field:after {
  content: "";
  display: table;
  clear: both;
}
*/
.clear_left {
	clear: left;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.mortgage_with {
	display: none;
}

.landlord_details {
	display: none;
}


.blue_button {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: none;
	height: 25px; 
	margin: 2px 4px 2px 0px; 
}


#add_asset, #add_liability, #add_income, #add_expense {
	margin-top: 30px;
}

#save_continue {
	background-color: #CE3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 25px; 
	margin: 2px 0px 2px 0px; 	
}

#back {
	background-color: #04175b;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	height: 25px; 
	margin: 2px 4px 2px 0px; 	
	width: 171px;
}


input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	opacity: .8;
}

#save_for_later {
	background-color: #CE3333;
	border: none;
	border-radius: 15px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 39px; 
	margin: 25px 4px 35px 0px; 
}

#save_for_later:hover {
	opacity: .9;
	cursor: pointer;
}

#cancel_application {
	background-color: #4d4d4d;
	border: none;
	border-radius: 15px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 39px; 
	margin: 25px 4px 35px 0px; 
}

#cancel_application:hover {
	opacity: .9;
	cursor: pointer;
}

#applicant_menu {
	float: left;
}

#applicant_menu .highlight {
	background-color: #ff0000;
}

#applicant_menu .highlight:hover {
	color: #efedea;
}

.applicant_buttons {
	background-color: #4d4d4d;
	border: none;
	border-radius: 15px;
	color: #FAFAFA;
	font-size: 17px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	height: 39px; 
	margin: 15px 4px 15px 0px; 
}

.applicant_buttons:hover {
	background-color: #EFEDEA;
	color: #4d4d4d;
	cursor: pointer;
}

.dim {
	background-color: #EFEDEA;
	color: #007dba;
}

#delete_applicant {
	display: none;
}

#delete_previous_employment {
	display: none;
}

#delete_previous_residence {
	display: none;
}

.applicant {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 4px solid #007dba
}

.applicant_title {
	background-color: #efedea;
	padding: 1% 2%;
	width: auto;
	margin-top: 15px;
}

.applicant_title h2 {
	margin: 0;
	color: #04175b;
}

.centered {
	text-align: center;
}

.form_error {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 2%; 
	float: left;
/*	display: none;*/
}

.survey select.error-border {
	border: 2px solid #FF0000;
	margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
	.form_block .form_label {
		clear: left;
		width: 130px;
		margin: 5px 10px 0 2%;
	}
}

	.form_block .form_field {
/*		margin: 0 10px 10px 4%;*/
		margin: 5px 0 0;
	}
	.form_block .form_error {
		margin: 0 0 10px 2%;
		clear: left;
	}	 
}







#form-holder {
	clear: both;
	color: #04175B;
	margin-top: 30px;
	float: left;
	width: 700px;
	text-align: left;
}

.form_info {
  background-color: #FFFF00;
  padding: 0px;
  width: 100%;
}

.form_checkbox {
  background-color: #ADD8E6;
  padding: 0px;
  width: 100%;
  color: #04175b;
}

#employment_details .form_info {
	margin-top: 15px;
}

.form_info h3 {
	color: #ff0000;
	margin: 0px;
	font-size: 24px;
	padding: 1% 2%;
}

#form1 {
	font-size: 23px;
}

#form1 label {
	float: left;
	clear: left;
	margin-bottom: 25px;
	width: 700px;
}

#form1 .message {
	color: #04175B;
	width: 700px;
	background-color: transparent;	
	padding-bottom: 0px;	
}	

#form1 .message_top {
	float: left;
}

#form1 textarea.input {
	width: 400px;
	height: 50px;
}

#form1 fieldset {
	border: none;
}

#form1 span {
	float: left;
}

#form1 .input {
	margin-left: 20px;
	float: left;
}

.link-form {
	margin-left: 55px;
	float: left;
}



#form1 .link3 {
  background-image: url("/images/submit.png");
  float: left;
  height: 33px;
  text-indent: -1000px;
  width: 107px;
}

h2.form_heading {
  background-color: #F1DF01;
  color: #011459;
  float: left;
  margin-bottom: 0;
  padding: 7px 0;
  width: 100%;
	text-align: center;
}

/* Slider */
#slider-holder {
/*	max-height: 380px;*/
	max-height: 600px;
	max-width: 900px;
	width: 100%;
	overflow: hidden;
	float: left;
}

.slider {
	width: 100%;
/*	max-height: 380px;*/
	max-height: 600px;
}

.slider img {
/*	max-height: 380px;*/
	max-height: 600px;
	max-width: 900px;
	width: 100%;
}

.slider {
  position: relative;
  visibility: hidden;
  left: -5000px;
}

#slider-holder a.prev {
	left: 5px;
}

#slider-holder a.next {
	right: 5px;
}
#slider-holder a.prev, #slider-holder a.next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
	        box-shadow: 0 0 2px #999;
	z-index: 1000;
}

#slider-holder a.prev:hover, #slider-holder a.next:hover {
    background-color: #666666;
}
        
        
#slider-holder .pagination {
	bottom: 0;
}

#slider-holder .pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	min-width: 14px;
	background: #fff;
	color: #4E443C;
	border-radius: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 2px;
	opacity: .75;
}

#slider-holder .pagination a.active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
} 

#slider-holder .pagination a:hover {
	background-color: #666666;
	color: #fff;
}   

.externalControl {
	bottom: 10px;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;	
}    

#slider-hidden {
	display: none;
} 

.dynamic_table {
	margin-left: 10px;
}

.dynamic_table th {
	font-size: 16px;
	vertical-align: top;
}

.dynamic_table tfoot td {
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
	display: table-cell;
	text-align: right;
}

.dynamic_table input[type="image"] {
	width: 17px;
}

.dynamic_table .form_field select {
	margin: 0;
}

.asset_description, .liability_description, .income_description, .expense_description {
	width: 300px;
}

.monthly_payment, .amount_owing_card_limit, .asset_current_value, .income_amount, .expense_amount {
	text-align: right;
}

.form_label_checkbox {
	color: #04175b;
  font-weight: bold;
  float: left;
  font-size: 16px;
  margin: 5px 10px 5px 2%;
}

.thrifty_scripty_tag {
    float: left;
    background-color: #04175b;/*#0253a4;/*#888888;*/
    width: 100%;
    font-size: 36px;/*24px;*/
    text-align: center;
    font-weight: bold;/*200;*/
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 1px;
    margin-top: 1px;
}

#menu li.view_cart a {
    background-color: #b74635;
    color: #fff;
    margin-left: 30px;
    border-radius: 20px;
    height: 21px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu li.view_cart a:hover {
	color: #d3d3d3;/*#04175b;*/
}

#menu li.view_cart:hover {
	background-color: #fff;
}

.total_row {
	background-color: #4ba3da;
	color: #fff;
	font-weight: bold;
}

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

.ordered {
	width: 25px;
	text-align: center;
}

table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1200px;
	margin: 3px auto;
}

th {
	background-color: #04175b;	
	text-align: left;
	color: #fff;
	padding: 10px;	
	font-weight: normal;
}

table td {
	border: 1px solid #efefef;
	padding: 0 10px;
}

table td:nth-child(n+5) {
	width: 6%;
	min-width: 100px;
}	

.heading {
	background-color: #d3d3d3;/*#f0f8ff;*/
	color: #666666;	
}

table tr.result:hover {
	background-color: #4ba3da;	
}

.add {
	background-color: red;
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
	border: none;
	vertical-align: top;
	margin-top: 0px;
}

.update_button {
	background-color: #666666;
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
	border: none;
	vertical-align: middle;
	margin-left: 5px;
	padding: 2px 10px;
}

.delete_button {
	background-color: #04175B;
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 2px 10px;	
}

.update_button:hover, .delete_button:hover {
	color: #d3d3d3;
}

.delete_cart_button {
	background-color: #888888;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 5px 10px;	
}

.checkout_button {
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 5px 10px;
}

.delete_cart_button:hover, .checkout_button:hover {
	color: #d3d3d3;
}

#choose_login_or_new {
	text-align: center;
}

#choose_login_or_new div {
	height: 40px;
	line-height: 40px;	
}

#login_button {
	float: left;
	margin-left: 25%;
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;
/*	padding: 5px 10px;	*/
}

#create_account_button {
	float: right;
	margin-right: 25%;
	background-color: #888888;	
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;	
}

#login {
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 15px;
/*	padding: 5px 10px;	*/
}

#create_button {
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 15px;	
/*	padding: 5px 10px;	*/
}

#login_button:hover, #create_account_button:hover, #create_button:hover {
	color: #d3d3d3;
}

#login_form, #create_account_form {
	display: none;
}

#login_holder {
	text-align: center;
    width: 450px;
    margin: 10px auto;
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
}

#create_account_holder {
	text-align: left;
    width: 500px;
    margin: 10px auto;
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
}

.message ul {
	padding: 0px;
}

.message li {
	color: #FF0000;
	background-color: #efefef;
	border-radius: 8px;
    margin: 3px 10px;
    font-weight: bold;
    line-height: 36px;
}	

.error {
	color: #FF0000;
	background-color: #efefef;
	border-radius: 8px;
    margin: 3px 10px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}		

#create_account_form h2 {
	background-color: #888888;
}

#login_form.display {
	display: block;
}

#content p {
	margin: 20px;
}

#content h1 {
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	padding: 20px 0px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
	font-size: 48px;
}

@media screen and (max-width: 700px) {
	#footer .email a, #footer .call a, #footer .center {
		/*font-size: 16px;*/
	}
	#footer .email, #footer .call, #footer .center, #footer .left, #footer .right {
		width: 100%;
		float: none;
		margin: 5px auto 25px;
		clear: both;
	}
}

.one-third {
	width: 33%;
	float: left;
	clear: none;
	height: 210px;	
}

.one-third ul li {
	list-style: circle inside;
}

.one-third:nth-child(n+5) {
	height: 315px;	
}

@media screen and (min-width : 700px) 
and (max-width : 1024px) {
	.one-third:nth-child(n+5) {
		height: 360px;	
	}	
}

@media screen and (max-width: 700px) {
	.one-third {
		width: 100%;
		height: auto;
	}	
	.one-third:nth-child(n+5) {
		height: auto;	
	}	
}

.one-third div {
	margin-left: 20px;
}
/*
.half {
	width: 49%;
	float: left;
	clear: none;
}

.half:nth-child(2n) {
	margin-left: 0.5%;	
}

.half ul {
	list-style: circle inside;
}
*/

#content img {
	width: 30%;
	float: right;
	margin: 0px 5px 5px 15px;
}

.left-block {
	float: left;
	width: 100%;
}

.float-left {
	float: left;
}

.survey textarea {
	width: 90%;
}

.submit_button {
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;
	margin: 10px auto;
}

#logout {
	background-color: #0253a4;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
	width: 125px;
	height: 40px;
	margin: 20px auto;
/*	padding: 5px 10px;	*/
}