@charset "UTF-8";
/* Finance From A-Z - Home */


/* ===========================================
         MAIN
==============================================*/

#main {
	position: relative;
	z-index: 1;
	padding: 20px 0 10px 10px;
	}


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 641px;
	}
	

/* ===========================================
         NAV
==============================================*/

#main .nav li {
	position: relative; /* IE6 - for pop-up animation */
	float: left;
	width: 89px;
	height: 77px;
	_height: 75px; /* IE6 */
	margin-right: 3px;
	}

#main .nav li.last {
	margin-right: 0;
	}

#main .nav a {
	position: absolute; /* IE6 - for pop-up animation */
	bottom: 0; /* IE6 - for pop-up animation */
	left: 0; /* IE6 - for pop-up animation */
	width: 89px; /* IE6 - for pop-up animation */
	display: block;
	_display: none; /* IE6 */
	height: 20px;
	padding-top: 57px;
	_padding-top: 56px; /* IE6 */
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#main .nav .education a		, #main .nav .education.selected 	{ background-image: url(../images/photos/nav-education-hp.jpg); }
#main .nav .careers a		, #main .nav .careers.selected  	{ background-image: url(../images/photos/nav-careers-hp.jpg); }
#main .nav .marriage a		, #main .nav .marriage.selected 	{ background-image: url(../images/photos/nav-marriage-hp.jpg); }
#main .nav .home a 			, #main .nav .home.selected  		{ background-image: url(../images/photos/nav-home-hp.jpg); }
#main .nav .parenthood a 	, #main .nav .parenthood.selected	{ background-image: url(../images/photos/nav-parenthood-hp.jpg); }
#main .nav .estate a 		, #main .nav .estate.selected		{ background-image: url(../images/photos/nav-estate-hp.jpg); }
#main .nav .retirement a 	, #main .nav .retirement.selected	{ background-image: url(../images/photos/nav-retirement-hp.jpg); }

#main .nav span {
	display: block;
	height: 16px;
	padding-top: 4px;
	font-size: 0.9em; /* IE */
	line-height: 1.3em; /* IE */
	color: #fff;
	text-align: center;
	background: url(../images/main/bg-nav-text.gif) 0 0 repeat-x;
	}
	
#main .nav li.hover a {
	text-decoration: none;
	}

#main .nav li.hover span {
	background-image: none;
	background-color: #819ccc;
	}

/* ---- SELECTED ---- */

#main .nav .ui-tabs-selected a {
	padding-top: 0;
	height: 77px;
	_height: 75px; /* IE6 */
	}

#container #main .nav .ui-tabs-selected span {
	display: block;
	width: 85px;
	height: 75px;
	_height: 70px; /* IE6 */
	text-indent: -1000em;
	background: none;
	border: 2px solid #819ccc;
	border-bottom: 0;
	}

#main h2 {
	min-height: 22px;
	_height: 22px; /* IE6 */
	padding: 4px 0 0 11px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	background-color: #819ccc;
	}


/* ===========================================
         INTRO
==============================================*/

#intro {
	min-height: 241px;
	_height: 243px; /* IE6 */
	_margin-top: -1px;  /* IE6 - for pop-up animation */
	padding: 20px 40px 0 55px;
	border: 2px solid #819ccc;
	font-size: 2em;
	line-height: 1.3em;
	}

#intro h2 {
	padding: 0;
	min-height: auto;
	_height: auto; /* IE6 */
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	color: #143487;
	background-color: transparent;
	}
	
#intro p {
	margin-bottom: 1em;
	}

#intro .button {
	text-align: center;
	}

#intro .button a {
	display: block;
	width: 210px;
	margin: auto;
	padding: 12px 57px 15px 32px;
	color: #fff;
	background: #113488 url(../images/icons/arrow-right-white-bluebg-lg.gif) 256px 11px no-repeat;
	}

#intro .button a:hover {
	text-decoration: none;
	background: #819ccc url(../images/icons/arrow-right-white-bluebg-lg.gif) 256px -59px no-repeat;
	}


/* ===========================================
         CAROUSEL
==============================================*/

#carousel {
	_margin-top: -1px; /* IE6 */
	}

#carouselContent {
	position: relative;
	min-height: 235px;
	_height: 235px; /* IE6 */
	border: 2px solid #819ccc;
	}

/* ---- Prev/Next buttons ---- */

#carousel .prev,
#carousel .next {
	position: absolute;
	top: 101px;
	width: 15px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	}

#carousel .prev { left: 9px; background-image: url(../images/icons/carousel-arrow-prev.gif); }
#carousel .next { right: 9px; background-image: url(../images/icons/carousel-arrow-next.gif); }

#carousel .prev:hover,
#carousel .next:hover {
	background-position: 0 100%;
	}

/* ---- Text ---- */

.ui-tabs-panel {
	position: absolute;
	top: 23px;
	left: 24px;
	_left: 23px; /* IE6 */
	width: 572px;
	_width: 574px; /* IE6 */
	margin: auto 9px;
    background: transparent; /* declare background color for container to avoid distorted fonts in IE while fading */
	}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    #content .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}




#carousel .photo {
	float: left;
	width: 302px;
	height: 189px;
	overflow: hidden;
	text-align: center;
	}

#carousel .desc {
	float: left;
	width: 269px;
	_width: 271px; /* IE6 */
	min-height: 187px;
	_height: 187px; /* IE6 */
	border: 1px solid #bccae5;
	border-left: 0;
	}

#carousel .text {
	min-height: 144px;
	_height: 144px; /* IE6 */
	padding: 8px 12px 0;
	}

#carousel h1 {
	margin-bottom: 0.4em;
	font-size: 1.6em;
	line-height: 1.2em;
	}

#carousel p {
	font-size: 1.2em;
	line-height: 1.3em;
	}

#carousel li {
	float: left;
	margin-left: 2px;
	}

#carousel ul a {
	display: block;
	height: 24px;
	padding: 9px 0 0 10px;
	background-color: #426bb3;
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	background: #426bb3 url(../images/icons/arrow-right-white-sm.gif) 4px 13px no-repeat;
	}
	
#carousel ul a.twoLine {
	height: 29px;
	padding-top: 4px;
	background-position: 4px 8px;
	}


/* ===========================================
         SECONDARY
==============================================*/

#secondary {
	float: left;
	width: 304px;
	margin-left: 10px;
	_margin-top: -3px; /* IE6 */
	padding: 0;
	}

#secondary .moduleWrapper {
	float: none;
	margin-right: 0;
	padding: 0;
	background: none;
	}

#secondary .banner .module {
	width: auto;
	min-height: 128px;
	_height: 128px; /* IE6 */
	}

#secondary .banner {
	width: auto;
	}

/* ---- Price Predictor ---- */

#mod-price_predictor .module {
	background-position: 100% 10px
	}

/* ---- Calculators ---- */

#mod-calculators .module {
	background-position: 180px 26px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	