@charset "utf-8";
body {
	background-image: url(../images/bkg.gif);
}
#wrapper {
	width: 786px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	background-image: url(../images/subpage/header.jpg);
	background-repeat: no-repeat;
	height: 84px;
	margin: 0px;
	padding: 0px;
}
.qga_link {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 410px;
}
#navigation {
	color: #FFFFFF;
	background-image: url(../images/subpage/menu_bkg.gif);
	background-repeat: repeat-x;
	height: 40px;
}
#page {
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 786px;
	background-image: url(../images/subpage/page_bg.gif);
	background-repeat: repeat-y;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 510px;
	float: left;
	padding-right: 0px;
	padding-left: 50px;
	margin: 0px;
}



#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 10px;
	float: left;
	position: relative;
}

/*SIDE NAV*/
#sidenav {
	width: 191px;
	float: right;
	position: relative;
	clear: right;
}
#sidenav h1 {
	margin: 0;
	padding: 0;
}
#sidenav #submenu {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 24px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12;
	margin-left: 0;
}
#sidenav #submenu li a {
	text-decoration: none;
	color: #9d9a8e;
	padding-left: 20px;

}
#sidenav #submenu li a:hover {
	text-decoration: none;
	color: #006f53;
	background-image: url(../images/subpage/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
#sidenav #submenu li.active a {
	text-decoration: none;
	color: #006f53;
	background-image: url(../images/subpage/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
#sidenav #submenu2 {
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-image: url(../images/subpage/submenu2_bg.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 171px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#submenu2 h2 {
	color: #6CAA98;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#submenu2 h2 a {
	color: #6CAA98;
	text-decoration: none;
}
#sidenav #submenu2 li {
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	line-height: 12px;
	margin: 0px;
	color: #ACACAC;
}
#sidenav #submenu2 li a:link, #sidenav #submenu2 li a:visited {
	text-decoration: none;
	color: #5b5350;

}
#sidenav #submenu2 li a:hover {
	text-decoration: none;
	color: #00A462
}

/*CONTENT TYPOGRAPHY*/
#content p {
	line-height: 18px;
}
#content h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
}

a.toppage, a.toppage:link, a.toppage:visited {
	background-image: url(../images/bullet_top.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration: none;
	color: #3EAA8F;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	background-position: 0px 3px;
	margin-top: -12px;
}
#content p a {
	color: #317664;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#content p a:hover{
	color: #000;
	text-decoration: none;
	background-color: #E0F3EF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #216B54;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#content h3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFE8DE;
	padding-top: 12px;
	color: #13332C;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content h3.bigger {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFE8DE;
	padding-top: 12px;
	color: #20574A;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#content h3.rule-dotted {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 12px;
	color: #13332C;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content h5 {
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
#content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	background-color: #87BAAB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BFE8DE;
	border-bottom-color: #BFE8DE;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	letter-spacing: .5em;
	font-weight: bold;
	text-transform: uppercase;
}

#callout1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#callout1 a {
	text-decoration: none;
	color: #999;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
}
#callout1 a:hover {
	color: #317664;

}
#callout3 {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#callout3 li {
	list-style-image: url(../images/bullet_off.gif);
}
#list2 {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#list2 li {
	background-image: url(../images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 10px;
	padding-left: 12px;
	line-height: 18px;
}

.rule1 {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
}
#list3 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#list3 li {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDBEAB;
	padding-top: 6px;
	font-size: 10px;
	color: #666;
}
#insight-about {
	background-color: #E9E2DA;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
}



#callout3 .result {
	font-family: Verdana, Geneva, sans-serif;
	color: #145F4A;
	text-align: left;
}
#callout3 td {
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87BAAB;
}
#callout4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}
#callout4 a{
	text-decoration: none;
	color: #327765;
}
#box-fullsize {
	background-image: url(../images/subpage/box_fullsize-top.jpg);
	background-repeat: no-repeat;
	padding: 18px 10px 0px 12px;
	margin: 0;
}
#box-fullsize p {

	margin: 0;
}
#box-fullsize-bottom {
	background-image: url(../images/subpage/box_fullsize-bottom.jpg);
	background-repeat: no-repeat;
	padding-bottom: 6px;
}
/*TABLES*/

.date {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}



.footnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}
#result {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	background-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #666;
	background-image: url(../images/results_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#result h1 {
	background-image: url(../images/results_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-bottom: 6px;
	padding-left: 10px;
}
#result p {
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin: 0px;
	padding-top: 4px;
}
#toc {
	list-style-type: none;
	width: 200px;
	background-image: url(../images/results_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F3F3F2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
#toc h1 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .25em;
	font-weight: bold;
	color: #999;
	margin: 0px;
	background-image: url(../images/results_top2.gif);
	background-position: right top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

#toc li {
	background-image: url(../images/bullet_doublearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5D5CB;
	padding-top: 6px;
}
#toc ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#toc li a {
	text-decoration: none;
	color: #0B5743;
}
.text-caps1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
/*QGA INSIGHTS*/

#insights-masthead {
	background-image: url(../images/subpage/qga_insights_masthead.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 594px;
	margin: 0px;
	padding: 0px;
	background-color: #87BAAB;
	background-position: top;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
#insights-masthead table {
	margin-top: 92px;
	margin-left: 30px;
}
#insights-masthead table tr td a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#insights-border {
	background-color: #87BAAB;
	display: block;
	height: auto;
	width: auto;
}
.insights #content {
	border: 8px solid #87BAAB;
	margin: 0px;
	padding: 0px;
	width: 578px;
}
.insights #content h6 {
	font-size: 12px;
	background-color: #C2AF9A;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.5em;
	margin-top: 4px;
}
.insights #content-main {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.insights #content-about {
	background-color: #EFEAE4;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#list-insights {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#list-insights li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;


}
#list-insights li a {
	display: block;
	background-image: url(../images/bullet_doublearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#list-insights li a:hover {
	background-color: #E7F1EE;
}
#list-insights .insights-date {
	color: #2A6F5D;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
}
.tooltip {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #45AF85;
	color: #426654;
}
#right-column {
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #066;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#clear {
	clear: right;
}
#content-main p, h1, h2, h3, h4, h5, ul, li{
	padding-right: 16px;
}
#tdbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	background-color: #DFECE8;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	color: #004221;
	padding-bottom: 14px;
	padding-top: 2px;
}
#right-column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 2px;
	padding-bottom: 12px;
	padding-top: 4px;
	text-align: left;
	margin: 0px;
}
.highlight-text {
	background-color: #FC9;
}
.rule-dotted {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #666;
}
#insiders td {
	line-height: 16px;
	padding: 6px 2px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 6px;

	color: #999;
}
#insiders td.title, #insiders td.title a {

	text-decoration: none;
		color: #317664;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#insiders td.title a:hover {
	color: #000;
	text-decoration: none;
	background-color: #E0F3EF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#insiders td.download a {
	text-decoration: none;
	color: #47C7B7;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#insiders td.download a:hover {
	color: #000;

}
#list-insiders{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#list-insiders li {
		padding-left: 12px;
	background-image: url(../images/bullet_doublearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #000;
	padding-bottom: 16px;

}
#list-insiders li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #317664;
	font-size: 12px;
	color: #317664;
	text-decoration: none;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#list-insiders li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #E0F3EF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#list-insiders .insiders-date {
	color: #999;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-top: 10px;

}.staff {
	float: right;
	padding: 6px;
	border: 1px dotted #CCC;
	margin-left: 10px;
}
