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


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

#main {
	padding: 20px 0 40px 10px;
	}
	

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

#content .nav {
	margin-bottom: 30px;
	}

#content .nav li {
	float: left;
	margin-right: 0.7em;
	padding-right: 0.8em;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #ccc;
	background: url(/images/icons/bullet-blue_whitebg-sm.gif) 100% 50% no-repeat;
	}

#content .nav li.last {
	padding-right: 0;
	background: none;
	}

#content .nav li a {
	color: #69c;
	}

#content .nav li.selected a {
	font-weight: bold;
	text-decoration: underline;
	}


/* ===========================================
         HEADLINE
==============================================*/

#content h1 {
	margin-bottom: 10px;
	font: bold 2.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	}


/* ===========================================
         TERMS
==============================================*/

#glossaryTerms {
	width: 450px;
	}

#glossaryTerms li {
	position: relative;
	margin-bottom: 1.4em;
	_display: inline; /* IE6 */
	}

#glossaryTerms h3 {
	font: bold 1.4em/1.3em Verdana, Arial, Helvetica, sans-serif;
	}
			
#glossaryTerms p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#glossaryTerms p .readMore {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #69c;
	}

#glossaryTerms .definition {
	position: absolute;
	width: 400px;
	top: 0;
	right: -450px;
	}
	
	
	
	
	
	
	
	
	
