/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
body {
	background: url(../images/background.jpg) repeat-x #252763;
	margin: 0px auto;
 	padding:0px;
	text-align: center; 
	font-family: Arial, sans-serif;
	color: #3d3d3c;
	font-size: 75%;
	line-height:  16px;
}

a 		{
	color: #266EB8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	line-height:  14px;
	text-decoration:none 
}

a:hover	{
	color:#c63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	line-height:  14px;
	text-decoration: underline 
}

h1{
	color: #f4d83e;
}

h3 a{
	color: #d50505;
	font-size: 14px;
}

h3 a:hover{
	font-size: 14px;
}

sup {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

fieldset {
	border: 1px solid #333333;
	line-height: 24px;
}

fieldset legend{
	color: #990000;
	font-weight: bold;
	border: 1px solid #999999;
	margin-left: 5px;
}

fieldset label{
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

fieldset input{
	position: absolute;
	border: 1px solid  #CCCCCC;
	left: 185px;
	width: 200px;
	
}

fieldset select{
	position: absolute;
	border: 1px solid  #CCCCCC;
	left: 185px;
	width: 202px;
}


fieldset textarea{
	position: relative;
	margin-left: 5px;
	border: 1px solid  #CCCCCC;
	width: 700px;
	height: 80px;
}

.headline a {
	color: #d50505;
	font-size: 14px;
	font-weight: bold;
}

.headline a:hover{
	
	font-size: 14px;
	font-weight: bold;
}

.fixedinput input{
	position: absolute;
	border: 0px solid  #CCCCCC;
	left: -60px;
}

.fixedinput label{
	position: absolute;
	left: 70px;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.story {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.333em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin-bottom: 1.25em; /* 20px */
}

.storyIntro{
	font-weight: bold;
}

.storyDateline{
	font-style: italic;
}

.storyCopyright{
	font-style: italic;
}

#maincontainer{
	background: #FFFFFF;
	overflow: auto; 
	margin:0px auto;
    width:1000px;
    padding:0px;
	border: 0px solid #000;
}

#topheader{
	position: relative;
	width:100%;
	border: 0px solid #000;
}

#navigation{
	position: relative;
	text-align: right;
	background: url(../images/red-bar-low-income.png) no-repeat;
    background-position: 275px 30px;
	color: #232222;
	width: 985px;
	height: 35px;
	border: 0px solid #000;
	padding-right: 15px;
}

#navigation a{
	position: relative;
	float: right;
	display: block;
	padding-right: 38px;
	padding-top: 15px;
	color: #232222;
	font-weight: bolder;
	text-decoration: none;
}

#navigation a:hover{
	position: relative;
	float: right;
	display: block;
	color: #000000;
	text-decoration: underline;
}

#logo{
	position: relative;
	float: left;
	color: #232222;
	width: 260px;
	height: 172px;
	border: 0px solid #000;
}

#logo a{
	position: relative;
	float: left;
	width: 260px;
	height: 172px;
	background: url(../images/logo-need-a-car.png) no-repeat;
	background-position: 32px 0px;
	text-indent: -3000em;
}

#topadbox{
	position: relative;
	float: left;
	width: 740px;
	height: 172px;
}

#topad{
	margin-top: 50px;
}

#topadspan{
	
	text-indent: -3000em;
}
#content-wrapper{
	margin:0 auto;
	float: left;
	width:100%;
	text-align: left;
	border:0px solid #000000;
	padding-top: 0px;
	padding-bottom: 5px;	
}

#content-left{
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	width: 260px;
}

#content-left a{
	display: block;
	height: 20px;
	padding-left: 33px;
}

#content-left-skyscraper {
	text-align: center;
	width: 100%;
}

#content-right{
	position: relative;
	float: left;
	width: 720px;
	padding: 10px;
}

#content-right-search{
	position: relative;
	margin: auto;
	text-align: center;
	float: left;
	width: 1000px;
	padding: 0px;
}

#footer{
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	z-index: 1;
}

#footer a{
	color: #7b6415;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.privacy{
	font-size: 10px;
}

#programName{
	font-weight: bold;
}

#organization{
	font-style: italic;
}

#programCard{
	position: relative;
	float: left;
	width: 100%;
	border:0px solid #000000;
}

#programCard-left{
	position: relative;
	float: left;
	width: 50%;
}

#programCard-right{
	position: relative;
	float: left;
	width: 50%;
}

{
	position: relative;
	float: left;
	width: 100%;
}

#loancalculator fieldset{
	position: relative;
	float: left;
	width: 650px;
	padding-top: 15px;
	border: 1px solid #CCCCCC;
}

.calculator-inputs input{
	position: absolute;
	width: 50px;
	left: 150px;
	border: 1px solid  #D2DFEE;
}

.calculator-inputs select{
	position: absolute;
	width: 52px;
	left: 150px;
	border: 1px solid  #D2DFEE;
}

.calculator-inputs label{
	position: relative;
	margin-left: 0px;
}

.calculator-inputs legend{
	background-color: #F9F4EC;
}

.calculator-inputs span{
	position: absolute;
	left: 210px;
	font-size: 11px;
}

.calculator-results {
	position: relative;
	margin-top: 10px;
}

.calculator-results input{
	position: absolute;
	width: 80px;
	left: 130px;
	background-color: #F0F0F0;
	border: 1px solid  #D2DFEE;
}

.calculator-results label{
	position: relative;
	margin-left: 0px;
}

.calculator-results legend{
	background-color: #F9F4EC;
}

.calculator-results span{
	position: absolute;
	left: 190px;
	font-size: 11px;
}

.calculator-budget input{
	position: absolute;
	width: 70px;
	left: 190px;
	border: 1px solid  #D2DFEE;
}

.calculator-budget select{
	position: absolute;
	width: 52px;
	left: 190px;
	border: 1px solid  #D2DFEE;
}

.calculator-budget label{
	position: relative;
	margin-left: 0px;
}

.calculator-budget legend{
	background-color: #F9F4EC;
}

.calculator-budget span{
	position: absolute;
	left: 250px;
	font-size: 11px;
}

.unbold{
	font-weight: normal;
}

.shade{
	background-color: #F0F0F0;
}

#leasevsloancalculator fieldset{
	position: relative;
	float: left;
	width: 335px;
	height: 200px;
	padding-top: 15px;
	border: 1px solid #CCCCCC;
}

#leasevsloancalculator {
	position: relative;
	float: left;
	width: 100%;
}

.calculator-results-l {
	position: relative;
	margin-top: 10px;
}

.calculator-results-l input{
	position: absolute;
	width: 80px;
	left: 130px;
	background-color: #F0F0F0;
	border: 1px solid  #D2DFEE;
}

.calculator-results-l label{
	position: relative;
	margin-left: 0px;
}

.calculator-results-l legend{
	background-color: #F9F4EC;
}

.calculator-results-l span{
	position: absolute;
	left: 190px;
	font-size: 11px;
}

#formerrors{
	position: relative;
	width: 500px;
	padding: 5px;
	border: 1px solid #000;
	margin-left: 0px;
	margin-top: 0px;
	background: #FDFAF2;
}

#formerrors span{
	margin-left: 240px;
}

#formerrors li{
	font-weight: bold;
	color: #990000;
}

.page_number {
	position: relative;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	display: block;           /* ignored by IE */
  	list-style-type:none;
}

.headlines_paging {
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	padding: 5px;
}

.page_number li {
  display: inline;      /* ignored by IE */
  line-height: 20px;
   padding : 1px;
}

.page_number a, .page_number a:visited {
  position: relative;
  font-size : 11px;
  background-color : #DDE5E9;
  color: #000066;
  text-decoration:none;
  border: 1px dotted #333333;
  padding : 2px;
}

.page_number a:hover {
  	color: #993300;
	font-size: 11px;
	border: 1px dashed #333333;
	background-color : #CCCCCC;
	padding : 2px;
}

.lefted {
	margin: 0px auto;
}

.current_page_number {
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	padding : 2px;
	background-color : #CCCCCC;
	border : 1px solid #000000;
}

#pricon-box {
	position: relative;
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 660px;
	border:0px solid #000000;
}

.headines_pdf a{
	background: url(../images/pdf_icon.png) no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 10px;
	padding-top: 5px;
	display: inline;
}

.headines_print a{
	background: url(../images/print_icon.png) no-repeat;
	padding-left: 17px;
	padding-right: 5px;
	font-size: 10px;
	padding-top: 5px;
	display: inline;
}
