/***********************GLOBAL SETTINGS***********************/
/* Changes within this document will apply to the whole site */
/*************************************************************/

body {
	background: #fff;
	padding: 0;
	margin: 0;
	text-align: center; /*part 1 of centering hack*/
}

/*global font family*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #333333;

}
p {
	font-size: 1.1em;
	line-height: 1.5;
}
.blue_bold {
	color: #333366;
	font-weight:bold;
}
.grey_bold {
	color: #666666;
	font-weight:bold;
}
.interim_text {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #333333;
}
.footnote {
	font-size: .9em;
	color: #333333;
}
img {
	border: 0;
}
h2.no_top_margin {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 1.333em;
	line-height:1.286em;
	color: #333333;
	margin: 0;
	padding: .5em 0 0 0;
	font-weight:normal;

}
h2 {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 1.333em;
	line-height:1.286em;
	color: #333333;
	margin: 0;
	padding: 0;
	font-weight:normal;
}

h1{
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #333333;
	padding: 0;
	margin:0.3em 0 1em 0;
	font-weight:normal;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #666666;
	font-weight:bold;
}

h3.chart_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #666666;
	margin: 1.929em 0 1.929em 0;
	padding: 0;
	font-weight:bold;
}
p{
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #333366;
}

a.bold_blue {
	font-weight: bold;
	color: #333366;

}
#container {
	width: 1024px;
	height: 3304px;
	background: url(../images/stem2.gif) no-repeat top right;
	text-align: left; /*part 2 of centering hack*/
	margin: 0 auto;
	padding: 0;

}

/*//////////////////////SETTINGS FOR NAV//////////////////////*/
#topbar {
	width: 1024px;
	margin: 0;
	padding: 0;
}

#nav {
	margin: 0 0 0 284px;
	padding: 0;
	width: 400px;
	height: 40px; /* part 1 of top margin distance from top border */
	position: relative;
	z-index: 10;
	float: left;
	display: inline;

}
html > body #nav {
	position: static;
}


/*settings for all lists(menus) in nav*/
#nav ul {
	display: block;
	width: 400px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.3 em;
	color: #333366;
}
#nav ul.a {
	color: #333366;
}


/*settings for all list(menu) items in nav*/
#nav li {
	display: block;
	float: left;
	margin: 0;
	width: auto;
	font-weight: bold;
}

/*settings for all links in nav w/ important boxmodel hack*/

#nav ul li a {
	font-size: 1.1em;
	display: block;
	padding: 17px 0 0 5px; /*moved down 1 px, left 1 px */
	width: 129px;
	height: 40px; /* part 2 of top margin distance from top border */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 118px;
	height: 22px;
}


/*settings for second nav in nav*/
#nav #secondnav {
	display: block;
	height: 36px;
	clear: right;
}

#nav #secondnav li {
	position: relative;
}

#nav #secondnav li a {

}
#nav #secondnav li a:hover,
#nav #secondnav li a.selected {
	color: #999966;

}
#nav #secondnav li {            /* Just the top level */
 margin-left: 0px;              /* Offset the border */
}

#nav #secondnav li:hover,
#nav #secondnav li.selected,      /* The top level */ 
#nav #secondnav li:hover ul,
#nav #secondnav li.selected ul {   /* Include the sub level */
 border-left: 1px solid #ccc;   /* The line */
}
#nav #secondnav li:hover,
#nav #secondnav li.selected {
 margin-left:-1px;              /* Remove previous padding */
}

#nav #secondnav li li:hover,
#nav #secondnav li li.selected {   /* Special settings for sublevel */ 
 border-left: 0px;              /* Remove extra "double" border */
 margin-left: 0px;              /* Shift so the hover doesn't move stuff */ 
}





/*settings for dropdown navigation lists*/
#nav #secondnav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 188px;
	border-left: 1px solid #cccccc;
}



#nav #secondnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: -1px;
}
#nav #secondnav li a:hover, #nav #secondnav li:hover ul, #nav #secondnav li.selected ul, #nav #secondnav li.over ul,
#nav #secondnav li.selected a, #nav #secondnav li.selected ul, #nav #secondnav li.selected ul a:hover,
#nav #secondnav li.selected ul li a.selected
{
	display: block; /* lists nested under hovered list items */
	z-index: 20;

}

#nav #secondnav li ul li a {
	background: #fff;
	display: block;
	width: 174px;
	padding: .2em .3em .2em .5em; /* moved investment strategy left */
	height: auto;
	font-weight:normal;
}

/*settings for dropdown hover*/
#nav #secondnav li ul li a:hover, #nav #secondnav li ul li a:active,
#nav #secondnav li ul li.selected a, #nav #secondnav li ul li.selected a.selected {
	color: #999966;

}



#links {
	width: 238px;
	margin: 1.7em 0 0 0; /*top margin distance from top border */
	padding: 0;
	float: right;
	color: #cccccc;

}

#links ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#links li {
	display: inline;
}

/*settings for all links in nav w/ important boxmodel hack*/
#links li a, #links li a:visited {
	padding: 0 .4em 0 .4em;
	list-style-type: none;
	color: #999999;
	font-size: 1em;

}

/*//////////////////////END SETTINGS FOR NAV//////////////////////*/



/*//////////////////////SETTINGS FOR CONTENT//////////////////////*/
#content{
	clear: both;
	margin: 0;
	padding: 0;

}




/*leftcolumn and rightcolumn for two column layout*/
/*leftcolumn, maincolumn and rightcolumn for three column layout*/
/*left, middleleft, middleright and right for four column layout*/
#content #leftcolumn, #content #rightcolumn {
	float: left;
}

/*//////////////////////END SETTINGS FOR CONTENT//////////////////////*/






/*clearer hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
/* End hide from IE-mac */



