/* @group CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin : 0;
    padding : 0;
/*	color: #000000;*/
	font-family : Arial, sans-serif !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
    margin         : 0;
    padding        : 0;
    border         : 0;
    font-weight    : inherit;
    font-style     : inherit;
    font-size      : 100%;
    font-family    : inherit;
    vertical-align : baseline;
}

table {
    border-collapse : collapse;
    border-spacing : 0;
}
fieldset,img { 
    border : 0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style : normal;
    font-weight : normal;
}
ul,dl {
    list-style : none;
}

ol {
	list-style-type: numeric;
	margin-left: 30px;
}
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;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Tables still need 'cellspacing="0"' in the markup. */ 
table {
	border-collapse : separate; 
	border-spacing: 0; 
}
caption, th, td {
	text-align : left; 
	font-weight: normal; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */ 
blockquote:before, blockquote:after, q:before, q:after {
	content : ""; 
}
blockquote, q { 
	quotes : "" ""; 
}

/* This is where you set your desired font size. The line-height
   and vertical margins are automatically calculated from this.

   You have to add an extra calculation here because of IE, so that
   all users may resize text manually in their browsers.

   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */ 

body { 
	font-size : 75%; 
	line-height: 1.6em !important;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	
}


/* @end */

/* @group Clearfix */

/* CSS Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; clear: both;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; clear: both;}
/* End hide from IE-mac */

.left {
	float: left;
}
.right {
	float: right;
}

.inline {
	display: inline;
}

/* @end */

#wrapper {
	margin: 0 auto;	
	width: 960px;
	border: 1px solid #F1F1F1;
}

#header {
	height: 80px;
/*	width: 960px;*/
	background: url(/images/smartloans-logo-bg.png) repeat-x 0 0;
}

.wrapper {
	margin: 0 auto;	
	width: 960px;
}

#header #logo {
	float: left;
	width: 450px;
	height: 80px;
	display : block;
	background: url(/images/logo.png) no-repeat 0px 5px;
}

#header #menu {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 50px;
	
}

#header #menu li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}

#header #menu li a {
	color: #FFFFFF;
}

#header #menu li a:hover {
	color: #0079CD;
	text-decoration: none;
}

#wizard {
	height: 283px;
	width: 960px;
}

#wizard #wizard-box {
	width: 704px;
	height: 293px;
	background: url(/images/mainsection.png) no-repeat 0 0;
	position: relative;
}

#wizard #wizard-box #wizard-option-submit {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 370px;
	height: 200px;
	padding-top: 15px;
	font-size: 1.25em;
	font-family: Verdana;
	line-height: 2em;
}

#wizard #wizard-box #wizard-option-submit h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	padding-top: 5px;
}

#wizard #wizard-box #wizard-option-submit #radio-group {
	padding-left: 90px;
	padding-top: 15px;
}

#wizard #wizard-box #wizard-option-submit .buttoning {
	padding-top: 20px;
	margin-left: 150px;
}

#wizard #wizard-selection {
	background: url(/images/tab-links.png) no-repeat 0px -2px;
	height: 285px;
	width: 256px;
	padding: 0px;
	margin: 0px;
}

#wizard #wizard-selection div {
	height: 87px;
	padding-left: 20px;
	text-align: center;
	padding-top: 8px;
	text-indent : -9000em;
	cursor : pointer;
}

#wizard #wizard-selection div a {
	font-size: 1.4em;
	color: #0079CD;
	font-family: Verdana;	
	display : block;
	height: 87px;
}

#wizard #wizard-selection div a:hover {
	color: #0079FF;
	text-decoration: none;
}

#wizard #wizard-selection div span {
	display: block;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #7C7A7A;
}

#gray-bar {
	background: url(/images/grey-bar-background.jpg) 0 0 repeat-x;
	height: 27px; 
}

#bank-lineup {
	background: url(../images/smartloans-banks.png) no-repeat 0 0;
	height: 64px;
	position : relative; 
	padding : 20px 0px 0px 30px
}

#bank-lineup a {
	float : left;
	display : block;
}

#mortgage .blue-box {
	width: 290px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border: 1px solid #6b8bbd;
}

#mortgage #mortgage-help .help-center {
	background: url(../images/smartloan-mortgage-help-center.jpg) no-repeat 0 0;
	display: block;
	height: 25px;
	text-indent: -999em;
}

#mortgage #mortgage-help .real-estate {
	background: url(../images/smartloan-realestate-service.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	text-indent: -999em;
}

#mortgage #mortgage-help ul {
	padding-top: 10px;
	padding-left: 30px;
}

#mortgage #mortgage-help li {
	font-size: 1em;
	color: #407196;
	line-height: 1.4em;
}

#mortgage #mortgage-rates {
	width: 300px;
	padding: 10px;
}

#mortgage #mortgage-rates .latest-rates {
	background: url(../images/smartloan-latest-rate.jpg) no-repeat 0 0;
	display: block;
	height: 38px;
	text-indent: -999em;
}

#mortgage #mortgage-rates table {
	width: 300px;
}

#mortgage #mortgage-rates th {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 2em;
}

#mortgage #mortgage-rates td {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	color: #FFFFFF;
}

#mortgage #mortgage-rates tr.odd {
	background-color: #3d6696;
}

#mortgage #mortgage-rates tr.even {
	background-color: #4f81bd;
}

#mortgage #mortgage-works {
	width: 300px;
	padding: 10px;
}

#mortgage #mortgage-works .loanworks {
	background: url(../images/smartloans-how-it-work.jpg) no-repeat 0 0;
	display: block;
	height: 58px;
	text-indent: -999em;
}

#mortgage #mortgage-works .content {
	min-height: 335px;
	border: 1px solid #6b8bbd;
	background: url(../images/smartloan-work-background.jpg) no-repeat bottom right;
}

#mortgage #mortgage-works .content ul {
	padding-left: 45px;
	padding-right: 10px;
}

#mortgage #mortgage-works .content li {
	font-weight: bold;
	font-family: Verdana;
	font-size: 1.2em;
	list-style-image: url(../images/smartloan-icon-check.jpg);
}

#mortgage #mortgage-works .content li span {
	font-size: 0.8em !important;
	color: #4f81bd;
	font-weight: normal;
	display: block;
}

#mortgage #mortgage-works .start-now {
	padding-left: 10px;
}

#mortgage #mortgage-works .start-now h3 {
	color: #C30000;
	font-size: 1.2em;
	padding-top: 20px;
	font-weight: bold;
}


/* Stylesheet for loan controller */

#calculator-header {
	padding: 10px;
}

#calculator-header h2 {
	float: left;
}

#calculator-header #quiz-steps {
	float: right;
	margin-top : 15px;
}

#calculator-header #quiz-steps a {
	float: left;
	width: 50px;
	height: 58px;
	text-align: center;
	font-size: 1.8em;
	line-height: 2.31em;  /* 50/(1.8*12) em */
	display: block;
	color: #FFFFFF;
}

#calculator-header #quiz-steps strong {
	float: left;
	height: 58px;
	text-align: center;
	font-size: 1.8em;
	line-height: 2.31em; 
	margin-right : 10px;
}

#calculator-header #quiz-steps a.active, #calculator-header #pagination a {
	background: url(../images/yellow-button.jpg) no-repeat 0 0;
}

#calculator-header #quiz-steps a.active:hover {
	background: url(../images/yellow-button.jpg) no-repeat 0 0;
}

#calculator-header #quiz-steps a.inactive {
	background: url(../images/blue-button.jpg) no-repeat 0 0;
}

#calculator-header #quiz-steps a.inactive:hover {
	background: url(../images/blue-button.jpg) no-repeat 0 0;
	text-decoration: underline;
}

#calculator-header #quiz-steps a.disabled:hover,
#calculator-header #quiz-steps a.disabled {
	background: url(../images/gray-button.jpg) no-repeat 0 0;
}

.title {
	font-size: 2.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #2C2D31;
}

.subtitle {
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #2C2D31;
}

#calculator-content {
	
}

.information {
	float: left;
	padding: 10px;
	width: 350px;
	border: 1px solid #2c8fd0;
}

.information p {
	padding-bottom: 10px;
	text-align: justify;
}

.question {
	float: right;
	padding: 10px;
	width: 550px;
	border: 1px solid #2c8fd0;
	
}

.no-visible {
	visibility: hidden;
	height: 0px;
	display : none;
}

.no-display {
	display: none;
}

.admin-table tr.item td {
	padding : 10px 5px;
	vertical-align : top;
	border-top : 1px solid #ababab;
}

.admin-table tr.header td {
	padding : 10px 5px;
	vertical-align : top;
	border-top : 1px solid #ababab;
	font-weight : bold;
	background-color : #e1eaf3;
}

.admin-table tr.odd {
	background-color : #f9fcff;
}

.admin-table tr.even {
	background-color : #fff;
}

.comparison-table tr td {
	padding : 10px 5px;
	color : #3a3230;
	vertical-align : top;
}

.comparison-table tr.header td {
	color : #000;
	padding : 10px 5px;
	background-color : #e1eaf3;
	font-weight : bold;
}

.comparison-table tr.odd {
	background-color : #f9fcff;
}

.comparison-table tr.odd td {
	background-color : #f9fcff;
	border-top : 1px solid #ebf2f9;
	border-bottom : 1px solid #ebf2f9;
}

.comparison-table tr.even {
	background-color : #fff;
}

.comparison-table {
	border-bottom : 1px solid #000;
	font-family :  "Lucida Grande ", "Lucida Sans Unicode ", "Lucida ", Verdana, Arial, sans-serif;
}

.comparison-table .no-pad td {
	padding : 0px !important;
}


#menu a {
	width : 90px;
	height : 22px;
	display : block;
	float : right;
	text-align : left;
	text-indent : -9000em;
}

#menu .about {
	width : 90px;
	background : url(/images/aboutwhite.png) center center no-repeat;
}

#menu .contact {
	width : 90px;
	background : url(/images/contactwhite.png) center center no-repeat;
}

#menu .faq {
	width : 50px;
	background : url(/images/faqwhite.png) center center no-repeat;
}

#menu .home {
	width : 55px;
	background : url(/images/homewhite.png) center center no-repeat;
}

#menu .about:hover {
	background : url(/images/aboutblue.png) center center no-repeat;
}

#menu .contact:hover {
	background : url(/images/contactblue.png) center center no-repeat;
}

#menu .faq:hover {
	background : url(/images/faqblue.png) center center no-repeat;
}

#menu .home:hover {
	background : url(/images/homeblue.png) center center no-repeat;
}


.smartloan-main-home p {
	margin-bottom : 10px; 
	font-size : 1em;
}

.smartloan-main-home h3 {
	
	font-size : 1.5em; 
	margin-bottom : 20px; 
	margin-top : 0px;
	background: url(/images/headerpxbg.png) 0 0 repeat-x;
	height: 25px;
	text-align: center;
}

.smartloan-main-home ol {
margin-bottom : 20px;
font-size : 1em;
}

.homepage-alert {
	background: #fff6bf url(/images/warning.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: justify;
	padding: 5px 5px 5px 45px;
	border: 1px solid #ffd324;
	height: 55px;

}

.no-border {
	border : 0px none;
	background-color : transparent;
}

#graph {
	border : 1px solid #ababab;
	/*background : url(/images/loading.png) center center no-repeat;*/
}

.sidebar a.link {
	display : block !important;
	margin-bottom : 5px;
	color : #0055aa;
  line-height: 1.25em;
  margin-left: 20px;
}

ul.disc li {
  list-style-type: disc;
  margin-left: 50px;

}

.loan_page {
  width: 960px;
  margin: 20px auto;
  background: transparent url(/images/wizard-bg.jpg) no-repeat 230px 0px;
  
}

.loan_page h1, .loan_page h2 {
  font-weight: bold;
  font-size: 25px;
  color: #2173af;
  margin-bottom: 25px;
}

.loan_page h2 {
  font-size: 15px;
  margin-bottom: 7px;
}

.loan_page p {
  text-align: justify;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.loan_form {
  width: 330px;
  background-color: #4e87cc;
  margin-left: 20px;
  float: left;
  color: white;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 50px;
}

.loan_form form {
  width: 330px;
}

.loan_form p label {
  font-weight: bold;
  float: left;
  width: 85px;
  text-align: right;
  margin-right: 10px;
}

.loan_form p label.two_lines {
  line-height: 15px;
}

.loan_form p input, .loan_form p textarea {
  width: 220px;
  border: 1px solid #ababab;
  padding: 5px;
}

.loan_form p span.price {
  width: 230px;
  float: left;
  background-color: white;
  color: black;
  border: 1px solid #ababab;
}

.loan_form input[type='submit'] {
  width: 150px;
  border: 0;
  float: right;
  font-size: 15px;
}
