/*styles the header logo, page width and global nav size*/
#container {
	width:850px;
	margin-top:0px;
	padding:1px;
	text-align:left
	
}

body {
	margin:0px;
	background-color:#dee6e5;
	text-align:center
}

#header {
	background-image: url(/assets/images/header_side.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	width:100%;

}

#header img {
	padding:0px;
	margin:0px;
	display:block;
	margin-left:auto;
margin-right:auto;

}

h1 {background-image:none;
	font-size:120%;
	font-family:verdana,sans-serif;
	font-weight:500;
	}

#substantial_logo {
	float:left;
	margin: 22px 0px 0px 191px;

}

#tagline {
	margin: 0 0 0 205px;
	float:left;
}


#global_nav {
	height:776px;
	float:left;	
	width:198px;
}
/*assigns a short background image to pages with no pull quote in the left column*/
.short_nav {
	background-image: url(/assets/images/short_global_nav_background.jpg);
	background-repeat:no-repeat;
}
/*assigns backgroundimage to pages with pull quotes*/
.long_nav {
	background-image: url(/assets/images/global_nav_background.jpg);
	background-repeat:no-repeat;
}

/*--------------begin styles for global nav list---------------------*/
#global_nav ul {
	margin:0px;
	padding:0px;
	height:358px;	
}

#global_nav ul li{
	list-style:none;
	font-family:georgia, serif;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:13px;
	width:198px;
	display:inline;
}

#global_nav a{
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#6d7271;
	display:block;
	padding:9px 0px;
	white-space:nowrap;
	margin:1px 0px;
}

#global_nav a:hover {
	background-image: url(/assets/images/selected_nav.gif);
}

/*adds underline effect to nav*/
.selected {
	border-bottom:1px solid #6d7271;
	padding-bottom:3px;
}
/*squeezes global nav links with really long names, i.e., investment strategy */
a.global_nav_squeeze {
	letter-spacing:-0.06em;
}

/*keeps the user agreement link from having a hover*/
a:hover.terms  {
	background-image:none !important;
}

/*------------------end global nav styles--------------*/

/*styles the legal words at the bottom of every page (except index)*/
.legal {
	font-size:11px;
	margin:25px 0 0 0;
	font-family:verdana, sans-serif;
	text-align:right;
	color:#6d7271;
}

/* all link styling */
a {
	color:#80333f;
}

a:visited {
	color:#33645e;
}
/* end link styling*/

/* styles the faq's question and answer list as a definition list*/

#faq_questions dt {
	clear:both;
	font-size:13px;
	margin-bottom:-14px;
}

#faq_questions dd {
	padding:0 0 20px 20px;
	margin-bottom:-16px;
	font-size:12px;
}

.question_answer {
	width:417px;
	margin:20px;
}

/* end faq styling*/

/*styles dt's and dd's on both faq and glossary pages*/

.pair {
	border-bottom:1px solid #833d47;
	width:417px;
	margin-left:20px;
	font-family:verdana, sans-serif;

}




.articleimage {
   padding:6px 0;
   display: block;
	text-align:center;
	}

td, th {
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.nltrtable {
	font-size: .8em;
	}

