/*===================== Setting the background image and color =============================*/ 

/* helps to size the html to 100% so that the body#splash/main/console can take up the full browser window */
html, body {background: #000 }

/*== Splash page image and background ==*/
body#splash {background: #000;}



/*===================== POSITIONING OF THE SPLASH/MAIN =======================*/ 
/*== positioning the splash to the top of the browser ==*/
body#splash div#shiv {
	margin-top: -330px;	/* The Full height of splash.swf */
}

/*== Positioning the splash to the center of the browser ==*/
body#splash div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 660px;
}

/*== positioning the main.swf to the top of the browser ==*/
body#main div#shiv {
	margin-top: -955px;	/* The Full height of the main.swf */
}

/*== Positioning the main.swf to the center of the browser ==*/
body#main div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 955px;
}


#headerswf{position:absolute; z-index: 100;}
#header {position: absolute; margin: 0 auto}

.container {border: none;}
.content, #content {margin: 0 auto; margin-top: 220px;}

.make-list {margin: 240px 0 -200px 0}
.make-list p {text-align: center}


#refinance {margin: 150px 0 -110px 0}
#refinance h4 {padding: 20px 0 0 20px}
#refinance p {padding: 0 0 0 20px; width: 550px}
#refinance img {margin: -60px 80px 0 0}




#tabbar  {margin: 0 auto; width: 965px; color: #FFF;}
#tabbar a {color:#FFF}
#tabbar #bz a {color:#FFF}


#inv-next-steps li#ns-good-deal a { font-size:0%; }
#inv-next-steps li#ns-good-deal a { background: url(/images/pure_compare.jpg) no-repeat left center; border:0; display:block; height:120px; line-height:320%; padding:0; text-align:center; width:185px;}
#inv-next-steps li#ns-good-deal a:hover { background: url(/images/pure_compare.jpg) no-repeat left center; border:0; display:block; height:120px; line-height:320%; padding:0; text-align:center; width:185px;}
