@charset "utf-8";
/* KPMG.com Design style guide
   January 2011 © KPMG International

   Version 1.0

   For any questions or comments please e-mail
   GO-FM Global Digital Marketing              */

/* Document level definitions */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background: #F3F4F8;
	margin: 0;
	padding: 0;
	color: #444;
}
div {
	text-align: left;
	overflow: hidden;
}
ul, ol, dl, li, form, img {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #007C92;
	text-decoration: none;
}
a:visited {
	color: #8E258D;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
h1 {
	color: #002664;
	font-size: 1.38em;
	font-weight: bold;
	line-height: 1.375em;
	margin-top: 1em;
}
h2 {
	color: #002664;
	font-size: 1.13em;
	font-weight: bold;
	line-height: 1.375em;
	margin-top: 1.125em;
}
h3 {
	color: #002664;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 0.875em;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
h4 {
	color: #444444;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 0.875em;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
h5 {
	color: #002664;
	font-size: 0.688em;
	font-weight: bold;
	line-height: 0.75em;
	margin: 1em 0;
}
h6 {
	color: #444444;
	font-size: 0.688em;
	font-weight: bold;
	line-height: 0.75em;
	margin: 1em 0;
}
hr {
	border: none;
	background-color: #E7ECF8;
	width: 100%;
	height: 1px;
	padding: 0;
}
blockquote {
	margin: 15px;
	color: #00505C;
	font-size: 0.75em;
    quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; }
blockquote:after { content: close-quote; }

/* Table */
table {
	font-size: 0.75em;
	border-collapse: collapse;
}

thead {
	font-weight: bold;
	color: #002664;
}
thead tr {
	background-color: #E0EEFB;	
}
thead tr td {
	border: 1px solid #CAE2FA;
}

tr {
	background-color: #FAFBFE;
	vertical-align: top;
	text-align: left;
}

tr.even {
	background-color: #FFFFFF;
}

td {
	padding: 1em;
	overflow: visible;
	border: 1px solid #E9EDF8;
}


 
/* Layout DIVs */
.container {
	width: 996px;
	margin: 0 auto;
	background: url("/includes/images/main_bg.jpg") repeat-y scroll transparent;
	text-align: center;
}
.globalNavigation {
	width: 980px;
	margin: 0 auto;
	padding: 5px 8px 3px 8px;
	background: url("/includes/images/main_bg_top.jpg") #F3F4F8 no-repeat scroll bottom center;
	text-align: right;
}
.brandingBar {
	width: 980px;
	height: 95px;
	margin: 0 auto;
	background: url("/includes/images/branding_bg.png") no-repeat left top;
	background-color: #00257A;
	color: #FFF;
	line-height: normal;
}
.homeBar {
	width: 980px;
	height: 210px;
	margin: 0 auto;
	color: #FFF;
	line-height: normal;
    position: relative;
}
.columnWrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}

.footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #FFFFFF;
	border-top: 1px solid #E7ECF8;
	color: #B2B2B2;
	font-size: 0.688em;
}

/* Template specific layout DIVs */ 
.rightColumnContainer {
	float: left;
	width: 100%;
	background: #F8F9FD;
	position: relative;
}
.centralColumnContainer {
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-right: 1px solid #E8ECF8;
	position: relative;
	right: 231px;
	overflow: visible;
}
.leftColumnContainer {
	float: left;
	width: 100%;
	background: #F8F9FD;
	border-right: 1px solid #E8ECF8;
	position: relative;
	right: 519px;
	overflow: visible;
}
.wideColumnContainer {
	float: left;
	width: 100%;
	background: #FFFFFF;
	position: relative;
	right: 231px;
	overflow: visible;
}
.leftColumn {
	float: left;
	width: 230px;
	position: relative;
	left: 750px;
}
.centralColumn {
	float: left;
	width: 520px;
	position: relative;
	left: 750px;
}
.rightColumn {
	float: left;
	width: 230px;
	position: relative;
	left: 750px;
}
.wideColumn {
	float: left;
	width: 750px;
	position: relative;
	left: 750px;
}
.mastheadColumn {
    float: right;
	width: 750px;
    background: url("/includes/images/contentandpods_bg.gif") #FFFFFF repeat-y scroll left;
	left: 750px;
	position: relative;	
}
.messageBox {
    background-color: #E7ECF8;
    height: 110px;
	padding: 20px;
    color: #022662;
    font-weight: bold;
	font-size: 0.688em;
	line-height: 1.818em;
}
.welcomeBox {
	width: 190px;
    height: 210px;	
	float: left;
    padding: 12px 10px 15px 30px;
	background: url('/includes/images/welcome_box_bg.png') #00257A; repeat-y scroll left;
    position: relative;
}
.welcomeBox h2 {
    color: #82C2FF;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 23px;
	margin: 0px;
	padding: 0px;
}
.welcomeBox p {
    color: #E7ECF8;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.667em;
	margin: 0px;
	padding: 0px;
}
.flashOverlay {
    background: url("/includes/images/flash_overlay.png") no-repeat left top transparent;
    left: 0;
    top: 0;
    position: relative;
    z-index: 1;
    float: left;
    width: 62px;
    height: 210px;	
}
.flashBanner {
    float: left;
	right: 0;
	bottom: 0;
    position: absolute;
    width: 750px;
    height: 210px;	
}

/* Navigation styles */
.globalNavigation ul {
	float: right;
	display: inline;
	line-height: normal;
}
.globalNavigation li {
	font-size: 0.688em;
	display: inline;
	float: left;
	list-style-type: none;
	background: url("/includes/images/divider_global.gif") no-repeat center right;
	padding: 0 10px 0 7px;
	text-align: center;
}
.globalNavigation li a {
	margin-top: 5px;
}
.globalNavigation li a:link, .globalNavigation li a:visited {
	font-weight: bold;
	text-decoration: none;
}
.globalNavigation li a:hover, .globalNavigation li a:active, .globalNavigation li a:focus {
	font-weight: bold;
	text-decoration: underline;
}
.globalNavigation li.selected {
	text-decoration: underline;
	font-weight: bold;
}
.globalNavigation li.last {
	padding-right: 0;
	background: 0 none;
}
.globalNavigation select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #575757;
}
.globalNavigation select.site {
	width: 173px;
}
.globalNavigation select.language {
	width: 143px;
}
.primaryNavigation {
	width: 678px;
	margin-top: 20px;
	float: right;
	font-size: 0.688em;
}
.primaryNavigation li {
	color: #FFFFFF;
	display: inline;
	float: left;
	font-weight: bold;
	list-style-type: none;
	padding: 3px 16px 0 13px;
	text-align: center;
	background: url("/includes/images/divider_primary.png") no-repeat center right;
}
.primaryNavigation li a:link, .primaryNavigation li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.primaryNavigation li a:hover, .primaryNavigation li a:active, .primaryNavigation li a:focus {
	color: #FA9A00;
	font-weight: bold;
	text-decoration: none;
}
.primaryNavigation li.selected {
	color: #FA9A00;
	font-weight: bold;
	text-decoration: none;
}
.primaryNavigation li.selected a:link, .primaryNavigation li.selected a:visited {
	color: #FA9A00;
	font-weight: bold;
	text-decoration: none;
}
.primaryNavigation li.selected a:hover, .primaryNavigation li.selected a:active, .primaryNavigation li.selected a:focus {
	color: #FA9A00;
	font-weight: bold;
	text-decoration: none;
}
.primaryNavigation li.last {
	background: none 0;
	padding-right: 0;
}
.secondaryNavigation {
	width: 100%;
	font-size: 0.688em;
	line-height: 18px;
	overflow: hidden;
}
.secondaryNavigation li, .secondaryNavigation li ul li, .secondaryNavigation li ul li ul li, .secondaryNavigation li ul li ul li ul li  {
    display: inline;
}
.secondaryNavigation li a {
	background: url("/includes/images/arrow_icon.gif") no-repeat scroll 217px 50% #FFFFFF;
	display: block;
	padding: 4px 20px 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #E7ECF8;
}
.secondaryNavigation li a:link, .secondaryNavigation li a:visited {
	color: #007C92;
	text-decoration: none;
}
.secondaryNavigation li a:hover, .secondaryNavigation li a:active, .secondaryNavigation li a:focus {
	text-decoration: underline;
}
.secondaryNavigation li a.expanded {
	background: url("/includes/images/arrow_icon_expanded.gif") no-repeat scroll 216px 50% #FFFFFF;
}
.secondaryNavigation li.selected a {
	color: #002664;
	font-weight: bold;
}
.secondaryNavigation li ul li a {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 4px;
	padding-botton: 5px;
	background: none #F8F9FD;
	border-bottom: 1px solid #E7ECF8;
}
.secondaryNavigation li ul li ul li a {
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 4px;
	padding-botton: 5px;
	background: none #EFF2FA;
	border-bottom: 1px solid #FFFFFF;
}
.secondaryNavigation li ul li ul li ul li a {
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 4px;
	padding-botton: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.breadcrumbs {
	width: 100%;
	padding: 4px 20px 5px 20px;
	font-size: 0.688em;
}
.breadcrumbs ul {
	float: left;
	display: inline;
}
.breadcrumbs li {
	display: inline;
	float: left;
	list-style-type: none;
	background: url("/includes/images/divider_breadcrumbs.gif") no-repeat center right;
	padding-right: 13px;
	text-align: center;
}
.breadcrumbs li a:link, .breadcrumbs li a:visited {
	color: #007C92;
	text-decoration: none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:active, .breadcrumbs li a:focus {
	text-decoration: underline;
}
.breadcrumbs li.last, .breadcrumbs li.last a {
	color: #002664;
	padding-right: 0;
	background: 0 none;
}
.breadcrumbsFix {
	padding-left: 15px;
	padding-right: 15px;
}

/* Branding Bar styles */
.brandingBarLogo {
	display: inline;
	float: left;
	margin-top: 22px;
	margin-left: 22px;
}
.brandingBarLogo img {
	width: 160px;
	height: 56px;
}
.brandingBarTop {
	float: right;
	width: 750px;
	height: 30px;
	margin: 7px 0;
	vertical-align: bottom;
}
.brandingBarTop h1 {
	display: inline;
	color: #FFF;
	line-height: 1.875em;	
	font-size: 0.813em;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 7px;
}
.brandingBarTop ul {
	float: right;
	display: inline;
	margin-top: 6px;
}
.brandingBarTop li {
	font-size: 0.688em;
	display: inline;
	border-right: 1px solid #FFFFFF;
	float: left;
	list-style-type: none;
	padding: 0 8px;
	text-align: center;
}
.brandingBarTop li a:link, .brandingBarTop li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.brandingBarTop li a:hover, .brandingBarTop li a:active, .brandingBarTop li a:focus {
	color: #FA9A00;
	text-decoration: none;
}
.brandingBarTop li.selected {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.brandingBarTop li.last {
	border: 0 none;
}
.brandingBarSearch {
	float: right;
	margin: 3px 10px 0 3px;
	display: inline;
	line-height: normal;
}
.brandingBarSearch input {
	width: 140px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.688em;
	border: 1px #7F9DB9 solid;
	padding: 1px 2px;
}
.brandingBarSearch img {
	vertical-align: bottom;
}

/* Column styles */
.sideColumnContent {
	padding: 0 10px;
}
.centralColumnContent {
	padding: 0 20px;
}
.mastheadColumnContent {
	padding: 0 10px 0 20px;
}
.wideColumnContent {
	padding: 0 10px 0 20px;
}
.maxColumnContent {
	padding: 0 15px 38px 15px;
}
.sideColumnContent p, .sideColumnContent span {
	font-size: 0.75em;
}
.centralColumnContent p, .centralColumnContent span {
	font-size: 0.75em;
}
.mastheadColumnContent p, .mastheadColumnContent span {
	font-size: 0.75em;
}
.wideColumnContent p, .wideColumnContent span {
	font-size: 0.75em;
}
.maxColumnContent p, .maxColumnContent span {
	font-size: 0.75em;
}

.centralColumnContent h1.contentTitle, .centralColumnContent h2.contentTitle, .centralColumnContent h3.contentTitle, .wideColumnContent h1.contentTitle, .wideColumnContent h2.contentTitle, .wideColumnContent h3.contentTitle, .mastheadColumnContent h1.contentTitle, .mastheadColumnContent h2.contentTitle, .mastheadColumnContent h3.contentTitle, .maxColumnContent h1.contentTitle, .maxColumnContent h2.contentTitle, .maxColumnContent h3.contentTitle {
	margin: 0 0 12px 0;
	line-height: normal;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #E7ECF8;
}
p.introCopy, span.introCopy {
	font-size: 0.75em;
	line-height: 1.125em;
}
p.bodyCopy, span.bodyCopy {
	font-size: 0.688em;
	line-height: normal;
}
.centralColumnContent ul, .sideColumnContent ul, .wideColumnContent ul, .mastheadColumnContent ul, .maxColumnContent ul {
	margin: 0.25em 0;
}
.centralColumnContent li, .sideColumnContent li, .wideColumnContent li, .mastheadColumnContent li, .maxColumnContent li {
	background: url("/includes/images/arrow_icon.gif") no-repeat 7px 0.688em;
	position: relative;
	font-size: 0.75em;
	padding: 0.25em 0 0.25em 1.5em;
	line-height: 1.25em;
}
ul.bodyCopy {
	font-size: 0.833em;
}
li.iconDocument {
	background: url("/includes/images/icon_document.gif") no-repeat left 0.35em;
}
li.iconPodcast {
	background: url("/includes/images/icon_podcast.gif") no-repeat left 0.35em;
}
li.iconMovie {
	background: url("/includes/images/icon_movie.gif") no-repeat left 0.35em;
}
li.iconWebpage {
	background: url("/includes/images/icon_webpage.gif") no-repeat left 0.35em;
}
li.iconPhone {
	background: url("/includes/images/icon_phone.gif") no-repeat left 0.35em;
}
li.iconEmail {
	background: url("/includes/images/icon_email.gif") no-repeat left 0.35em;
}
li.iconRss {
	background: url("/includes/images/icon_rss.gif") no-repeat left 0.35em;
}
li.iconPopup {
	background: url("/includes/images/icon_popup.gif") no-repeat left 0.35em;
}
li.iconAudio {
	background: url("/includes/images/icon_audio.gif") no-repeat left 0.35em;
}
.centralColumnContent img {
	margin: 10px 0;
	display: block;
}
.heroWrapper {
    position: relative;
	height: 100%;
}
.heroOverlay {
	width: 276px;
	height: 52px;
	background: url('/includes/images/hero_overlay.png') no-repeat right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 0.813em;
	line-height: normal;
	padding: 8px 20px 5px 20px;
}
.heroOverlayIeFix {
	width: 100%;
	height: 100%;
	text-align: right;
}
.heroOverlay h3 {
  	color: #82C2FF;
	font-size: 1em;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.heroOverlay a:link, .heroOverlay a:visited {
  	color: #FFFFFF;
}
.heroOverlay a:hover, .heroOverlay a:active, .heroOverlay a:focus {
  	color: #FA9A00;
	text-decoration: none;
}

/* Layout dividers */
.oneHalf {
	width: 230px;
	float: left;
}
.oneThird {
	width: 150px;
	float: left;
}
.spacingHalf {
	width: 20px;
	float: left;
}
.spacingThird {
	width: 15px;
	float: left;
}
.spacingQuarter {
	width: 10px;
	float: left;
}
.podsAndContent {
	width: 100%;
	background: url("/includes/images/podsandcontent_bg.gif") repeat-y scroll left;
	margin: 10px 0 20px 0;
}
.contentAndPods {
	width: 100%;
	background: url("/includes/images/contentandpods_bg.gif") repeat-y scroll right;
	margin: 10px 0 20px 0;
}
.podsAndContent h1, .podsAndContent h2, .podsAndContent h3, .podsAndContent h4, .podsAndContent h5, .podsAndContent h6, .contentAndPods h1, .contentAndPods h2, .contentAndPods h3, .contentAndPods h4, .contentAndPods h5, .contentAndPods h6 {
    margin-top: 0;
}
.podsAndContent div.pod, .contentAndPods div.pod {
	margin: 0 0 10px 0;
}
.podsLeft {
    float: left;
	width: 160px;
	margin-right: 20px;
}
.contentRight {
	padding-left: 20px;
}
.podsRight {
    float: right;
	width: 160px;
	margin-left: 20px;
}
.contentLeft {
	padding-right: 20px;
}
.rightBorder {
	border-right: 1px solid #E8ECF8;
}
.bottomBorder {
	border-bottom: 1px solid #E8ECF8;
}
.podsLeft blockquote, .podsRight blockquote {
	margin: 0;
	color: #000505C;
}

/* Pods */ 
.pod {
	padding: 0 10px;
	margin: 10px 0 0 0;
	position: relative;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.pod img {
	margin: 0.5em 0;
	display: block;
}
.pod h3 {
	width: auto;
	line-height: 1.5em;
	padding: 1px 10px 0px 10px;
	margin: 0 -10px 0.5em -10px;
	position: relative;
}
.pod h3.blue {
	color: #002664;
	background-color: #E0EEFB;
	border-bottom: 1px solid #C1DDF8;
	position: relative;
}
.pod h3.turqoise {
	color: #FFFFFF;
	background-color: #007C92;
	border-bottom: 1px solid #006375;
	position: relative;
}
.pod h3.red {
	color: #FFFFFF;
	background-color: #9E3039;
	border-bottom: 1px solid #7E262E;
	position: relative;
}
.pod h3.blue a {
	display: block;
	margin: 0 -10px;
	padding: 0 20px 0 10px;
	color: #002664;
	background: url("/includes/images/pod_arrow_blue.gif") no-repeat scroll right center transparent;
	text-decoration: none;
}
.pod h3.turqoise a, .pod h3.red a {
	display: block;
	margin: 0 -10px;
	padding: 0 20px 0 10px;
	color: #FFFFFF;
	background: url("/includes/images/pod_arrow_white.gif") no-repeat scroll right center transparent;
	text-decoration: none;
}
.pod h3.blue a:hover, .pod.blue h3 a:active, .pod.blue h3 a:focus {
	text-decoration: none;
	background-color: #C1DDF8;
}
.pod h3.turqoise a:hover, .pod.turqoise h3 a:active, .pod.turqoise h3 a:focus {
	text-decoration: none;
	background-color: #006375;
}
.pod h3.red a:hover, .pod.red h3 a:active, .pod.red h3 a:focus {
	text-decoration: none;
	background-color: #7E262E;
}
.nopadding h3.blue, .nopadding h3.turqoise, .nopadding h3.red {
	padding: 1px 20px 0px 20px;
}

/* Footer styles */
.footer li {
	border-right: 1px solid #E7ECF8;
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0 6px;
	text-align: center;
}
.footer li.selected {
	font-weight: bold;
}
.footer li.last {
	border: 0 none;
}
.footer li a:link, .footer li a:visited {
	color: #B2B2B2;
	text-decoration: none;
}
.footer li a:hover, .footer li a:active, .footer li a:focus {
	text-decoration: underline;
}
.footerNavLeft {
	display: inline;
	float: left;
	margin-left: 4px;
	margin-top: 10px;
}
.footerNavRight {
	display: inline;
	float: right;
	margin-right: 4px;
	margin-top: 10px;
}
.footerLegalese {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 730px;
}
.footerLegalese p {
	color: #B2B2B2;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: normal;
}

/* Miscellaneous classes */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
