*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	color:#000;
	background:#003964;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	background:#003964;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
#calc_container {
	width:100%;
	border-radius:0;
	padding:30px;
	color:#cccccc;
	margin:0 auto;
}

#calc_container .two-column {
	width: 50%;
	float: left;
}

#calc_container .two-column:first-child {
	padding-right: 20px;
	padding-top: 0;
}

#calc_container h4, #calc_container h3, #calc_container h5 { color: #fff !important; text-align: left; text-shadow:none; }

#purchase_btn, #refinance_btn, #thirty_year_btn, #fifteen_year_btn {
	width:72px;
	height:31px;
	float:left;
	cursor:pointer;
	
	border-radius:3px;
	color:#2b2b33;
	font-weight: bold;
	font-size:14px;
	line-height: 31px;
	text-align: center;

	
}
.button_container {
	display:inline-block;
	margin-right:35px;
}
#purchase_btn {
	/*background:url('../images/purchase_btn.png') no-repeat bottom;*/
}
#refinance_btn {
	/*background:url('../images/refinance_btn.png') no-repeat;*/
}
#fifteen_year_btn {
	/*background:url('../images/15_years.png') no-repeat bottom;*/
}
#thirty_year_btn {
	/*background:url('../images/30_years.png') no-repeat;*/
}
div.minimum {
	float:left;
}
div.maximum {
	float:right;
}
.ui-slider .ui-slider-handle {
	height:22px;
	width:21px;
	background:url('/themes/fleming/modules/boat_inventory/mortgage-calc/images/slider_handle.png') no-repeat;
	border:none;
	border-radius:0;
	cursor:pointer;
}
.ui-slider .ui-slider-handle:hover {
	background-position:right;
}
.ui-slider-horizontal {
	height:6px;
	background:#ccdde5;
	border:1px solid #d5d5d5;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);
}
.ui-slider-horizontal .ui-slider-handle {
	top:-7px;
}
.slider {
	font-family:Arial, sans-serif;
	margin-top:8px;
	/*background:url('../images/divider.png') repeat-x bottom;*/
	padding-bottom:3px;
}

.slider:first-child {
	margin-top: 0;
}

.slider label {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	margin-bottom:8px;
	display:block;
}
.slider label span {
	color:#e9d19b;
	font-size: 14px;
	font-weight:normal;
}
div.minimum, div.maximum {
	font-size:12px;
	margin-top:8px;
}
.payment_amount {
	float:left;
	font-family:Arial, sans-serif;
	margin-right:45px;
	margin-top:10px;
}
.amount_label {
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#cccccc;
}
#monthly_payment {
	font-size:35px;
	color:#d1d1da;
	font-weight:bold;
}
#monthly_savings {
	font-size:29px;
	color:#e9d19b;
	font-weight:bold;
}
#cta {
	float:right;
	margin-top:26px;
}
.clear {
	clear:both;
}
