@charset "utf-8";
body {
	background-color: #0c234b;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/header_bg_3.jpg);
	background-repeat: no-repeat;
	height: 209px;
	position: relative;
}
.nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

.nav li {
	float: left;
	margin-right: 75px;
	margin-left: 20px;
	list-style-type: none;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav ul {
	margin: 0 0 0 50px;

}

#content {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sidebar {
	margin-left: 25px;
}
#main  .citylist li {
	float: left;
}

#logo {
	position: absolute;
	left: 30px;
	top: 50px;
	text-indent: -9999px;
}

#footer {
	background-color: #19479C;
	height: 250px;
	position: relative;
	padding-top: 40px;
}
#main h2 {
	color: #0F2755;
	margin-bottom: 0px;
}

#footer .copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 960px;
	color: #FFFFFF;
	font-size: 12px;
}
.facebook  {
	position: absolute;
	right: 20px;
	top: 0px;
}
#main blockquote {
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 40px;
	position: relative;
	font-size: 14px;
	color: #666666;
}
.speaker {
	position: absolute;
	right: 20px;
	bottom: -10px;
	font-weight: bold;
	color: #000000;
}


#footer .copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  .extras  h2 {
	color: #FFFFFF;
	font-size: 14px;
}
#footer .extras .loanlist a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer .extras .loanlist li {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#loan-calculator {
	border: 1px solid #666666;
	padding: 10px 10px 0 20px;
	color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#loan-calculator div span {
float: right;
}

#loan, #tradein{
	margin-right: 15px;

}
#term {
	margin-right: 15px;

}
#loancalc #update-payment {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#interest {

}
#monthly-payment {
	clear: right;
	margin-right: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 15px;
}


#loancalc  div   {
	margin-bottom: 20px;
	margin-top: 5px;
}

#loancalc input {
margin-left: 10px;
}

.credits {
margin-top: 10px;
font-size: 11px;
font-style: italic;
color: #666666;
}
.credits a {
color: #666666;
text-decoration:none;
}

