﻿/*
screen.css
Screen media CSS common to all stylesheets.

author: Sing Chan
last modified: June 22, 2007
rebranding author: Michelle Herrington
last modified: July, 2010


--------------------------------------------------------------
color index:
default text: #000;
link blue: #0060A9;
orange: #E0861B;
--------------------------------------------------------------
*/



@media screen, projection {





/*------------------------------------------------------------

generic HTML elements

------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.85em;
voice-family: "\"}\"";
voice-family:inherit;
	font-size: small;
	height:100%; 
	min-height: 100%;
}

html>body {
	font-size: small;
	height:100%; 
	min-height: 100%;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

p, span.p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.8em 0;
	display: block;
	line-height:1.5;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color:#0060A9;
	text-decoration:none;
	font-style:normal;
}

a:hover {
	text-decoration:underline;
}

hr {
	height:1px;
	color:#CCC;
}



/*------------------------------------------------------------

headings

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	color:#4D4D4D;
	margin:0 0 16px 0;
}

h1.cga-PageTitle {
	font-family:Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;color:#4D4D4D;
	margin:15px 0 0 0;
	width:490px;
}

h2 {
	font-family:Arial, sans-serif;
	color:#E0861B;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 2px 0;
}

h2.subheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#999;
	line-height:1.5em;
	font-weight:normal;
	padding:0;
	margin-top:0;
	margin-bottom:10px;
}


h3 {
	color:#E0861B;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 2px 0;
}

h4 {
	font-family:Arial, sans-serif;
	font-weight:bold;	
	color:#808080;
	font-size:1.1em;
	margin:18px 0 0 0;
	line-height:1.4;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:6px 0 4px 0;
	margin:0;
	font-weight:normal;
	font-style: italic;
	color:#000;
}

h5.h5-normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:6px 0 4px 0;
	margin:0;
	font-weight:normal;
	font-style: normal;
	color:#000;
}

h6 {
	font-size: 100%;
	margin:5px 0 5px 0;
	padding:0;
}



/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

ul li {
	padding-left: 23px;
	background: url(../images/css_big_blue_bullet.gif) no-repeat 10px 8px;
}

ul li ul li {
	padding-left: 10px;
	background-image: url(../images/bullet_body-content.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin-bottom: 0px;
}

ul li ul li ul li {
	padding-left: 10px;
	background-image: url(../images/css_list_hollow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 0px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 35px;
}

ol li {
	padding-left: 0;
	background:none;
	background-position-x:0;
}

ul li ol {margin-top:3px;}

html>body ol {
	padding: 0;
	margin-left: 35px;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.4em;
}

dd {
	margin: 0 15px 0.8em 15px;
}

ul li span.p {
	margin: 0;
	display: inline;
}

ul li ul {
	margin-top: 0.8em;
}

/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.cga-PageMetadata {
	margin-bottom: 20px;
}

.cga-PageMetadata fieldset {
	padding: 20px 10px 10px 10px;
}

.cga-LastUpdatedDate {
	clear: both;
	font-size: 85%;
	color: #999;
	margin:0 0 20px 0;
}
html>body .cga-LastUpdatedDate {
	padding-top: 10px;
}

/*------------------------------------------------------------

Adobe (core.css override)

------------------------------------------------------------*/

.cga-GetAdobeReader a:link, 
.cga-GetAdobeReader a:visited {
	color:#0060A9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}


/*------------------------------------------------------------

sharepoint editing mode styles

------------------------------------------------------------*/

/* site actions menu */

.cga-SiteActions {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	background: #FFF;
	border: 1px solid #000;
	padding: 0 3px 1px 3px;
}

.cga-SiteActions a, .cga-SiteActions a:link {
	text-decoration: none;
	color: #0060A9;
	font-weight: bold;
}


/* webpart tool pane */

td#MSOTlPn_MainTD {
	width: 1px !important;
}

table.ms-ToolPaneOuter {
	position: relative;
	top: 95px;
	right: 0;
}


/* form fields */

div.ms-formfieldcontainer {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}

div.ms-formfieldvaluecontainer {
	margin: 0;
	padding: 0;
	border: none;
}

div.ms-formfieldvaluecontainer span span span span div {
	width: auto !important;
	padding: 3px !important;
}

div.ms-formfieldvaluecontainer span span span span div a.ms-selectorlink {
	display: block;
	padding: 3px;
}

div.ms-formfieldcontainer div.ms-formfieldlabelcontainer {
	margin: 0;
	padding: 0;
	border: none;
}

div.ms-formfieldcontainer span.ms-formfieldlabel {
	border: none;
	display: block;
	white-space: normal !important;
}

div.ms-toolbarContainer {
	border: none;
}


/* web part zones */

.section .section table {
	width: auto !important;
}

h3.ms-WPTitle nobr {
	white-space: normal;
}





/*------------------------------------------------------------

sharepoint rich text editor generic styles

------------------------------------------------------------*/

.ms-rteCustom-floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.ms-rteCustom-floatRight {
	float: right;
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

sharepoint rich text editor table styles

------------------------------------------------------------*/

.ms-rteTable-1 {
}

.ms-rteTableHeaderRow-1 {
}

.ms-rteTableHeaderFirstCol-1 {
}

.ms-rteTableHeaderLastCol-1 {
}

.ms-rteTableHeaderOddCol-1 {
}

.ms-rteTableHeaderEvenCol-1 {
}

.ms-rteTableOddRow-1 {
}

.ms-rteTableEvenRow-1 {
}

.ms-rteTableFirstCol-1 {
}

.ms-rteTableLastCol-1 {
}

.ms-rteTableOddCol-1 {
}

.ms-rteTableEvenCol-1 {
}

.ms-rteTableFooterRow-1 {
}

.ms-rteTableFooterFirstCol-1 {
}

.ms-rteTableFooterLastCol-1 {
}

.ms-rteTableFooterOddCol-1 {
}

.ms-rteTableFooterEvenCol-1 {
}

/*------------------------------------------------------------

grid presentation and/or override rules below

------------------------------------------------------------*/

#aspnetForm {
 	background:none;
	height:100%;
}	

.cga-ContentPrimary {
	padding: 0 0 0 70px;
	min-height:100%;
	height:100%;
	line-height: 1.35em;
}

.cga-ContentSecondary {
	height:100%;
}

.cga-ContentTertiary {
	float:left;
	width:170px;
	padding:0 10px;
}


/*------------------------------------------------------------

BEGIN: 2010

------------------------------------------------------------*/

.cga-BorderContainer {
	width:992px;
	margin: 0 auto;
	background:transparent url(../images/container_bkgrd.gif) repeat-y;
	height:100%;
	height: auto; 
	min-height: 100%;
	overflow:hidden;
	position:relative;
	margin-bottom:-30px;
}

.cga-MainContainer {
	height:100%;
	margin:0 0 0 5px;
	min-height:100%;
	padding:0 0 0px;
	width:980px;

}

/*------------------------------------------------------------

Content Containers

------------------------------------------------------------*/

.cga-ContentContainer {
	height:100%;
}

.cga-ContentPrimaryContainer {
	float:left;
	width:780px;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
	min-height:100%;
	height:100%;
}

.cga-ContentSecondaryContainer {
	float:left;
	width:680px;
	padding:5px 0 0 10px;
	margin:0 30px 20px 60px;
	min-height:100%;
}

.cga-ContentTertiaryContainer {
	float:left;
	width:170px;
	padding:20px 10px 30px 10px;
	bottom:0;
	height:100%;
	min-height:100%;
}

.cga-AwardsSection {
	margin:180px 0 40px 0;
	padding: 0 0 10px 20px;
	width:150px;
	position:absolute;
	bottom:0;
	z-index:0;
}

/*.bottomDivider {

}*/

/*------------------------------------------------------------

Template Page Widths

------------------------------------------------------------*/

.cga-ResearchAndAdvocacy,
.cga-GenericLandingPage,
.cga-MediaCentre, 
.cga-MediaRelease, 
.cga-SearchPage, 
.cga-SecondaryPage {
	margin:0 0 0 70px;
	width:720px;
}

.cga-PageBody,
.pageContent,
.cga-TopicsOfInterest {
	float:left;
	width:490px;
	margin:12px 0 0 0;
}

/*------------------------------------------------------------

PageBody Widths

------------------------------------------------------------*/

.cga-PageBody {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
}

.cga-PageBody h3 {
	font-family:Arial, Helvetica, sans-serif;
}

.cga-PageBody ul {
	line-height:1.4;
}

.cga-PageBody table {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px 0;
}

.cga-MagazinePageBody {
	width: 535px;
	margin:15px 0 20px 0;
	}

/*------------------------------------------------------------

Header Region

------------------------------------------------------------*/

/* Header Container */
.cga-HeaderContainer {
	float:left;
	padding:10px 0 0 0;
	margin:0;
}

.cga-Header-TopSection {
	float:right;
	padding:0;
	bottom:0;
	width:100%;
}

/*------------------------------------------------------------

Header Search Region

------------------------------------------------------------*/

.cga-Search {
	float: right;
}

.cga-Search #SRSB {
	padding: 0 0 0 0;
}

.cga-Search #SRSB table.ms-sbtable {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.cga-Search #SRSB table.ms-sbtable td {
	border: none;
	padding: 0;
}

.cga-Search #SRSB table.ms-sbtable td.ms-sbLastcell {
	display: none;
}

.cga-Search #SRSB input.ms-sbplain {
	border: 1px #CCC solid;
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
}

/*------------------------------------------------------------

Header Associations Region

------------------------------------------------------------*/

.cga-Associations {
	float: right;
	padding:0 10px 0 0;
}

.cga-Associations select {
	border: 1px #CCC solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*------------------------------------------------------------

Language Toggle

------------------------------------------------------------*/

.cga-Heder-LanguageToggle {
	padding:8px 0 0 20px;
	margin:0;
	float:left;
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;;
}

.cga-Heder-LanguageToggle a:link,
.cga-Heder-LanguageToggle a:visited {
	color:rgb(77,77,77);
}

.cga-Heder-LanguageToggle a:hover {
	color:#000;
	cursor:pointer;
}

/*------------------------------------------------------------

Visit Association and Search

------------------------------------------------------------*/

.cga-Heder-VisitAssociation {
	margin:0 0px 5px 0px;
	display:block;
	float:right;
	width:200px;
}
.cga-Heder-Search {
	margin:0 20px 5px 0px;
	display:block;
	float:right;
	width:180px;
}


/* Header Top Section */
.cga-Header-TopSection #selectName {	
	height:20px;
	font-size:0.8em;
	padding:2px 0 0 0;
	color:#808080;
	font-style:italic;
}

/* Header Middle Section */
.cga-Header-MiddleSection {
	width:980px;
	clear:both;
	position: relative;
}

/*------------------------------------------------------------

Primary Navigation Section

------------------------------------------------------------*/

.cga-PrimaryNavigationSection {
	height:100%;
	width:190px;
	float:left;
	font-size:0.9em;
	margin: 0;
	border-top:60px solid #00bee2;
	height:153px;
	}

/* Master content items */
a .cga-PrimaryNav-Item1
, a .cga-PrimaryNav-Item2
, a .cga-PrimaryNav-Item3
, a .cga-PrimaryNav-Item4
, a .cga-PrimaryNav-Item5
, a .cga-PrimaryNav-Item6
, a .cga-PrimaryNav-Item7
{
	width:190px;
	height:22px;
	cursor:hand;
}

a .cga-PrimaryNav-Item1
{ 
	background-image: url(/en-ca/PublishingImages/nav_about.gif);
}

a .cga-PrimaryNav-Item2
{ 
	background-image: url(/en-ca/PublishingImages/nav_standards.gif);
}

a .cga-PrimaryNav-Item3
{ 
	background-image: url(/en-ca/PublishingImages/nav_programs.gif);
}

a .cga-PrimaryNav-Item4
{ 
	background-image: url(/en-ca/PublishingImages/nav_media_centre.gif);
}

a .cga-PrimaryNav-Item5
{ 
	background-image: url(/en-ca/PublishingImages/nav_research_advocacy.gif);
}

a .cga-PrimaryNav-Item6
{ 
	background-image: url(/en-ca/PublishingImages/nav_international.gif);
}

a .cga-PrimaryNav-Item7
{ 
	background-image: url(/en-ca/PublishingImages/nav_contact_us.gif);
}


a:hover .cga-PrimaryNav-Item1
, a:hover .cga-PrimaryNav-Item2
, a:hover .cga-PrimaryNav-Item3
, a:hover .cga-PrimaryNav-Item4
, a:hover .cga-PrimaryNav-Item5
, a:hover .cga-PrimaryNav-Item6
, a:hover .cga-PrimaryNav-Item7
{ 
	background-position: 0px -22px;
}

a .cga-ItemSelected .cga-PrimaryNav-Item1
, a .cga-ItemSelected .cga-PrimaryNav-Item2
, a .cga-ItemSelected .cga-PrimaryNav-Item3
, a .cga-ItemSelected .cga-PrimaryNav-Item4
, a .cga-ItemSelected .cga-PrimaryNav-Item5
, a .cga-ItemSelected .cga-PrimaryNav-Item6
, a .cga-ItemSelected .cga-PrimaryNav-Item7
{ 
	background-position: 0px -44px;
}


/*------------------------------------------------------------

Banner Section

------------------------------------------------------------*/

.cga-BannerSection {
	width:790px;
	float:right;
	height:213px;
	position:absolute;
	right:0;
	top:0;
	border:0;
}

.cga-BannerSection .cga-HeaderGradient {
	background:rgba(0,96,169,.7);
	background:url(/en-ca/PublishingImages/gradient_logo.png) repeat;
	float:left;
	position: absolute;
	top:0;
	left:0;
	width:790px;
	height:60px;
	padding:0;
}

.cga-BannerSection .cga-HeaderLogoContainer,
.cga-BannerSection .cga-HeaderLogo {
	height:60px;
	width:790px;
}

.cga-BannerSection .cga-HeaderLogo {
	background:url(/en-ca/PublishingImages/cga_logo.png) no-repeat;
	cursor:hand;
}

/*------------------------------------------------------------

Highlight Section

------------------------------------------------------------*/

.cga-Header-HighlightSection {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	width:750px;
	padding:5px 20px 2px 20px;
	margin:0 0 10px 0;
	clear:both;
	background:#41535D url(../images/hero-left-img.gif) repeat-y left;
	float:right;
	line-height:1.4;
	border-top:1px solid white;
	height:20px;
}

.cga-Header-HighlightSection p {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	letter-spacing:1px;
	vertical-align:text-top;
	font-size:1.1em;
	padding:0;
	margin:0;
	width: 710px;
}

.cga-Highlight-Subject {
	font-weight:bold;
}

.cga-Header-HighlightSection p a:link, 
.cga-Header-HighlightSection p a:visited {
	color:#fff;
	text-decoration:none;
	font-style:normal;
}

.cga-Header-HighlightSection p a:hover {
	color:#E6F3F9;
	text-decoration:none;
}


/*------------------------------------------------------------

Breadcrumb, Social Media and Share Icons Section

------------------------------------------------------------*/

.cga-BreadcrumbMediaIconsSection {
	font-size:1em;
	width:980px;
	height:auto;
	padding:0;
	margin:0 0 0 0;
	line-height:1.4;
	clear:both;
}

/* Breadcrumb Section */
.cga-BreadcrumbSection {
	font-size:1em;
	width:700px;
	height:auto;
	padding:0 20px 0 70px;
	margin:0 0 0 190px;
	color:#498DB9;
	float:right;
}

.cga-BreadcrumbSection a:link,
.cga-BreadcrumbSection a:visited {
	color:#0060A9;
	line-height:1.4;
	text-decoration:none;
}

.cga-BreadcrumbSection a:hover {
	color:#0060A9;
	text-decoration:underline;
}

.cga-BreadcrumbSection table {
	margin:0;
}

.ms-pagebreadcrumb {
	display: none;
}

.cga-Breadcrumb {
	display: block;
	padding:8px 0 0 0;
	font-size: 83%;
	color:#498DB9;
	margin:0 0 10px 0;
}

.cga-Breadcrumb .separator {
	border: none;
}

.cga-BreadcrumbContainer {
	float:left;
	width:550px;
}


/* breadcrumb links */

.cga-Breadcrumb a:link, 
.cga-Breadcrumb a:visited {
	color:#498DB9;
	line-height:1.4;
}

.cga-Breadcrumb a:hover {
	color:#0060A9;
}

.cga-Breadcrumb a.selected {
	text-decoration: none;
}
.cga-Breadcrumb a.selected:hover {
	text-decoration: underline;
}

/* Social Media Icons Section */
.socialMediaIcons {
	float:right;
	margin:0;
	padding:0;
}

/* Share Icons Section */
.cga-SharIconsSection {
	width:130px;
	float:right;
	padding:10px 22px 0 10px;
	margin:0;	
}

.cga-SharIconsSection img {
	padding:0 0 0 10px;
	float:right;
}

/*------------------------------------------------------------

Share Tools region

------------------------------------------------------------*/

.cga-ShareIconsContainer {
	padding:10px 0 0 0;
	float:right;
	width:105px;
}

.ShareTools {
	float:right;
	margin:0;
	padding:0;
}

.ShareTools img {
	margin:0 0 0 5px;
	padding:0;
}

/* Media Icons Section */
.cga-MediaIconsSection {
	padding:0 0 0 0;
	margin:0;
	clear:both;
	float:right;
}

.cga-MediaIconsSection img {
	float:left;
	padding:0 0 0 8px;
	border:none;
	vertical-align:middle;
}

.cga-MediaIconsSection img a {
	border:none;
}


/*------------------------------------------------------------

Secondary Navigation (left-column nav)

------------------------------------------------------------*/

.cga-NavSecondary {
	margin:0 0 20px 20px;
	padding: 0;
	list-style: none;
	width: 150px;
}

.cga-NavSecondary ul {
	margin:0;
	padding:0;
	list-style:none;
}

.cga-NavSecondary li {
	background: transparent;
	padding:0;
	margin: 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

.cga-NavSecondary li.selected {
	font-weight:bold;
}

.cga-NavSecondary li a {
	text-decoration: none;
	margin:0;
	padding:3px 0;
	display: inline-block;
	width: 150px;	
voice-family: "\"}\"";
voice-family:inherit;
	width: 150px;
	border-top: 1px solid #DFDFDF;
}

html>body .cga-NavSecondary li a {
	color:#498DB9;
	margin:0;
	padding:3px 0;
}

.cga-NavSecondary li a:hover {
	text-decoration:none;
	color:#0060A9;
}

html>body .cga-NavSecondary a:hover {
	text-decoration:none;
	color:#0060A9;
}

.cga-NavSecondary li.selected a {
	color:#0060A9;
}

/* bullets */
.cga-NavSecondary li.hasChildren a {
	margin-left:-17px;
    float:left;
}

.cga-NavSecondary .cga-nav-bullet {
    width:17px;
    height:17px;
	background: url(../images/navSecondary_bullet.gif) no-repeat;
	background-position: 0px -598px;
	position:relative;
    left:-15px;
    float:left;
}

/* level 2 items */

.cga-NavSecondary li.selected ul .cga-nav-bullet {
	display:none;
}

.cga-NavSecondary li.selected ul a {
	background:none;
	margin-left:15px;
	width: 135px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 135px;
}


.cga-NavSecondary li.hasChildren ul a {
	background:none;
	padding-left:1px;
	margin-left:15px;
	width: 135px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 135px;
}

html>body .cga-NavSecondary li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul a {
	background:none;
	list-style-position: outside; 
	list-style: none;
}

.cga-NavSecondary li.selected ul a:hover, 
.cga-NavSecondary li.hasChildren ul a:hover {
	color:#0060A9;
	background:none;
}

html>body .cga-NavSecondary li.selected ul a:hover, 
html>body .cga-NavSecondary li.hasChildren ul a:hover {
	color:#0060A9;
	background:none;
}

.cga-NavSecondary li.hasChildren ul li.hasChildren a,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren a
{
	background: transparent;

}

/* level 3 items */
.cga-NavSecondary li.selected ul li.selected ul .cga-nav-bullet {
	display:none;
}

.cga-NavSecondary li.selected ul li.selected ul a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a {
	background: url(../images/bullet_grey.gif) no-repeat 0px 8px;
	padding-left:10px;
	margin-left:25px;
	width: 115px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 115px;
	font-size:90%;	
}	

html>body .cga-NavSecondary li.selected ul li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a {
	width: 115px;

}

.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:link, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:visited {

}

html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a:link, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a:visited {

}

.cga-NavSecondary li.selected ul li.selected ul a:hover, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:hover {
	color:#0060A9;
}

html>body .cga-NavSecondary li.selected ul li.selected ul a:hover, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a:hover {
	color:#0060A9;
}

.cga-NavSecondary li.selected ul li.selected ul li.selected a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.selected a {
	background: url(../images/bullet_blue.gif) no-repeat 0 8px;
}

html>body .cga-NavSecondary li.selected ul li.selected ul li.selected a:hover, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.selected a:hover {
	color:#0060A9;
}



/* level 4 items */
.cga-NavSecondary li.selected ul li.selected ul li.selected ul .cga-nav-bullet {
	display:none;
}

.cga-NavSecondary li.selected ul li.selected ul li.selected ul a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a {
	background: url(../images/bullet_grey.gif) no-repeat 0px 8px;
	padding-left:10px;
	margin-left:35px;
	width: 105px;
voice-family: "\"}\"";	
voice-family:inherit;
	width: 105px;	
}
html>body .cga-NavSecondary li.selected ul li.selected ul li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a {
	width: 105px;	
}

.cga-NavSecondary li.selected ul li.selected ul li.selected ul li.selected a, .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul li.selected a {
	background: url(../images/bullet_blue.gif) no-repeat 0px 8px;
}



/* default link color */
.cga-NavSecondary a:link, 
.cga-NavSecondary a:visited,

.cga-NavSecondary li.selected ul a:link, 
.cga-NavSecondary li.selected ul a:visited,
.cga-NavSecondary li.selected ul li.selected ul a:link, 
.cga-NavSecondary li.selected ul li.selected ul a:visited,
.cga-NavSecondary li.selected ul li.selected ul li.selected ul a:link, 
.cga-NavSecondary li.selected ul li.selected ul li.selected ul a:visited,

.cga-NavSecondary li.hasChildren ul a:link, 
.cga-NavSecondary li.hasChildren ul a:visited,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:link, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:visited,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a:link, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a:visited
{
	color:#498DB9;
}


/* selected or has children color */
.cga-NavSecondary li.selected a:link, .cga-NavSecondary li.selected a:visited,
.cga-NavSecondary ul li.selected a:link, .cga-NavSecondary ul li.selected a:visited,
.cga-NavSecondary ul li.selected ul li.selected a:link, .cga-NavSecondary ul li.selected ul li.selected a:visited,
.cga-NavSecondary ul li.selected ul li.selected ul li.selected a:link, .cga-NavSecondary ul li.selected ul li.selected ul li.selected a:visited,

.cga-NavSecondary li.hasChildren a:link, .cga-NavSecondary li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren ul li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren ul li.hasChildren ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren ul li.hasChildren ul li.hasChildren a:visited
{
	color: #0060A9;
}



/*------------------------------------------------------------

Footer Region

------------------------------------------------------------*/

/* Footer Containers */
.cga-FooterContainer {
	margin:0 0 0 0;
	width:980px;
	position:absolute;
	bottom:0;
	height:30px;
}

.push {
	/*clear:both;
	width:100%;
	margin:-150px 0 0 0;
	padding:0;
	min-height:100%;
	float:left;*/
	display:none;
}

.cga-FooterPrimaryContainer {
	float:left;
	padding:9px 10px 3px 10px;
	width:170px;
	background:#CDCDCD;
	height:18px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	clear:both;
	font-size:0.85em;
	text-transform:uppercase;
}

.cga-FooterSecondaryContainer {
	float:left;
	padding:9px 10px 3px 10px;
	margin:0;
	background:#41535D;
	text-align:left;
	height:18px;
	width:770px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.85em;
}

.cga-FooterPrimaryContainer a.copyright:link, 
.cga-FooterPrimaryContainer a.copyright:visited {
	color: #41535D;
}

.cga-FooterSecondaryContainer a:link,
.cga-FooterSecondaryContainer a:visited,
.cga-FooterPrimaryContainer a:link,
.cga-FooterPrimaryContainer a:visited {
	color: #FFFFFF;
}


.cga-FooterPrimaryContainer a:hover,
.cga-FooterSecondaryContainer a:hover {
	text-decoration:underline;
}

.cga-FooterSecondaryContainer ul li {
	display:inline;
	padding: 0 15px 0 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	background:none;
}

.cga-FooterSecondaryContainer li a:link,
.cga-FooterSecondaryContainer li a:visited {
	color:#FFF;
}

.cga-FooterSecondaryContainer ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}


/*------------------------------------------------------------

buttons

------------------------------------------------------------*/

a.button {
	display: block;
	width: 141px;
	height: 45px;
	font: 1px/1px;
	color: #FFF;
	letter-spacing: -1em;
	text-indent: -300px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

a.cga-buttonThinkCGA {
	background-image: url(../images/btn_ThinkCGA.gif);
}

a.cga-buttonPDNet {
	background-image: url(../images/btn_PDNet.gif);
}



/* search button */
.cga-buttonGo {
	vertical-align: bottom;
}

/*------------------------------------------------------------

Solid Gray Dividing Line

------------------------------------------------------------*/

.dividingLine {
	border-bottom:1px solid #ccc;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	height:1px;
}



/*------------------------------------------------------------

links lists

------------------------------------------------------------*/

.cga-Section1 .section ul, 
.cga-Section2 .section ul, 
.cga-SectionContainer .section ul,
.cga-BudgetAnalysisLinks ul, 
.cga-RelatedInfo ul,
ul.linksList, ul.ms-rteCustom-linksList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.linksList, ul.ms-rteCustom-linksList {
	/*margin-bottom: 0.8em;*/
}



table table div div ul.linksList {
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
}

.cga-Section1 .section ul li, 
.cga-Section2 .section ul li, 
.cga-SectionContainer .section ul li,
.cga-RelatedInfo ul li,
ul.linksList li
{
	background:none;
	padding:5px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.cga-BudgetAnalysisLinks ul {
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

.cga-BudgetAnalysisLinks ul li {
	padding-left: 23px;
	background: url(../images/bullet_body-content.gif) no-repeat 10px 8px;
}

.cga-Section1 .section ul a, 
.cga-Section2 .section ul a, 
.cga-SectionContainer .section ul a,
ul.linksList a
{
	color:#0060A9;
	text-decoration: none;
}

ul.ms-rteCustom-linksList li {
	padding:0 0 0 20px;
}

ul.ms-rteCustom-linksList a
{
	color:#0060A9;
	text-decoration: none;
}


.cga-Section1 .section ul a:link, 
.cga-Section2 .section ul a:link,
.cga-SectionContainer .section ul a:link,
.cga-BudgetAnalysisLinks ul a:link, 
.cga-RelatedInfo ul a:link,
ul.linksList a:link, 
ul.ms-rteCustom-linksList a:link
{
	color: #0060A9;
}

.cga-Section1 .section ul a:hover, 
.cga-Section2 .section ul a:hover, 
.cga-SectionContainer .section ul a:hover,
.cga-BudgetAnalysisLinks ul a:hover, .cga-RelatedInfo ul a:hover,
ul.linksList a:hover, ul.ms-rteCustom-linksList a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.linksList .contentType, .linksList .fileInfo, .linksList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

table table div ul.linksList {
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table table div ul.linksList li {
	margin: 0 0 0 15px;
}

table table div ul.linksList li a:link,
table table div ul.linksList li a:visited  {
	color: #0060A9;
}

table table div ul.linksList li a:hover {
	text-decoration:underline;
}
	

/*------------------------------------------------------------

Arrow Lists

------------------------------------------------------------*/
ul.arrowList {
	margin:0 0 10px 0;
	padding:0;
	background-color:transparent;
}

ul.arrowList li {
	padding:0 0 0 14px;
	background:transparent url(../images/arrow_blue.gif) no-repeat 0 4px;
	height:1%; /*IE fix so that background-image will appear in list itmes*/
}

ul.arrowList li a:link, 
ul.arrowList li a:visited {
	color:#0060A9;
	text-transform:none;
	font-weight:normal;
	background:transparent;
}

ul.arrowList li a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------

Arrow Lists - Page Body

------------------------------------------------------------*/

.cga-PageBody ul.arrowList {
	margin:0 0 10px 0;
	padding:0;
	background-color:transparent;
}

.cga-PageBody ul.arrowList li {
	padding:0 0 0 14px;
	background:transparent url(../images/arrow_blue.gif) no-repeat 0 5px;
	height:1%; /*IE fix so that background-image will appear in list itmes*/
}

.cga-PageBody ul.arrowList li a:link, 
.cga-PageBody ul.arrowList li a:visited {
	color:#0060A9;
	text-transform:none;
	font-weight:normal;
	background:transparent;
}

.cga-PageBody ul.arrowList li a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------

promos & feature content

------------------------------------------------------------*/

.cga-FeatureContent table table div div {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 120%;
}

.promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
	font-size: 100%;
	font-weight: bold;
	color: #444;
	text-transform: none !important;
}

.cga-FeatureContent table table div div img, .promo img {
	float: left;
	margin: 0 10px 10px 0;
}

.cga-FeatureContent table table div div a:link {
	color: #0060A9;
	text-decoration: underline;
}

.cga-FeatureContent table table div div a:visited {
	color: #666;
	text-decoration: underline;
}

.cga-FeatureContent table table div div a:hover {
	color: #3867A1;
	text-decoration: underline;
}



/*------------------------------------------------------------

Landing Pages Sections

------------------------------------------------------------*/

/* landing page sections */

.cga-Section1 .section, 
.cga-Section2 .section, 
.cga-SectionContainer .section {
	background:none;
	margin: 0 0 10px 0;
	padding: 11px 25px 1px 15px;
	line-height: normal;
}

.cga-Section1 .section-alt, 
.cga-Section2 .section-alt, 
.cga-SectionContainer .section-alt {
	margin: 0 10px 10px 0;
	padding: 10px 15px 1px 15px;
	
}

.cga-Section2 .section {
	margin-left: 1px;
	padding: 11px 15px 1px 25px;
	width: auto;
}

.cga-Section2 .section-alt, 
.cga-SectionContainer .cga-Spotlight4 {
	margin: 0 0 10px 10px;
	padding: 10px 15px 1px 15px;
	width: auto;
}

.cga-Section1 .section h2, 
.cga-Section2 .section h2, 
.cga-SectionContainer .section h2,
.cga-Section1 .section h3, 
.cga-Section2 .section h3, 
.cga-SectionContainer .section h3,
.cga-Section1 .section h4, 
.cga-Section2 .section h4, 
.cga-SectionContainer .section h4,
.cga-Section1 .section h5, 
.cga-Section2 .section h5, 
.cga-SectionContainer .section h5,
.cga-Section1 .section h6, 
.cga-Section2 .section h6, .cga-SectionContainer .section h6
{	margin: 0;
}

.cga-Section2 .cga-Spotlight3 {
	background-position: 0 -1px;
	padding-top: 10px;
	padding-bottom: 0;
}

/* generic landing page hacks */

.cga-Spotlight,
.cga-Spotlight1,
.cga-Spotlight2 {
	margin:20px 0 0 0;
	padding: 10px 0 5px 0;
	background: transparent;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.cga-Spotlight h2,
.cga-Spotlight1 h2,
.cga-Spotlight2 h2 {
	padding:0 0 5px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}


.cga-Spotlight h2 a:link,
.cga-Spotlight h2 a:visited,
.cga-Spotlight1 h2 a:link,
.cga-Spotlight1 h2 a:visited,
.cga-Spotlight2 h2 a:link,
.cga-Spotlight2 h2 a:visited,
.cga-Spotlight3 h2 a:link,
.cga-Spotlight3 h2 a:visited,
.cga-Spotlight2 h4 a:link,
.cga-Spotlight2 h4 a:visited,
.cga-Spotlight h3 a:link,
.cga-Spotlight h3 a:visited,
.cga-Spotlight2 h3 a:link,
.cga-Spotlight2 h3 a:visited,
.cga-Spotlight3 h3 a:link,
.cga-Spotlight3 h3 a:visited, 
.cga-Spotlight4 h3 a:link,
.cga-Spotlight4 h3 a:visited {
	color:#E0861B;
}

.cga-Spotlight h3,
.cga-Spotlight1 h3,
.cga-Spotlight2 h3,
.cga-Spotlight3 h3,
.cga-Spotlight4 h3 {
	padding:0 0 5px 0;
	margin:0;
}

.cga-Spotlight img,
.cga-Spotlight1 img,
.cga-Spotlight2 img,
.cga-Spotlight3 img,
.cga-Spotlight4 img {
	float:left;
	padding:5px 15px 10px 0;
}


.cga-SectionContainer .cga-Spotlight3 {
	float: left;
	margin-bottom: 0;
	padding-top: 21px;
	width: 270px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 230px;	
}
html>body .cga-SectionContainer .cga-Spotlight3 {
	width: 230px;
}

.cga-SectionContainer .hack-Spotlight4Container {
	background:none;
	padding-top: 11px;
	margin-left: 271px;
	padding-left: 10px;
}

.cga-SectionContainer .cga-Spotlight4 {
	margin: 0;
	padding-left: 15px;
}

.cga-PublicInterestAndPolicyReports,
.cga-SpeechesAndPresentations,
.cga-Spotlight {
	display:none;
}

/*------------------------------------------------------------

image captions

------------------------------------------------------------*/

.caption {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#444;
}

/*------------------------------------------------------------

document listing

------------------------------------------------------------*/

.cga-DocumentListing table {
	width: auto !important;
	margin:0;
}

/*------------------------------------------------------------

Home Page Promo Sections

------------------------------------------------------------*/

/*Section 1*/
.cga-Section1 .cga-HomePage-Promo,
.cga-Section2 .cga-HomePage-Promo,
.cga-Section3 .cga-HomePage-Promo{
	font:Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	padding:10px;
}


.cga-Section1 .cga-HomePage-Promo h3,
.cga-Section2 .cga-HomePage-Promo h3,
.cga-Section3 .cga-HomePage-Promo h3 {
	font:Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}

.cga-Section1 .cga-HomePage-Promo a:link, 
.cga-Section1 .cga-HomePage-Promo a:visited,
.cga-Section2 .cga-HomePage-Promo a:link, 
.cga-Section2 .cga-HomePage-Promo a:visited,
.cga-Section3 .cga-HomePage-Promo a:link, 
.cga-Section3 .cga-HomePage-Promo a:visited {
	color:#0060A9;
}

.cga-Section1 .cga-HomePage-Promo a:hover,
.cga-Section2 .cga-HomePage-Promo a:hover,
.cga-Section3 .cga-HomePage-Promo a:hover {
	text-decoration:underline;
}

.cga-HomePage-Promo p,
.cga-HomePage-Promo span.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:0;
	margin:0;
}


/*------------------------------------------------------------

media centre landing page

------------------------------------------------------------*/

.cga-MediaCentre .cga-MediaReleases table {
	width: auto !important;
}

.cga-MediaCentre .cga-ContentPrimary ul li {
	margin-bottom: 0.2em;
}





/*------------------------------------------------------------

generic landing page

------------------------------------------------------------*/

.cga-GenericLandingPage .cga-ContentPrimary ul li {
	margin-bottom: 0.2em;
}





/*------------------------------------------------------------

location / time for media releases

------------------------------------------------------------*/

.cga-LocationTime {
	font-weight: bold;
	margin:0 0 12px 0;
}

.cga-LocationTime div.ms-formfieldcontainer {
	width: 250px;
}





/*------------------------------------------------------------

media centre contact info

------------------------------------------------------------*/

.cga-ContactInfo {
	clear: both;
	color: #444;
	padding: 0 0 1px 0;
	margin:0;
}

.cga-ContactInfo address, 
.cga-ContactInfo .vcard {
	margin: 0;
	padding: 10px 20px 9px 20px;
	font-style: normal;
	font-size: 85%;
	line-height: 1.3em;
}

.cga-ContactInfo .fn, .cga-ContactInfo .vcard h2 {
	margin:0;
	padding:0;
	color:#E0861B;
	font-size: 130%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-ContactInfo .fn, 
.cga-ContactInfo h3 {
	margin: 10px 0 0 0;
	color:#E0861B;
	font-size: 110%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}



.cga-ContactInfo .alt, 
a.ms-rteCustom-altContactLink {
	display: block;
	padding:10px 0 0 0;
}

.cga-ContactInfo address p, 
.cga-ContactInfo .vcard p {
	margin:0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 105%;
	color:#444;
}



/*------------------------------------------------------------

lists with dates

------------------------------------------------------------*/

.datedList ul, ul.datedList, 
ul.ms-rteCustom-datedList {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;	
}

.datedList li, 
ul.ms-rteCustom-datedList li {
	padding: 0 0 0 120px;
	margin-bottom: 5px;
	background: transparent;
}

.datedList li.verbose, 
ul.ms-rteCustom-datedList li.verbose {
	padding-bottom: 10px;
	border-bottom:1px solid #CCC;
}

.datedList li.verbose img, 
ul.ms-rteCustom-datedList li.verbose img {
	margin:0 10px 0 0;
	float:left;
}

.datedList .time, 
.ms-rteCustom-datedListTime {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 117px;
	font-size: 85%;
	color: #666;
	margin-left: -60px;
	padding-top:3px;
}
html>body .datedList .time, 
html>body .ms-rteCustom-datedListTime {
	margin-left: -120px;
}

.datedList a:link, 
.datedList a:visited,
ul.ms-rteCustom-datedList a:link, 
ul.ms-rteCustom-datedList a:visited
{
	color: #0060A9;
	text-decoration: underline;
}
.datedList a:hover, 
ul.ms-rteCustom-datedList a:hover {
	color: #3867A1;
}

.datedList .contentType, .datedList .fileInfo, .datedList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
}

.datedList .contentType {
	font-style: italic;	
}

table table div ul.datedList {
	/**/font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}




/*------------------------------------------------------------

Media Release Archive

------------------------------------------------------------*/

/*
.cga-MediaReleasesArchive span {
	display: block;
	margin: 5px 0 5px 0;
}

.cga-MediaReleaseYear {
	vertical-align: middle;
	margin-right: 5px;
}
*/

.cga-MediaReleases table {
	width: auto! important;
}





/*------------------------------------------------------------

Callout Region

------------------------------------------------------------*/

.cga-Callout {
	padding:0 0 10px 0;
	float:right;
	line-height:1.4;
	margin:-10px 20px 0 0;
	width:170px;
}



/*.cga-Callout-alt {
	width:170px;
	margin: 0 20px 0 0;
}*/


/*------------------------------------------------------------

media relations contact box

------------------------------------------------------------*/

.cga-ContactInfo-MediaRelations {
	float: right;
	color: #666;
	margin: 0;
	width: 160px;
	height:100%;
}

.cga-ContactInfo-MediaRelations address, 
.cga-ContactInfo-MediaRelations .vcard {
	padding:0;
	height:100%;
}

.cga-ContactInfo-MediaRelations h2 {
	color: #87B201;
	font-size: 1.3em;
	margin: 0;
}

.cga-ContactInfo-MediaRelations ul.linksList,
.cga-ContactInfo-MediaRelations ul.ms-rteCustom-linksList {
	font-size:1.2em;
}

.cga-Callout .cga-ContactInfo-MediaRelations {
	float: none;
	margin-left: 0;
	height:100%;
}

.cga-Callout-alt .cga-ContactInfo-MediaRelations {
	height:100%;
}


/*------------------------------------------------------------

Callout Container Styles 

------------------------------------------------------------*/


.cga-Callout .cga-CalloutContainer {
	color: #444;
	margin:0;
	width: 160px;
	font-size:1em;
	padding:10px 0 10px 10px;
	border-left:1px solid #ccc;
}

.cga-Callout .cga-CalloutContainer .cga-CalloutContainer {
	color: #444;
	margin: 0;
	width: 160px;
	font-size:1em;
	padding:0;
	border-left:none;
}

.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations p {
	font-size:1.1em;
}

.cga-ContactInfo .cga-ContactInfo-MediaRelations + .cga-CalloutContainer {
	margin:20px 0 0 0;
}

.cga-Callout .cga-CalloutContainer h2,
.cga-Callout .cga-CalloutContainer .section h2,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 h2,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h2 {
	color:#E0861B;
	font-size:1.1em;
	padding:0;
	margin:0 0 5px 0;
	line-height:1.2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}
.cga-Callout .cga-KeyAreasOfInterest h2,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h2 {
	color:#E0861B;
	font-size:1.2em;
	padding:0;
	margin:0 0 5px 0;
	line-height:1.2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-Callout .cga-CalloutContainer h3,
.cga-Callout .cga-KeyAreasOfInterest h3,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h3 {
	color:#E0861B;
	font-size:1.1em;
	padding:0;
	margin:0 0 3px 0;
	line-height:1.2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-Callout .cga-CalloutContainer .cga-Spotlight5 h3 {
	font-size:1em;
}

.cga-Callout .cga-CalloutContainer h4,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h4 {
	color:#E0861B;
	font-size:1em;
	padding:0;
	margin:0 0 2px 0;
	line-height:1.2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-Callout .cga-KeyAreasOfInterest h2 a:link,
.cga-Callout .cga-KeyAreasOfInterest h2 a:visited,
.cga-Callout .cga-KeyAreasOfInterest h3 a:link,
.cga-Callout .cga-KeyAreasOfInterest h3 a:visited,
.cga-Callout .cga-CalloutContainer h2 a:link,
.cga-Callout .cga-CalloutContainer h2 a:visited,
.cga-Callout .cga-CalloutContainer h3 a:link,
.cga-Callout .cga-CalloutContainer h3 a:visited,
.cga-Callout .cga-CalloutContainer h4 a:link,
.cga-Callout .cga-CalloutContainer h4 a:visited,
.cga-Callout .cga-CalloutContainer .section h2 a:link,
.cga-Callout .cga-CalloutContainer .section h2 a:visited,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 h2 a:link,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 h2 a:visited,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h2 a:link,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h2 a:visited,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h3 a:link,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations h3 a:visited {
	color:#E0861B;
}

.cga-Callout .cga-KeyAreasOfInterest p,
.cga-Callout .cga-CalloutContainer p,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations p {
	margin: 0 0 5px 0;
	line-height: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-Callout .cga-CalloutContainer .section p,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations section p {
	margin: 0 0 5px 0;
	line-height: normal;	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}


.cga-Callout .cga-CalloutContainer  h2 + p {/*Creates spacing between headlines in right column*/
	margin:3px 0 20px 0;
}

.cga-Callout .cga-CalloutContainer .cga-Spotlight5 p {
	margin: 0 0 15px 0;
	line-height:normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-Callout .cga-KeyAreasOfInterest hr,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 hr {
	padding: 5px 0 0 0;
	height:1px;
	color:#CCC;
}

.cga-Callout .cga-CalloutContainer hr {
	height:1px;
	color:#CCC;
}

.cga-Callout .cga-CalloutContainer img {
	margin: 10px 0 0 0;
}

.cga-Callout .cga-CalloutContainer p img,
.cga-Callout .cga-KeyAreasOfInterest img,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 img {
	margin: 10px 0 0 0;
}



.cga-Callout .cga-KeyAreasOfInterest ul li,
.cga-Callout .cga-CalloutContainer ul li,
.cga-Callout .cga-CalloutContainer .section ul li,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 ul li {	
	margin: 0 10px 5px 0;
	background:none;
	padding:0;
	font-size:0.9em;
}

.cga-Callout .cga-KeyAreasOfInterest li,
.cga-Callout .cga-CalloutContainer li,
.cga-Callout .cga-CalloutContainer .section li,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 li {	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-Callout .cga-KeyAreasOfInterest ul.linksList li,
.cga-Callout .cga-KeyAreasOfInterest ul.ms-rteCustom-linksList li,
.cga-Callout .cga-CalloutContainer ul.linksList li,
.cga-Callout .cga-CalloutContainer ul.ms-rteCustom-linksList li,
.cga-Callout .cga-CalloutContainer .section ul.linksList li,
.cga-Callout .cga-CalloutContainer .section ul.ms-rteCustom-linksList li,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 ul.linksList,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 ul.ms-rteCustom-linksList li,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations ul.linksList li,
.cga-Callout .cga-CalloutContainer .cga-ContactInfo-MediaRelations ul.ms-rteCustom-linksList li{
	margin: 5px 0 5px 0;
	background:none;
	padding: 0;	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-Callout .cga-KeyAreasOfInterest li a:link,
.cga-Callout .cga-KeyAreasOfInterest li a:visited,
.cga-Callout .cga-CalloutContainer ul.linksList li a:link,
.cga-Callout .cga-CalloutContainer ul.ms-rteCustom-linksList li a:visited,
.cga-Callout .cga-CalloutContainer .section ul.linksList li a:link,
.cga-Callout .cga-CalloutContainer .section ul.ms-rteCustom-linksList li a:visited,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 ul.linksList li a:link,
.cga-Callout .cga-CalloutContainer .cga-Spotlight5 ul.linksList li a:visited {
	color:#0060A9;
}

/* Callout ArrowList Styles */
.cga-Callout ul.arrowList {
	margin:0 0 10px 0;
	padding:0;
	background-color:transparent;
}

.cga-Callout ul.arrowList li {
	padding:0 0 0 14px;
	background:transparent url(../images/arrow_blue.gif) no-repeat 0 4px;
	height:1%; /*IE fix so that background-image will appear in list itmes*/
}

.cga-Callout ul.arrowList li a:link, 
.cga-Callout ul.arrowList li a:visited {
	color:#0060A9;
	text-transform:none;
	font-weight:normal;
	background:transparent;
}

.cga-Callout ul.arrowList li a:hover {
	text-decoration:underline;
}


/* backwards compatible callout styles*/

.sdbHD1, .sdbHD2 {
	margin: 0 0 6px 0;
	font-weight: normal;
	line-height: 1.2em;
	color: #87B201;
	font-size: 135%;
}

.sdbHR {
	border-bottom: 1px solid #FFF;
}

.sdb {
	margin: 0;
}

.sdbPAD img {
	display: none;
}

 



/*------------------------------------------------------------

Event Info

------------------------------------------------------------*/

.cga-EventInfo {
	font-size: 90%;
	color: #666;
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.cga-EventInfo table {
	width: auto !important;
}

.cga-EventInfo table.vevent {
	background:none;
	width: 100% !important;
}

.cga-EventInfo .vevent th, .cga-EventInfo .vevent td {
	padding: 0 20px 5px 20px;
	vertical-align: top;
}

.cga-EventInfo .vevent th {
	width: 100px;
	text-align: left;
}

.cga-EventInfo tr.first th, .cga-EventInfo tr.first td {
	padding-top: 10px;
}

.cga-EventInfo .vevent table th, .cga-EventInfo .vevent table td {
	padding: 0;
}





/*------------------------------------------------------------

Top Image

------------------------------------------------------------*/

.cga-TopImage {
	width: 535px;
	margin-bottom: 20px;
	overflow: hidden;
}

.cga-TopImage div {
	display: block !important;
}

.cga-TopImage span {
	font-size: 1px;
	line-height: 1px;
}






/*------------------------------------------------------------

Adobe Reader Link

------------------------------------------------------------*/

.cga-GetAdobeReader {
	clear: both;
	margin: 20px 0 20px 0;
}

.cga-buttonGetAdobeReader {
	margin-right: 10px;
}

.cga-GetAdobeReader img {
	vertical-align: middle;
}





/*------------------------------------------------------------	

upgrade message

------------------------------------------------------------*/

.upgrade {
	display: none;
}

/*------------------------------------------------------------

Moderated Discussion Section

------------------------------------------------------------*/

.cga-DiscussionBoard {
	margin:15px 0 20px 0;
	width:555px;
}

.cga-DiscussionBoard h3 {
	margin-bottom:5px;
}

.cga-DiscussionBoard img {
	margin-top:3px;
}

.cga-DiscussionPageTitleWP
{
	font-size:x-large; 
	color:#0060A9; 
	line-height: 125%;
	padding: 0px 0px 6px 7px;

}

.cga-DiscussionPageTitleWP a:link,
.cga-DiscussionPageTitleWP a:visited {
	color:#0060A9;
}

.ms-WPBody a:link, .ms-WPBody a:visited {
	color:#0060A9;
}

.cga-DiscussionPageTitleWP a:hover {
	color:#0060A9; 
	text-decoration:underline;
}

.cga-DiscussionPageTitle {
	font-size:x-large; 
	color:#0060A9; 
	line-height: 125%;  
	padding: 0px 0px 6px 15px;
}

.cga-HighlightDiscussionWPButton {
	padding: 5px 0px 6px 7px;
}

.cga-DiscussionPageShortInfo {		
	padding: 0px 0px 6px 15px;
	font-style:italic;

}
.cga-DiscussionPageHR {
	color:#CCC; width: 100%; height:1px;
}

.cga-DiscussionPageHRWebPartTop {
	color:#CCC; width: 100%; height:1px;
	margin-bottom:10px;
}

.cga-DiscussionPageAdSubHeader {
	font-weight: bold; 
	font-style: italic;	
}

.cga-DiscussionPageHighlightWPButton {
	padding: 18px 0 0 18px;
}

.cga-DiscussionPageUDSubHeader {
	font-style: italic;	
}

.cga-DiscussionPageDiscussionInfoUpcoming {
	background-color:#DBE8B2;
	padding:12px;
	margin: 18px 0;
	border: 1px solid #C9D0B2;
	width: 100%;
}

.cga-DiscussionPageDiscussionInfoUpcoming_P {	
	color:#333;
	text-align: left;
	line-height:125px;
}

.cga-DiscussionPageDiscussionInfo a:link {
	color:#426200; 
	text-decoration:underline;
}     

.cga-DiscussionPageDiscussionInfoUpcoming a:visited {
	color:#666; 
	text-decoration:underline;
}

.cga-DiscussionPageDiscussionInfoUpcoming a:active {
	color:#426200;
}

.cga-DiscussionPageDiscussionInfoUpcoming a:hover {
	color:#639300; 
	text-decoration:none;
}

.cga-DiscussionBoard ul li {
	line-height:1.4;
}

.cga-DiscussionPageDiscussionInfoUpcoming .sbmt_q {
	color:#426200; 
	font-weight:bold;
}

.cga-DiscussionPagePrefwrd_box {
	background-color:#E5E5E5;
	padding:10px;
	border: 1px solid #CCC;
	width:100%;
	margin:10px 0;
}

.cga-DiscussionPagePrefwrd_box p {
	color:#333;
	text-align: left;
	margin: 0 0 0.8em 0;
}

.cga-DiscussionPagePrefwrd_box  a:link {
	color:#426200; 
	text-decoration:underline;
}  

.cga-DiscussionPagePrefwrd_box  a:visited {
	color:#666; 
	text-decoration:underline;
}   

.cga-DiscussionPagePrefwrd_box  a:active {
	
}     
.cga-DiscussionPagePrefwrd_box  a:hover {
	color:#639300; 
	text-decoration:none;}

.cga-DiscussionPageMandatoryFieldsInfo {
	font-size: x-small;
}

.cga-DiscussionPageMandatoryFieldsInfo_Star
{
	font-size: x-small;
	color: #600;	
}

.success {
width:100%;
background-color:#FFC;
border: 1px solid #FFD75B;
padding: 6px;
color:#BF8F00;
text-align:center;
line-height:125%;
}

.success p {
color:#BF8F00;
text-align:center;
line-height:125%;
}

.unsuccess {
width:97%;
background-color:#FFC2C2;
border: 1px solid #C28567;
padding: 6px;
color:#000;
text-align:center;
line-height: 125%;
}

.unsuccess p {
color:#000;
text-align:center;
line-height: 125%;
}

.requiredValidatorStyle
{
	font-size:small; color: #900; font-weight:bold;
	padding:0 0 0 3px;
}

.cga-CommentsUserInfo
{
	font-weight: bold;
	padding: 3px 18px 0px 16px;
	color:#C60;
	

}
 
.cga-CommentsThreadCreatedDate
{
	font-style: italic;
	padding: 3px 18px 0px 16px;
	

}
.cga-CommentsBody
{	
	margin: 0 16px 12px 16px;
}

.cga-NoCommentsBody
{
	
	padding: 5px 5px 5px 5px;

}
 

.cga-NoCommentsTile
{
	font-weight:bold;
	padding: 5px 5px 5px 5px;

}
.tabs  {
	width: 100%; 
	padding: 0;
	margin: 10px 0 0 0;
}



.tabs ul {
	padding: 0;
	margin: 0;
}

.tabs ul li {
	width: 159px;
	height: 50px;
	list-style: none;
	font-size: x-small;
	float:left;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 2px 0;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}

.tabs ul li.question {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c1.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.comment {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c2.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.tab3 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c3.gif') repeat-x scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	width:210px
}


.tabs ul li.question_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c1.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.comment_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c2.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.tab3_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c3.gif') repeat-x scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	width:210px
}


.tabs a.on {
	color: Blue;
	font-weight: bold;
	text-decoration:none;
	
	
}

.tabs a span
{
	display:block;
	visibility:hidden;
	font-size:40px;
}
 
 
.qa_bluebox  {
background-color:#C4CED4;
border: 1px solid #C3C9CD;
padding: 3px 18px 5px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_greenbox  {
background-color: #DBE8B2;
border: 1px solid #C9D0B2;
border: 1px solid rgba(77,101,1,.3);
padding: 3px 18px 5px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_answerbox
{
background: url(../images/line_dashed_h.gif) repeat-x bottom left;
padding: 9px 18px 9px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_label {
color:#333;
font-weight:bold;
margin:0;
}

.qa_label_ModName {
color:#333;
margin:0;
}

.qa_content {
margin: 0 0 0 100px;
line-height: 150%;
padding: 9px 18px 9px 16px;
width:80%
} 

.comment H3 {
color: #C60;
}
 
.cga-DiscussionHighlightWebpartTitle
{
	margin: 12px 0 6px 0;
	font-weight: bold;
	line-height: 1.2em;
	color:#E0861B;	
	font-size: 130%;
}

.cga-DiscussionStateAndDate
{
	margin: 0px 0px 6px 0px;
	line-height: 1.2em;
	color:#E0861B;
	font-size: 135%;

}

.cga-DiscussionRequiredField
{
	padding:6px 0;
	color:#900;
}

/*------------------------------------------------------------

Email Pop up Box Styling

------------------------------------------------------------*/
.formStyle 
{	position: absolute;	
	margin-left: -373px;
	background:url(../images/emailLinkBackground.png) repeat;
	padding:5px 0 5px 5px;
	border:0;
	display: none;
	width:371px; }

.formStyle .ErrorMessages .formStyleClose
{	float:right;
	padding:0 2px 0 0;
	cursor:pointer; } 
 
.formStyle .ContentContainer
{	margin:0 -6px 0 0;
	background-color: #F1F3ED;
	padding:6px;
	float:left;
	height:100%;
	width:353px; }

.formStyle  .ContentContainer h4
{	margin:6px 0 0 2px;
	text-align:left; }

.formStyle  .ContentContainer td
{
	font-size:90%; }
 
.formStyle .ContentContainer ul
{	padding:8px 0 6px 0;
	margin:0;}

.formStyle .ContentContainer ul li
{	color:#444;
	padding:2px 24px;
	margin:0;}

.formStyle .shareSuccess
{	padding:6px;
	background-color: #F1F3ED;
	margin:0 -6px 0 0;
	float:left;
	height:100%;
	width:353px;
	text-align:center;}
 

.formStyle2 
{	position: absolute;	
	margin-left: -373px;
	background:url(../images/emailLinkBackground.png) repeat;
	padding:5px 0 5px 5px;
	border:0;
	display:block;
	width:371px; }

.formStyle2 .ErrorMessages .formStyleClose
{	float:right;
	padding:0 2px 0 0;
	cursor:pointer; } 
 
.formStyle2 .ContentContainer
{	margin:0 -6px 0 0;
	background-color: #F1F3ED;
	padding:6px;
	float:left;
	height:100%;
	width:353px; }

.formStyle2  .ContentContainer h4
{	margin:6px 0 0 2px;
	text-align:left; }

.formStyle2  .ContentContainer td
{	float:left;
	font-size:90%; }
 
.formStyle2 .ContentContainer ul
{	padding:8px 0 6px 0;
	margin:0;}

.formStyle2 .ContentContainer ul li
{	color:#444;
	padding:2px 24px;
	margin:0;}

.formStyle2 .shareSuccess
{	padding:12px;
	background-color: #F1F3ED;
	margin:0;
	float:left;
	height:100%;
	width:342px;
	text-align:center;
	}
	
/*------------------------------------------------------------

SiteMap

------------------------------------------------------------*/



.siteMapContainer  h5
{
	font-size:150%;
	color: #0060A9;
	margin: 10px 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family:Tahoma,Verdana,Sans-Serif
	
	}
	
.siteMapContainer  h5 a:link,
.siteMapContainer  h5 a:visited {	
	color: #0060A9;
	}
	
	
.siteMapLevel2
{
	font-weight:bold;
	font-size:small;
}

.siteMapLevel3Plus
{
	font-size:small;
}

.siteMapContainer ul li
{	
	margin:10px 0;
}

/* POST-LAUNCH STYLE ADDITIONS */

/*NOV-1-2011*/
.VideoLabel, .VideoLabel p {font-size:small;}

}
